@import url("nav.css");

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333;
	font: 12px helvetica, arial, sans-serif;
	line-height: 18px;
	}

.error {
	display: none;
	color: #990000;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #990000;
	background: #ffcccc;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}
#oops {
	color: #990000;
	padding: 2px;
	margin-bottom: 6px;
	border: 1px solid #990000;
	background: #ffcccc;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}

.wrapper {
	border-top: 5px solid #7da4bd;
	}

/* header */	

.headspace {
	height: 26px;
	}
	
.header {
	width: 760px;
	margin: 0px auto;
	}

.clearme { clear: both; }

.loggedin {
	float: right;
	clear: both;
	color: #7da4bd;
	font-size: 10px;
	margin-top: 12px;
	padding: 3px 3px 0px 0px;
	width: 150px;
	border-top: 1px solid #7da4bd;
	text-align: right;
	}
.loggedin span { color: #990000; }

#logo { 
	clear: both; 
	margin: 25px 0px 10px 0px;
	}

/* login */

.login {
	width: 338px;
	height: 162px;
	overflow: none;
	margin: 0px auto;
	padding: 20px 23px 10px 23px;
	background: transparent url('/staff/_images/bg_login.gif') no-repeat;
	}
.login h1 {
	font-size: 14px;
	color: #7da4bd;
	}
.login h2 {
	font-size: 16px;
	color: #666;
	margin-top: 6px;
	}

.login dl {
	margin: 16px 0px 8px 0px;
	padding: 0px;
	color: #666;
	}
.login dt {
	margin: 0px;
	padding: 6px 0px 0px 0px;
	float: left;
	width: 90px;
	}
.login dd {
	margin: 0px;
	padding: 0px;
	}
.login .textinput {
	width: 206px;
	padding: 2px;
	font-size: 14px;
	}

/* body */

.blueband {
	border-top: 1px solid #d8e4eb;
	border-bottom: 1px solid #d8e4eb;
	background: #e5edf2;
	padding: 12px 0px;
	}
.greenband {
	border-top: 1px solid #caf74e;
	border-bottom: 1px solid #caf74e;
	background: #eafcb8;
	padding: 12px 0px;
	}	
.greyband {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background: #ececec;
	padding: 12px 0px;
	}		
.interior, .belowband {
	width: 760px;
	margin: 0px auto;
	}
.belowband { margin-top: 12px; margin-bottom: 24px; }
.belowband h2 {
	margin-top: 12px;
	}
.backtotop {
	margin-top: 12px;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 11px;
	}

.twocolumns {
	background: transparent url('/staff/_images/bg_2columns.gif') repeat-y;
	}

.left {
	float: left;
	display: inline;
	width: 220px;
	}
.right {
	float: right;
	display: inline;
	width: 465px;
	margin-right: 48px;
	}

.l-admin, .r-admin { color: #666 }
.l-admin span { font-size: 11px; color: #999; }

.r-admin td { padding: 2px 0px; }

.r-admin h1 { color: #336699; font-size: 18px; margin: 14px 0px 24px; }

#contents { width: 450px; height: 300px; }

.divider { height: 1px; overflow: hidden; background: #e5e5e5; margin: 6px 0px; }
.r-admin .divider { background: #ccc; }

h1.onecoltitle {
	margin: 24px 0px 12px 0px;
	font-size: 18px;
	color: #406a84;
	}
h1.onecoltitle span {
	font-size: 12px;
	}
h1.onecoltitle a:link, h1.onecoltitle a:visited, .centretable a:link, .centretable a:visited  { color: #406a84; }
h1.onecoltitle a:hover, .centretable a:hover { color: #990000; }

.centretable table { margin: 0px auto; }
.centretable th { border-bottom: 1px solid #ccc; text-transform: uppercase; color: #ccc; font-size: 10px; font-weight: bold; text-align: left; }
.centretable td { color: #406a84; border-bottom: 1px solid #e5e5e5; padding: 10px 0px 5px 0px; }

#documents .left ul, #employee .left ul, #newsletter .left ul {
	font-size: 12px;
	line-height: 16px;
	}
#documents .right ul, #employee .right ul, #newsletter .right ul {
	font-size: 14px;
	}
#documents .left li {
	background: transparent url('/staff/_images/icons/doc.gif') no-repeat 0px 1px;
	padding-left: 14px;
	}

#employee span {
	color: #336699;
	font-weight: bold;
	}
	
#onpage { color: #85abbe; }
#end { border-bottom: none; }

.contactinfo {
	display: none;
	background: #e1e1e1;
	padding: 2px 4px;
	}
.contactleft {
	float: left;
	display: inline;
	}
.contactright {
	float: right;
	display: inline;
	}

#newsletter h3 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-bottom: 6px;
	}
#newsletter h4 {
	font-size: 18px;
	line-height: 24px;
	color: #406a84;
	font-weight: normal;
	border-bottom: 1px dotted #999;
	padding-bottom: 6px;
	margin: 0px 0px 6px 0px;
	}


#newsletter .right div {
	color: #406a84;
	}
#newsletter .right div span {
	color: #999;
	}

.newsletter {
	color: #666;
	}
.newsletter h1 {
	font-size: 22px;
	font-weight: normal;
	}
.newsletter h2 {
	font-size: 18px;
	font-weight: normal;
	}
.newsletter h3 {
	font-size: 16px;
	font-weight: normal;
	}
.newsletter h4 {
	font-size: 16px;
	}
.newsletter h5 {
	font-size: 14px;
	font-weight: normal;
	}
.newsletter h6 {
	font-size: 14px;
	}
#archive {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	}
#archives li { font-size: 12px; }

/* dashboard */

.dashholder {
	background: transparent url('/staff/_images/bg_dash.gif') repeat-y;
	}

.dashholder a:link, .dashholder a:visited, .twocolumns a:link, .twocolumns a:visited, .belowband a:link, .belowband a:visited { color: #336699; text-decoration: none; }	
.dashholder a:hover, .twocolumns a:hover, .belowband a:hover { color: #990000; text-decoration: none; }

.dashcolumn {
	float: left;
	width: 234px;
	padding: 14px 0px;
	}

#dashleft, #dashcentre { margin-right: 28px; }	
#dashright { margin-right: 0px; }

#dashleft ul, .left ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 14px;
	}
#dashleft li, .left li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #c7cbce;
	}
#dashcentre ul, .right ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	}
#dashcentre li, .right li {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 14px;
	border-bottom: 1px dotted #c7cbce;
	background: transparent url('/staff/_images/icons/doc.gif') no-repeat 0px 1px;
	}
.right li { 
	background-image: none; 
	padding-left: 0px;
	}
	
#dashright dl {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
#dashright dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
#dashright dd {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px dotted #c7cbce;
	font-size: 11px;
	line-height: 15px;
	color: #666;
	}
