/* CSS Style sheet 

basestyles.css 16/10/2007 

Stylesheet for all major styles in stem-ncl.org
should allow for text resizing and stretch to increase accessibility
and usability.

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;    /*  reset  all padding and margins  */
} 

body {
	background: #fff;
}

#container {
	color: #637485;
	font: small Arial, Helvetica, sans-serif;
	width: 900px;
}

img {
	border: none;
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

/*-------------------sidebar----------------------------------------------------*/

#login {
	display: none;
}

/*-------------------header----------------------------------*/

#header {
	display: block;
	position: absolute;
	right: 120px;
	padding: 20px;
	width: 250px;
}

#ncllogo {  
	position: absolute;    /*position the newcastle college logo*/
	top: 25px;
	margin-left: 480px;
}

#header h2 {
	padding: 5px;
}

/*----------------navigation-------------------------------*/

#nav {
	display: none;
}

/*----------------admin navigation--------------------------*/

#adminnav {
	display: none;
}

/*---------------welcome------------------------------------*/

div#welcome {
	display: none;
}

/*----------------main content section----------------------------------------------*/

#main {
	background: #fff;
	width: 600px;
	height: 1050px; 
}

h1 {
	font: bold 110%/1.2 Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

h2 {
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

p {
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	padding: 0px 0px 15px 0px;
}

ul {
	list-style: none;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	padding: 0 0px 15px 0px;
}

li {
	padding: 0 0 10px 0;
}

a {
	color: #2e901e;
	text-decoration: underline;
}

a:hover {
	color: #1f6114;
	text-decoration: none;
}

/*-----------picbar------------------------------------------------------------*/

#picbar.half, #picbar2.half {
	display: block;
	float: left;
	width: 250px;
	padding: 0;
	margin: 0 0 0 25px;
}

#picbar.quart, #picbar2.quart {
	float: left;
	width: 125px;
	padding: 0 0 0 25px;
}

/*-----------textbar-----------------------------------------------------------*/

#textbar.half { 
	display: block;
	float: left;
	width: 275px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

/*this textbar left is to help an IE problem*/
#textbarleft.half { 
	display: block;
	float: left;
	width: 275px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

#textbar2.half {
	display: block;
	float: left;
	width: 250px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

#textbar.threequart {
	float: left;
	width: 400px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}
/*again to fix IE problem*/
#textbar.full, #textbarfull.full {
	display: block;
	width: 550px;
	padding: 150px 0 0 0;
	margin: 0 0 0 25px;
}

/*-----------other stuff--------------------------------------------------------*/

form {
	padding: 0 0 10px 0;
	margin: 0 10px 10px 0; /*counteact it's own padding taking it outside of it's container*/
}

input {
	display: block;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #fafcfc;
	color: #444;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
}

textarea {
	display: block;
	padding: 2px;
	margin: 0 0 10px 0;
	background: #fafcfc;
	color: #444;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	width: 100%;
}

label {
	margin: 10px 0 2px 0;
	display: block;
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
}

select {
	padding: 2px;
}

option {
	padding: 2px;
	margin: 0 1em 0 0;
}

fieldset {
	border: 0;
}

legend {
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

.hidden {
	display: none;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

#valid img {
	padding: 0 20px 0 0;
}

.listhead {  /*headers in sitemap*/
	font: bold 100%/1.2 Arial, Helvetica, sans-serif;
	margin: 1em 0 0.2em 0;
}

/*------------tables--------------------------------------------------------------*/

.threequart table {
	width: 400px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.full table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

tr {
	border-bottom: 2px solid #dedfdf;
	height: 30px;
}

td a {
	display: block;
	height: 22px;
	width: 100%;
}

/*-----------tableheaders-------------*/

th {
	text-align: left;
	padding: 4px;
}

.threequart tr.tablehead {
	background:  url("images/tablehead.gif") no-repeat top left;
}
.full tr.tablehead {
	background:  url("images/tableheadfull.gif") no-repeat top left;
}

.col1 {
	width: 26px;
	border: 0;
	border-right: 2px solid #dedfdf;
}

.col2 {
	border: 0;
	border-right: 2px solid #dedfdf;
}

.colend {
	border: 0;
}

/*---------control odd and even rows---------------*/

.odd {
	background: #fff;
}

.odd a:hover {
	background: #eaeaea;
}

.even {
	background: #f1f6f6;
}

.even a:hover {
	background: #dae6e6;
}

/*---------------------------------------*/

.threequart tr.tablebottom {
	background:  url("images/tablebottom.gif") no-repeat bottom left;
	border: 0;
}

.full tr.tablebottom {
	background:  url("images/tablebottomfull.gif") no-repeat bottom left;
	border: 0;
}

td {
	font: normal 90%/1.4 Arial, Helvetica, sans-serif;
	padding: 4px;
	border-left: 2px solid #dedfdf;
	border-right: 2px solid #dedfdf;
}

/*--------------query result divs--------------------------------------------------*/

.result {
	clear: both;
	border: 2px solid #dedfdf;
	padding: 4px;
	margin-bottom: 10px;
}

ul#sort li {  /*sort controls*/
	float: left;
	padding: 0 2em 1em;
}

ul#sort {
	display:block;
	margin: 0 0 20px 0;
}

/*--------------footer-----------commented out as is unnecessary really----------*/

/*#footer {
	float: left;
	padding:0; 
	margin: 365px 0 25px 25px;
	background: url(images/footerbg.jpg) bottom left no-repeat;
	width: 250px;
	height: 115px; 
}
#footer h3 {
	font: normal 76%/1.2 Arial, Helvetica, sans-serif;
	padding: 5px 5px 0 95px;
}

#footer p{
	font: normal 76%/1.2 Arial, Helvetica, sans-serif;
	color: #aaa;
	padding: 0 5px 0 95px;
}

#footer p.right {
	font: normal 76%/1.2 Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 37px 10px 5px 5px;
}*/

/*----------bottom of page------------------------------------------------------------*/

#bottom {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

/*-----------message boxes------------------------------------------------------------*/

#message {
	position: fixed;
	top: 100px;
	width: 300px;
	padding: 20px 60px 20px 10px;
	margin-left: 20%;
	margin-right: 20%;
	z-index: 99;
}

#message p {
	padding: 0 0 10px 0;
	margin: 0;
}

.success {
	color: #339966;
	border: 2px solid #339966;
	background: #ffffff url("images/successbg.gif") bottom right no-repeat;
}

.warning {
	color: #990000;
	border: 2px solid #990000;
	background: #ffffff url("images/warningbg.gif") bottom right no-repeat;
}

#screen-switcher {
	display: none;
}

#latest {
	display: none;
}

#sortbox {
	display: none;
}

.clear {
	clear: both;
}

