/* CSS DOCUMENT */

html, body {
	color:#000000;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
.f-black {
	color:#000000;
}
.f-blue {
	color:#0099FF;
}
.f-grey {
	color:#888888;
}
.f-orange {
	color:#FF6600;
}
.f-white {
	color:#FFFFFF;
}
/* HEADERS */
h1 {
	font-size:17px;
	font-weight:bolder;
	padding:0;
	margin:0 0 6px 0;
}
h2 {
	font-size:14px;
	font-weight:bolder;
	padding:0;
	margin:0 0 4px 0;
	text-transform:uppercase;
}
h3 {
	font-size:13px;
	padding:0;
	margin:0 0 3px 0;
}
h4 {
	font-size:12px;
	padding:0;
	margin:0 0 2px 0;
}
/* LINKS */
a:link {
	text-decoration:none;
	/*color:#0099FF;*/
          color:#065E82;
}
a:visited {
	text-decoration:none;
	color:#065E82;
}
a:active {
	text-decoration:none;
	color:#0099FF;
}
a:hover {
	text-decoration:none;
	color:#FF6600;
}
img {
	border:none;
}
input[type="text"], input[type="password"], select, textarea {
	border:#ccc 1px solid;
	padding:2px;
	color:#666;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border:#a5d0f7 1px solid;
	padding:2px;
	color:#333;
}
#main-container {
	margin:0pt auto;
	position:relative;
	text-align:left;
	width:1050px;
}
#dataContainer {
	min-height:600px;
}
#subContainer2 {
	min-height:600px;
}
#main-container2 {
	margin:0pt auto;
	position:relative;
	text-align:left;
	width:1060px;
	overflow: auto;
}
.icon-top-left {
	background:url(../../img/elab_logo.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:34px;
	margin:0px 20px 0 0;
	width:90px;
}
.icon-top-right {
	background:url(../../img/q_logo.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:34px;
	width:90px;
}
#header-bottom {
	/*background:url(../../img/back_corner_left.jpg) no-repeat;*/
	height:70px;
	_height:47px;
	margin:0 0 0 15px;
	padding:0 0 0 15px;
	width:750px;
	border:1px solid #ff0000;
	display:none;
}
#logo-container {
	background:#FFFFFF url(../../img/back_logo.jpg) no-repeat;
	border-bottom:1px solid #CCCCCC;
	margin:-60px 0 0 0;
	padding:10px 15px 9px 15px;
}
#logo {
	background:url(../../img/lablogo.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:130px;
	width:230px;
}
#header-img {
	background:url(../../img/img_header.jpg) no-repeat;
	height:150px;
	width:490px;
}
/* MENU */
#menu-container {
	background:url(../../img/back_menu.jpg) no-repeat;
	margin:0px 0 0 0px;
	width:260px;
}
.menu-item {
	background:url(../../img/back_menu_item.gif) no-repeat scroll 0pt 0pt;
	border:1px solid #CCCCCC;
	border-top:none;
	height:40px;
	padding: 5px 0 0 10px;
	width:249px;
}
.menu-hover {
	background-position:0pt -45px;
	cursor:pointer;
}
.menu-selected {
	background-position:0pt -90px;
}
#sublink-container {
	border-bottom:12px solid #0099FF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	/*border-top:12px solid #0099FF;
	border-bottom:1px solid #CCCCCC;
	height:245px;*/
	padding:20px;
	width:219px;
}
/* MAIN SECTION */
#content-container {
	width:490px;
}
#page-header {
	border-bottom:1px solid #079589;	/* Earlier #0099FF */
	padding:15px 0 5px 30px;
}
.title {
	background:url(../../img/arrow_large_2.jpg) no-repeat scroll 0pt 13px;
	border-top:1px solid #CCCCCC;
	cursor:pointer;
	margin:0 0 0 50px;
	padding:11px 0 8px 16px;
}
.section {
	background:url(../../img/arrow_small_2.jpg) no-repeat scroll 0pt 4px;
	cursor:pointer;
	margin:3px 0 3px 0;
	padding:0 0 0 12px;
}
.group {
	margin:0 0 0 20px;
	padding:0px 0 0px 16px;
}
.inner-group {
	padding:2px 0 2px 20px;
}
.inner-group-vis {
	padding:2px 0 2px 20px;
}
.inner-group-vis h3 {
	margin:0;
}
.inner-group-vis ul {
	margin-top:2px;
	margin-bottom:0;
}
/* FOOTER */
#footer {
	/*background:url(../../img/back_footer.jpg) repeat-x;*/
	text-align:center;
	/*border-top:1px solid #C9C9C9;*/
	width:1050px;
	margin: 0 auto;
}
#footer-container {
	text-align:center;
	margin:0 auto;
	padding:0 0 0 30px;
	width:780px;
}
#icon-bottom {
	/*background:#0099FF;*/
	background:url(../../img/hl.gif) no-repeat;
	border:none;
	cursor:pointer;
	height:60px;
	width:50px;
}
/* FLOATS */
.float-left {
	display:inline;
	float:left;
}
.float-right {
	display:inline;
	float:right;
}
.clear {
	clear:both;
}
/*---------*/


