#content {
	/*font-family:arial;*/
	font-size:16px;
}

#content h1,#content h2,#content h3,#content h4 {
	color:#3b5998;
}

table {
	font-family:arial;
}

table.standard {
	border-collapse:collapse;
	border:2px solid #3b5998;
	width:100%;
	background:#fff;
	
}

table.standard th {
	color:#fff;
	background:#3b5998;
	padding:0 2px;
}

table.standard td {
	padding:3px 5px;
	font-size:0.9em;
}

table.standard th a {
	color:#fff;
	text-decoration:none;
}

table.standard td a {
	color:#00b;
	text-decoration:underline;
}

table.standard tr.test td{
	padding:7px 5px;
}

table.standard tr.heading {
	background:url(../images/grad.gif) repeat-y #fff !important;
	border-top:1px solid #3b5998;
}

table.standard tr.foot {
	background:url(../images/grad2.gif) repeat-y right;
	height:28px;
}

table.standard tr.heading td h3 {
	color:#fff !important;
}

table.client {
	border-collapse:collapse;
	border:2px solid #333;
	width:100%;
}

table.client td {
	padding:3px 5px;
}

table.client #test {
	min-height:400px;
	height:auto !important;
	height:400px;
}

table.client tr.nav {
	background:#fff6d4;
	height:48px;
}

table.client th {
	color:#fff;
	background:#333;
	padding:0 2px;
}

div.popup {
	position:absolute;
	left:190px;
	width:320px;
	border:0px solid #fff;
	padding:5px;
	
	background:url(../images/pop.png);
	display:none;
}

div.popup div {
	border:2px solid #3c6099;
	background:#fff;
	padding:5px;
}

.popup table thead tr th {
	cursor: move;
}

div#question {
	min-height:400px;
	height:auto !important;
	height:400px;
	padding:12px;
}

div.button {
	border:1px outset #3c6099; 
	clear:left; 
	width:90px; 
	padding:2px 5px; 
	float:right; 
	text-align:center;
	margin:3px 0 10px 0;
	background:#3b5998;
}

div.button a {
	color:#fff !important;
	text-decoration:none !important;
}

div#flag {
	height:21px;
	line-height:21px;
	width:150px;
	background:none;
	padding:3px 0;
}

div#q { 
 	min-height:100px;
 	height:auto !important;
 	height:100px;
 	background:#fff;
 	margin-bottom:18px;
 	font-size:1.0em;
}

div.container {
	padding:4px;
}

div.tickbox {
	height:32px;
	width:32px;
	float:left;
	background:url(../images/box.gif);
}

div.answer {
	padding:8px 4px 4px;
	width:500px;
	float:left;
}

#timeremaining {
	font-size:1.em;
	font-weight:bold;
}

#timeremaining img {
	padding-right:3px;
	position:relative;
	top:-1px;
}