html, body
{
	margin: 0px;
	padding: 0px;
}

body	
{
	font-family: sans-serif;
	font-size: 14px;
	background: #fff url(../images/background.png) repeat-x 0px 105px;
}

a img
{
	border: none;
}

#top
{
	height: 105px;
	background: url(../images/topbar2.png);
	color: #fff;
}

#top #innertop
{
	width: 900px;
	margin: 0px auto;
}

#top #logo
{
	float: left;
}

#top h1
{
	margin: 0px;
	position: relative;
	top: 30px;
	left: 10px;
	font-size: 30px;
}

#top #topcontrols
{
	float: right;
	margin-top: 5px;
}
#top #topcontrols a
{
	color: #fff;
	text-decoration: none;
}

#top #topbuttons
{
	float: right;
	margin-top: 12px;
}

#main
{
	width: 900px;
	margin: 25px auto;
}

#main #maintop
{
	height: 26px;
	background-color: #fff;
	margin: 0px 18px;
}
#main #maintopleft
{
	background: transparent url(../images/main_top_left.png) no-repeat top left;
	width: 18px;
	height: 26px;
	float: left;
	margin-left: -18px;
}
#main #maintopright
{
	background: transparent url(../images/main_top_right.png) no-repeat top left;
	width: 18px;
	height: 26px;
	float: right;
	margin-right: -18px;
}

#left
{
	float: left;
	width: 150px;
	padding: 0px 20px;
	background: #fff url(../images/leftborder.png) repeat-y 188px 0px;
}

#left, #page_content
{
	min-height: 500px;
}
* html #left, * html #page_content
{
	height: 500px;
}

#left ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
#left ul li
{
	width: 155px;
}
#left ul li a
{
	text-decoration: none;
	color: #753;
	display: block;
	margin: 5px 0px;
}
#left ul li a.header
{
	font-weight: bold;
}
#left ul li a.sep
{
	visibility: hidden;
}
#left ul li.answer
{
	list-style-image: url(../images/checkmark.png);
}
#left ul li.flagged
{
	background: transparent url(../images/flag.png) no-repeat 100% 50%;
}
#left ul li.current
{
	font-weight: bold;
	list-style-image: url(../images/arrow.png);
}

#page_content
{
	margin-left: 188px;
	margin-top: -10px;
	background-color: #fff;
	padding: 20px 20px 0px;
	background: #fff url(../images/leftborder.png) repeat-y 0px 0px;
}

#page_content #title_caption
{
	font-size: 30px;
	margin-top: -20px;
	text-align: center;
}

#page_content h1, #page_content h2, #page_content h3
{
	margin-bottom: 5px;
}

#page_content *
{
	margin-top: 0px;
}
#page_content p
{
	margin-bottom: 20px;
}

div#warnings
{
	margin-bottom: 40px;
}

p.warning
{
	border: 2px solid #f00;
	padding: 10px;
}

a.button
{
	background: transparent url(../images/brown_button_right.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 34px;
	margin-right: 6px;
	padding-right: 10px;
	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.button span
{
    background: transparent url(../images/brown_button_left.png) no-repeat;
    display: block;
    line-height: 14px;
	padding: 10px 0px 10px 10px;
}

a.button_active
{
	background: transparent url(../images/blue_button_right.png) no-repeat scroll top right;
}
a.button_active span
{
    background: transparent url(../images/blue_button_left.png) no-repeat;
}

a#question_flag
{
	background: transparent url(../images/question_button_right.png) no-repeat scroll top right;
}
a#question_flag span
{
    background: transparent url(../images/question_button_left.png) no-repeat top left;
}

a#question_flag span img
{
	margin-top: -3px;
}

.clear
{
	clear: both;
}

#loading
{
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}

div.hint
{
	background-color: #ee7;
	border: 1px solid #89c;
	border-bottom: 1px solid transparent;
	display: none;
	position: absolute;
	height: 200px;
	overflow: hidden;
}
div.hint div
{
	border-bottom: 1px solid #89c;
	overflow: hidden;
}

#question_titlebar
{
	height: 60px;
	margin-top: -30px;
}

#question_titlebar div, #question_titlebar h2
{
	float: left;
}

a.question_button, a.question_button_last, a.question_button_first
{
	background: transparent url(../images/question_button_sep.png) no-repeat scroll top right;
	display: block;
	float: left;
	height: 34px;
	padding-right: 10px;
	
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.question_button_last
{
	background: transparent url(../images/question_button_right.png) no-repeat scroll top right;
}

a.question_button span, a.question_button_first span, a.question_button_last span
{
    display: block;
    line-height: 14px;
	padding: 8px 0px 8px 5px;
}

a.question_button_first span
{
    background: transparent url(../images/question_button_left.png) no-repeat top left;
    padding-left: 10px;
}

#question_titlebar h2
{
	margin-top: 3px;
	margin-left: 10px;
}

#question_flag
{
	float: right;
}

#question_review_mode
{
	float: right !important;
	margin-top: 10px;
	font-weight: bold;
}

#question_clock
{
	float: right !important;
	height: 30px;
	
	background: transparent url(../images/time_left_back.png) no-repeat -300px 0px;
}

#question_clock_label, #question_clock_value
{
	height: 30px;
	font-weight: bold;
	padding: 8px 8px;
	line-height: 14px;
	color: #579;
}

#question_clock_label
{
	background: transparent url(../images/time_left_left.png) no-repeat top left;
}

#question_clock_value
{
	background: transparent url(../images/time_left_right.png) no-repeat top left;
	width: 51px;
	text-align: center;
}

