@charset "utf-8";
/* CSS Document */
/*
GPAA Colors:
Links: #DBAE4E;
Menu: #464621;
Highlight: #464621;


CVWEB Colors:

Background: #E9E9E9;
LeftNav: #D7D7D7;

Green:#46B82F;
Dark Blue:#104F66;

Links: #1D8DBB
Text: #333333;
*/
div.ui-dialog {
	background: #fff;
	padding: 10px;
	border: 1px solid #00788B;
}
.ui-widget-overlay {
    background: 50% 50% #666666;
    opacity: 0.5;
	 left: 0;
    position: absolute;
    top: 0;
}
table.profileForm{
	width:100%;
}

table.profileForm td{
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
}

table.profileForm tr.regTotals td{
	border-top-style: solid;
	border-top-color: #009900;
}

/* HIGHLIGHTS FORM SECTIONS */
.highlight{
	font-family: 'VectoraLTStdLightBold';
	/*background-color:#9FCCD1;*/
	background:url(../images/rightCorner2.gif) no-repeat top right #ccc;
	/*background:url(../images/rightGrad.png) repeat-y top right #104F66;*/
	color:#162934;	
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
}

/* HIGHLIGHTS FORM SECTIONS */
/* non rounded corner version */
.highlight_inner{
	font-family:sans-serif;
	/*background-color:#104F66;*/
	background-color:#CCC;
	color:#666;
	/*background:url(../images/rightGrad.png) repeat-y top right #104F66;*/
	
	font-size:1.3em;
	font-weight:700;
	
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
}


/* Education list*/
table.educationList {
	width:100%;
	margin:auto;
}

.educationList th{
	padding:5px;
	background-color:#CCCCCC;
	vertical-align:top;
	font-size:1.2em;
	border-right-color:white;
	border-right-style:solid;
}

.educationList td{
	vertical-align:top;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#CCCCCC;
	
	border-right-color:white;
	border-right-style:solid;
}


.inHeaderButton {
	border: 1px solid #999 !important;
	outline: 1px solid #fff;
}

.signature {
	border-top: 1px solid #000;
	margin: 45px auto 40px 0;
	width: 100%;
	font-style: italic;
	}
.sigprint {
width:25%;
	float:left;
}
.sigsign , .thirdr{
	
	float:right;
	text-align:left;
	width:30%;
}
div.underline {
width:75%;
float:right;
border-bottom: 1px solid #000;
height:15px;
}
span.underline {
width:300px;
border-bottom: 1px solid #000;
height:15px;
display:inline-block;

}
.applicant {
	margin: 45px auto 40px 0;
	width: 100%;
	height: 35px;
}
.third { 
	width:33%; float:left;
	text-align:left;
}