@charset "utf-8";
/* CSS Document */
/*
CVWEB Colors:

Background: #E9E9E9;
LeftNav: #D7D7D7;

Green:#46B82F;
Dark Blue:#104F66;

Links: #1D8DBB
Text: #333333;
*/

table.profileForm{
	width:95%;
}

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: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#104F66;*/
	background:url(../images/rightCorner2.gif) no-repeat top right #165B94;
	/*background:url(../images/rightGrad.png) repeat-y top right #104F66;*/
	color:white;
	
	font-size:1.7em;
	font-weight:500;
	
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
}

/* HIGHLIGHTS FORM SECTIONS */
/* non rounded corner version */
.highlight_inner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color:#104F66;*/
	background-color:#165B94;
	/*background:url(../images/rightGrad.png) repeat-y top right #104F66;*/
	color:white;
	
	font-size:1.7em;
	font-weight:500;
	
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
}


/* Education list*/
table.educationList {
	width:95%;
	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;
}
