/* Page/Banners */

.bodysmall { color: #808080; font-size: 10px; font-family: Verdana, Arial, Sans-Serif }

.linkMagnify 
{
	background-image: url('/images/interface/utility_search_icon.gif');
	background-repeat: no-repeat;
	background-position: -2px -2px;
	padding-left: 25px;
	margin: 5px 0px 5px 0px;
	padding-bottom: 5px;
}

body
{
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 15px;
}

.centerOut
{
	margin: -15px;
	padding: 0px;	
}

.centerIn
{
	text-align: left;
	height: auto;
	width: 770px;
}

.topPanel
{
	background-image: url('/images/interface/organ_nav_strip.gif');
	background-repeat: repeat-x;
	height: 58px;
}

.topArea
{
	width: 770px;
}

.leftnav
{
	min-height: 400px;
	_height: 400px;
	width: 180px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.content
{
	min-height: 400px;
	_height: 400px;
	width: 400px;
	float: left;
	padding: 0px 20px 0px 22px;
}



.rightpanel
{
	min-height: 400px;
	_height: 400px;
	width: 145px;
	float: right;
	padding: 0px 0px 0px 0px;
}

.rightpanel p
{
	font-size: 10px;
}

.resourcesSearch
{
	font-size: 9px; width: 100px; color: #ffffff; font-family: Verdana; background-color: #db808f;
}

#centralcontent img
{
	padding-bottom: 20px;
}

.sitemap img
{
	padding-bottom: 0px !important;
}

.sitemap a:visited
{
	color: #666666 !important;
}


#centralcontent h1
{
	color: #b6001e; 
	font-size: 20px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif; 
	font-weight: 100; 
	margin-bottom: 15px;
}

#centralcontent h2
{
	color: #b6001e; 
	font-size: 16px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif; 
	font-weight: bold;
	margin-bottom: 15px;
}

#centralcontent h3
{
	color: #b6001e; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif; 
	font-weight: bold;
	margin-bottom: 15px;
}

#centralcontent h4
{
	color: #b6001e; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Sans-Serif; 
	font-weight: bold;
	margin-bottom: 15px;
}



.flashLogoContainer
{
	float: left;
	padding-left: 35px;
}


/******* UNCHECKED CSS IS BELOW!!! ********/

p  
{ 
	color: black; 
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif; 
	line-height: 16px;
}

hr
{
	height: 1px;
	color: #b5b5b5;
}

.linkFeatured
{
	background-image: url('/images/interface/hirex_red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 5px 2px;
}

.youAreHere {color: white; margin-top: 2px; _margin-top: 12px; padding-left: 15px; float: left}
.youAreHere p {color: white; font-size: 9px;}
/****Bread Crumbs****/

.breadcrumbPanel
{
	background-image: url('/images/interface/subnav_dots.gif');
	background-repeat: repeat-x;
	height: 34px;
	padding-top: 4px;
}

.breadcrumbs
{
	padding: 2px 15px 0px 15px;
	font-size: 9px;
	font-family: Verdana;
	color: #666;
	width: 740px;
}

.breadcrumbs a
{
	color: #666;
}

.breadcrumbs img
{
	margin: 0px 3px;
}

/* Footer Stuff */

.footermain /*contact number and copyright info usually sits here*/
{
	width: 565px;
	height: 25px;
	float: left;
	color: #b5b5b5; 
	font-size: 9px; 
	font-family: Verdana;
	text-align: left; 
	padding: 12px 0px 10px 205px;	
}

.footermain a
{
	color: #b5b5b5;
	text-decoration: none;
}

.footermain a:hover /*required for links*/
{
	text-decoration: underline;
}

.footermain img
{
	padding-top: 4px;
}
 
/* Tabs */

.nav /*navigation menu at the top of the site*/
{ 
	height: 25px;
	width: 570px;
	margin: 0; 
	padding: 0; 
	border: 0;  
	white-space: nowrap;
	display: block;
	float: left;
}

.nav ul     
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	list-style-type: none; 
	clear: none; 
	margin: 0; 
	padding: 0; 
	border: 0 ;
	display:block-inline;
}

.nav ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: left; 
	padding: 0; 
	border: 0; 
	display:block;
	width: 10%;
}

.nav ul li a  
{
	color: white;
	font-weight: bold; 
	font-size: 12px; 
	line-height: 2em; 
	text-decoration: none; 
	float: left; 
	text-align: center; 
	padding: 0px 15px 0px 15px; 
	border-style: none solid none none;  /*provides the white border line on the nav*/
	border-width: 0 1px 0 0; 
	border-color: white;
	height: 2em;  
	display: block;
}

/* Mac IE backslash hack - this is ignored by mac IE \*/
.nav ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: left; 
	padding: 0; 
	border: 0; 
	display:block; 
	width: auto;
}

