﻿a:link, a:visited  {
	color: #000080;
	text-decoration: none
}

a:hover {
	color: #ff0000;
	text-decoration: none
}

body {
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #ffffff;
	color: #000;
	font-size: 12px;
	padding: 0;
	margin: 0px;
	min-width: 750px;
}

html {
	font-style: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	background: #ffffff;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #333333;
	font-size: 13px;
	padding-top: 0px
}

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto
}

#header {
	border-bottom: #cfcfcf 0px solid;
	border-left: #cfcfcf 0px solid;
	line-height: 11px;
	width: 900px;	
	border-top: #cfcfcf 0px solid;
	border-right: #cfcfcf 0px solid;
	margin: 5px 0px 20px;
	padding:0 10px;
}

body > #header {
	height: 75px
}

#header img {
	margin: auto;
	display: block
}

div.headerbar {
	text-align: right;	
	width: 880px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px 0 0;
}

div.headerbar span.space {
	margin: 0 5px;
}

#headermenu {
	line-height: normal;
	margin: 0px 10px;
	_margin: 0px 5px;
	width: 900px;
	background: url(../images/bg_top.gif) repeat-x 50% bottom;
	float: left;
	font-size: 93%;
	min-height:10px;
	height:auto;
}
/* for internet explorer */
/*\*/
* html #headermenu {
	height: 10px;
}
/**/


#headermenu ul {
	padding-bottom: 0px;
	list-style-type: none;
	margin: 0px;
	padding:10px 10px 0;
}

#headermenu li {
	border-bottom: #c0c0c0 1px solid;
	background: url(../images/left_both.gif) no-repeat left top;
	float: left;
	margin:0;
	padding:0 0 0 9px;
}

#headermenu a {
	width: 0.1em;
	display: block;
	background: url(../images/right_both.gif) no-repeat right top;
	float: left;
	color: #765;
	font-weight: bold;
	text-decoration: none;
	padding:5px 15px 4px 6px;
}

#headermenu > ul a {
	width: auto
}
#headermenu a {
	float: none
}
#headermenu a:hover {
	color: #333
}

.student #nav-student, .intake #nav-intake, .host #nav-host, .timetable #nav-timetable {
	BORDER-RIGHT-WIDTH: 0px;
	BACKGROUND-POSITION: 0px -150px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px
}
 
.student #nav-student A, .intake #nav-intake A, .host #nav-host A , .timetable #nav-timetable A {
	PADDING-BOTTOM: 5px;
	BACKGROUND-POSITION: 100% -150px;
	COLOR: #333
}

#headermenu LI:hover, #headermenu LI:hover A{
	BACKGROUND-POSITION: 0% -150px;
	COLOR: #333
}

#headermenu LI:hover A {
	BACKGROUND-POSITION: 100% -150px
}

#content {
	min-height:20em;
	width:920px;
	font-family:arial, helvetica, sans-serif;
	background:url(../images/page_bg.gif) repeat-y;
	float:left;
	height:auto;
	font-size:10pt;
	padding:0 10px 30px;
}

* html .content {
	height: 20em
}

#content div.login {
	width:350px;
	border:#ccc 1px solid;
	margin:50px auto 0;
	padding:10px;
}

#content div.login h1 {
	border-bottom:#ccc 1px solid;
	margin:0 0 20px;
	padding:0 0 10px;
}

#content div.login div.error {
	width:330px;
	border:#dd3c10 1px solid;	
	background:#ffebe8 0 0;
	margin:0 0 10px;
	padding:5px;
}

#content div.login div.error p {
	line-height: 14px;
	margin: 4px 0px 0px;
	width: auto;
	font-weight: normal
}

#content div.login_row {
	text-align:left;
	width:260px;
	margin:auto;
	padding:0 0 4px;
}

#content div.login_buttons {
	width:150px;
	margin:auto;
	padding:0 0 0 100px;
}

#content div.login_row label {
	width:100px;
	display:block;
	float:left;
	padding:3px 0;
}

#content div.login_row input.username {
	border: #bdc7d8 1px solid;
	width: 150px;
	font-size: 12px;
	padding: 3px;
}

#content div.login_row input.password {
	border: #bdc7d8 1px solid;
	width: 150px;
	font-size: 12px;
	padding: 3px
}

/********************************* start search *********************************************************/

#content div.search {
	width: 700px;
	border: #cccccc 1px solid;
	padding: 0 0 10px 0;
	margin: 50px auto 0px;
	
}