/* end dashboard */

.more { margin: 4px 0px; }

.hr {
	height: 1px;
	overflow: hidden;
	margin: 6px 0px;
	background: transparent url('/staff/_images/hr.gif') repeat-x;
	}

h1 {
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	}
h1 b, h1 span { color: #336699; }

h2 {
	font-weight: normal;
	font-size: 12px;
	color: #7ea5be;
	text-transform: uppercase;
	margin: 0px;
	}
	
/* footer */

.footer a { color: #336699; text-decoration: none; }
.footer a:hover { color: #990000; }

.footer {
	width: 790px;
	margin: 3px auto 3px auto;
	background: transparent url('/staff/_images/bg_footer.gif') repeat-y;
	color: #336699;
	font-size: 14px;
	}
.footleft {
	float: left;
	margin: 3px 0px 3px 25px;
	width: 480px;
	}
.footleft select { margin-left: 6px; }

.footright {
	float: right;
	margin: 3px 15px 3px 0px;
	padding-left: 15px;
	width: 225px;
	/*background: transparent url('/staff/_images/arrow_lrg_blue.gif') no-repeat 0px 4px;*/
	}

.footerbottom {
	clear: both;
	width: 760px;
	border-top: 1px dotted #999;
	margin: 0px auto;
	padding: 3px;
	color: #999;
	font-size: 11px;
	}