/*
This stylesheet contains additions to the centrally produced nn4.css and standards.css, for stuff unique tp the HuSS group of websites.
It should be included in all HuSS pages. In addition, a local stylesheet should be used to override some of the settings in here, 
to give each department its own colour schemes. */


/* Standard List - GET RID OF WHEN IT IS REDUNDENT! */
#content table.standardList {
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 10px;
	font-size: small;
}
#content table.standardList td {
background-color: #EEEEFF;
}
#content table.standardList th {
	background-color: #CCCCFF;
	color: #330033;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.contentAuthor {
	color: #CC0000;
	font-weight: normal;
}
#content table.standardList td.blank {
	background-color: #FFFFFF;
}
#content table.standardList tr.hi {
	color: #000000;
}
#content table.standardList tr.hi td {
	background-color: #CCCCFF;
	color: #000000;
}
#content table.standardList tr.lo {
	color: #666666;
}
#content table.standardList tr.lo td {
	background-color: #EEEEFF;
}
#content table.standardList tr.lo a {
	color: #6699FF;
}
#content table.standardList tr.lo a:hover {

	color: #FF0000;
}
/* END OF STANDARD LIST */

#mainpic { background-image: url(/images/mainpics/rotator.php);}

#content form { margin-bottom: 5px; }

#utilitylinks {	background-color: #333333; }
#utilitylinks ul { list-style: none; margin: 7px; padding: 0; }
#utilitylinks ul li {
	font-size: x-small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #ffffff;
}
#utilitylinks a { color: #ffffff; }
#utilitylinks a:hover { color: #ffffff; text-decoration: underline; }		

#searchbar { background: #333333; }
#latest { background: #dddddd; }
#latest h1 { color: #000000; }
#latest h2 { color: #000000; clear:both; }
#latest p { color: #000000; }
#latest ul { margin: 5px; padding: 0px 0px 0px 20px }
#latest li { font-size: x-small; }
	
#navigation ul a:hover {
	background: #69f;
	color: #fff;
	text-decoration: none;
}

#content p { margin-right: 10px; }
#title { background: #707070; }

#navigation .section {
	font-weight: bold;
	border-top: 1px solid #000;
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	background-color: #f1f1f1;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* staff lists */
ul.staff_list { list-style: none; }
ul.staff_list li { font-weight: bold; }
ul.staff_list li ul { list-style: none; padding-bottom: 20px; }
ul.staff_list li ul li { font-weight: normal; }

/* class to get text flowing around images */
img.floatright {
	float: right;
	border: 1px #000000 solid;
	margin: 0px 5px 10px 10px;
	clear: right;
}

img.floatleft {
	float: left;
/*	border: 1px #000000 solid; */
	margin: 0px 10px 10px 10px;
	clear: left;
}

/* Created as an alternative to using <div class="focus"> as that screws around with h2 presetation */
.page_section {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 10px;
	margin-top: 0px;
	clear: both;
}

/* fade dates a little bit, used on the news pages */
p.date {
	font-size: small;
	font-style: italic;
	color: #999999;
}

/* Styles for general panels */
div .panel {
	float: right;
	clear: right;
	width: 200px;
	margin: 5px 5px 20px 20px;
	padding: 0px;
	background-color: #eee;
	border: 1px solid #000000;
}

div.panel h2 {
	font-size: 100%;
}

/* Styles for the student profile panels */
div .profile_panel {
	float: right;
	clear: right;
	width: 200px;
	margin: 5px 5px 20px 20px;
	padding: 0px;
	background-color: #eee;
	border: 1px solid #000000;
}

div .profile_panel img {
	margin: 0px;
	padding: 0px;
	border: 0px 0px 1px 0px solid #000000;
}

div .profile_full img {
	float: right;
	margin: 0px 5px 20px 20px;
	padding: 0px;
	border: 1px solid #000000;
}

/* Highlight boxes */
div.highlight {
	margin: 10px;
	padding:5px;
	border:1px solid black;
	background:#ffff33;
}

/* standard styles for data tables */
table.standard {
	width: 98%;
	border-collapse: collapse;
	margin-right: 20px;
	margin-bottom: 30px;
}

table.standard td {
	padding: 5px;
}

