﻿#wndShowAnswers {
    background-color: #ffffff;
    border: 1px solid #000000;
}

#wndShowAnswers h2 
{
	background-color: #73a69f;
	color: #ffffff;
	margin: 0;
	padding: 8px;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#wndShowAnswers .content 
{
	padding: 10px;
}
#wndShowAnswers #col1 
{
	margin-right: 10px;
}

#wndShowAnswers #col1, #wndShowAnswers #col2 
{
    width: 335px;
    float: left;
}

#wndShowAnswers .question {
    width: 330px;
    height: 104px;
    border: 1px solid #8b999e;
    margin: 0 0 9px 0;
    position: relative;
    background-color: #b9d2ce;
    cursor:pointer;
}

#wndShowAnswers .current 
{
	border: 1px solid #ff0000;
}


#wndShowAnswers .question table 
{
	width: 100%;
}

#wndShowAnswers .question th 
{
    padding: 4px;
    font-size: 100%;
    font-weight: bold;
    color: #ffffff;
}

#wndShowAnswers .question td 
{
    padding: 3px 4px 1px 4px;
}

#wndShowAnswers .question th 
{
    background-color: #73a69f;
}

#wndShowAnswers .question th.title 
{
	width: 138px;
    font-weight: bold;
    text-align: left;
}

#wndShowAnswers .question th.xbyes 
{
	width: 20px;
	background: url(../images/answer_yes.gif) center center no-repeat;
    background-color: #73a69f;
    border: 0;
}

#wndShowAnswers .question th.xbno
{
	width: 20px;
	background: url(../images/answer_no.gif) center center no-repeat;
    background-color: #73a69f;
    border: 0;
}

#wndShowAnswers .question th.dummy 
{
	width: 120px;
}

#wndShowAnswers div.xbcheck
{
	background-image: url(../images/showAnsw_correct.gif);
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	padding: 0px;
}

#wndShowAnswers div.xbcheckWrong
{
	background-image: url(../images/showAnsw_wrong.gif);
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	padding: 0px;
}

#wndShowAnswers div.xbcheckUnanswered
{
	background-image: url(../images/showAnsw_unanswered.gif);
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	padding: 0px;
}

#wndShowAnswers div.xbnocheck
{
	background-image: url(../images/showAnsw_nocheck.gif);
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	padding: 0px;
}

#wndShowAnswers div.xbcheckcorrect
{
	background-image: url(../images/showAnsw_nocheck_correct.gif);
	width: 15px;
	height: 15px;
	margin: 0px 2px;
	padding: 0px;
}



#wndShowAnswers td.answer {
    color: #000000;
    padding: 5px 0 0 12px;
}

#wndShowAnswers .question img {
    position: absolute;
    right: 4px;
    top: 5px;
    border: 1px solid #d5e3e0;
    width: 120px;
    height: 90px;
}

#wndShowAnswers .footer 
{
	clear: both;
	background: url(../images/3btnnav.gif) no-repeat;
	width: 162px;
	height: 32px;
	padding: 2px 3px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#wndShowAnswers .footer .btn
{
	width: 54px;
	height: 32px;
	display: block;
	float: left;
	cursor: default;
}

