@charset "utf-8";
/* EMPLOYEE CSS MAIN */


@import url("nee/cmn/jquery.ui.button.css");
@import url("nee/cmn/datepicker.css");
@import url("nee/cmn/jquery.ui.theme.css");
@import url("data.table.css");
@import url("form.fields.css");
@import url("dropdown.menu.css");
@import url("content.table.css");
@import url("buttons.css");
@import url("list.css");
@import url("jquery.selectBox.css");


/*fixes*/
a:link, a:hover, a:active {outline: 0;}
* :focus { outline: 0; }

body {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

#main-container {
	width: 1118px !important;
	
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-transform:uppercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align: left;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
	color: #224A5F;
	margin: 5px 0 5px 0;
}

h4 {
	color: #e9eeb3;
	margin: 10px;
}

.generic-label {
	color: #369;
	font-family:Arial;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #666;
	width: 145px;
	height: 38px;
	padding-right: 5px;

	
}
#errorScreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align:justify;
	color: #9CF;
	padding: 10px;
	background: url(img/lt-blue-grad-lg_02.jpg) repeat-x top;
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
}

/*COLOR CHANGE FOR ERROR TEXT ONLY*/
#errorScreen ul {
	color:#4F6579;
}

.error-icon {
	float: left;
	padding: 10px 0 10px 10px;
}

.support-icon {
	float: left;
	padding: 5px 20px 10px 10px;
}

#header {
	background-repeat:no-repeat;
	height: 90px;
}

#menuBar {
	height: 50px;
	width: 600px !important;
	background-image: url(img/lt-blue-grad_07.jpg);
	background-repeat:repeat-x;
	border-radius: 0px 4px 0px 0px; 
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 4px 0px 0px;
	z-index: 1000;
}

#menu-container {
	position:absolute;
	left:320px;
	top:90px;
	height:50px;
	z-index:1001;
}

.banner-container {
	border: solid 1px #CCC;
	border-radius: 0px 0px 6px 6px; /*w3c border radius*/
	-webkit-border-radius:  0px 0px 6px 6px;
	-moz-border-radius:  0px 0px 6px 6px;
	background-position: center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	max-height: auto !important;
	width: 1117px !important;
	border:1px #99CCFF solid;
	min-height: 250px;
	z-index: 0;
}

.sign-in-module{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	z-index:1000;
	position:absolute;
	left: 8px;
	top: 90px;
	width: 275px;
	height:65px;
	background-image:url(img/dk-bl-grad_lg.jpg);
	background-repeat:repeat-x;
	border: solid 1px #bdccd4;
	border-radius: 6px 6px 6px 0px; /*w3c border radius*/
	-webkit-border-radius: 6px 6px 6px 0px;
	-moz-border-radius: 6px 6px 6px 0px;
	padding:8px;
}

.password-text-box{
	margin:0;
	float:left;
	width:169px;
	font-size:11px;
	height:16px;
	border:none;
	color:#333;
	padding:5px 0 6px 0;
	zoom:1;
	z-index:1000;

}

.userID-text-box{
	margin:0;
	float:left;
	width:169px;
	font-size:11px;
	height:16px;
	border:none;
	color:#333;
	padding:5px 0 6px 0;
	zoom:1;
	z-index:1000;

}

.sign-in-module .sign-in-module-content .userID-text-box{
	border: none;
	border-radius: 4px 0px 0px 4px; 
	padding: 2px;
	background-color:#ffffff;
	z-index:1000;

}

.sign-in-module .sign-in-module-content .password-text-box{
	border: none;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px;
	background-color:#ffffff;
	z-index:1000;

}

.sign-in-module .forgot-password{
	font-size:11px;
	padding:8px 8px 2px 7px;
	float:left;
	text-align: left;
}

.sign-in-module .forgot-password a {
	color: #CC6;
	}

.sign-in-module .forgot-password a:hover {
	color: #CC6;
	}
*html .search-text-box{
	width:187px;
	height:24px;
}

.sign-in-module .sign-in-module-content .button{
	float:left;
	width:68px;
	height:20px;
	background:url(img/green-grad-sm_03.jpg) repeat-x;
	border:none;
	border-radius: 0px 4px 4px 0px; 
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	color:#333;
	font-size:12px;
	cursor:pointer;
	font-family:Tahoma;
	font-weight:bold;
	text-align:center;
	padding-bottom:3px;
}

.sign-in-module #top-button{
	display:block;
}

.sign-in-module .sign-in-lock{
	background:url(img/lock-icon_94.png) no-repeat;
}
.sign-in-module .sign-in-lock{
	 margin:0px 0 0 10px;
	 float:left;
	 width:20px;
	 height:25px;
}

.userAdmin-module{
	vertical-align:middle;
	z-index:1000;
	position:absolute;
	left: 8px;
	top: 90px;
	width: 275px;
	height: auto;
	border: solid 1px #bdccd4;
	border-radius: 6px 6px 6px 0px; /*w3c border radius*/
	-webkit-border-radius: 6px 6px 6px 0px;
	-moz-border-radius: 6px 6px 6px 0px;
	 background: url(img/btn-backgrd.jpg) top repeat-x;
	padding: 15px 8px 10px 8px;

}