#header-top ul {
	margin:0;
	padding:0;
	text-align:right;
	float:right;
	margin-top:30px;
	font-size:13px;
}
#header-top li {
	display:inline;
	color:#FFFFFF;
}
#header-top a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:inherit;
}
#header-top a:hover {
	color: #ccc;
	text-decoration:none;
}
#header-top h1 {
	margin-left:10px;
	float:left;
	padding-top:15px;
	font-size:23px;
	color:#FFFFFF;
}
#header-top h2 {
	margin-left:10px;
	float:left;
	padding-top:30px;
	font-size:13px;
	color:#FFFFFF;
	text-transform:none;
}
/*--------------*/

#header-grade {
	height:70px;
	padding:0 0 0 15px;
	margin:0 auto;
	overflow:hidden;
	margin:0 15px 0 0px;
}
#header-grade ul {
	margin:0;
	padding:0;
	text-align:right;
	float:right;
	margin-top:30px;
	font-size:13px;
}
#header-grade li {
	display:inline;
	color:#FFFFFF;
}
#header-grade a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:inherit;
}
#header-grade a:hover {
	color: #333;
	text-decoration:none;
}
#header-grade h1 {
	margin-left:10px;
	float:left;
	padding-top:15px;
	font-size:23px;
	color:#FFFFFF;
}
#header-grade h2 {
	margin-left:10px;
	float:left;
	padding-top:30px;
	font-size:13px;
	color:#FFFFFF;
	text-transform:none;
}
/*--------------*/
.logo {
	padding-left:23px;
	padding-top:5px;
	border-right:1px solid #FFFFFF;
	padding-right:38px;
	padding-bottom:6px;
	float:left;
}
.logo_new {
	padding-left:23px;
	padding-top:5px;
	padding-right:45px;
	padding-bottom:6px;
	float:left;
}
.logo1 {
	padding-top:12px;
	padding-right:10px;
	padding-bottom:20px;
	float:left;
}
.bottomMenu {
	font-size:11px;
	color:#000;
	font-weight:400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-left:10px;
}
.bottomMenu:hover {
	font-size:11px;
	color:#000;
	font-weight:400;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding-left:10px;
}
.imglink {
	visibility:hidden;
	width:3px;
}
.imglink1 {
	visibility:hidden;
	width:0px;
}
.titlebottom {
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
	/*margin:0 0 0 50px;*/
	padding:11px 0 8px 16px;
}
.titletop {
	background:url(../../img/arrow_large_2.jpg) no-repeat scroll 0pt 13px;
	cursor:pointer;
	margin:0 0 0 50px;
	padding:11px 0 8px 16px;
}
.accnt-link {
	width:261px;
	height:470px;
	/*border:#999999 solid 1px;*/
	background:#e4e4e4;
}
.accnt-link h2 {
	background:url(../../images/accnt-bg.jpg) repeat-x top left;
	height:32px;
	color:#FFFFFF;
	font-family:"Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:3px 0 0 0;
	text-align:left;
}
.accnt-link ul {
	line-height:1.8em;
	font-family:"Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
	background:url(../../images/grey-bg.jpg) repeat-x top left;
}
table.gry-topbg {
	background:url(../../images/grey-bg.jpg) repeat-x top left;
	width:100%;
}
.accnt-link li {
	border-bottom:1px dotted #cbc9c9;
	padding-left:25px;
}
.accnt-link a {
	text-decoration:none;
}
.subm {
	background:url(../../images/butt-bg.jpg) repeat-x top left;
	border:#13739b 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:5px 10px 5px 10px;
	margin:0;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.org-butt {
	background:url(../../images/org-butt.jpg) repeat-x top left;
	border:#ff6600 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:0px 10px 0 10px;
	margin:0;
	height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.grey-butt {
	background:url(../../images/grey-butt.jpg) repeat-x top left;
	border:#333 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:0px 10px 0 10px;
	margin:0;
	height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.num-butt {
	background:#f00;
	border:#333 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	padding:0px 10px 0 10px;
	margin:0;
	height:25px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.course-box p {
	font-size:12px;
	padding:1px;
	line-height:1px;
}
.course-box h3 {
	padding-top:1px;
}
.accnt-link1 {
	width:178px;
	height:24px;
	border:#999999 solid 1px;
	background-color: #CCCCCC;
	padding-left:10px;
	padding-right:10px;
	padding-top:1px;
	margin-left:4px;
}
#main-container1 {
	margin:0pt auto;
	position:relative;
	text-align:left;
	width:980px;
	height:540px;
	overflow: auto;
}
.titletop1 {
	background:url(../../img/arrow_large.jpg) no-repeat scroll 0pt 13px;
	cursor:pointer;
	margin:0 0 0 50px;
	padding:11px 0 8px 16px;
}
.titletop2 {
	background:url(../../img/arrow_large.jpg) no-repeat scroll 0pt 13px;
	cursor:pointer;
	margin:0 0 0 50px;
	padding:11px 0 8px 16px;
	border-top:1px solid #CCCCCC;
}
.error {
	color: #FF0000;
	FONT-FAMILY: Verdana, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bolder;
	TEXT-DECORATION: none;
	text-align: left;
	margin-left:0px;
	padding-left:0px;
}
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
	border-collapse:collapse;
}
table.adminlist th {
	margin: 0px;
	height: 25px;
	background:#acacac;
	font-size: 12px;
	padding:2px;
	color: #fff;
	text-align:center;
}
table.adminlist th.title {
	text-align: left;
}
table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}
table.adminlist th a:hover {
	text-decoration: none;
}
table.adminlist tr.row0 {
	background-color: #fff;/* edited by Brijendra Singh from #F9F9F9 to #FFF */
}
table.adminlist tr.row1 {
	background-color: #FFF;
}
table.adminlist td {
	/* border-bottom: 1px solid #e5e5e5; */
	border: 1px solid #CCCCCC;
	padding: 4px;/* edited by vishal Singh from 0px to 3px */
	/*padding-left:6px;*/
	font-size: 12px;
}
table.adminlist-queue td {
	/* border-bottom: 1px solid #e5e5e5; */
	/*border: 1px solid #e5e5e5;*/
	padding: 0px;/* edited by Brijendra Singh from 4px to 1px */
	padding-left:6px;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
#viewSubmission {
	position:absolute;
	display:none;
	z-index:999991;
}
.sectionQuizEdit {
	color:#CC3300;
	left:25%;
	position:absolute;
	border:1px solid #CC3300;
	margin:0 0 10px 25px;
	padding:10px;
	background:#FFFFCC 10px 8px no-repeat;
	width:700px;
	z-index:999991;
}
/*----------------*/

.errorStudent {
	color:#CC3300;
	left:25%;
	position:absolute;
	border:1px solid #CC3300;
	margin:0 0 10px 25px;
	padding:10px;
	background:#FFFFCC url(../../images/icon_alert.gif) 10px 8px no-repeat;
	width:590px;
	z-index:999991;
}
.testStatus {
	color:#CC3300;
	left:65%;
	position:absolute;
	border:1px solid #CC3300;
	margin:0 0 10px 15px;
	padding:10px;
	background:#FFFFCC 10px 8px no-repeat;
	width:200px;
	z-index:999991;
	display:none;
}
.testStatus td {
	border:none;
}
#sectionQuizDelete {
	color:#CC3300;
	left:25%;
	position:absolute;
	border:1px solid #CC3300;
	margin:5px 0;
	padding:10px;
	background:#FFFFCC url(../../images/icon_alert.gif) 10px 8px no-repeat;
	width:590px;
	display:none;
	z-index:999991;
}
/*-------grade Book----------------*/
#viewEditDiv {
	color:#333;
	left:25%;
	position:absolute;
	border:1px solid #FFFFFF;
	margin:5px 0;
	padding:10px;
	background:#ddd 10px 8px no-repeat;
	width:590px;
	display:none;
	z-index:999991;
}
/*----------For ERRORS#START#::Brijendra*/
#errorDiv {
	color:#CC3300;
	left:25%;
	position:absolute;
	border:1px solid #CC3300;
	margin:5px 0;
	padding:10px;
	background:#FFFFCC url(../../images/icon_alert.gif) 10px 8px no-repeat;
	width:590px;
	display:none;
	z-index:9999999;
	font-size:12px;
}
.errorHeading {
	display:block;
	height:20px;
	font-weight:bold;
	margin:0 0 10px 25px;
	border-bottom:1px solid #DEB59A;
}
.errorList {
	/*display:block;
	margin:0 0 0 0px;
	padding-left:15px;
	background:url(../../images/bullet_arro_rust.gif) left no-repeat;*/
	display:block;
	margin:0 0 0 0px;
	width:465px;
	float:right;
	padding:0;
}
.errorList-data {
	display:block;
	margin:0 0 0 25px;
	padding-left:15px;
}
.floatLeft {
	float:left;
	clear:none;
}
.floatRight {
	float:right;
	clear:none;
}
/*----------For ERRORS#END#::Brijendra*/
.viewImage {
	color:#CC3300;
	left:25%;
	position:absolute;
	border:1px solid #CC3300;
	margin:5px 0;
	padding:10px;
	background:#FFFFCC 10px 8px no-repeat;
	display:none;
	z-index:999991;
}
/*****************/
.orange-col {
	color:#ff6600;
}
table.des-table {
	border:1px solid #ddd;
	border-collapse:collapse;
	width:100%;
}
table.des-table td {
	padding:3px 3px 3px 5px;
}
table.des-table tr.shade {
	padding:4px;
	background:#f7f7f7;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table.des-table tr {
	padding:4px;
	background:#fff;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
table.des-table th {
	background:#0099ff;
	color:#fff;
	padding:5px 0 0 5px;
}
table.des-table th.edit-hd {
	background: #c4c4c4;
	color:#fff;
	padding:5px 0 0 5px;
}
/*------------->SHOW AJAX LOADER (DIV IS WRITTEN ON main.tpl)<------------#START::BRIJENDRA*/

#load {
	overflow: hidden;
	z-index: 1000;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
}
.LoadCoverDiv {	/* Div used to display ajax loader */
/*background:#333;
	width: 105%;
	height: 105%;*/
	/* for IE */
	 /*filter:alpha(opacity=40);*/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);*/
	/*opacity: 0.4;*/

}
.LoadCoverDiv_ajaxLoader {
	font-weight:bold;
	color:#000066;
	position:absolute;
	text-align:center;
	left:55%;
	top:5px;
	font-size:12px;
	padding:15px 10px 2px 22px;
	text-transform:uppercase;
	margin-left:-70px;
	border:1px ridge #dc5a14;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	filter:alpha(opacity=50);
	/* CSS3 standard */
  opacity:0.5;
	margin-top:0px;
	background:#fff url(images/ajax-loader.gif) no-repeat 50% 10%;
}
.LoadCoverDiv_ajaxLoaderPPT {
	width:100px;
	height:52px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
	position:absolute;
	left:50%;
	top:400px;
	margin-left:-70px;
	margin-top:0px;
	background:#fff url(images/ajax-loader-darkblue.gif) no-repeat top center;
}
.LoaderText {
	width:100px;
	height:52px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
	position:absolute;
	left:50%;
	top:450px;
	margin-left:-70px;
	margin-top:0px;
}
#courseContentLoader {
	overflow: hidden;
	z-index: 1000;
	position: fixed;
	left: 40%;
	top: 40%;
	display: none;
}
.courseContentLoaderCoverDiv {	/* Div used to display ajax loader */
/*background:#333;
	width: 105%;
	height: 105%;*/
	/* for IE */
	 /*filter:alpha(opacity=40);*/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);*/
	/*opacity: 0.4;*/

}
.courseContentLoaderCoverDiv_ajaxLoader {
	width:150px;
	height:45px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-75px;
	margin-top:0px;
	background:#fff url(images/ajax-loader-darkblue.gif) no-repeat top center;
}
/*------------->SHOW AJAX LOADER (DIV IS WRITTEN ON main.tpl)<------------#END::BRIJENDRA*/


