@charset "iso-8859-9";
.ulQuestions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 200px;
	float: left;
}
.ulQuestions li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	list-style-type: none;
}
.ulQuestions .liComplete {
	color: #006600;
}
.ulQuestions .liComplete span {
	background-image: url(../imgs/completedQuestion.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 16px;
	vertical-align: middle;
	margin: 0px;
	height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.ulQuestions .liCurrent span {
	line-height: 25px;
	vertical-align: middle;
	display: block;
	margin: 0px;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-image: url(../imgs/currentQuestions.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	color: #003300;
}
.ulQuestions .liLeft {
	color: #FF9900;
}
.ulQuestions .liLeft span {
	background-image: url(../imgs/leftQuestions.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 16px;
	vertical-align: middle;
	margin: 0px;
	height: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.divQuestionPicsHolder {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.divQuestionPicsHolder h1 {
	font-size: 20px;
	line-height: 50px;
	color: #FFFFFF;
	background-image: url(../imgs/questionHeader.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	display: block;
	height: 50px;
	width: 700px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.divQuestionPicsHolder .ulQuestionPics {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionImage {
	display: block;
	width: 320px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPic {
	display: block;
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/questionbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPic .divQuestionPic {
	background-image: url(../imgs/questionImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPic span {
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/questionBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	display: block;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicHover {
	display: block;
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/questionbgHover.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicHover .divQuestionPic {
	background-image: url(../imgs/questionImageHover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicHover span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/questionBottomHover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicActive {
	display: block;
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/questionbgActive.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicActive .divQuestionPic {
	background-image: url(../imgs/questionImageActive.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicActive span {
	display: block;
	width: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/questionBottomActive.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicChosen {
	display: block;
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/questionbgChosen.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicChosen img {
	background-image: url(../imgs/questionImageChosen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicChosen span {
	display: block;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/questionBottomChosen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicRed {
	display: block;
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/questionbgRed.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicRed img {
	background-image: url(../imgs/questionImageRed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicRed span {
	display: block;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/questionBottomRed.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicBlue {
	display: block;
	width: 220px;
	float: left;
	padding: 0px;
	margin-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../imgs/questionbgBlue.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicBlue img {
	background-image: url(../imgs/questionImageBlue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 150px;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.divQuestionPicsHolder .ulQuestionPics .liQuestionPicBlue span {
	display: block;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../imgs/questionBottomBlue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.liQuestionPicChosen span p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p.chosen {
	font-size: 10px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90px;
}

p.info {
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	text-align: left;
	height: 40px;
}

p.disclaimer {
	display: block;
	width: 100%;
	font-size: 10px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	text-align: center;
	height: 40px;
}

.divMessage {
	font-weight: bold;
	color: #CC0000;
	text-align: right;
}

.divQuestionPicsHolder .buttonSonraki {
	background-image: url(../imgs/buttonNext.tr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 34px;
	width: 126px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.divQuestionPicsHolder .buttonNext {
	background-image: url(../imgs/buttonNext.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 34px;
	width: 126px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.divPreloader {
	visibility: hidden;
	float: right;
	margin: auto;
	text-align: center;
	width: 150px;
}

.divQuestionPicsHolder .buttonSonuclar {
	background-image: url(../imgs/sonuclar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 34px;
	width: 146px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}

.divQuestionPicsHolder .buttonResults {
	background-image: url(../imgs/results.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right;
	height: 34px;
	width: 126px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	cursor: pointer !important;
}
