body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #aaaaaa;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#header {
	background-color: #FFFFFF;
	border: solid 1px #ca203d;
	border-bottom: 0px;
}
#header h3 {
	color: #df6689;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}
#main-menu {
	border-left: solid 1px #ca203d;
	border-right: solid 1px #ca203d;
	background-color: #FFFFFF;
	background-image: url(/images/theme/menu-tile.gif);
	background-repeat: repeat-x;
}
#main-menu a {
	color: #FFFFFF;
	text-decoration: underline;
}
#main-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#main-content {
	border-left: solid 1px #ca203d;
	border-right: solid 1px #ca203d;
	background-color: #FFFFFF;
	background-image: url(/images/theme/tint.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#main-content a {
	color: #ca203d;
	text-decoration: underline;
}
#main-content a:hover {
	color: #df6689;
	text-decoration: none;
}
#main-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ca203d;
	font-size: 18px;
	font-weight: normal;
}
#text-container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: solid 1px #ca203d;
	height: 280px;
	padding: 5px;
	margin: 10px;
	overflow: auto;
}
.hide {
	display: none;
}
#footer {
	border: solid 1px #ca203d;
	border-top: 0px;
	background-color: #ca203d;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.link-hover {
	border: solid 1px #ca203d;
}
.link-hover tr {
	background-color: #FFFFFF;
}
.link-hover tr:hover {
	background-color: #FFFFEE;
}
.red {
	color: #FF0000;
}

.helpbox-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #333333;
	-moz-opacity: .80;
	-ms-filter: "alpha(opacity=80)";
	filter: alpha(opacity=80);
	opacity: .80;
}
.helpbox {
	display: none;
	position: fixed;
	left: 0px;
	top: 25%;
	width: 100%;
}
.help-popup {
	border: solid 1px #ca203d;
	padding: 10px;
	background-image: url(/images/theme/latest-tile.gif);
	background-repeat: repeat-x;
	background-color: #fcf3e4;
	text-align: left;
	text-decoration: none;
	color: #000000;
	width: 24%;
	margin-left: 38%;
}
