@charset "utf-8";
/* CSS Document */
body
{
	    font:12px Tahoma;

}
.wrapper
{
width:980px;
margin-left:auto;
margin-right:auto;
}

.bold
{
font-weight:bold;
}
.alignright
{
text-align:right;
}

.gridbackground
{
background-color:#CCCCCC;
}
.gridborder
{
border: 1px solid #D3EAF6;
}
/*changed the gridborder
.gridborder
{
background-color:#9ea3aa;
}*/


.gridheader
{
width:100%;
/*background:url(images/headerbg.gif) repeat-x;*/
background-color:#cbdaef;
font-size:12px;
color:#000000;
font-weight:bold;
height:25px;




}
.alternaterowcolor,alternaterowcolor1 a
{
color:#000000;
height:25px;
text-decoration:underline;
}

.alternaterowcolor,alternaterowcolor1 a:hover	
{
color:#000000;
height:25px;
text-decoration:none;
}
.alternaterowcolor
{
	background-color:#EFEFEF;
	height:25px;
}

.alternaterowcolor1
{
	background-color:#FFFFFF;
	height:25px;
}



.gridheaderprogramoffering
{
width:100%;
/*background:url(images/headerbg.gif) repeat-x;*/
background-color:#cbdaef;
font-size:16px;
color:#000000;
font-weight:bold;
height:25px;
}
.gridheaderprogramoffering a
{
color:#000000;
height:25px;
text-decoration:none;
}
.gridheaderprogramoffering a:hover
{
color:#0000ff;
height:25px;
text-decoration:underline;
}

.programofferingalternaterowcolor
{
	background-color:#EFEFEF;
	height:25px;
	font-size:15px;
	font-weight:bold;
}

.programofferingalternaterowcolor a
{
color:#000000;
height:25px;
text-decoration:none;
}
.programofferingalternaterowcolor a:hover
{
color:#0000ff;
height:25px;
text-decoration:underline;
}


.programofferingalternaterowcolor1
{
	background-color:#FFFFFF;
	height:25px;
	font-size:15px;
	font-weight:bold;
}


.programofferingalternaterowcolor1 a
{
color:#000000;
height:25px;
text-decoration:none;
}
.programofferingalternaterowcolor1 a:hover
{
color:#0000ff;
height:25px;
text-decoration:underline;
}





.requestapplication a:link {
color: #000000;
}
.requestapplication  a:visited {
color: #000000;
}
.requestapplication a:hover {
color: #888888;
text-decoration: none;
}
.requestapplication a:active {
color: #000000;
}






.popupborder
{
border:1px solid #487748;		
}

.popupheader td
{
	border-bottom:1px solid #666666;font-weight:bold;
	font-weight:bold;
}


.popupcontent
{
	padding:5px;
	height:300px;
	background-color:#FFFFFF;
}

.popupfooter
{
border-top:2px solid #666666;
padding:5px;
background-color:#FFFFFF;
}



.popupcontent .label
{
	text-align:right;
}

.popupcontent .label span
{
color:#F00;
font-size:10px;

}




.popupcontent input,  textarea { font-size: 11pt; }
.popupcontent input[type="text"],input[type="password"] { 

	border: 1px solid #cacaca; 
	height: 30px; 
	padding-left: 10px;
	border-radius: 5px;
}



.ContentDiv{
float:left;
width:980px; 
border-left:2px solid #0079b2;
border-right:2px solid #0079b2;
border-bottom:2px solid #0079b2;
margin-top:-10px;


}

.blueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #287ace;
}
.blueButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
	color:#FFFFFF;
}

.blueButton:active {
	position:relative;
	top:1px;
}


.grayButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.grayButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.grayButton:active {
	position:relative;
	top:1px;
}
.grayButtonstatic {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.workdetails
{
	background-color:#e1ebf6;
}

.addprojects
{
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
.addprojects:hover
{
		font-weight:normal;
	color:#000000;
	text-decoration:none;
}

.navContainer
{
float:right;border-top:1px solid #2d2d2d;width:270px;
	}
	
.subheadersinworkexperience
{
color:#114981; font-weight:bold;
}

.workexperiencecontainer
{
float:left; 
width:920px; 
padding:10px; 
border:1px solid #cbc9c9;
margin:10px;
background-image:url(images/step2innerbg.png);
background-position:bottom;
background-color:#ffffff;
background-repeat:repeat-x;
}

/*Start - menu */

ul#menu {

	width: 100%;
	height: 43px;
	background: url("images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
ul#menu li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
}
ul#menu li a:hover {
	color: #333;
}
ul#menu li a.current {
	color: #FFF;
	background: url("images/current-bg.gif") top left repeat-x;
	padding: 5px 15px 0;
}

/*END - menu */
.main_div
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

.footer
{
	float:left;
	width:980px;
	background-image:url(images/bannertop_bg.jpg);
	background-repeat:repeat-x;
	margin-left:10px;
	padding-top:8px;
	padding-bottom:3px;
}


#resumebuildertopnav a
{
color:#000000;
font-weight:bold;
text-decoration:none;
}

#resumebuildertopnav a:hover
{
color:#026634;
font-weight:bold;
text-decoration:none;
}
#resumebuildercontent .label
{
	text-align:right;
}

#resumebuildercontent .label span
{
color:#F00;
font-size:10px;

}




#resumebuildercontent input,textarea { font-size: 12px; }
#resumebuildercontent input[type="text"],input[type="password"]{ 

	border: 1px solid #cacaca; 
	height: 20px; 	
	padding-left: 5px;
	border-radius: 3px;
}

.textareaBox{

width:550px;
 height:20px;
 margin:5px;
}

.resumeviewheaders
{
background-color:#cbdaef;
font-size:14px;
color:#105d85;
font-weight:bold;
height:25px;
padding-left:10px;
}
.resuemviewtableborder
{
border:1px solid #cbdaef;
}

.resumeviewinfo
{
background-color:#E8FFD7;
border:1px solid #C7DDBC;
color:#487210;
font-size:13px;
padding:10px;	

}

.resumeviewinfo a
{
color:#487210;
text-decoration:underline;
}

.resumeviewinfo a:hover
{
color:#487210;
text-decoration:none;
}

/*START:Counselor Login classes*/
#counselor  input[type="text"],input[type="password"] { 

	border: 1px solid #cacaca; 
	height: 20px; 
	padding-left: 10px;
	border-radius: 3px;
}

#counselor .loginpanel
{
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	margin:auto;
	padding:auto;
}

.loginpanel .panelheader
{
font-weight:bold;
font-size:14px;
}

.loginpanel .label
{
	text-align:right;
}

.loginpanel .label span
{
color:#F00;
font-size:10px;

}

.counselorfooter
{
color:#FFFFFF;
}

/*END:Counselor Login classes*/

.disclaimerinfo
{
font-size:10px;
font-weight:italics;
}

.empfactor
{
background-color:#E8FFD7;
border:1px solid #C7DDBC;
color:#487210;
font-size:15px;
padding:5px;
}

.infomation
{
	color:#7f7f7f;
}

.link_green {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
font-style: normal;
font-weight: normal;
font-variant: normal;
color: black;
text-decoration: none;
}

.personname
{
	color:#0076b4;
	font-weight:bold;
}