body {
	background-color: #eeeeee;
	margin: 10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
}

a {
	text-decoration: underline;
	color: #0000ff;
}

a:hover, #copyright a:hover { /* All links */
	color: #ff0000;
}

#body {
	background-color: #ffffff;
	color: #000000;
	border: 2px solid #dddddd;
	padding: 10px;
	width: 400px;;
}

#logo {
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#copyright {
	text-align: right;
	font-size: 7pt;
	color: #bbbbbb;
	padding-top: 20px;
}

#copyright a {
	color: #336699;
}

div.menu {
	font-weight: bold;
}

div.line {
	font-size: 2pt;
	border-bottom: 1px solid #dddddd;
	margin: 10px 0px 10px 0px;
}

input, textarea {
	border: 1px inset #bbbbbb;
	font-family: monospace;
	font-size: 8pt;
	width: 100%;
}

input.button {
	border: 1px outset #bbbbbb;
	background-color: #dddddd;
	color: #555555;
}

input.radio {
	width: 20px;
}

table {
	width: 350px;
}

td {
	font-size: 8pt;
	vertical-align: top;
}

td.title {
	background-color: #eeeeee;
	background-image: url('../gfx/enote/info.png');
	background-position: center right;
	background-repeat: no-repeat;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 1px 15px 1px 3px;
	font-weight: bold;
}

td.note {
	border-right: 1px solid #dddddd;
	padding: 5px;
}

td.icons {
	text-align: right;
	padding: 0px 5px 0px 0px;
}

td.fadedline {
	background-image: url('../gfx/enote/fadedline.png');
	background-position: top right;
	background-repeat: no-repeat;
}
