* {
	margin: 0;
	padding: 0;
}

.btext13 { font-family: Verdana, Helvetica, sans-serif; font-weight: bold; font-size: 13px; }

body {
	background: #555555;
	font-family: 'Lucida Sans Unicode', Arial, sans-serif;
	color: #333333;
	text-align: center;
	font-size: 12px;
}

td {
	font-family: 'Lucida Sans Unicode', Arial, sans-serif;
	color: #333333;
	font-size: 12px;
}

a, a:visited {
	color: #0061CA;
	text-decoration: none;
}

a:hover {
	color: #FA920B;
	text-decoration: none;
}

a.newWindowLink:link, a.newWindowLink:visited, a.newWindowLink:active {
	color: #0061CA;
	text-decoration: none;
	padding-right: 15px;
	margin-right: 5px;
	background: url("/images/btn/new_window_btn.gif") no-repeat right top;
}

a.newWindowLink:hover {
	color: #FA920B;
	background: url("/images/btn/new_window_active.gif") no-repeat right top;
}

.mainDiv {
	width: 655px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	background-color: #FFFFFF;
}

.contentTable {
	border: 1px solid #E1E1E1;
	font-size: 12px;
	margin-bottom: 25px;
}

#containerDiv {
	width: 600px;
	height: 380px;
}

.subcontainerDiv {
	padding-top: 10px;
	width: 590px;
	/*height: 420px;*/
	height: 380px;
	display: none;
}

.advanceButtons {
	background-color: #F5F5F5;
	font-family: 'Lucida Sans Unicode',Arial,sans-serif;
	font-size: 12px;
	color: #111111;
	cursor: pointer;
}

.advanceButtonsActive {
	background-color: #E1E1E1;
	font-family: 'Lucida Sans Unicode',Arial,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
}

li {
	margin-left: 30px;
}

.mainButtons {
	padding: 5px;
	clear: both;
	text-align: center;	
	border-top: 1px solid #E1E1E1;	
}

.mainButtons span {
	color: #0080FF;
	padding: 0 5px;
	cursor: pointer;
	font: 10px Verdana;
}

.mainButtons span.active, .buttons span:hover{
	color: #FFFFFF;
	background: #0080FF;
}

.footerCell {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active {
	color: #55AAFF;
	text-decoration: none;
}

a.footerLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.tipAsterisk {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #CC0000; 
	font-weight: boldest;
	vertical-align: 2px;
}

td.errorCell {
	color: #CC0000;
	font-weight: bold;
}

.errorElem {
	background: #FFFFD5;
}

.submissionErrors { 
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.subSubmissionErrors { 
	font-weight: bold;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}

.disabledField {
	background-color: #F2F2F2;
}

/* Portfolio Classes ------------------------------------------------------------------------------ */

#portfolioDiv {
	width: 240px;
	height: 180px;
}

#portfolioDiv div {
	display: none;
}

#moreInfoCell {
	height: 50px;
}

.directionsCell {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px;
	color: #777;
	padding-top: 10px;
}

.portfolioThumbInactive {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.portfolioThumbs div {
	display: block;
	width: 54px;
	height: 41px;
	margin: 3px 0;
	cursor: pointer;
	border: 1px solid #000000;
}

.portfolioThumbs div img {
	display: block;
	width: 54px;
	height: 41px;
	border: none;
}

/* ------------------------------------------------------------------------------------------------ */

