/* Nulling default values */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

strong, b {
	font-weight: bold;
}
:focus {
	outline: 0;
}

body {
	line-height: 15px;
	color: black;
	background: white;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



html, body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Sans-Serif, Tahoma, Verdana, Helvetica, Arial;
	height:100%;
}

a {
	color: #666699;
}

td {
	vertical-align: top;
}

h5 {
	font-weight: bold;
	margin-bottom: 1em;
}

.mainarea ul, .mainarea  ol {
	margin: 10px 20px;
}

.clear {
	clear: both;
	height: 10px;
	width: 100%;
	display: block;
	border-top: 1px solid #ffffff;
}

body {
	font-size: 14px;
	color: #333333;
}

.leftcol {
	background: #d3d7f0;
	border-right: 1px dashed #c5c7d3;
} 

.something {
	vertical-align: bottom;
}

.logomenu {
	vertical-align: top;
}

.mainareatd {
	vertical-align: top;
	padding: 15px 30px;
	text-align: left;
}

.mainarea {
	display: block;
	width: 800px;
	text-align: left;
	overflow: hidden;
}

.mainarea p {
	margin-bottom: 5px;
	line-height: 15px;
	font-size: 14px;
	line-height: 15px;
}

.mainarea h1 {
	font-weight: normal;
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.mainarea h2 {
	font-weight: normal;
	font-size: 23px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.mainarea h2 .f {
	font-size: 14px;
	font-style: italic;
}
#mainmenu {
	font-size: 14px;
	font-weight: bold;
	width: 170px;
}
#mainmenu li {
	position: relative;
}
#mainmenu li ul {
	position: absolute;
	left: 170px; /* Set 1px less than menu width */
	top: 0;
	background: #d3d7f0;
	display:none;
	border: 1px dashed #c5c7d3;
}
#mainmenu li ul li a {
	list-style: none;
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #mainmenu li { float: left; height: 1%; }
* html #mainmenu li a { height: 1%; }
/* End */
#mainmenu li:hover ul, #mainmenu li.over ul { display: block; } /* The magic */
#mainmenu a {
	text-decoration: none;
	padding: 5px 10px;
	color: #666699;
	display: block;
	margin: 0;
}

#mainmenu a:hover {
	background: #ffffff;
}

.mainarea .box {
	border: 1px solid #ebebeb;
	display: block;
	margin-bottom: 5px;
}

.mainarea .box p {
	margin: 5px;
	font-size: 14px;
}

.left {	
	float: left;
	width: 48%;
}

.question {
	display: block;
	float: left;
	margin-right: 20px;
}

.question span {
	display: block;
	color: #999999;
	font-size: 14px;
}

.question span.i {
	color: #000000;
}

.right {
	float: right;
	width: 50%;
}

.work {
	display: block;
	/*m*/padding-top:10px;
}

.answers {
	clear: both;
	padding: 10px 0;
}

.q {
	padding-left: 35px;
	width: 45%;
	float: left;
	margin-bottom: 15px;
}

.q .n {
	font-family: Arial;
	display: block;
	position: relative;
	left: -30px;
	top: -10px;
	margin-right: -20px;
	float: left;
	font-size: 51px;
	font-weight: bold;
	color: #a5a5f4;
}

.box .q p {
	margin: 0;
}

.a {	
	margin-top: 10px;
}

.a a {
	width: 70px;
	text-align: center;
	display: block;
	border: 1px solid #ebebeb;
	background: #f5f5f5;
	float: left;
	margin-right: 5px;
	text-decoration: none;
	color: #333333;
	padding: 3px 0;
	font-weight: bold;
}

.a a:hover {
	border: 1px solid #2bf4a1;
}

.a a.active {
	background: #bcefda;
	border: 1px solid #2bf4a1;
}

.a a.active:hover {
	border: 1px solid #ebebeb;
}

.footer {
	font-size: 14px;
	padding-top: 30px;
}

.regtable {
	margin-top: 20px;
}

.regtable td {
	padding-bottom: 10px;
	padding-right: 30px;
	vertical-align: middle;
}

