/********************************************
* onlinece stylesheet
********************************************/

/* global variables */
body {
   font-family: Arial, Helvetica, Sans-Serif;
   /*background-color: #eeeeee;*/
}

h2 {
   font-size: 12pt;
   font-weight: 125%;
   border-bottom: 1px solid #990044;
   text-align: left;
}

h3 {
   font-size: 11pt;
   font-weight: 125%;
   text-align: center;
}

table.body_2col {
   /* 100% instead of 95% because it is inside a 95% box, and must fill 100% of it. */
   width: 100%;
}

div.body_section {
   width: 95%;
   text-align: left;
}

a, a.visited, a.active {
   color: #990044;
   font-weight: 120%;
}

/* header */
.header_table {
   width: 100%;
   border: 1px solid black;
   background-color: #999999;
   vertical-align: top;
}

/* menu */

.menu_table {
   width: 100%;
   background-color: #990044;
   border: 1px solid black;
}
.menu_item {
   color: #efefef;
   font-size: 12px;
   font-weight: bold;
   font-family: Arial, Helvetica, Sans-Serif;
   padding-left: 5px;
   padding-right: 5px;
   border-right: 1px solid #c10f5f;
}

.selected_menu_item {
   color: #999999;
   font-size: 11px;
   font-weight: bold;
   font-family: Arial, Helvetica, Sans-Serif;
   padding-left: 5px;
   padding-right: 5px;
   border-right: 1px solid #c10f5f;
}
.menu_spacer {
   width: 95%;
}

.menu_link {
   color: #efefef;
   text-decoration: none;
}

/* footer */

.footer_table {
   width: 95%;
   border-top: 1px solid #efefef;
   border-bottom: 1px solid #efefef;
}

.footer_item {
   font-size: 12px;
   font-family: Arial, Helvetica, Sans-Serif;
}

/* login form */
.login_table {
	border: 1px solid #999999;
	background: #efefef;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
}

.register_table {
   border: 1px solid #999999;
   background: #efefef;
   text-align: left;
   padding: 3px;
   width: 500px;
}

.form_button {
   border: 1px solid black;
   background-color: #990044;
   color: white;
   font-size: 10px;
   font-weight: bold;
}

tr.form_button_row {
   text-align: center;
}

hr.thin_line {
    background-color: transparent;
    border-bottom: none;
    color: #aaa;
    height: 1px; 
}

/* questions */
.question {
   text-align: left;
   border: 1px solid #999999;
   background-color: #efefef;
   padding: 3px;
   width: 500px;
}

.tests_table {
   border: 1px solid #999999;
   text-align: left;
   padding: 3px;
   background-color: #efefef;
}

th.tests {
   background-color: #efefef;
   padding: 3px;
   text-align: center;
   font-weight: bold;
   font-size: 11pt;
}

tr.tests {
   text-align: center;
   padding: 3px;
}

td.passed {
   color: green;
   text-align: center;
}

/* text types, paragraph types */

.page_title {
   font-size: 16pt; 
   font-weight: bold;
   color: white;
   font-family: Arial, Sans-Serif;
}

.page_subtitle {
   font-size: 8pt;
   color: white;
   font-family: Arial, Sans-Serif;
}

p.complements_of {
   font-size: 9pt;
   font-family: Arial, Sans-Serif;
}

.feedback {
 color: #990044;   
 text-align: left;
 border: 1px solid #999999;
 padding: 3px;
 background-color: #efefef;
 width: 500px;
}

.colour {
   color: #990044;
}

/* right hand side sponsor nav bar */
.sponsor_navigation {
   border: 1px solid #999999;
   background-color: #efefef;
   vertical-align: top;
   padding-top: 10px;
   padding-left: 5px;
   padding-right: 5px;
}

/* box that contains the page content to the left */
td.page_content {
   vertical-align: top;
}
