body {
	margin:2cm;
	font-family: "Congress Sans", Arial, helvetica, sanserif;
	background: white url(images/logo.gif) no-repeat left top;
}

form{
	margin:0;
}

#layout-main {
	margin: 0 5px 0 5px;
	position: absolute;
	top:80px;
	left:0px;
}

#layout-content {
	font-family: "Congress Sans", Arial, helvetica, sanserif;
	background-color: white;
	font-size: 12px;
}

/*Sidebar*/

#layout-sidebar{display: none}

#layout-sidebar a{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}


 
#menu-main, #menu-sub {
	display: none;
}


/*Questions*/

div.qm-questionheader, div.qm-questionheader-correct, div.qm-questionheader-incorrect {
	font-family: "Congress Sans", Arial, helvetica, sanserif;
	font-size: 14px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom: 1px solid black;
	padding:2px;
	color: black;
	text-align: left;
}

div.qm-questionheader-incorrect{
	border-left: 5px solid #E41F1F;
}

div.qm-questionheader-correct{
	border-left: 5px solid Green;
}

div.qm-question {
	margin:0 10px 5px 10px;
	color: black;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px dotted #969798;
}

td.qm-answerletter, td.qm-answerletter-selected{
	white-space: nowrap;
	width: 20px;
	font-weight: bold;
}

tr.qm-answer-correct td.qm-answerletter-selected{
	border: 1px solid Green;
}

tr.qm-answer-incorrect td.qm-answerletter-selected{
	border: 1px solid #E41F1F;
}

tr.qm-answer-correct td.qm-answertext{
	font-weight: bold;
}

td.qm-answertext {
	font-size: 11px;
}

div.qm-comment {
	font-style: italic;
	background-color: #d6d7d8;
	padding: 5px;
	margin-left:25px;
}

table.resultstable {
	border: 2px solid #969798;
	margin: 0px 0px 5px 7px;
	border-collapse: collapse;
	margin: 20px;
}

table.resultstable td {
	border: solid 1px #969798;
	padding: 3px;
	font-size: 9pt;
	color: #000000;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}

td.highlight {
	font-weight: bold;
}

#javaclock {
	width: 50px;
	border: solid 2px #969798;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: black;
}

a{
	color: Black;
	text-decoration:underline;
}

a:hover{
	color: #E41F1F;
	text-decoration: underline;
}

table.gridtable{
	/*border: 2px solid #979899;*/
	border-spacing: 0;
	border-collapse: collapse;
}

table.gridtable th{
	color: black;
	font-weight: bold;
	border: 1px solid #979899;
	border-collapse: collapse;
	padding: 4px;
}

table.gridtable td{
	/*border: 1px solid #979899;*/
	border-bottom: 1px dotted #979899;
	padding: 2px 4px 2px 4px;
}