#content div.search_title {
	text-align: left;
	margin-bottom: 10px;
	padding: 7px;
	background-color:#D7D2BD;
	font-weight:bold;
}

#content div.search_row {
	text-align: left;
	margin: auto;
	padding: 0 5px 4px 5px;
}

#content div.search_buttons {
	padding: inherit 0 0 88px;
	margin: 0;
}

#content div.search_row label {
	width: 75px;
	display:inline-block;
	padding: 3px 0 3px 10px;
}
#content div.search_row input {
	border: #bdc7d8 1px solid;
	width: 160px;
	font-size: 12px;
	padding: 3px;
	margin-right:10px;
}

/********************************* end search *********************************************************/

/********************************* start filter *********************************************************/

#content div.filter_row {
	border-top:#ccc 1px solid;
	vertical-align:text-top;
	text-align:left;
	margin:10px auto auto;
	padding:5px 10px 0 10px;
}

#content span.filter_entry {
	display:inline-block;
	vertical-align:top;
	text-align:left;
	width:210px;
	padding:0 10px 4px 0;
}

#contentspan.filter_buttons {
	width:150px;
	padding:0 0 0 100px;
}

#content span.filter_entry label {
	padding:0;
}

#content span.filter_entry select {
	border:#bdc7d8 1px solid;
	width:180px;
	font-size:12px;
	padding:3px;
}

/********************************* end filter *********************************************************/


#content p {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#content ul li {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

#content p.center {
	text-align:center;
}

#content p.warning {
	text-align:center;
	color:red;
	font-weight:700;
	padding:0.5em 0 ;
}

#content p.right {
	text-align:right;
}

#content p.combos {
	text-align:center;
	line-height:200%;
}

#content div.error {
	border-bottom:#dd3c10 1px solid;
	width:300px;
	background:#ffebe8 0 0;
	margin:auto;
	padding:10px;
}

#content div.error p {
	line-height:14px;
	width:auto;
	font-weight:400;
	margin:4px 0 0;
}

#content div.selectOptions {
	margin: 0 auto 0 auto; 
	padding:0; 
	width: 700px;
}

#content div.selectOptions span.heading {
	font-weight:bold;
}

#content span.host_dropdownlabel {
	text-align:left;
	width:105px;
	display:inline-block;
}

#content select.host_dropdown {
	width:304px;
	height:22px;
}

#content input.run {
	width:64px;
}

.results#content {
	font-style:normal;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
}

#content li {
	text-align:left;
}

#content a:hover {
	text-decoration:underline;
}

.highlightedtext#content {
	color:#00c;
	font-weight:700;
}

#content table {
	text-align:left;
	margin:0  auto;
}

/********************************************************************************************/

#content table.results {
	border-collapse:collapse;
	margin:0 auto 10px 0px;
}

#content table.results.resultsIntake {
	margin-top: 50px;
	border:gray 1px solid !important; 
}

#content table.results.resultshost {
	margin-top: 50px;
}

#content table.results th {
	border:gray 1px solid;
	background-color:#D7D2BD;
	text-align:left;
	font-weight:bold;
	-moz-border-radius:3px;
	padding:3px;
}

#content table.results tfoot {
	text-align:left;
	background-color:#96f;
	color:#000;
	-moz-border-radius:3px;
	padding:3px;
}

#content table.results tr.row, #content table.results tr.row td {
	border:gray 1px solid !important; 
	text-align:left;
	padding: 0 3px 0 3px;	
}

#content table.results tr.alt_row, #content table.results tr.alt_row td {
	border:gray 1px solid !important; 
	text-align:left;
	padding: 1px 3px 1px 3px;	
}

#content table.results tr.row td.checkbox , #content table.results tr.alt_row td.checkbox
{
	width:20px;
}

#content table.results tr.sel_row {
	border:gray 1px solid;
	text-align:left;
	background-color:#FFFFC9;
}

#content table.results tr.pager {
	border:0;
	color:#000;
	padding:0;
	margin:0;
}

#content ul.reports
{
		list-style-type: none;
}

#content ul.reports li
{
		padding: 3px;
		
}

/****************************************************************************************************/

#footer {
	width:900px;
	background:url(../images/bg_bottom.gif) repeat-x 50% top;
	clear:both;
	margin:0 10px;
	padding:5px 0 30px;
}

#footer p.copyright {
	text-align:left;
	font-family:verdana, arial, helvetica, sans-serif;
	color:gray;
	font-size:9px;
	margin:0;
	padding:0;
}

#content h1.center,#content div.center {
	text-align:center;
	padding:0.5em 0;	
}