.nav ul li a  
{
	color: white;
	font-weight: bold; 
	font-size: 12px; 
	float:left; 
	line-height: 2em; 
	text-decoration: none; 
	text-align: center; 
	padding: 0px 15px 0px 15px; 
	border-style: none solid none none; 
	border-width: 0 1px 0 0; 
	border-color: white;
	height: 2em;  
	display: block; 
	width:auto;
}
/* end hack */

.nav ul li a    
{ 
	font-weight: bold; 
	font-size: 12px 
}

.nav ul li a:hover      
{ 
	color: white; 
	font-weight: bold; 
	background-color: #333333;
}

.nav a:active	  
{ 
	color: white; 
	font-weight: bold; 
	padding: 0px 15px;  
}

.nav a.topnavon   
{ 
	color: purple; /*text colour when in section*/
	font-weight: bold; 
	background-color: #ececec; 
	margin: 0; 
	padding: 0px 15px; 
}

.nav a:hover.topnavon  
{ 
	color: #505050; 
	font-weight: bold; 
	background-color: #d3d3d3; 
	margin: 0; 
	padding: 0px 15px; 
}



h1, h2, h3, h4
{
	color: #666666; 
	font-weight: normal; 
	font-size: 18px; 
	line-height: 16px; 
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	margin: 5px 0px 10px
}

h2
{
	font-size: 16px;
	line-height: 18px; 
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 10px;
}

.utilheader
{
	background-image: url(/images/interface/additional_information.gif);
	background-repeat: no-repeat;
}


.colour
{ 
	color: white; 
	background-color: #b6001e;
}

/*web poll*/

.pollheader
{ 
	width: 148px;
	background: url(../images/interface/web_poll_icon.gif) no-repeat;
	padding: 2px 0px 2px 27px;
}

.colourBorder
{
	border: solid 1px #b6001e;
}

.headbox, table.box thead
{
	height: 25px;
	line-height: 25px;
	background-image: url(/images/interface/box_head.gif);
	background-color: #260B96;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px;
}

.dashhead, .dashheadwide
{
	height: 25px;
	line-height: 25px;
	background-image: url(/images/interface/dash_head.gif);
	background-color: #260B96;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px;
}

.dashheadwide
{
	background-image: url(/images/interface/dash_head_wide.gif);
}

table.box
{
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	table-layout: fixed;
}
table.box thead th
{
	text-align: left;
	background-image: none;
	border-right: solid 1px #ffffff;
}
table.box th, table.box td
{
	padding: 0px 10px;
}
table.box td
{
	height: 22px;
	border-bottom: solid 1px #A9A9A9;
}
table.box thead th.left
{
	background-position: left;
	background-image: url(/images/interface/box_head.gif);
}
table.box thead th.right
{
	border-right-width: 0px;
	background-position: right;
	background-image: url(/images/interface/box_head.gif);
}

/* Form stuff */
.row
{
	height: 30px;
}

.label
{
	width: 100px;
	float: left;
	padding-top: 4px;
}
.element
{
	float: left;
	width: 200px;
}
.error
{
	float: left;
	width: 100px;
	color: #ff0000;
	font-weight: bold;
}

.filterBar
{
	text-align: right;
	margin-bottom: 5px;
	height: 18px;
}
.filterBar select, .filterBar input
{
	font-size: 10px;
}

