@charset "utf-8";
/* EMPLOYEE CSS MAIN */


@import url("../cmn/jquery.ui.button.css");
@import url("../cmn/datepicker.css");
@import url("../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; */
	line-height:115%;
}
.sectional-title{
	background-color: #F79646;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#main-container {
	width: 1118px !important;
	
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	text-transform:normal;
	color: #5c5b58;
}

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: bold;
	text-align: left;
	color: #224A5F;
	margin: 5px 0 5px 0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin: 5px 0 5px 0;
}

.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 {
	padding: 10px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d6de', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	border-radius:4px;
}

/*COLOR CHANGE FOR ERROR TEXT ONLY*/
#errorScreen ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:justify;
	color: #224a5f;
	line-height: 1.2em;
}

/*
#errorScreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align:justify;
	color: #333;
	padding: 10px;
	background-color:#fff;
}
*/

/*COLOR CHANGE FOR ERROR TEXT ONLY*/
/*
#errorScreen ul {
	color:#333;
}
*/

.error-icon {
	float: left;
	padding: 10px 0 10px 10px;
}

.support-icon {
	float: left;
	padding: 5px 20px 10px 10px;
}

#header {
	background-image: url(img/logo_main.jpg);
	background-position: 8px 18px;
	background-repeat:no-repeat;
	height: 90px;
}

#menuBar {
	height: 50px;
	width: 600px;
	background-color:#9BBB59;
	-webkit-border-radius: 0px;
	-moz-border-radius:0px;
	z-index: 1000;
	border-right: solid 0px #fff;
}

#menu-container {
	position:absolute;
	top:89px;
	height:41px;
	z-index:1001;
}

.banner-container {
	border: solid 1px #ccc;
	border-radius: 0px; /*w3c border radius*/
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px;
	background-position: center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	max-height: auto !important;
	width: 1118px !important;
	z-index: 0;
	margin-left:0px
}

.sign-in-module{
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	z-index:1000;
	position:absolute;
	left: 8px;
	top: 80px;
	width: 275px;
	height:75px;
	/*background-color:#8dc640;*/
	background-color:#9BBB59;
	border: solid 1px #ccc;
	border-radius: 0px; /*w3c border radius*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-top:20px;
	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:0px; 
	padding: 2px;
	background-color:#ffffff;
	z-index:1000;

}

.sign-in-module .sign-in-module-content .password-text-box{
	border: none;
	border-radius: 0; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 2px;
	background-color:#ffffff;
	z-index:1000;

}

.sign-in-module .forgot-password{
	font-size:12px;
	padding:0px 0px 0px 8px;
	float:left;
	text-align:left;
	display:block;
	height:28px;
	width:80px;
}



.sign-in-module .forgot-password a {
	color: #fff;
	text-decoration: none;
}

.sign-in-module .forgot-password a:hover {
	color: #fff;
	text-decoration: underline;
}

*html .search-text-box{
	width:187px;
	height:24px;
}

.sign-in-module .sign-in-module-content .button{
	float:left;
	width:90px;
	height:28px;
	background:url(img/sign-in-btn-icon.png) no-repeat;
	
	cursor:pointer;
	border: 2px solid #FFF;
}

.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: 9px;
	top: 90px;
	width: 275px;
	height: auto;
	border-radius: 0px; /*w3c border radius*/
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background: url(img/user-info-bckgrnd-black.jpg) 45% 0 no-repeat;
	padding: 15px 8px 10px 8px;
	/* Udpate 05/15/2014 */
	display:none;
	/* */
}

/*.userAdmin-module:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
*/
.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 #666;
	border-radius:0;
}

.userAdmin-module .title {
	color: #F47721;
	font-size:1em;
	font-weight: 800;
	text-shadow:1px 1px 2px #333;
	text-transform: uppercase;
	text-align:right;
}

.userAdmin-module .info {
	color: #fff;
	font-size:12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align:left;
}

.middle-text-container
{
	width:1122px; 
	height:350px; 
	display:block; 
	background-color:#FFF; 
	float:left; 
	padding-top:6px;
}

#call-to-action-container {
	max-width: 1120px !important;
}

#call-to-action-container-index {
	max-width: 1126px !important;
}

