* {
	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;
}

a.rightLink:link, a.rightLink:visited, a.rightLink:active {
	padding-right: 15px;
	margin-right: 5px;
	background: url("/images/btn/arrow_right.gif") no-repeat right center;
}

a.rightLink:hover {
	background: url("/images/btn/arrow_right_active.gif") no-repeat right center;
}

a.leftLink:link, a.leftLink:visited, a.leftLink:active {
	padding-left: 15px;
	margin-left: 5px;
	background: url("/images/btn/arrow_left.gif") no-repeat left center;
}

a.leftLink:hover {
	background: url("/images/btn/arrow_left_active.gif") no-repeat left center;
}

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

.mainMask {
	margin: 10px 4px 0 4px; 
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	width: 600px;
	height: 370px;
	overflow: hidden;
}

#containerDiv {
	position: absolute;
}

.subcontainerDiv {
	width: 600px;
	float: left;
}

.subcontainerScrollDiv {
	width: 600px;
	float: left;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;	
}

.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;
}

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

li {
	margin-left: 30px;
}

.mainButtons {
	padding: 5px;
	clear: both;
	text-align: center;	
}

.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 ------------------------------------------------------------------------------ */

.portfolioMask {
	position: absolute;
	left: 50%;
	margin-top: 20px;
	margin-left: 180px;
	width: 240px;
	height: 180px;
	overflow: hidden;
}

#portfolioDiv {
	position: absolute;
	width: 240px;
}

#portfolioDiv span {
	display: block;
}

.more_info {
	position: absolute;
	left: 50%;
	margin-top: 210px;
	margin-left: 127px;
	width: 345px;
	text-align: center;
	overflow: hidden;
}

.directionsDiv {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px;
	color: #777;
	position: absolute;
	left: 50%;
	margin-top: 275px;
	margin-left: 127px;
	width: 345px;
	text-align: center;
}

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

.portfolioThumbs div img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

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