/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background-color:#e0e0ff;
	font-size: 16px;
	line-height: 21px;
}
#wrapper{
	width: 1000px;
	margin: 0px auto;
}
#online-test-data h1, #online-test-data #timer{
	display:inline;
}
h1, #online-test-data #timer, #online-test-data #class{
	font-size:2em;
	line-height:1.3125em;
}
#online-test-data #class{
	margin-left: 1em;
}
#online-test-data #timer{
	margin-left:3em;
}
#online-test-data{
	margin-top:1em;
}
#container{
	margin-top: 0em;
}
#timer{
	font-size: 1.5em;
}
.page-title{
	font-size:1.5em;
	line-height: 1.75em;
	border-bottom: 1px solid #fff;
}
table{
	border:1px solid #fff;
	margin: 1.3125em 0;
	float:left;
}
tr{
	border-bottom: 1px solid #fff;
}
th{
	font-weight:bold;
	border-right: 1px solid #fff;
	padding: 0 0.65625em;
}
td{
	padding: 0.65625em;
	border-right: 1px solid #fff;
}
div.online-test, #side-panel{
	display:inline
}
div.online-test{
	width:700px;
}
#side-panel{
	width: 290px;
}
#nextquestion{
	margin-top:6.5625em;
}
.question-type {
    font-size: 1.5em;
    margin-top: 1em;
}
.capitalize{
	text-transform:uppercase;
}
.content-menu *{
margin:0;
padding:0;
border:0;
}
.content-menu{
    list-style:none;
    margin-bottom:10px;
    float:left;
    width:100%;
    position:relative;
    z-index:5;
}
.content-menu li{
    float:left;
    margin-right:1px;
    position:relative;
}
.content-menu a{
    display:block;
    padding:10px 15px;
    background:	#E0E0FF;
	border:1px solid #D9D9FF;
    text-decoration:none;
	color: #474593;
}
.content-menu a:visited{
	color: #474593;
}
.content-menu a.current{
    background:	#D9D9FF;
}
.content-menu a:hover{
    background:#D9D9FF;
    text-decoration:underline;
}
.content-menu ul{
    background:#fff;/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:#D9D9FF;/* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
    position:absolute;
    left:-9999px;/* Hide off-screen when not needed (this is more accessible than display:none;) */
}
.content-menu ul li{
    padding-top:1px;/* Introducing a padding between the li and the a give the illusion spaced items */
    float:none;
}
.content-menu ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
.content-menu li:hover ul{ /* Display the dropdown on hover */
    left:0; /* Bring back on-screen when needed */
	z-index:10;
}
.content-menu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#D9D9FF;
    text-decoration:underline;
}
.content-menu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
.content-menu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#E9E9FF;
}
.content-menu li:hover ul a.current{ 
	background:#E9E9FF;
}
.content-menu li.current-menu-item a{
	background:#E9E9FF;
}

p{
	clear:both;
}