/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 1em 0;
	padding: 0;
}
td {vertical-align: top;}
#menubar {
	margin: 0 auto 0.5em auto;
	background: url(images/E3_tmb_fade2.jpg) no-repeat right;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#menubar a:link {
	color: White;
}
#menubar a:visited {
	color: #85ABEF;
}
#menubar a:hover, #footer a:active, #footer a:focus {
	color: #FFDD17;
}
#maincontent, #sidebar {
	padding: 20px;
	border: 1px solid #000;
}
#maincontent {
	font-size: .9em;
}

#maincontent a:link {
	color: #3D598B;
}
#maincontent a:visited {
	color: #85ABEF;
}
#maincontent a:hover, #footer a:active, #footer a:focus {
	color: #DC143C;
}
#sidebar {
	font-size: .75em;
	width: 160px;
}
#sidebar a:link {
	color: Silver;
}
#sidebar a:visited {
	color: #85ABEF;
}
#sidebar a:hover, #footer a:active, #footer a:focus {
	color: #DC143C;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #2D2D2D;
}
#footer a:link {
	color: #4A4A4A;
}
#footer a:visited {
	color: #85ABEF;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #DC143C;
}
.grayed {
	margin: 0;
	font-size: .9em;
	color: #CCCCCC;
	background-color: #666666;
	padding: 4px 12px 4px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: .5em;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
}
.content {
	background-image: url(images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 20px;
}
.note {
	font-size: 0.75em;
	padding: 12px;
	border: 1px dotted #333;
}