/* CSS Document */

h1 {
	color: #ff9900;
	color:#003875;	
	font-size:1.7em;
	font-weight:normal;
	margin: 0px 0px 8px 0px;

}

.quizrow li {
	margin: 0px;
	list-style-position: inside;
	position: relative;
	padding: 8px 100px 10px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCAD9;
	background-image: url(../images/quiz_no_fresher.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}

.quizrow {
	position: relative;
	width: 544px;
	background-image: url(../images/check_bg_fresher.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

#colorblock {
	height: 56px;
	width: 22px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C4CE61;
}


#true {
	position: absolute;
	top: 0px;
	left: 446px;
	width: 49px;
	height: 18px;
	background-color:#F2558A;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
		background:url(../images/true_bg_fresher.gif);
	background-repeat:no-repeat;
}
#false {
	position: absolute;
	top: 0px;
	left: 495px;
	width: 49px;
	height: 18px;
	background-color:#F2558A;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
		background:url(../images/false_bg_fresher.gif);
	background-repeat:no-repeat;
}

.subquestion {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/quiz_options_bank.gif);
	background-repeat: repeat-y;
	background-position: 26px;
	border-top:1px solid #BFCAD9;
	margin-left: -8px;
	padding-top: 5px;
}

.subquestion_nobg {
	font-weight: normal;
	color: #000000;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-top:1px solid #BFCAD9;
	padding-top: 5px;
}

.quizrow_options {
	position: relative;
	margin: 0px;
	padding: 0px;
}


.quiz_list_item {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCAD9;
	background-image: url(../images/quiz_no_business.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	margin: 0px;
}

.numbered {
	position: relative;
	background-image: url(../images/quiz_no_business.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 0px;
	margin: 0px;
}

.subquestion_noborder{
	font-weight: normal;
	color: #000000;

	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: -10px;
}



.questiondiv{
width:400px;
}
.header {
	color: #f02233;
	font-size: 1.3em;
	font-weight: bold;
}

.top_tips {
	border: 1px solid #002a66;
	padding: 5px;
	background-color: #e5e9ef;
}