.call-to-action-module {
	display:block;
	float:left;
	font-family:Calibri, Helvetica, sans-serif;
	width: 366px;
	height: 340px; 
	background:#FFF;
	text-align:justify;
	border: solid 2px #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	
}
.call-to-action-module-2 {
	display:block;
	float:left;
	font-family:Calibri, Helvetica, sans-serif;
	width: 366px;
	height: 340px; 
	background:#FFF;
	text-align:justify;
	border: solid 2px #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	
}
.call-to-action-text-title{
	padding-left:115px; 
	color:#005DAB; 
	font-size:16px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}

.call-to-action-text-title-in{
	padding-left:130px; 
	color:#005DAB; 
	font-size:16px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}

.call-to-action-text-title-in-2{
	padding-left:119px; 
	color:#005DAB; 
	font-size:16px; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:130%;
}

.call-to-action-text{
	padding-left:10px;
	padding-right:10px
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:140%;
}


.module-1{
	background: url(img/module-1-back.png) no-repeat  5% 5%;
	width:368px;
	height:344px; 
}

.module-2{
	background: url(img/module-2-back.jpg) no-repeat 5% 5%;
	width:366px;	
	height:345px; 
	
}

.module-2b{
	background: url(img/module-2-back.jpg) no-repeat 5% 5%;
}


.module-2c{
	margin-left:5px;
	margin-top:-26px;
	border: solid 2px #ccc;
	width:366px;	
	height:344px; 
	padding:5px;
}

.module-3{
	background: url(img/module-3-back.png) no-repeat  5% 5%;
	width:384px;	
	height:342px; 

}
.module-3b{
	background: url(img/module-3-back.jpg) no-repeat  5% 5%;
}

.module-1a{
	background: url(img/module-1a-back.jpg) no-repeat  10% 80%;
}

.module-2a{
	background: url(img/module-2a-back.jpg) no-repeat  5% 5%;
}

.module-3a{
	background: url(img/module-3a-back.jpg) no-repeat  10% 80%;
}




.call-to-action-module .raquo-links{
	float: left;
	padding: 5px;
	border: 0;
}

.raquo-links a, .raquo-links a:link, .raquo-links a:visited {
	cursor: pointer;
}

.call-to-action-module h2{
	color: #000;
	font-size:20px;
	font-weight: bold;
	fontpadding-top: 0px;
}


#linkTitleBox {
	margin-top: 10px;
	width: 159px;
}

#linkTitleBox ul#switch {
	float:left;
	list-style-type:none;
	margin:0;
	width:165px;
}

#linkTitleBox ul#switch li{
	border-bottom: solid 1px #ccc;
	margin:0;
	width:165px;
}
 
#linkTitleBox ul#switch li a{
	font-size:1em;
	font-weight: normal;
	text-decoration: none;
	color:#666;
	font-size:11px;
	height:9px;
	padding:8px 0 10px 18px;
	text-decoration:none;
	width: 165px;
	display:block;
}

#linkTitleBox ul#switch li.first {
	 border-top:solid 1px #ccc;
}
 
#linkTitleBox ul#switch li a:hover {
	background-color:#69747a;
	color:#fff;
	width:165px;
}

.call-to-action-module div.descript{
	display: block;
	padding-right: 10px;
	text-align: justify;
	margin-top: -5px;
	font-size:13px;
	line-height:125%;
}

h1.content-title{
	margin:5px 0px 0px 0px;
	padding-right: 10px;
	font-size:24px;
	line-height:125%;
	color:#000;

}
h1.content-subtitle{
	margin:5px 0px 0px 0px;
	color:#1F497D;
	font-size:20px;
	padding:0px;
}

#footer {
	height: 20px !important;
	width: 1120px;
	border: solid 1px #CCC;
	border-radius: 0; /*w3c border radius*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding-top: 5px;
	color: White;
	text-align: center;
	font-size: 12px;
	/*background-color: #2cace2;*/
	background-color: #9BBB59;
	float:left;
	position:inherit;
}

#footer a, footer a:link, footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: White;
	text-decoration: underline;
}

#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:none;
	border-radius: 0; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: url(img/bg-container-tools.png) repeat-x;
	padding: 5px;
}

#disclaimer-container label    {
	display: block;
	font-size:12px; 
	color: #fff;
	width:auto !important;
	margin-left: 10px;
	}