/*.userAdmin-module:hover {
	box-shadow: 3px 3px 4px 2px rgba(102,102,102,0.5);
}
*/
.userAdmin-module table, tr{
	background:none !important;
}

.userAdmin-module .userAdmin-icon{
	background: url(img/user-icon.png) 0 0 no-repeat;
	width: 31px;
	height: 31px;
	float: right;
	margin-top: 0;
	padding: 0;
}

.userAdmin-module .userID {
	border:thin solid #ccc;
	border-radius: 6px 6px 6px 6px;
}

.userAdmin-module .title {
	color: #e9eeb3;
	font-size:1em;
	font-weight: 800;
	text-shadow:1px 1px 2px #333;
	text-transform: uppercase;
	text-align:right;
}

.userAdmin-module .info {
	color: #224a5f;
	font-size:12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:left;
}


#call-to-action-container {
	max-width: 1120px !important;
}

#call-to-action-container-index {
	max-width: 1120px !important;
}

.call-to-action-module {
	width: 370px;
	height: 325px; 
	font-weight: normal;
	color:#224a5f;
	text-align:justify;
	padding:0 10px 10px 10px;
	border: solid 2px #0071bc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.module-1{
	background: url(img/lt-blue-grad-lg_01.jpg) repeat-x;
}

.module-2{
	background:url(img/lt-blue-grad-lg_02.jpg) repeat-x;
}

.module-3{
	background:url(img/lt-blue-grad-lg_03.jpg) repeat-x;
}

.call-to-action-module .raquo-links{
	padding: 2px;
	background: url(img/green-arrow-lg.png) 50% no-repeat;
	width: 35px;
	height: 30px;
	float: right;
}

.raquo-links a, .raquo-links a:link, .raquo-links a:visited {
	cursor: pointer;
}

.raquo-links:hover {
	padding: 2px;
	background: url(img/blue-arrow-lg.png) 50% no-repeat;
	width: 35px;
	height: 30px;
	float: right;
}

.call-to-action-module h2{
	color: #e9eeb3;
	font-size:1.4em;
	font-weight: 800;
	text-shadow:1px 1px 2px #333;
}

.call-to-action-module .linkTitle {
	color: #224a5f;
	font-size:1em;
	font-weight: bold;
	background-image: url(img/green-arrow-sm.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	text-indent: 20px;
}

.call-to-action-module .linkTitle a:link, a:visited{
	text-decoration: none;
	color: #224a5f;
}

.call-to-action-module .linkTitle:hover {
	text-shadow:1px 1px 2px #333;
	color: #fff;
	background-image: url(img/blue-arrow-sm.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.call-to-action-module .linkTitle a:hover {
	text-shadow:1px 1px 2px #333;
	color: #fff;
}


.call-to-action-module div.descript{
	display: block;
	padding-left: 20px;
	text-align: justify;
}


#footer {
	height: 20px !important;
	width: 1118px;
	border: solid 1px #CCC;
	border-radius: 6px; /*w3c border radius*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding-top: 5px;
	color: #09C;
	text-align: center;
	font-size: 12px;
	background: url(img/green-grad-sm_03.jpg) repeat-x;	
}

#footer a, footer a:link, footer a:visited {
	color: #6699CC;
	text-decoration: none;
}


#textBox {
	padding: 5px 10px 10px 20px;
	line-height:1.5em;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(img/checkbox.png) no-repeat;
	display: inline-block;
}

.radio {
	background: url(img/radio.png) no-repeat;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	background: url(img/select.png) no-repeat;
	overflow: hidden;
}

#disclaimer-container {
	height: 30px;
	width: 100% !important;
	border: solid 1px #D4DE1B;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background: url(img/green-grad-disclaimer.jpg) repeat-x;
	
}

#disclaimer-container label    {
	display: block;
	font-size:12px; 
	width:auto !important;
	
}

#steps{
	margin:5px;
	height:22px;
	width:98%;
	display:none;
}
#steps a
{
   pointer-events: none;
   cursor: default;
}

/* .disclaimer-text {
	color: #224a5f;
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 30px;
	float: left;
}
*/
.table-outline {
	border: solid 1px #3794DD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.printer {
	vertical-align: middle; 
	padding: 0 0 5px 0;
	}


/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }
.enroll-btn {
    padding:10px 12px 10px 12px ;
    margin: 10px 10px 10px 0px ;
    font-size:16px;
    font-weight:600;
    border: none;
    color:#fff;
    letter-spacing: .5px;
    text-align: center;
    float:left;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 5);
    background: #72428b; /* Old browsers */
    background: -moz-linear-gradient(top,  #72428b 0%, #4f2264 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72428b), color-stop(100%,#4f2264)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #72428b 0%,#4f2264 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #72428b 0%,#4f2264 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #72428b 0%,#4f2264 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #72428b 0%,#4f2264 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72428b', endColorstr='#4f2264',GradientType=0 ); /* IE6-9 */
}