table.standard thead tr {
	background-color: #000066;
}

table.standard th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

table.standard tbody tr { background-color: #ccccff;}
table.standard tbody tr td { color: #000000; border-top: 1px #ffffff solid; }


/* Styles for tables containing lists of modules and programmes. NB have given them different classes, in case we ever want to display them differently in future  */
table.module_list, table.programme_list {
	width: 98%;
	border-collapse: collapse;
	margin-right: 20px;
	margin-bottom: 30px;
}

table.module_list td, table.programme_list td { padding: 4px; }

table.module_list thead tr, table.programme_list thead tr { background-color: #333333; }

table.module_list th, table.programme_list th {
	padding: 4px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

table.module_list th.narrow, table.programme_list th.narrow { width: 90px; }

table.module_list tbody tr, table.programme_list tbody tr { background-color: #ccccff;}
table.module_list tbody tr td, table.programme_list tbody tr td { color: #000000; border-top: 1px #ffffff solid; }
table.module_list tbody tr.greyed { background-color: #eeeeff; }
table.module_list tbody tr.greyed td { color: #666666; }

/* module descriptions */

#module_details h2 {
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	background-color: #333333;
	padding: 4px;
	margin: 0px 4px 1px 10px;
	display: inline;
	min-width: 200px;
	clear: left;
}

#module_details p {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}

#module_description h2 {
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	background-color: #333333;
	padding: 4px;
	margin: 0px 10px 5px 10px;
	clear: left;
}

#module_description h3 {
	font-size: small;
	font-weight: bold;
}

#module_description p {
	margin: 0px 10px;
}

/* Styles for data tables in the admin section of the site */
table.admin_table {
	width: 98%;
	border-collapse: collapse;
	margin-right: 20px;
	margin-bottom: 30px;
}

table.admin_table td {
	padding: 5px;
}

table.admin_table thead tr {
	background-color: #000066;
}

table.admin_table th {
	padding: 5px;
	text-align: left;
	font-weight: bold;
	color: #ffffff;
}

table.admin_table th.narrow { width: 120px; }
table.admin_table th.icon { width: 20px; }

table.admin_table th img {
	vertical-align: middle;
}

table.admin_table tbody tr {
	background-color: #eeeeee;
}

table.admin_table tbody tr.odd {
	background-color: #ffffff;
}

table.admin_table tfoot tr {
	background-color:#999999;
}

table.admin_table tfoot td {
	font-weight: bold;
	color: #ffffff;
}

/* styling the forms in the admin section */
form.admin_form fieldset {
	float: left;
	clear: left;
	width: 98%;
	border: 0;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0 0;
	background: #eeeeee;
}

form.admin_form fieldset ul	{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

form.admin_form fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 0.5em;
}

form.admin_form legend {
	font-weight: bold;
	display:block;
	padding-bottom: 5px;
}

form.admin_form label{
	float: left;
	width: 12em;
	margin-left: 1em;
	margin-right: 1em;
}

form.admin_form fieldset.submit {
	float: none;
	width: auto;
	border: 0px;
	background: #ffffff;
}

form.admin_form input.text {
	width: 450px;
}

form.admin_form input.text_small {
	width: 50px;
}

form.admin_form textarea {
	width: 450px;
	overflow: auto;
}

/* quick fix for the large qualifications text on staff pages. */
.staffquals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
}

/* tab bar using ul */
ul#tabs {
	background-color: #eeeeee;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	list-style: none;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

ul#tabs li {
	display: inline;
	border: solid;
	border-width: 1px 1px 0px 1px;
	margin: 0px 3px 0px 0px;
	padding: 2px 0px 1px 0px;
	background-color:#003399;
	-moz-border-radius: .75em .75em 0em 0em;
}

ul#tabs li.selected {
	background-color: #ffffff;
	padding-bottom: 2px;
}

ul#tabs li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	color: #ffffff;
}

ul#tabs li a:hover {
	color: #ffffff;
}

ul#tabs li.selected a {
	color: #000000;
}

/* comments / discussion system */
div.comment {
	margin: 10px;
	padding: 0px;
	background: #dddddd;
}

div.comment p.header {
	margin: 0px;
	padding: 0px;
	background: #000066;
	color: #FFFFFF;
}