#steps{
	margin:5px;
	height:22px;
	width:98%;
	display:none;
}

/* .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}*/; }

div#overlay {
	z-index: 1001;
    background-color: rgba(0, 0, 0, 0.6);
	position:fixed;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    visibility: visible;
	
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;	
}

div#popupBox {
    visibility: visible;
    position: fixed;
	background-color: #fff;
	z-index: 1002;
    left: 50%;
    opacity: 1;
    padding: 15px;
    text-align: left;
    top: 50%;
	width: 320px;
	height: 150px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	-ms-box-shadow: 5px 5px 5px #000;
    -o-box-shadow: 5px 5px 5px #000; 
	box-shadow: 5px 5px 5px #000;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}


.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 */
}





.spend-box{
    display: block; 
    float:left; 
    background: #ffffff;
    margin:0px 0px 0px 5px;
    width:276px; 
    /*border-radius: 6px;*/
    
}

.spend-box > p{
    padding:10px; 
    margin:0px; 
    font-size:16px; 
    font-weight:bold;
    color:#2769dd;
    border-bottom: 1px solid #fff;
    text-align: center;
    background:#c6c6c6;
    /*border-top-left-radius: 6px;*/
    /*border-top-right-radius: 6px;*/
}

.spend-box-text{
    display: block;
    width:268px; 
    padding:4px;
    border-top: 1px solid #ccc;
    background:#E3E3E3;
    overflow:hidden;
}

.spend-box-text>h4{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#2769dd;
    width: 100px;
    float:left;
}

.spend-box-text > p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#005dab;
    width:148px;
    float:left;
}
  
.spend-box-bottom{
    display: block;
    width:268px; 
    padding:4px;
    border-top: 1px solid #ccc;
    background:#2769dd;
    overflow:hidden;
    
}

.spend-box-bottom>h4{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#FFFFFF;
    width: 100px;
    float:left;
}

.spend-box-bottom>p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#FFFFFF;
    width:148px;
    float:left;
}
  


.spend-box-left{
    display: block;
    float:left;
    width:110px;
    padding:4px;
    border-top: 1px solid #ccc;
    background:#E3E3E3; 
}

.spend-box-left > p{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#2769dd;
}

.spend-box-right{
    display: block;
    float:left;
    width:150px;
    padding:4px;
    border-top: 1px solid #ccc;
    background:#E3E3E3; 
}
 
.spend-box-right > p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#2769dd;
}
                            
.spend-box-left-bottom{
    display: block;
    float:left;
    background:#2769dd;
    width:110px;
    padding:4px; 
    /*border-bottom-right-radius: 6px;*/
}

.spend-box-left-bottom > p{
    padding:5px; 
    margin:0px; 
    font-size:18px; 
    font-weight:bold; 
    text-align:right;
    color:#FFFFFF;
}

.spend-box-right-bottom{
    display: block;
    float:left;
    background:#2769dd;
    width:150px;
    padding:4px; 
    /*border-bottom-left-radius: 6px;*/
    
}

.spend-box-right-bottom > p{
    padding:5px; 
    margin:0px; 
    font-size:14px; 
    font-weight:normal; 
    text-align:left;
    color:#FFFFFF;
}
                            
.budget-dialog{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 115%;
}

.budget-dialog-text1 > p{
    font-size:24px;
    text-align: center;
    padding:0px 50px 0px 50px;
    line-height: 125%;
    color:#ffffff;
    font-weight:100;
    margin: 15px;
}
                            
.budget-dialog-text2 > p{
    font-size:16px;
    text-align: center;
    padding:0px 50px 0px 50px;
    line-height: 125%;
    color:#ffffff;
    font-weight:100;
}

.budget-dialog-line{
    background: url(img/dialog-line.png);
    background-repeat: no-repeat;
    background-position: center; 
    /*background:#ffffff;*/
    display: block;
    height: 10px;
    width: 100%;
}

.spend-box-note{
    
    padding: .5em 1em;
    /* background: #fff; */
    background: url(img/dialog-background.png) repeat-x left;
    overflow: auto;
	margin-bottom: 7px;
	display:none;
}

.spend-box-note > p{
    font-size:18px;
    text-align: center;
    line-height: 125%;
    color:#ffffff;
    font-weight:100;
    padding:5px;
}

.summary-description{
	padding-right:100px;
}