table.quiz-table {
	border:1px solid #ddd;
	border-collapse:collapse;
	width:100%;
}
table.quiz-table td {
	padding:3px 3px 3px 5px;
}
table.quiz-table th {
	background: #ddd;
	color: #0099ff;
	padding:5px 0 0 5px;
}
table.quiz-table td.foot {
	background:#CCCCCC;
	color: #333;
	font-weight:bold;
}
#mainTable {
	height:200px;/*border:1px solid #ddd;*/
}
.num-butt-bg {
	border:1px solid #eee;
	padding:3px;
}
td.num-buttons a:link {
	color: #555;
	background:#eee;
	padding:3px 4px;
	font-weight:bold;
	font-size:12px;
	margin-right:2px;
	font-family:Arial, Helvetica, sans-serif;
}     /*mouse unvisited link */
td.num-buttons a.butt-visited {
	color: #333;
	background:#FFFF4A;
	/*padding:3px 10px;*/
	font-weight:bold;
}   /* mouse visited link */
td.num-buttons a.butt-answer {
	color: #fff;
	background:#157305;
	/*padding:3px 10px;*/
	color: #fff;
	font-weight:bold;
}
td.num-buttons a.butt-current {
	color: #fff;
	background:#0099ff;
	/*padding:3px 10px;*/
	font-weight:bold;
}/* mouse current link */
td.num-buttons a:hover {
	color: #09f;
	background:#dbdbdb;
	/*padding:3px 10px;*/
	color: #FF3300;
	font-weight:bold;
}   /* mouse over link */
.blue-text1 {
	color:#0099FF;
}
.blue-text2 {
	color: #003399;
}
input.nxt-butt {
	background:#084d82;
	cursor:pointer;
	border:1px solid #2169a0;
	color:#FFFFFF;
	font-weight:bold;
}
.start-box {
	border:1px solid #eee;
}
.start-box th {
	background:#eee;
	font-size:15px;
	text-transform:uppercase;
	padding:3px;
	color:#0099ff;
}
/*--------------------------------------------------*/	

