@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:Times New Roman;
	color:#464646;
	font-size:12px;
	background:url(../../Images/body_bg.png);
}
a, a:hover, a:visited {
	color:#0561a6;
}
.clear {
	clear:both;
}
.wrapper {
    background: url("../../Images/mid_bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #E9E9E9;
    border-radius: 0 0 8px 8px;
    color: #2F2F2F !important;
    font-family: times new roman;
    font-size: 12px;
    line-height: 18px;
    margin: 45px auto;
    padding: 25px 50px;
    width: 975px;
}
.header , .footer {
	/*background:url(../../Images/dooted_border.jpg) repeat-x bottom;*/
	padding: 10px 0;
	background:url(../../Images/head_bg.png) !important;
}
.header .wrapper , .footer .wrapper  {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    margin: 0 30px;
    padding: 0;
    width: auto;
}
.footer {
    background: url("../../Images/dooted_border.jpg") repeat-x scroll center top transparent;
    border-top: 1px solid #E9E9E9;
    padding: 11px 0 8px;
}
.loginBox {
	background:url(../../Images/dashboard_bg.jpg) #fff bottom repeat-x;
	padding:20px;
	font-size:18px;
	color:#464646;
	margin:0 auto 140px;
	width:544px;
	border:1px solid #d6d6d6;
}
.regBox {
	margin:0 auto 40px;
	font-size:14px;
}
.bigBog {
	background: none repeat scroll 0 0 transparent;
	border-radius: 8px 8px 8px 8px;
	margin-top: 20px;
	padding: 3px 0 2px 36px;
	width: 600px;
	line-height:20px;
}
input[type="checkbox"] {
	margin-top:0;
}
input[type="radio"] {
	margin-left:0;
}
.textbox, .form_tbl textarea, .ques textarea, .ans textarea, .searchForm textarea {
	border:1px solid #adadad;
	outline:0 none;
	width:242px;
	height:38px;
/*	line-height:38px; */
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px;
	color:#464646;
}
select, .searchForm .textbox {
	border: 1px solid #ADADAD;
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	outline: 0 none;
	padding: 5px;
	width: 254px;
}
.searchForm .textbox {
	height: 16px;
	margin: 5px 0;
	padding: 7px;
	width: 242px;
}
.searchForm table {
	width:100%;
}
.form_tbl .textbox {
	height: 28px;
	line-height: 28px;
	width: 206px;
}
.form_tbl textarea, .ques textarea, .ans textarea, .searchForm textarea {
	height: 78px;
	line-height: 28px;
	width: 350px;
}
.searchForm textarea {
	height: 78px !important;
	width: 242px !important;
}
.btn, .btn_100, .btn_150 {
	background: url("../../Images/button.jpg") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #262626;
	font-family: Myriad Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-bottom: 15px;
	margin-right: 10px;
	outline: 0 none;
	padding: 4px;
	text-align: center;
	width: 79px;
	cursor:pointer;
}
.btn_100 , .btn {
    background: url("../../Images/btn_black.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    padding: 6px;
    width: 130px;
}
.btn_150 {
	width:150px;
	background: url("../../Images/button_150.jpg") no-repeat scroll 0 0 transparent;
}
.forgotText {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1.mainTit {
	text-align:center;
	font-size:48px;
	font-family:Century Gothic, Myriad Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:18px 0 32px 0;
	color:#b12a37;
}
.content {
	margin:10px 0;
}
.content h2 {
	font-size:30px;
	font-family:Century Gothic, Myriad Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:19px 0 19px 0;
	color:#de770c;
	font-weight:bold;
}
.content h2.leftTit {
	text-align:left;
}
.content h2.centerTit {
	text-align:center;
}
.content h3 {
	font-size:18px;
	font-family:Century Gothic, Myriad Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:19px 0 19px 0;
	color:#52a3e0;
	font-weight:bold;
}
.attemptText {
	font-size:18px;
	font-family:Century Gothic, Myriad Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 10px;
	color:#52a3e0;
	font-weight:bold;
}
.content ul {
	margin:0 0 0 17px;
	padding:0;
}
.content ul li {
	padding:2px 0;
}
.content ol {
	margin:0 0 0 20px;
	padding:0;
	border-top: 1px dashed #C1C1C1;
}
.content ol li {
	border-bottom: 1px dashed #C1C1C1;
	padding: 15px 0;
	list-style:none;
}
.content ol li:hover {
	background:#fff;
}
.bigParaImg {
	margin: 0 auto;
	padding: 5px 0 25px;
}
.bigParaImg img {
    display: block;
    margin: 0 auto;
    max-height: 740px;
    max-width: 740px;
    min-width: 480px;
    width: auto;
}
.smallParaImg_right {
	float: right;
	height: 200px;
	margin: 10px 0 30px 25px;
	width: 360px;
}
.smallParaImg_right img {
    max-height: 360px;
    max-width: 360px;
}
.smallParaImg_left {
	float: left;
	height: 200px;
	margin: 10px 30px 25px 0;
	width: 360px;
}
.smallParaImg_left img {
    max-height: 360px;
    max-width: 360px;
}
.startTestBtn {
	padding:20px;
}
.ques {
	/*background: url("../../Images/question.png") no-repeat scroll 0 1px transparent;*/
    background: none repeat scroll 0 0 transparent;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 2% 0 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.ques .qnum {
	padding-right:10px;
	padding-left:2px;
	background-color: #C62626;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: 3px 3px 3px 3px;
	margin: 0 10px 0 0;
	float:left;
	margin-top: 2px;
	width:auto;
}
.ques .quesText {
	float:left;
	width:96%;
	line-height: 20px;
}
.ques  .quesText p {
	margin:0;
}
.ans {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    color: #666666;
    line-height: 25px;
    margin-top: 10px;
    padding-left: 30px;
}
.slideShow ul.slides {
	list-style:none;
	margin:0;
	padding:0;
}
.slideShow ul.slides li.slide {
	border: 0 none;
	float: left;
	list-style: none outside none;
	margin: 1px 3px;
	padding: 0;
}
.slideShow ul.slides li.slide img {
	background-color: #FFFFFF;
	box-shadow: 0 0 4px #AAAAAA;
	display: block;
	margin: 15px 25px 8px 0;
	max-height: 120px;
	max-width: 120px;
	min-width: 79px;
	padding: 3px;
}
.ques textarea, .ans textarea {
	height: 85px;
	width: 95%;
}
.ques img, .ans img {
	max-height: 330px;
	max-width: 500px;
	min-width: 79px;
}
.qText {
	float:left;
	width:93em;
}
.rangeSlider {
	float: left;
	margin: 0 0 0 7px;
	width: 32%;
}
.rangeSlider .valueTextBox {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
	text-align: right;
	width: 30px;
}
#lblMessage {
	color: #C62626;
	display: block;
	font-size: 13px;
	font-weight: 700;
}
.ques object {
	/*display:block;*/
	padding-top:5px;
	height:25px;
}
.ques .objTop {
	margin-top:-5px;
}
.topRadioNav {
	margin: 0 auto;
	width: 420px;
}
.topRadioNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topRadioNav ul li {
	color: #4D6909;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}
.fieldset fieldset {
	border:0 none;
	outline:0 none;
	margin:0;
	padding:0;
}
.fieldset fieldset legend, .bigBog h3 {
	color: #52A3E0;
	font-family: Century Gothic, Myriad Pro, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 19px 0;
	margin:0;
}
.radioImgDiv {
    border: 0 none;
    float: left;
    font-weight: bold;
    list-style: none outside none;
    margin: 1px 25px 1px 3px;
    padding: 0;
    text-align: center;
    width: 120px;
	min-height: 120px;
}
.radioImgDiv img {
    background-color: #FFFFFF;
    box-shadow: 0 0 4px #AAAAAA;
    display: block;
    margin: 15px 0 8px 0;
    max-height: 120px;
    max-width: 120px;
    min-width: 79px;
    padding: 3px;
	text-align:center
}
.radioImgDiv input[type="radio"]{
	text-align:center;
}
.timer {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-radius: 0 0 6px 6px;
    border-right: 1px solid #C1C1C1;
    color: #52A3E0;
    font-family: trebuchet ms;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 11px;
    position: fixed;
    right: 10px;
    top: 0;
}
.regTable table tr td {
	padding:2px 0;
}
.logoutLink {
	float:right;
	padding:15px 15px 15px 0;
}
.logoutLink a {
	text-decoration:none;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.glossaryDiv .categoryListing {
    margin-top: 30px;
    padding: 5px 15px 15px 3px;
}
.glossaryDiv .categoryListing h2 a {
    color: #52A3E0;
    font-size: 15px;
    text-decoration: none;
}
.glossaryDiv .categoryListing h2{
    background: url("../../Images/bullet-blue.png") no-repeat scroll 0 -6px transparent;
    margin: 0 0 7px;
    padding: 0 0 0 32px;
}
.glossaryDiv .desc {
	padding:0 15px 15px 26px;
	margin:30px 0;
	border-left: 1px dashed;
}
.glossaryDiv .desc h2 {
    color: #4D6909;
    font-family: Century Gothic,Myriad Pro,"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 9px 0 0;
}
.glossaryAlphabeticalNav td span {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #000000;
    display: block;
    font-family: trebuchet ms;
    font-size: 15px;
    font-weight: bold;
    margin-right: 8px;
    padding: 4px 0;
    text-align: center;
    transition: color 0.3s linear 0s, background 0.3s linear 0s;
    width: 26px;
}
.glossaryAlphabeticalNav td span.link {
	background:#EEE;
}
.glossaryAlphabeticalNav td span.selected , .glossaryAlphabeticalNav td span:hover {
    background: none repeat scroll 0 0 #E2A703;
    opacity: 0.6;
}
.glossaryAlphabeticalNav td span.selected a , .glossaryAlphabeticalNav td span:hover a {
	color:#fff !important;
}
.glossaryAlphabeticalNav td span.link a {
	color:#52a3e0;
	text-decoration:none;
}
.glossaryAlphabeticalNav td span.selected a {
	color:#fff;
	text-decoration:none;
}
.glossaryLink {
/*    bottom: 15px;
    color: #52A3E0;
    font-family: trebuchet ms;
    font-size: 17px;
    font-weight: bold;
    left: 47%;
    padding: 4px 11px;
    position: absolute;*/
    text-decoration: none;
}
/*.glossaryLink:hover , .logoutLink:hover {
    background: none repeat scroll 0 0 #E2A703;
    opacity: 0.6;
	border-radius:3px 3px 3px 3px;
}
.glossaryLink:hover a , .logoutLink:hover a {
	color:#fff;
}
.glossaryLink a , .logoutLink a {
	text-decoration:none;
	font-weight:normal;
}*/
.logoutLink {
    padding: 8px 0;
    text-decoration: none;
}
.blackBox {
    background: url("../../Images/black_box.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    text-align: center;
    text-decoration: none;
    width: 101px;
}
.blackBox a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 7px 0 0;
    text-decoration: none;
}
/* ------------------ New Design -------------------- */

.loginScreen {
    background: url("../../Images/login_bg.jpg") repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 0;
    width: auto;
}
.loginScreen .loginBox {
    background: url("../../Images/login_screen.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    margin-bottom: 0;
    min-height: 380px;
    padding: 10px 23px;
    width: 228px;
}
.loginScreen  .loginBox h5 {
    border-bottom: 1px solid #E86B28;
    font-family: arial;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 20px 7px 14px;
}
.loginScreen  .loginBox .textbox {
    border: 1px solid #626262;
    color: #424242;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 28px;
 /*   line-height: 28px; */
    outline: 0 none;
    padding: 0 5px;
    width: 190px;
}
.loginScreen  .loginBox .btn {
    background: url("../../Images/btn_gray.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #262626;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 21px;
    margin-bottom: 0;
    margin-right: 6px;
    outline: 0 none;
    padding: 5px;
    text-align: center;
    width: 131px;
}
.loginScreen  .loginBox .loginDiv_bot {
    border-top: 1px solid #EFB400;
    color: #424242;
    font-family: trebuchet ms;
    font-size: 12px;
    line-height: 17px;
    margin: 5px 17px;
    padding: 5px 0 54px;
}
.loginScreen  .loginBox .loginDiv_bot .forgotText {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 15px;
}
.loginScreen  .loginBox .loginDiv_bot .forgotText a {
	color:#de770c;
}
.loginScreen  .mainTit {
    color: #b12a37;
    font-family: Century Gothic,Myriad Pro,"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 48px;
    padding: 18px 0 32px !important;
    text-align: center;
	font-weight:bold;
}
.loginPage  .footer {
    background: none repeat scroll 0 0 transparent !important;
    color: #FFFFFF;
    text-align: right;
	border-top:0 none;
}
.loginPage .footer .wrapper {
	color:#fff !important;
}
.loginPage  .footer a {
	color:#fff;
}
.loginPage .glossaryLink , .loginPage .blackBox {
	display:none;
}

.loginPage #lblMessage {
    color: #000000;
    display: block;
    font-size: 13px;
    font-weight: normal;
    left: 34%;
    margin-top: -22px;
    text-align: center;
}