.delimiter {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
	padding-left: 0px;
	margin-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

.onemore {
	display: none;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
	
}

.another {
	display: none;
	position: relative;
}	
.timer {
border:1px  blue dashed;
width:120px;
padding:10px;
color:#666699;
float:right;
margin-right:20px;
margin-top:15px;
}




a.answered
{
	color:green;
	font-weight: bold;
}
.mqkeys
{
margin-left:180px;

border:1px black dashed;
width:400px;
padding:10px;
}
.block
{
border:1px black solid;
	padding:10px 10px 0px 10px;
	width:430px;
}
#blockrowgrey
{

	background:#EBEBEB
}
.error
{
border:1px blue dashed;width:400px;background: #D3D7F0 none repeat scroll 0%;padding:10px;margin:10px;
}
.done
{
border:1px  red dashed;width:400px;background: pink none repeat scroll 0%;padding:10px; 
}
.questline
{
	width:100%;
	height:32px;
	margin-bottom:0px !important;
	display:inline;

}
.odd
{
}
.even
{
	background-color:#EBEBEB;
}
.scaleline
{
border-left:1px #CFCFCF double;
border-right:0px;
height:20px;
width:600px;
}
.scalebar
{
border-right:1px #515151 double;
border-top:1px #515151 double;
border-bottom:1px #515151 double;
float:left;
height:100%;
cursor:pointer;
text-align:center;
/*vertical-align:middle;*/
}
.scalebarfull
{
background-color:pink;

}

.yellow
{
background-color:yellow;

}
.red
{
background-color:red;

}
.green
{
background-color:green;

}
.scalebarempty
{
background-color:white;
}
.scalebarfulldisabled
{
background-color:#E2E1E1;
border-right:1px #CFCFCF double;
border-top:1px #CFCFCF double;
border-bottom:1px #CFCFCF double;

}
.scalebaremptydisabled
{
background-color:white;
border-right:1px #CFCFCF double;
border-top:1px #CFCFCF double;
border-bottom:1px #CFCFCF double;
}
.scaleinput
{
	background:white;
	border:1px black double;
}
.scaleinputdisabled
{
	background:white;
	background-color:#E2E1E1;
	border:1px #CFCFCF double;
	
}
.hint
{
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	display:none;
	background-color:white;
	border:1px solid black;
	color:black;
	padding:20px;
}
.loginform
{
width:370px;
height:250px;
	padding-left:20px;
	padding-right:1px;
	padding-top:13px;
	font-size:11px;
	color:#464646;
	font-family:Arial,Helvetica,sans-serif;
font-style:normal;
background:url("img/login1.jpg") transparent no-repeat;
}
.loginform span
{
color:#E93E09;
font-family:Arial;
font-size:12px;
font-weight:bold;
}
.loginform .input
{
width:305px;

background-color:#FFFFFF;
border:1px solid #A0A1A5;
color:#717276;
font-family:Garamond,"Times New Roman";
font-size:44px;
font-style:normal;
height:48px;
margin-bottom:6px;
margin-top:7px;
padding-left:3px;
text-align:center;
}
.loginform .btn
{
width:83px;
background-color:#E5E5E6;
background-image:url(imgs/button2_bg.gif);
background-position:left top;
background-repeat:repeat-x;
border-color:#BCBDC1 rgb(113, 114, 118) rgb(113, 114, 118) rgb(188, 189, 193);
border-style:solid;
border-width:1px;
color:#464646;
font-family:Arial;
font-size:12px;
font-weight:bold;
height:29px;
padding-left:2px;
padding-right:2px;
text-align:center;
margin-left:30px;
}

.listtable {
	margin-top: 20px;
}

.listtable td {
	vertical-align: middle;
	text-align:center;
	border-right:1px black solid;
}
.listcell
{
	overflow:hidden;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	border-right:1px solid #EBEBEB;
	height:100%;
	
}
.liststan
{
	width:25px;
	
}
.listfio
{
	width:150px;
}
.listnum
{
	width:20px;
}
.listrow
{
	overflow:hidden;
	width:100%;
	float:none;
	padding:0px;
	border-bottom:1px solid #EBEBEB;
}
.requiredstar
{
	color:red;
	float:left;
}


.stattable
{
	border-collapse:collapse ;
	border-spacing:2px
}
.stattable td
{
padding:3px;
border:2px solid #EBEBEB;
}
.statline
{
	background-color:#D3D7F0;
}
.allwidth p
{
text-align:justify;
}