body
{
	color: #010167;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#0000B5;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	background-image: url('./images/page_background.gif');
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
}
* html body {	background-image: url('./images/page_background_ie6.gif'); }
html { height: 100%; }
h1 { font-size: 115%; }
h2 { font-size: 100%; }
/* standards compliant version of the ol' <center> tag */
div.center {text-align: center; margin-right: auto; margin-left: auto; }
div.center table {margin-left: auto; margin-right:auto; text-align: left;}*/
div.bottom { position: absolute; left: 0px; bottom: 10px; z-index:5 }
div.right {text-align: right;}
div.timer { color : #CCCCFF;}
div.compatibility { display:none;visibility: hidden; }

#topmenu {
	width: 724px;
	background-color: #DDDDC1;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

#content {
	padding: 5px;
}

#answercolumn { width: 20%; }

#adminleftmenu {
	background-color:#e4f4ff;
	width: 140px;
	border-right:2px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	position : absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}

#adminrightcontent {
	position: absolute;
	top: 0px;
	left: 160px;
	width: 80%;
	z-index: 6;
}

#bodycontainer {
	background-color: #ffffff;
	width:736px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#pagefooter {
	width: 724px;
	background-color: #DDDDC1;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	position: fixed;
	bottom: 0px;
	opacity: 0.65; -moz-opacity: 0.65; FILTER: Alpha(Opacity=65);
}

/* errorbox text, highlighting for each class of error */
.errorlevel1 { color : #000000; }
.errorlevel2 { color : #330000; }
.errorlevel3 { color : #660000; }
.errorlevel4 { color : #990000; }

/* for tables with alternating rows */
.rowlight { background-color: #dadaff; }
.rowdark  { background-color: #d4d4ff; }

/* format for all the various tables */
td
{
	padding : 0px;
	vertical-align : top;
}

th
{
	text-align: left;
	padding : 0px;
}

.messageheader
{
	background-color: #EEEEFF;
	border: 2px solid black;
	width: 696px;
	padding: 8px;
	margin-bottom: 8px;
}
.errorheader
{
	background-color: #FFEEAA;
	border: 2px solid black;
	width: 696px;
	padding: 8px;
	margin-bottom: 8px;
}

.table_content, .table_quiz, .table_login
{
}

.table_invisible
{
	background-color : transparent;
	border : none;
	width : 100%;
    padding : 4px;
	margin : 0px;
}
.table_invisible td { padding: 4px; }

/* format for special types of text */
.text_instruction { font-size: 100%;  font-style: oblique; }
.text_small { font-size: 75%; }
.text_subheading { font-size: 100%; font-weight: bold; }
.text_heading { font-size : 130%; font-weight: bold; }
.text_question { font-size: 100%; padding-bottom: 10px; padding-top: 10px }
.text_answer { font-size: 100%; }
.text_incorrectanswer { font-size: 100%; text-decoration: line-through; }
.text_correctanswer { font-size: 100%; font-weight: bold; }
.text_stats { font-size: 100%; font-weight: bold; }

/* links */
a.link_menubar {
	font-weight: bold;
}

a { 
	font-weight: bold;
}

a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}
a:active
{
	color: #000000;
	text-decoration: underline;
}

/* form design and fixes for IE */
form { margin-bottom: 0px }
input, textarea, select, option
{
	border : 2px solid black;
  background-color : #FFFFFF;
  padding-left: 2px;
}
.imagebutton
{
	border : none;
	background-color : transparent;
}
.radio
{
	border : none;
	background-color : transparent;
}
.checkbox
{
	border : none;
	background-color : transparent;
}
#dhtmltooltip
{
	position: absolute;
	width: 158px;
	height : 38px;
	border: 2px solid black;
	padding: 2px;
	background-color: #DDDDC1;
	visibility: hidden;
	z-index: 100;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	top: 5px;
	right: 5px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);
}

ul {
	margin-left: 4px;
	padding-left: 4px;
	list-style: none;
}
	
ul li {	
	padding-left: 18px;
	padding-top: 5px;
	background-image: url(./images/bullet_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

html[xmlns] ul {
	padding-left: 2em;
}

html[xmlns] ul li {
	background: none;
	list-style-image: url(./images/bullet_small.gif);
	padding: 0;
}