﻿html,body {
	background-color:#1156a4;
	height:100%;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
	margin:0;
	padding:0;
}

a:link, a:visited, .href {
	color:#1264ac;
	cursor:pointer;
}
a:hover {
	color:#549cdc;
	text-decoration:none;
}

h1, .contentheading {
	background: url(images/title_bg.jpg);
	color:#000000;
	font-weight:bold;
	line-height:44px;
	font-size:14px;
	margin:0;
	padding:0;
	margin-bottom:15px;
}

h2 {
	padding:0px;
	margin:0;
	font-size:14px;
}

h2 a:link, h2 a:visited{
	color:white;
	text-decoration:none;
}

.sponsors {
	background: url(images/sponsors.jpg);
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	font-size:14px;
	text-align:center;
}

.news{
	padding:15px 0 10px 0;
}

.button {
	background: url(images/button_bg.jpg);
	color:#FFFFFF;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color:#CC0000;
	padding:3px;
	cursor:pointer;
}

.table {
	width:100%;

}
.table th {
	text-align:left;
	background-color: #0091b8;	
	color:#FFFFFF;
	padding:5px;
}
.table td {
	background-color: #f5f4e8;	
	padding-left:5px;
}

.button2 {
	background: url(images/button.jpg);
	color:#FFFFFF;
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	padding:0px 15px;
	cursor:pointer;
}
.content {
	padding: 0 20px 0 10px;
}
.moduleheading {
	background: url(images/module_title_bg.jpg);
	padding: 20px 20px 20px 40px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	margin:10px 0;
	font-size:14px;
}
.modulecontent {
	padding: 5px 25px 5px 45px;
	color:#ffffff;
	line-height:20px;
}
.modulecontent a:link, .modulecontent a:visited{
	color:white;
}
.copyright{
	color:#FFFFFF;
	padding: 10px 20px 10px 40px;
}

#username, #password {
	width:90px;
	font-size:11px;
}



.menu {
	padding-top:1px;
	padding-left:10px;	
}

#menu {	
	margin: 0;
	padding: 0;
	z-index: 30
}

#menu li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}



#menu li a {	
	display: block;
	padding: 9px 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#333333;	
}

#menu li a:hover {	
	color:#FFCC00;
}

#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 -1px;
	padding: 0;
	border: 1px solid #cccccc;
}

#menu div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #f1f0de;
	color: #333333;
	font: 11px arial;
	border:0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cccccc;		
}

#menu div a:hover{	
	background: #0b60b1;
	color: #FFFFFF;
}

.login {
	font-size:12px;	
}

hr {
	color:#E8D700;	
}


.help {
	cursor: help;
	background-image:url(images/help_icon.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}


#tabnav_container
	{
		width: 700px;
		padding: 10px;
		border: 1px solid #ccc;
		background: #fff;
	}

#tabnav
	{
		height: 26px;
		margin: 15px 0 0 0;
		padding-left: 0px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background-color: #f1f0de;
		font-size: 12px;
		line-height: 20px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 0px;
		border: 1px solid #cccccc;
		border-top: 2px solid #cccccc;
		text-decoration: none;
		color: black;
		
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #ffffff;
		background: #ffffff;
		color: #000000;
	}

#tabnav a:hover
	{
		background: #ffffff;
	}
	
	
#usernameNote, #emailNote, #schoolRegistrationNote {
	color:red;
	font-weight:bold;
	padding: 0 0px;
}	

.question_nr {
	margin-top:10px; 
	font-weight:bold;
}

.input_text {	
	border:0;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	font-weight:bold;

	color:#3333FF;
	background-color:#FFFFFF;
}

table.subjects_table {
	background-color:white;
	color:black;
	border: 1px solid #0e4482;
	border-bottom: 2px solid #0e4482;
	padding:5px;
	margin:8px 4px 8px 0;
}
table.subjects_table th{
	padding: 0 5px;
	text-align:left;
	border-bottom: 2px solid #0094ba;	
}
table.subjects_table td{
	padding: 0 5px;
	border-bottom: 1px solid #0094ba;
}
table.subjects_table td a:link, table.subjects_table td a:visited{
	color:black;
	text-decoration:none;
}
div.other_tests {
	text-align:center;
}
div.other_tests a:link, div.other_tests a:visited{
	color:white;
}

div.grey {
	color:#999999;
	font-size:10px;
}
div.navigation {
	font-size:12px;
	margin-top:10px;
	margin-bottom:6px;
	font-weight:bold;
}