.lightcolour a
{
	text-decoration: none;
	color: #000000;
}

.caption
{
	margin-top: 5px;
	font-size: 10px;
}

.inheritNote
{
	border: dotted 1px red;
	padding: 10px;
	margin-bottom: 10px;
}

img.left
{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.dashbox, .dashboxleft, .dashboxright
{
	margin-bottom: 10px;
}

.dashboxleft, .dashboxright
{
	float: left;
	width: 195px;
}

.dashboxleft img, .dashboxright img
{
	float: left;
	width: 60px;
	height: 70px;
	margin: 5px;
}

.dashboxright
{
	margin-left: 10px;
}

.dashboxleft .dashtext, .dashboxright .dashtext
{
	font-size: 8px;
	margin-left: 60px;
	padding: 5px 5px 0px 5px;
	height: 50px;
	overflow: hidden;
}

.dashbox .dashtext
{
	padding: 5px;
}

.dashlink
{
	padding: 5px;
	text-align: right;
}

#centralcontent a
{
color: #260B96;
}

.searchtext
{
	color: #666666;
	margin-left: 30px;
	margin-top: 5px;
}

#centralcontent p, #centralcontent li    { color: #333; font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Sans-Serif; margin: 0px 0px 10px }
#centralcontent p.list { color: #000; font-size: 11px; font-family: verdana; margin: 0px }
#centralcontent li { margin: 0px; }
#centralcontent a:link  { color: #b6001e; text-decoration: none; }
#centralcontent a:visited  { color: #b6001e; text-decoration: none;}
#centralcontent a:hover  { color: #b6001e; text-decoration: underline;}

#polls 
{
	color: #000000; 
	font-size: 9px; 
	font-family: Verdana, Arial, Sans-Serif; 
	line-height: 16px; 
	margin: 20px 0 10px 
}

.label  { color: #808080; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Sans-Serif }
.field   { color: #333; font-size: 10px; font-family: verdana, arial, sans-serif; background-color: #f4f3f3; border-color: #808080 #fff #fff #808080; width: 180px; height: 13px }
.button      { color: #fff; font-weight: bold; font-size: 10px; font-family: verdana, arial, sans-serif; background-color: gray; list-style-position: inside; border-color: #c0c0c0 #696969 #696969 #c0c0c0; height: 19px }
.buttonsmall  { color: #fff; font-weight: bold; font-size: 9px; line-height: 9px; font-family: verdana, arial, sans-serif; background-color: #808080; list-style-position: inside; border-color: #c0c0c0 #696969 #696969 #c0c0c0; height: 18px }

.hmItem
{
	background-color: #b6001e !important;
	border-color: #a2001b !important;
}
.hmItemOver
{
	background-color: #e57f7b !important;
	border-color: #a2001b !important;
}

/*****NEW TABS*****/

.tabOff, .tabOn, .tabDown
{
	float: left;
}

.tabOff a:link, .tabOff a:hover, .tabOff a:visited
{
	color: white;
	font-weight: bold; 
	font-size: 11px; 
	font-family: Tahoma, Verdana;	
	float:left; 
	line-height: 2em; 
	text-decoration: none; 
	text-align: center; 
	padding: 0px 7px 0px 7px; 
	border-style: none solid none none; 
	border-width: 0 1px 0 0; 
	border-color: white;
	/*height: 2em; */ 
	display: block; 
	width:auto;
	height: 23px;
}

.tabOn a:link, .tabOn a:hover, .tabOn a:visited
{
	background-color: #898989;
	background-image: none;
	color: white;
	font-weight: bold; 
	font-size: 11px; 
	font-family: Tahoma, Verdana;	
	float:left; 
	line-height: 2em; 
	text-decoration: none; 
	text-align: center;
	padding: 0px 7px 0px 7px;
	border-style: none solid none none; 
	border-width: 0 1px 0 0; 
	border-color: white; 
	height: 23px;
}

.tabDown a:link, .tabDown a:hover, .tabDown a:visited
{
	background-color: #808080;
	padding: 0px 7px 0px 7px;
}

