.menucontent { color: #003366; padding-top: 0px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; height:100%;}
.mainwindow { margin:4px; border:2px solid black;background-color: #EEEEEE;}
body
{
	color:#000000;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%;
}

/* standards compliant version of the ol' <center> tag */
/* div.center {text-align: center;}
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 : #0000FF;}
div.compatibility { display:none;visibility: hidden; }

#answercolumn { width: 20%; }

/* errorbox text, highlighting for each class of error */
.errorlevel1 { color : #000000; padding: 5px; }
.errorlevel2 { color : #220000; padding: 5px; }
.errorlevel3 { color : #440000; padding: 5px; }
.errorlevel4 { color : #660000; padding: 5px; }

.messageheader {  width: 100%; border-bottom: 1px solid black; font-weight:bold; padding: 5px; }
.errorheader  {  width: 100%; border-bottom: 1px solid black; font-weight:bold; padding: 5px; }

/* for tables with alternating rows */
.rowlight { background-color:#eeeeff;  border: 1px solid #ddddff; padding:0px; }
.rowdark { background-color:#ddddff; border: 1px solid #eeeeff; padding:0px;}

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

.table_errorbox
{
	background-color: #FFCC66;
	border: 2px solid black;
	width: 95%;
	margin: 8px;
}


.table_content, .table_quiz, .table_login
{
	background-color : #FFFEF8;
	border-style: solid;
	border-color: #000099;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 0px;
	width : 95%;
	margin : 8px;
	z-index:8;
}

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

/* 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 {
	padding-left: 12px;
}

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

/* form design and fixes for IE */
form { margin-bottom: 0px }
input, textarea, select, option
{
	border : 2px solid black;
    background-color : #ffffff;
}
.imagebutton
{
	border : none;
	background-color : #ffffff;
}
.radio
{
	border : none;
	background-color : transparent;
}
.checkbox
{
	border : none;
	background-color : transparent;
}
