@charset "utf-8";
/* CSS Document */

body{/* background:url(../images/landing_headerbg.png) repeat-x top !important; */ /*font-family:Arial, Helvetica, sans-serif;*/}
.login-headerBg{/* background:url(../images/header_bg.png) repeat-x top; */} 
#wrapperclass{width:980px;margin:0px auto;}
#header{height:75px;width:100%;}
#body_content{width:100%;}
#footer{margin:0px auto;width:100%;}
.copyrights	{font-family:Arial;	font-size:10px;	color:#000;	margin-top:45px;margin-bottom:8px;}
.copyrights a{color:#000;text-decoration:none;}
.textalign_left{text-align:left;}
.textalign_center {text-align:center;}
.textalign_right{text-align:right;}
.textalign_justify{text-align:justify;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{	clear:both;}
.bold{font-weight: bold;}
.epclayout-content{width:766px;margin:0px auto;margin-top:2px;}
.epclayout-content_custom{width:766px;margin:0px auto;margin-top:37px;}
img{border:0px;}
.displaynone{display:none;}
.displayblock{display:block;}
.content-border{border:1px solid #c2c2c2; border-radius:6px; padding:35px 12px 25px; width:800px;}
.breadcrumb-content-border{border:1px solid #c2c2c2; border-radius:6px; padding:15px 12px 25px; width:742px;}
.break-word{word-wrap: break-word;}
	
/****************************************************************************************************/
/*     							   Login Screen Styles      			   						    */
/****************************************************************************************************/

/*--------- Welcome Login Screen Ends ---------*/

/* site Information */
.siteinfo_div {	height:42px; width:591px; margin:auto; margin-top:144px; border:1px solid #d8e1e7; border-radius:10px;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */
}
.siteinfo_text {font-size:12px;	color:#000;	padding: 0px 8px 0px 8px; text-align:left;}

/* UserName site Information */
.username_siteinfo_div {	height:42px; width:591px; margin:auto; margin-top:144px; border:1px solid #d8e1e7; border-radius:10px;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */
}
/* Login Header*/
.login-header{height:30px; border-radius:10px 10px 0 0;width:500px;
background: rgb(27,39,59); /* Old browsers */
background: -moz-linear-gradient(top, rgba(27,39,59,1) 0%, rgba(47,66,101,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(27,39,59,1)), colorstop(100%,rgba(47,66,101,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(27,39,59,1) 0%,rgba(47,66,101,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(27,39,59,1) 0%,rgba(47,66,101,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(27,39,59,1) 0%,rgba(47,66,101,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(27,39,59,1) 0%,rgba(47,66,101,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b273b', endColorstr='#2f4265',GradientType=0 ); /* IE6-9 */}
.login-header h1{color:#FFF; padding:7px 0 0 12px; font-size:14px; text-align:left; margin:0;}
.login-content{width:494px; background-color:#FFF;  border-radius:0 0 10px 10px; font-size:12px; padding:6px 0 6px 6px;}
.forgot-content{width:494px; background-color:#FFF;  border-radius:10px; font-size:12px; padding:6px 0 6px 6px;margin:10px auto;}
.bg_white_login{background-color:#FFF;}
.headwidth_div {width:593px;}
.margin_center{	margin:0px auto;}
.help_button_header {padding-top:15px;	margin:0px auto;float:right;}
.headet_thinklogo{position:absolute;margin-left:-100px;top:0px;}

/* Login fileds  */
.login_fieldbg { width:591px; margin-top:12px;border-radius:10px; height:100%; border:1px solid #d8e1e7;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top,  #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/}
.login_fieldbgImg{background:url(../images/login-page-bk.png) no-repeat; width:591px; height:100%; border-radius:10px; padding-bottom:1px;}
.logo_align	{height:49px;width:191px;padding-top:13px;	margin-bottom:17px;}
.state_log {width:142px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.state_log_extended {width:280px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.dist_fielt {width:380px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

/* Login & Evaluators Button */
.butt_evalBtn{margin:15px 0;}
.butt_eval{*padding:4px; background: rgb(204,237,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(204,237,254,1) 0%, rgba(187,231,253,1) 49%, rgba(175,226,253,1) 49%, rgba(51,153,206,1) 98%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,237,254,1)), color-stop(49%,rgba(187,231,253,1)), color-stop(49%,rgba(175,226,253,1)), color-stop(98%,rgba(51,153,206,1)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(204,237,254,1) 0%,rgba(187,231,253,1) 49%,rgba(175,226,253,1) 49%,rgba(51,153,206,1) 98%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(204,237,254,1) 0%,rgba(187,231,253,1) 49%,rgba(175,226,253,1) 49%,rgba(51,153,206,1) 98%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(204,237,254,1) 0%,rgba(187,231,253,1) 49%,rgba(175,226,253,1) 49%,rgba(51,153,206,1) 98%)!important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(204,237,254,1) 0%,rgba(187,231,253,1) 49%,rgba(175,226,253,1) 49%,rgba(51,153,206,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccedfe', endColorstr='#3399ce',GradientType=0 )!important; /* IE6-9 */
}

/* Footer */
/*.copyrights_login{font-family:Arial;font-size:10px;color:#000;margin-top:35px;margin-bottom:8px;}*/

/*changed for TC-4058 start*/
/*.copyrights_login{font-family:Arial;font-size:11px;color:#585858;margin-top:80px;margin-bottom:0px;text-shadow: 0px 1px 0px #FFFFFF;min-width: 1050px;}*/
.copyrights_login{font-family:Arial;font-size:11px;color:#585858;margin-top:300px;margin-bottom:0px;text-shadow: 0px 1px 0px #FFFFFF;min-width: 960px;}
.copyrights_footer{font-family:Arial;font-size:11px;padding-right:5px;font-weight:bold;color:#585858;margin-top:500px;text-shadow: 0px 1px 0px #FFFFFF;padding-left:0px; min-width: 960px;}
a.copyactive:hover,a.copyactive:active {color:#f2a800;}
/*.copyrights_login a{color:#000;	text-decoration:none;}*/
.copyrights_login a{color:#585858;	text-decoration:none;}
a:hover{color:#f2a800;text-decoration:underline;}
#footer_4058 {width:100%;height:80px;position:absolute;bottom:0;left:0;background:#ee5;}

html,
body {
   margin:0;
   padding:0;
}
#container_footer {
   min-height:100%;
   padding-top: 9%;
   /*position:relative;*/
}
/*#header {
   background:#ff0;
   padding:10px;
}*/
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   /*position:absolute;*/
   bottom:0;
   width:100%;
   /*height:299px;   /* Height of the footer */
   /*background:#6cf;*/
	margin:0px auto;
	padding-top: 6.5%;
}

/*changed for TC-4058 end*/


.footerlogo_img{margin:0px auto;width:285px; /*height:48px;*/}

/*--------- Welcome Login Screen Ends ---------*/


/*---------------  Login Forget Password Starts Here -----------------*/

.forget-mainFrame{width:561px; margin-top:21px; padding:15px; border:1px solid #d8e1e7; border-radius:10px; font-family:Arial, Helvetica, sans-serif;  
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */}
.forget-contentFrame{border-radius:10px; width:559px; border:1px solid #e8edf0; background:#FFF;}
.forget-header{height:30px; border-radius:10px 10px 0 0; 
background: rgb(170,170,170);
background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(0,0,0,1) 27%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(27%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%); 
background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#000000',GradientType=0 );
}

.forget-username-mainFrame{width:561px; margin-top:12px; padding:15px; border:1px solid #d8e1e7; border-radius:10px; font-family:Arial, Helvetica, sans-serif;  
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */}
.forget-contentFrame{border-radius:10px; width:559px; border:1px solid #e8edf0; background:#FFF;}
.forget-header{height:30px; border-radius:10px 10px 0 0; 
background: rgb(170,170,170);
background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(0,0,0,1) 27%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(27%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%); 
background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#000000',GradientType=0 );
}

.forget-password-mainFrame{width:561px; margin-top:12px; padding:15px; border:1px solid #d8e1e7; border-radius:10px; font-family:Arial, Helvetica, sans-serif;  
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */}
.forget-contentFrame{border-radius:10px; width:559px; border:1px solid #e8edf0; background:#FFF;}
.forget-header{height:30px; border-radius:10px 10px 0 0; 
background: rgb(170,170,170);
background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(0,0,0,1) 27%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(27%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%); 
background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#000000',GradientType=0 );
}


.forget-header h1{ color:#FFF; padding:2px 0 0 15px; font-size:14px; text-align:left;}
.forget-content-holder{padding:35px 15px 10px 9px;}
.forget-emailcontent-holder{padding:16px 15px 10px 9px;}
.forgetpw_tf {width:300px;height:15px;font-size:12px;}
.value_tftxt_clr {color:#8b8c8a;}
.space-bw-hint{ margin-top:10px;}
.forget-password-content-holder{padding:10px 15px 10px 9px;}


/* Forgot User Name fields Starts*/
.state_fusrname {width:139px;}
.district_fusrname {width:370px;}
.firstnm_fusrname {	width:185px;font-size:12px;}
.middleini_fusrname {width:60px;font-size:12px;}

/* Customer.Js */
.thingstodo_thhead_img{	background:url(../images/thingstodo_tableheadbg.png) no-repeat;	height:26px!important;	font-family:arial !important;font-size:14px !important;	color:#000 !important;	font-weight:bold !important;}
.table_rowheight {height:32px;}
.fieldNameStudent_assdetails {font-family:arial;font-size:11px;	font-weight:normal;	float:left;}
.clear_both{clear:both;}
.headertitle_yellow {font-family:arial;	font-size:18px;	font-weight:normal;	color: #FFB400;}
.row0 { background-color:#fff; }
.row1 { background-color:#ececec; }


/* epc.Js */
.done_button_hover{background:url(../images/but_done_hover.png) no-repeat;height:22px;width:43px;border:0px;}
.custom_title_txt_self{	font-family:Arial;font-weight:bold; font-size:13px; color:#000000; text-transform: capitalize;}
.things_txt_normal {font-family:arial!important;font-size:11px!important;color:#000!important;font-weight:normal!important;}
.things_txt_bold {font-family:arial!important;font-size:11px!important;color:#000!important; font-weight:bold!important;}
tbody.scrollContentStudent_things td,tbody.scrollContentStudent_things tr.normalRow td{background: #EEE;border-bottom: none;border-left: none;	border-top: 1px solid #DDD;	font-family:arial;	font-size:11px;}
tbody.scrollContentStudent_things tr.alternateRow td {background: #FFF;	border-bottom: none;border-left: none;	border-top: 1px solid #DDD;	font-family:arial;	font-size:11px;}
.scrollContentStudent {	overflow:auto;	max-height:350px;font-family:arial !important;	font-size:11px !important;	font-weight:normal !important; color:#000 !important;}
/* Thincks to do ends*/


tbody.scrollContentStudent td,tbody.scrollContentStudent tr.normalRow td{background: #EEE;	border-bottom: none;border-left: none;border-right: 1px solid #EEE;	border-top: 1px solid #DDD;}
tbody.scrollContentStudent tr.alternateRow td {background: #FFF;border-bottom: none;border-left: none;	border-right: 1px solid #fff;border-top: 1px solid #DDD;}
tbody.scrollContentAdded td,tbody.scrollContentAdded tr.normalRow td {font: small Arial;}
tbody.scrollContent td,tbody.scrollContent tr.normalRow td {border-bottom: none;border-left: 1px solid #CCC;border-right: 1px solid #CCC;border-top: 1px solid #DDD;
padding: 2px 3px 3px 4px;font: small Arial;}
tbody.scrollContent tr.alternateRow td {background: #EEE;border-bottom: none;border-left: none;	border-right: 1px solid #CCC;border-top: 1px solid #DDD;padding: 2px 3px 3px 4px;font: small Arial;}


/*Self registration*/
.fieldNameCenter{font-family: Arial; text-align: center;}

/* test Score */
.testscore-layoutWidth{width:940px !important;}
.testscore-header{background-color:#fff; border-radius:8px; padding:0 10px 16px 18px;}
.testscore-content{background-color:#fff; border-radius:8px; padding:10px 10px 16px 18px; margin-top:38px;}

/****************************************************************************************************/
/*     							   Landing Page Styles      			   						    */
/****************************************************************************************************/

/*Landing page header */
.student-mainFrame{width:789px; border:1px solid #d8e1e7; padding:14px; border-radius:10px; margin:25px;
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */}
.student-contentFrame{background-color:#fff; border-radius:10px; padding:40px 15px 15px 15px;}
.studentFrame-margin{margin: 0 auto;}

/*Landing page header */
.landing_hdlogo_div{width:765px;height:64px;}
.landing_hdlogo_div_resource{width:765px; height:57px;}
.landing_logo{height:64px; width:99px; margin-left:5px; position:absolute;	margin-left:-110px;}
.userRole-admin{margin:25px 0px 0px 50px;position:absolute;width:350px;}
.userRole-student{margin:10px 0px 0px 50px;position:absolute;}
.wlcome_txt{font-family:Arial;	font-size:11px;	font-weight:bold;color:#394061;}
.notyou{color:#0000ff;	font-family:Arial;	font-size:11px;	font-weight:bold;}
.headright_iconwidth{padding-top:13px;	width:204px;}
.headright_student_iconwidth{padding-top:5px; width:204px;}


/* Header Navigation*/	
.headerNav-height{height:21px;}
.headerNav-width{width:768px;}
.adminNav-width{width:640px;}
.nav_contentdiv {width:768px; height:59px;	margin:0px auto;}
.admin_nav_contentdiv {	width:768px; height:59px; margin:0px auto;}
.landingLayout-navTabs{width:768px;margin:0px auto;}
.landingLayout-navSubtabs{height:59px;width:768px;margin:0px auto;clear:both;}
.distAdminLayout-navTabs{width:700px;margin:0px auto;}
.distAdminLayout-navSubtabs{height:59px;width:768px;margin:0px auto;clear:both;}
.headerNav-sepLast{margin-left: 3px;margin-top: -9px;position: absolute;}
.headerSubnav-leftSpace5{margin-left:5px;}
.empty_textstyle {font-family: Arial !important; font-size: 11px !important; text-decoration: none;}


/*Landing Page Menu Content Starts*/
.nav_txtcss_onethreeone {width:131px;height:19px; padding-top:2px;float:left;font-family:Arial;font-size:12px;font-weight:bold;	color:#FFF;	text-align:center;	cursor:pointer;}
.navhover_bgimg_leftonethreeone {background:url(../images/Untitled-1.png) 0px 0px no-repeat;color:#2c3d5b;font-family:Arial;font-size:12px;font-weight:bold;text-align:center;width:131px;height:21px;float:left;position:relative;	margin-top:-6px;padding-top:6px;}
.navhover_bgimg_leftonethreeone_newupdate{background:url(../images/landingpage_hoverimage_left.png) 0px 0px no-repeat;	color:#2c3d5b;font-family:Arial;	font-size:12px;	font-weight:bold;text-align:center;	width:133px;height:21px;float:left;	position:relative;margin-top:-6px;padding-top:6px;}
.navhover_bgimg_rightonethreeone{background:url(../images/Untitled-1.png) -131px 0px no-repeat;	color:#2c3d5b;	font-family:Arial;font-size:12px;font-weight:bold;	text-align:center;	width:131px;height:21px;float:left;	position:relative;margin-top:-6px;padding-top:6px;}
.navhover_bgimg_rightonethreeone_newupdate {background:url(../images/Untitled-1.png) -131px 0px no-repeat;color:#2c3d5b;font-family:Arial;font-size:12px;	font-weight:bold;text-align:center;	width:133px;height:21px;float:left;	position:relative;margin-top:-6px;padding-top:6px;}
.nav_txtcss_onetwothree {width:123px;height:19px; padding-top:2px;float:left;font-family:Arial;	font-size:12px;	font-weight:bold;color:#FFF;text-align:center;	cursor:pointer;}
.navhover_txtcss_onetwothree {background:url(../images/hover_img123size.png) no-repeat;	color:#2c3d5b;	font-family:Arial;	font-size:12px;	font-weight:bold;	text-align:center;	width:123px;height:21px;float:left;	position:relative;margin-top:-6px;	padding-top:6px;}
.resourcecont{color:#00F;	font-family:Arial;	font-size:11px;	font-weight:bold;padding:0px !important;}
.resourcecont li {float:left;	list-style:none;margin-left:17px;}
.resourcecont li a {color:#00F;	font-family:Arial;	font-size:11px;	font-weight:bold;text-decoration:none;}
.resourcecont li a:hover {color:#00F;font-family:Arial;	font-size:11px;	font-weight:bold;text-decoration:underline;}
.linormal_resourcecont {color:#00F;	font-family:Arial;font-size:11px;font-weight:bold;padding:0px !important;}
.linormal_resourcecont li {	float:left;	list-style:none;}
.linormal_resourcecont li a {color:#00F;font-family:Arial;	font-size:11px;	font-weight:bold;text-decoration:none;}
.linormal_resourcecont li a:hover {	color:#00F;	font-family:Arial;	font-size:11px;	font-weight:bold;text-decoration:underline;}
.nac_contbgrepeatimg{background:url(../images/nav_hover_cont_new.png) repeat-x;	width:100%;}
/*Landing Page Menu Content Ends*/


/* Resources activate Page Menu Content Starts*/
.navactive_txtcss_onethreeone{	width:131px;height:21px;float:left;	font-family:Arial;	font-size:12px;	font-weight:bold;color:#FFF;text-align:center;}
.navactive_bgimg_leftonethreeone{color:#2c3d5b;	font-family:Arial;font-size:12px;font-weight:bold;	text-align:center;	width:133px;height:21px;float:left;	position:relative;margin-top:-6px;	padding-top:6px;}
.nacactive_contbgrepeatimg{	background:url(../images/navcont_active_middle.jpg) repeat-x;width:100%;}
.tab_txt_align{margin-top:5px;}
.tablepadding_tabs{	padding:1px 0px 15px 0px;}
.tabheader_textcolor{ color: #282828 !important; font-family: Arial !important; font-size: 11px !important; font-weight: bold !important;}
.tabcontent_values a{ color: #0000FF !important; font-family: Arial !important; font-size: 11px !important; font-weight: normal !important;text-decoration: none;}
.tabcontent_values a:hover{color: #0000FF !important; font-family: Arial !important; font-size: 11px !important; font-weight: normal !important; text-decoration: underline !important;}
/*resources activate Page Menu Content Ends*/


.navhover_txtcss_onetwothree_class{ background:url(../images/hover_img123size.jpg) no-repeat; color:#2c3d5b;font-family:Arial; font-size:12px;font-weight:bold;    text-align:center; width:130px; height:21px;float:left; position:relative; margin-top:-6px; padding-top:6px;}
.nav_txtcss_onetwothree_class{ width:130px; height:19px; padding-top:2px; float:left; font-family:Arial; font-size:12px; font-weight:bold; color:#FFF; text-align:center;	cursor:pointer;}
.nav_txtcss_onetwozero_assigland{ width:120px; height:19px; padding-top:2px; float:left; font-family:Arial; font-size:12px; font-weight:bold; color:#FFF;   text-align:center;}
.navhover_onetwozero_assigland{background:url(../images/hover_assigland.png) no-repeat; color:#2c3d5b; font-family:Arial; font-size:12px; font-weight:bold;    text-align:center; width:120px; height:21px; float:left; position:relative; margin-top:-6px; padding-top:6px;}
.nav_txtcss_onetwothree_reportland{width:119px; height:19px; padding-top:2px; float:left; font-family:Arial; font-size:12px; font-weight:bold; color:#FFF; text-align:center;}
.navhover_txtcss_onetwothree_reportland{ background:url(../images/hover_reportland.png) no-repeat; color:#2c3d5b; font-family:Arial; font-size:12px; font-weight:bold; text-align:center; width:119px; height:21px; float:left; position:relative; margin-top:-6px; padding-top:6px;}


/* TC-2399 : Start  */
.colorselected a{font-family:Arial;	font-size:11px;	color:#2c3d5b !important;font-weight:normal;}	
/* TC-2399 : End  */


/****************************************************************************************************/
/*     							          Styles not in use   			   						    */

.email_evalreg{	width:156px;height:17px;}
div.tableOutline {border: 1px solid #b1b0b0;}
.nav_menu{bottom:0px;width:100%;height:21px;background:url(../images/menu_navbg.png) repeat-x;margin-top:51px;}
.nav_list{text-align:center;color:#FFF;	font-family:Arial;font-size:12px;font-weight:bold;width:123px;}
.nav_hover_active_left{	bottom:5px;	position:relative;}
.nav_hover_active_cont{	width:108px;height:27px;bottom:5px;	position:relative;padding-top:8px;color:#2c3d5b;}
.nav_hover_active_right{bottom:5px;	position:relative;}
#hover_bg{color:#FFF;}
#hover_bg div:hover{background:url(../images/nav_hover_bg.png) no-repeat;width:132px;height:25px;color:#2c3d5b;}
.nav_hover_bg_txt{bottom:5px;position:relative;	padding-top:8px;font-family:Arial;font-size:12px;font-weight:bold;text-align: center;}
.logoheader_align{margin-left:117px;}
.howtoreg_txt a{font-family:Arial;font-size:9px;color:#0000ff;text-decoration:underline;}
.but_register{width:57px;height:17px;background:url(../images/but_register.png) no-repeat;	border:0px;}
.remberinfo_evalreg{color:#1a2538;font-family:Arial;font-size:9px;}

/*Evaluators Registration Starts*/
.blue_bghead_evalreg{background:url(../images/logineval_form_midbg.png) repeat-x;color:#FFF;font-family:Arial;	font-size:10px;	font-weight:bold;color:#FFF;}
/*Evaluators Registration Ends*/

/*pleasewait_page starts*/
.pleasewait_txt{font-family:Arial;	font-size:10px;	font-weight:bold;color:#000;margin:35px 0px 49px 0px;}
/*pleasewait_page ends*/

/* List of Registered Evaluation Sites Starts*/
.listofreg_tf{width:185px;	height:17px;font-family:Arial;	font-size:11px;	color:#000;}
.iaccept_fd a{font-family:Arial;font-size:9px;	color:#0000ff;	text-decoration:underline;}
.lable_listregtxt{font-family:Arial;font-size:9.25px;color:#000;}
.but_nextalign{float:right;	margin-right:18px;}
/* List of Registered Evaluation Sites Ends*/

/*List of Registered Evaluation Sites Login Starts*/
.tb_head_evalsite {	background-color:#f0f0f0;color:#000;border:1px #c1c0c0 solid;font-family:Arial;	font-size:11px;	font-weight:bold;height:20px;}
.div_evalmarginlog {margin:15px 10px 0px 10px;width:445px;}
.div_overflowstl {height:235px;	overflow:auto;	border-bottom:1px #c1c0c0 solid;border-left:1px #c1c0c0 solid;border-right:1px #c1c0c0 solid;font-family:Arial;font-size:11px;}
.loginas_select {font-family:Arial;	font-size:11px;	width:104px;}
/*List of Registered Evaluation Sites Login Ends*/

div.tableOutline_assign {border: 1px solid #605b48;	margin-top:40px;} 
div.viewAllAssignments_tableOutline {border-bottom: 1px solid #A2A0A0;}

.duedate_txt {font-family:arial;font-size:11px;	color:#000;}
.loader_img{position:absolute;	top:210px;	margin:0px auto;padding:8px;border:2px #a8a8a8 solid;background-color:#FFF;	width:40px;	height:40px;left:48%;}

/* Skip Navigation Styles */

#skip_navigation a
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #F2A900;
	left: 0;
	padding: 5px;
	position: absolute;
	top: -40px;
	transition: top 1s ease-out 0s, background 1s linear 0s;
	z-index: 444;
	font-size:12px;
	font-weight: bold;
}

#skip_navigation a:focus
{
	background: none repeat scroll 0 0 #293A59;
	left: 0;
	outline: 0 none;
	position: absolute;
	top: 0;
	transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}



.teacher_reg-mainFrame{width:795px; margin-top:155px; padding:15px; border:1px solid #d8e1e7; border-radius:10px; font-family:Arial, Helvetica, sans-serif;  
background: #f3f3f3; /* Old browsers */
background: -moz-linear-gradient(top, #f3f3f3 0%, #d1d1d1 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#d1d1d1 100%); /* IE10+ */
background: linear-gradient(to bottom, #f3f3f3 0%,#d1d1d1 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorsktr='#d1d1d1',GradientType=0 );*/ /* IE6-9 */}
.teacher_reg-contentFrame{border-radius:10px; width:795px; border:1px solid #e8edf0; background:#FFF;}
.teacher_reg-header{height:30px; border-radius:10px 10px 0 0; 
background: rgb(170,170,170);
background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(0,0,0,1) 27%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(27%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%); 
background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
background: linear-gradient(to bottom, rgba(170,170,170,1) 0%,rgba(0,0,0,1) 27%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#000000',GradientType=0 );
}
.teacher_reg-header h1{ color:#FFF; padding:2px 0 0 15px; font-size:14px; text-align:left;}
.teacher_reg-content-holder{padding:35px 15px 10px 9px;}
.forgetpw_tf {width:300px;height:15px;font-size:12px;}
.value_tftxt_clr {color:#8b8c8a;}
.space-bw-hint{ margin-top:10px;}

/*--- Styles not in Use ends --------*/

/*.fieldName {font-family: Arial !important;  font-size:12px;}
.fieldNameBold {font-family: Arial;	text-align: left;font-weight:bold; font-size:12px;}*/
/*.oddRow {background: #FFF;border-bottom: none;border-left: none;border-right: 1px solid #CCC;border-top: 1px solid #DDD;padding: 2px 3px 3px 4px;font: small Arial;	font-size: x-small;}
.evenRow{background: #EEE;	border-bottom: none;border-left: none;border-right: 1px solid #CCC;	border-top: 1px solid #DDD;	padding: 2px 3px 3px 4px;font: small Arial;font-size: x-small;}*/
/*a{ color:#0000ff; text-decoration:none;}
a:hover{color:#0000ff;text-decoration:underline;}*/
/*.but_login_backtoalair {width:57px;	height:18px;background:url(../images/but_loginback.png) no-repeat;border:0px;}*/
/*.thingstodo_preview_thhead_img {background:url(../images/previewAssign_headerbar.png) no-repeat;height:24px;font-family:arial !important;font-size:14px !important;	color:#000 !important;font-weight:bold !important;}
.things_grade_txt {	font-family:arial;	font-size:12px;	color:#000;	font-weight:bold;}*/
/*TC-2571 Start*/
/*.tableBody {font-family: Arial;	font-size: small;}*/
/*.hilite{background-color:yellow;font: small Arial;font-size: x-small;}*/
/*TC-2571 End*/
/*.grade_dropdown_width{color: #000000; font-family: arial; font-size: 12px;font-weight: normal;width:152px;text-align:right;}*/