body
{
	color:#000;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 100%
}
.noprint, .yui-button { display: none!important; }
/* 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 : #990000;}
div.compatibility { display:none; }
div.compatibility { visibility: hidden; }

#answercolumn { width: 20%; }

/* user menubar table */
#page {
	background-color: #fff;
	width: 100%;
	height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px
}

#corner {
	position: relative;
	left: -2px;
	visiblility: hidden;

}

#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 107px;
	width: 100%;
	z-index: 9;
	white-space : nowrap;
	visiblility: hidden;
}

#powered {
	text-align: right;
	margin-right: 10px;
	line-height: 100px;
	visiblility: hidden;
}


#logo {
	position:relative;
	left: 1px;
	top: -1px;
	visiblility: hidden;
}

#leftmenu {
	width: 165px;
	position : absolute;
	height: 100%;
	z-index: 10;
	visiblility: hidden;
}

#rightcontent {
	position: absolute;
	z-index:2;
	visiblility: hidden;
}

#contentcontainer {
	visiblility: visible;
}

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

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

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

th
{
	text-align: left;
	padding : 4px;
	border-bottom: 1px solid black;
}

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

.table_header
{
	visiblility: hidden;
}

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

.table_invisible
{
	background-color : transparent;
	border : none;
	width : 100%;
	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%; border-bottom: dotted 2px; padding-bottom: 10px; border-top: 0; 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; }
.text_alternative { font-size: 100%; color: red; }

/* links */
#rightmenu {
	display: none;
}
/* this is set as displayable in tabview.css */
.tabcontent { }

.link_menubar {
	padding-left: 12px;
	display: none;
}

/* form design and fixes for IE */
form { margin-bottom: 0px }
input, textarea, select, option
{
	border : 2px solid black;
}
.imagebutton
{
	border : none;
}
.radio
{
	border : none;
}
.checkbox
{
	border : none;
}
.learning_nav { display: none; }
img { visibility: hidden; }
img.visible { visibility: visible; }
.invisible { visibility: hidden; }
.calendar_container {
	display: none;
}
.yui-calcontainer {
	display: none;
}
.calendar button {
	display: none;
}

.pager { display: none; }
#fromdate input, #todate input { border: 0; }
#filterform { display: none; }
#date_filter { display: none; }
.learning_outcome { border-top: 2px solid black; font-size: 1.2em; }
tr:first-child th.learning_outcome { border-top: 0; }
td.p_nl { margin-top: 10px; border-top: 1px solid #666; }
.yui-hidden { display: none!important; }
