


/**
  *  Style of the table (http://www.nonamedesign.info/table_gallery/)
  */

table {
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(/img/table/bg_caption.jpg) right top;
	height: 45px;
	color: #990000;
}
thead th {
	background: url(/img/table/bg_th.jpg) no-repeat right;
	height: 47px;
	color: #FFFFFF;
	/*font-size: 0.8em;*/
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}
tbody tr {
background: url(/img/table/bg_td1.jpg) repeat-x top;
}
tbody tr.odd {
	background: #FFF8E8 url(/img/table/bg_td2.jpg) repeat-x;
}

tbody th,td {
	/*font-size: 0.8em;*/
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #F8A704;
	text-decoration: underline;
}
tfoot th {
	background: url(/img/table/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: url(/img/table/bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

/** 
  *  Style of the send/billing address (http://www.maxdesign.com.au/presentation/definition/dl-event.htm)
  */
  
dl.address {
	margin: 1em 0;
	padding: 0;

}

.address dt {
	position: relative;
	left: 0;
	width: 8em;
	font-weight: bold;
	font-size: 13px;
	color: rgb(73, 86, 119)
}


li.exam_question {
	width: 500px;
	padding: 5px;
	border-top: 2px solid #eeefff;
}

li.exam_question strong {
	font-size: 14px;
}

li.exam_question:hover {
	background-color: #ddeeee;
}

.answered {
	color: green;
}

.not_answered {
	color: red;
}