.grade-box {
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	background:#f7f7f7;
	margin-left:5px;
}
.grade-box td.grd-hd {
	background:#ccc;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
.grade-box td {
	border-collapse:collapse;
}
.grade-box th {
/*background:#ddd;*/}
/*-------------grd-bx 1*/	
table.ass-bx {
	border-left:1px solid #CCCCCC;
}
table.ass-bx td.grd-hd {
	background: #63aef1;
	padding:5px;
	color:#FFFFFF;
}
table.ass-bx-2 {
	background: #C7E1F8;
}
table.ass-bx-2 th {
	font-size:11px;
}
table.ass-bx1 {
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
table.ass-bx1 td.grd-hd {
	background: #63aef1;
	padding:5px;
	color:#FFFFFF;
}
/*---------*/
table.qd-box {
}
table.qd-box td.grd-hd {
	background: #f28943;
	padding:5px;
	color:#FFFFFF;
}
table.qd-box-2 {
	background: #ffd7bd;
}
.td-bor {
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	width:30px;
	padding:2px;
}
.td-bor1 {
	border-top:1px solid #CCCCCC;
	padding:2px;
	border-collapse:collapse;
}
/*--------------------*/
.pad2 {
	padding:2px;
}
.pad5 {
	padding:5px;
}
.pad10 {
	padding:10px;
}
#CountDownPanel {
	color: blue;
	background-color: yellow;
	font-size: 12px;
}
 .main-container2. header-top. tit-case {
text-transform:none;
}
.dashclass {
	background:#eee;
	/*border:1px solid #ddd;*/ 
	padding:0;
	margin:0;
	margin-bottom:5px;/*border:1px solid #CCCCCC;*/
}
a.dash_my {
	background:#FF6600;
	color:#fff;
	text-decoration:none;
	padding:4px 8px 4px 8px;
}
.dashclass td {
	padding:3px 8px 3px 0px;
}
.dashclass a {
	text-decoration:underline;
	padding:0 8px 0 8px;
}
.dashclass a.present {
	color:#777777;
	text-decoration:none;
}
.dashSub {
	padding-bottom:2px;
}
.dashSub a {
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
}
.dashSub a.current {
	color:#777777;
	text-decoration:none;
}
.faq-course {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
	padding:10px;
}
.faq-box1 {
	line-height:22px;
}
.faq-box1 a {
	text-decoration:underline;
}
.faq-box1 a:hover {
	color:#f75d09;
	text-decoration:underline;
}
.faq-title {
	font-size:18px;
	font-family:"Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#f75d09;
}
.faq-table {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.faq-table th {
	background:#ccc;
	padding-left:15px;
}
.main-body {
	line-height:20px;
	font-family: Verdana;
	font-size:13px;
	color:#222222;
	padding-left:20px;
	padding-right:0px;
	padding-top:30px;
	padding-bottom:20px;
}
.main-body p {
	margin:0;
	padding:0;
	padding-top:4px;
}
.Tbl-Txt {
	color:#036;
	font-family:Verdana, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:400;
	text-decoration:none;
}
.ForGot_Txt {
	color:#036;
	font-family:Verdana, Verdana, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:400;
	text-decoration:none;
}
.ForGot_Txt:hover {
	text-decoration:underline;
}
.manage-box {
	/*font-size:13px;*/
	/*line-height:19px;

	margin:0px; */
	margin:10px;
}
.tabsline {
	margin:0;
	padding:0;
	position:absolute;
	margin-top:6px;
}
.tabsline li {
	display:block;
	float:left;
}
.tabsline a {
	background:#eee;
	padding:4px 10px 4px 10px;
	display:block;
	margin-right:4px;
	color:#333333;
}
.tabsline a.cur-tab {
	background:#fff;
	padding:4px 10px 4px 10px;
	display:block;
	margin-right:4px;
	color:#333333;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}
.edit-des-table {
	border:1px solid #CCCCCC;
}
.edit-tbl {
	margin:0;
	padding:0;
	line-height:18px;
	margin-left:15px;
}
.edit-tbl li {
	margin-bottom:5px;
}
.sucesstxt {
	color: #009933;
}
/*-------------Rupesh CSS--------------------*/

.shade-blue {
	background:#63aef1;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}
td.shade-blue1 {
	background:#63aef1;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
}
td.bg-gray {
	background:#f7f7f7;
	font-weight:bold;
	padding-left:15px;
	padding:5px;
	border-bottom:#CCCCCC 1px solid;
}
tr.bg-gray1 {
	background:#f5f5f5;
	padding-left:15px;
	border:#efefef 1px solid;
	height:30px;
}
tr.bg-gray2 {
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	height:25px;
}
.padd-left {
	padding-left:5px;
}
.brd-top {
	border-bottom:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}
.brd-side {
	border-right:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
}
.num-tab {
	background:#eee;
	border:1px solid #e7e7e7;
	margin-top:5px;
}
.num-tab span {
	padding:5px;
}
.num-lab {
	font-size:14px;
	font-weight:bold;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	background:#FFFFFF;
	display:inline-block;
	padding:3px 10px;
	color: #0099FF;
}
.num-tit {
	color:#FF3300;
	text-transform:uppercase;
}
.num-lab1 {
	font-size:14px;
	font-weight:bold;
	color: #0099FF;
	padding-left:4px;
}
.grd-tbl {
	border:1px solid #efefef;
}
.grd-tbl td {
	border-right:1px solid #efefef;
}
.grd-tbl th {
	background:#63aef1;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
	border-right:#c8e5ff 1px solid;
}
.grd-tbl tr:hover {
	background:#f7f7f7;
	cursor: text;
}
.ins-con-fin {
}
.ins-con-fin td {
	padding:5px;
	border-bottom:#e4e4e4 1px solid;
}
.ins-con-fin tr:hover {
	background:#fafafa;
	cursor: text;
}
.shade-org {
	background:#ff6600;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
}
.shade-light-blue {
	background:#edf5ff;
	padding:5px;
	color:#000;
	font-weight:bold;
	border-bottom:#e4e4e4 1px solid;
}
/*.gbFinalGrade{
	border:1px solid #FF0000;
}*/

input.gbFinalGrade {
	background:#fdf0ec;
	border:#e43f57 1px solid;
}
td.bg-gray-rw {
	background:#f5f5f5;
	padding-left:15px;
	border:#efefef 1px solid;
	height:30px;
}
.Introfont h3 {
	font-size:28px;
	font-weight:bolder;
	padding:0;
	margin:0 0 6px 0;
}
/*------10 july---*/
.des-div {
	border:1px solid #ddd;
	padding:2px;
	overflow:hidden;
}
.blue-div-hd {
	background:#0099ff;
	color:#fff;
	padding:5px 0 5px 5px;
	margin:0;
}
.ins-deta {
	float:left;
	border:1px solid #ddd;
}
.ins-deta td {
	padding:5px 0px;
}
.ins-deta td.ins-deta-hd {
	background:#e8e8e8;
	padding:5px 5px;
}
/*-------14 jul----*/
.user-subm-tbl {
	background:#0099ff;
	color:#fff;
	/*width:99.0%;*/
	margin:0;
	padding:5px 0 3px 0;
	text-align:center;
}
/*----10 aug---*/
.des-div fieldset {
	margin-bottom:10px;
	border:1px solid #ddd;
	background:#FFF;
}
.des-div fieldset:hover {
	margin-bottom:10px;
	border:1px solid #0099ff;
/*	background:#ececec;*/}
.des-div legend {
	font-weight:bold;
	color:#666;
	font-size:15px;
}
.des-div fieldset:hover legend {
	font-weight:bold;
	color:#09F;
	font-size:15px;
}
/*-------For legend-----------------*/
.legend-div {
	/*border:1px solid #ddd;*/
	padding:2px;
	overflow:hidden;
	margin-left:-5px;
}
/*----10 aug---*/
.legend-div fieldset {
	margin-bottom:10px;
	border:1px solid #ddd;
	background:#FFF;
}
.legend-div fieldset:hover {
	margin-bottom:10px;
	border:1px solid #0099ff;
/*	background:#ececec;*/}
.legend-div legend {
	font-weight:bold;
	color:#666;
	font-size:15px;
}
.legend-div fieldset:hover legend {
	font-weight:bold;
	color:#09F;
	font-size:15px;
}
/*------TRANSPARENT box-----*/	
.top-mid {
	background:url(../../images/trans-box_03.png) repeat-x top left;
}
.bot-mid {
	background:url(../../images/trans-box_15.png) repeat-x top left;
}
.left-side {
	background:url(../../images/trans-box_11.png) repeat-y top left;
	width:11px;
	height:50px;
}
.right-side {
	background:url(../../images/trans-box_09.png) repeat-y top left;
	width:11px;
	height:50px;
}
.mid-cont {
	background:#E0E0E0;
	padding:8px;
}
.trans-box {
	top:100px;
	z-index:1000;
	position:fixed;
	left:25%;
}
.trans-box2 {
	top:200px;
	z-index:1000;
	position:fixed;
	left:50%;
}
.trans-box3 {
	position:fixed;
	top:25%;
	right:25%;
	left:25%;
	bottom:25%;
	display:none;
}
/*---*/

.student-pro-tbl {
	border:1px solid #9fbbeb;
}
.student-pro-tbl td {
	/*	border-top:1px solid #e3e3e3;
	padding:5px; */background:#fff;
}
.student-pro-tbl th {
	background: #09F;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
	border-right:#ccc 1px solid;
}
.student-tbl {
	border:1px solid #9fbbeb;
	padding:2px;
}
.student-tbl td {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f7f7f7;
}
.student-tbl th {
	background: #aac9fe;
	padding:5px;
	color:#184a96;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
	border-right:#cee0fe 1px solid;
	text-transform:uppercase;
}
.student-tbl .stdnt-left-data {
	padding-left:10px;
	background-color:#eee; /*e0eafc*/
	border-bottom:1px solid #ddd;
	color:#184a96;
}
.student-tbl th.stdnt-score {
	/*background: #84abed;*/
	padding:5px;
	color:#184a96;
	font-weight:bold;
	margin-top:5px;
	text-align:center;
}
.student-tbl .scre-per-det {
	background-color:#ffffec;
	text-align:center;
	color:#123770;
	font-size:13px;
}
.student-tbl .stdnt-foot {
	background:#d6d6d6;
	font-size:15px;
	padding:3px;
}
.student-tbl .stdnt-foot-res {
	color:#900;
	background:#d6d6d6;
	font-size:15px;
	padding:3px;
	text-align:center;
	border-left:1px solid #ccc;
}
.lbl-tit {
	background:#eeeeee;
	color:#333;
	display:block;
	font-weight:bold;
	padding:5px;
}
.lbl-score {
	color: #123770;
	font-weight:bold;
	display:block;
	padding:2px;
	font-size:13px;
}
