@charset "utf-8";
/* CSS Document */

#portalhead{
	height:98px;
	width:745px;
	background-image: url(../images/portalhead.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#portalhead2{
	height:98px;
	width:745px;
	background-image: url(../images/portalhead2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#portalhead3{
	height:98px;
	width:745px;
	background-image: url(../images/portalhead3.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#portalhead4{
	height:98px;
	width:745px;
	background-image: url(../images/portalhead4.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#portalhead5{
	height:98px;
	width:745px;
	background-image: url(../images/portalhead5.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#steps{
	margin-top:8px;
	margin-bottom:14px;
	background-image: url(../images/step-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
.formpromptreq {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #1d6b9c; text-align: right
}
.formpromptreq2 {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #1d6b9c; text-align: left
}
.formprompt {
	FONT-SIZE: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	text-align: right
}
.formfield {
	FONT-SIZE: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4c4c4c; text-align: left
}
.formdivider{
	height:1px;
	font-size: 0px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.stepsymbol0, .stepsymbol1, .stepsymbol2{
	background-repeat: no-repeat;
	height:36px;
	width:16%;
	background-position: center top;
}
.stepsymbol0{
	background-image: url(../images/step-graphic0.png);

}
.stepsymbol1{
	background-image: url(../images/step-graphic1.png);

}
.stepsymbol2{
	background-image: url(../images/step-graphic2.png);

}
.stepname{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #1D6B9C;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
.stepnamenon{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #9CCFED;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
.stepnumber{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}
.stepnumbernon{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}
.fullcol{
	width: 66%;
	float:left;
	padding-left:10px;
	border-right: 2px solid #E8E8E8;
	padding-right: 10px;
	min-height:330px;

}
.fullwidth{
	padding-left:10px;
	border-right: 2px solid #E8E8E8;
	padding-right: 10px;
	padding-top: 0px;
}
.stepcol {
	width: 28%;
	float:left;
	padding-left:10px;
	padding-right: 10px;
	color:#000000
}
.listselect{
	width:160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.listselect1{
	width:240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.nextbtn{
	line-height: 18px;
	background-image: url(../images/btnbg.png);
	background-repeat: repeat-x;
	background-position: left center;
	vertical-align: middle;
	height: 18px;
	border: 1px solid #999999;
	text-align: center;
	width: 50px;
	display: block;
	padding: 0px;
	float: right;
	text-decoration: none;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.selectionlist{
	height:200px;
	overflow:auto;
}

.jttablehead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
	padding-left: 6px;
	background-color: #CCCCCC;
}

.jttabletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 4px;
}
.adminbtns{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
	height: 40px;
}
.adminbtns li{
	padding-left:16px;
	display: block;
	float: left;
	padding-right: 16px;
}
.adminbtns li.currentadmin{
	background-image: url(../images/currentadmin.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.tohide {
 display: none;
}