﻿body {
	margin: 0;
	padding: 0;
	background-color: #85a3c2;
	font: 12px/17px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

a { color: #4169aa; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { color: #0080ff; text-decoration: underline; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

p { margin-bottom: 18px; }

h1 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; color:#777; border-bottom: 1px solid #777; }
h2 { font-weight: normal; font-size: 16px; line-height: 18px; margin-bottom: 18px; color:#000; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; color:#777; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; color:#777; }


/* LAYOUT */
.wrapper {
	width: 511px;
	height: 701px;
	background: transparent url('/images/background.png') no-repeat 0 0;
	overflow: visible;
	margin: 20px auto;
}

.topbox {
	width: 484px;
	height: 47px;
	background: transparent url('/images/top_bg.png') no-repeat 0 0;
	position: relative;
	top: 10px;
	left: 13px;
}

.mainbox {
	width: 484px;
	height: 585px;
	background-color: transparent;
	position: relative;
	top: 5px;
	left: 13px;
	overflow: none;
	/*border: solid 1px red;*/
}

.contentbox {
	width: 384px;
	height: 526px;
	background-color: transparent;
	position: relative;
	top: 15px;
	left: 50px;
}

.progressbox {
    
    position: relative;
    left: 339px;
    top: 15px;
    width: 125px;
    color: White;
    font-weight: bold;
    text-align: right;
}

.logobox 
{
    display: none;
}

.footerbox
{
	position: absolute;
	width: 250px;
	height: 20px;
	top: 3px;
	margin-left: 15px;
}

.footerbox a 
{
    font-size: 9px;
    color: White;
    text-decoration: none;
}

.rightbutton {
	text-align: right;
}

/* SLIDERS */
.slideboxtop {
	width: 386px;
	height: 8px;
	background: transparent url('/images/slideboxtop.png') no-repeat 0 0;
}

.slideboxmiddle {
	width: 386px;
	text-align: left;
	background: transparent url('/images/slideboxmiddle.png') repeat-y 0 0;
}

.questiontext {
	width: 350px;
	/*min-height: 30px;*/
	top: 10px;
	left: 18px;
	position: relative;
	background-color: transparent;
}

.slider {
	width: 350px;
	top: 5px;
	left: 18px;
	position: relative;
	background-color: transparent;
	margin-top: 20px;
}

.slideboxbottom {
	width: 386px;
	height: 7px;
	background: transparent url('/images/slideboxbottom.png') no-repeat 0 0;
}

.fillPanel 
{
    min-height: 530px;
}

.clear {
	clear: both;
}

.spacer 
{
    height: 9px;
}

.hr {
       margin: 10px 0 10px 0;
       background-color: #aaa;
       min-height: 1px;
}


/* RESULT PAGE BOXES 

.dropshadow 
{
    background-color: #fff;
    border-radius: 7px;
    border: solid 1px black;
    
    -moz-box-shadow: 0px 0px 7px #000;
    -webkit-box-shadow: 0px 0px 7px black;
    box-shadow: 0px 0px 7px black;
}
*/


/* START TEST BUTTON */

.startbutton a {
	display: block;
	width: 130px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url('/images/start.png') 0 0 no-repeat;
	text-decoration: none;
}
		
.startbutton a:hover {	
	background-position: 0 -22px;
}
		
.startbutton a:active {
	background-position: 0 -44px;
}

/* DIMMED BUTTON */

.dimmedbutton a {
	display: block;
	width: 130px;
	height: 19px;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url('/images/dimmed.png') 0 0 no-repeat;
	text-decoration: none;
}

/* FLASH */
.flashbox {
       float: left;
       margin-right: 10px;
       width: 180px;
       height: 180px;
}