@import url("initialise.css");
@import url("text.css");
@import url("form.css");

.hide_from_browser {
	display:none;
}

#page {
	width:966px;
	margin:0 auto;
	text-align:left;
}
 
#branding {
	background:#ffffff;
	margin-bottom:16px; 
	padding:20px 20px 20px 20px; 
	border-left:8px solid #dad8db; 
	border-right:8px solid #dad8db; 
	border-bottom:16px solid #dad8db;
}

#corporate_logo {
	float:left;
}

#toolkit_logo {
	float:right;
	margin-top:1.5em;
}

#corporate_logo img, 
#toolkit_logo img {
	vertical-align:bottom;
}

#global_navigation, #footer {
	background:#202F65;
	color:#fff;
	
}
#global_navigation {
	padding:0.5em 1em;
	font-size:1.1em;
	font-weight:bold;
}

#footer {
	padding:1em 1em 1.3em 1em;
	font-size:0.9em;
}

#toolkit_link {
	width:185px; 
	padding:0.2em 0.1em 0.1em 0; 
	float:right; 
	text-align:right;
}

#global_navigation ul, 
#footer ul {
	list-style:none outside;
	margin:0.2em 0 0.1em 0;
}

#global_navigation li, 
#footer li {
	display:inline;
}

#global_navigation a:link, 
#global_navigation a:visited, 
#footer a:link, 
#footer a:visited {
	text-decoration:none;
	color:#fff;
}

#global_navigation a:link, 
#global_navigation a:visited {
    padding:0 0.25em;
}

#footer a:link, 
#footer a:visited {
    padding:0 0.4em;
}


#global_navigation a:hover, 
#global_navigation li a.selected:link, 
#global_navigation li a.selected:visited, 
#footer a:hover, 
#footer li a.selected:link, 
#footer li a.selected:visited {
	text-decoration:none;
	color:#2D9AD0;
}

#breadcrumbs {
	color:#666;
	background:#CBCECE;
	border-top:1px solid #fff; 
	border-bottom:1px solid #fff;
	padding:6px 15px 3px 15px;
	font-size:0.9em;
}

#breadcrumbs a:link, 
#breadcrumbs a:visited {
	color:#666;
}

#breadcrumbs a:hover {
	color:#666;
}

#crumbs {
	float:left; 
	width:750px;
}

#resizer {
	width:130px;
	float:left; 
	text-align:right; 
	margin-top:-2px;
	font-weight:bold;
}

.resize {
	cursor:pointer;
}

#resize_normal {
	font-size:1em;
}

#resize_big {
	font-size:1.2em;
}

#resize_biggest {
	font-size:1.5em;
}

#main {
	background:#fff url(../images/content_bg.png) repeat-y;
}

#local_navigation {
	width:190px; 
	float:left;
}

#local_navigation ul {
	list-style:none outside;
	margin:0;
}


#local_navigation li {
	border-bottom:1px solid #fff;
}
#local_navigation li.special {
	border-bottom:1px solid #fff;
	border-top : 1px solid #fff;
}

#local_navigation li a:link, 
#local_navigation li a:visited {
	display:block;
	background:#CBCECE;
	color:#666;
	text-decoration:none;
	background-image:URL(../images/left_menu_off_button.gif);
	background-repeat:no-repeat;
	padding:6px 6px 6px 25px;
}

#local_navigation li a:hover, 
#local_navigation li a.selected:link, 
#local_navigation li a.selected:visited {
	color:#fff;
	background:#2D9AD0;
	background-image:URL(../images/left_menu_on_button.gif);
	background-repeat:no-repeat;
}

#local_navigation ul ul {
	list-style:disc outside;
	padding-left:3.5em;
	background:#2D9AD0;
}

#local_navigation ul ul li {
	border-bottom:none;
	padding:0 0.2em 0.2em 0;
	color:#fff;
	list-style-image:URL(../images/submenu_bullet.jpg);
}

#local_navigation ul ul li a:link, 
#local_navigation ul ul li a:visited {
	display:inline;
	width:auto;
	background:none;
	color:#fff;
	background-image:none;
	padding:0;
}
#local_navigation ul ul li a:hover,
#local_navigation ul ul li a.selected:link,
#local_navigation ul ul li a.selected:visited {
	text-decoration:underline;
	background-image:none;
}

#home, #content {
	background:#fff;
	overflow: visible; /* To get round IE bug with incorrect widths of elements containing italics*/
}

#home {
	padding-top:1.5em;
}

#content {
	float:left; 
	width:720px;
}

div.flash_banner {
	text-align:center;
}

#information {
	padding:5px 20px 15px 20px;
}

#help {
	border:1px solid #000;
	background:#fff;
	text-align:left;
	padding:0.5em 1em;
	margin:1em;
}

#print {
	float:right;
	cursor:pointer;
	color:#298BBC;
	text-decoration:underline;
}
#print img {
	margin-right:0.5em;
}

img.section_icon {
	float:left;
	margin:0.2em 0.2em 0 0;
}

#legal {
	padding:0.2em; 
	float:right; 
}

.section {
	margin-bottom:1em;
}

.error, .warning {
	color:#f00;
	border:2px dashed #f00;
	padding:0.5em 1em;
	display:block;
}
.error h3, .warning h3 {
	margin:0;
}
.notice_me {
	color:#f00;
}

#tabs {
	width:100%;
	padding:0 0 0 0.3em;
	margin:0.5em 0 0 0;
	list-style:none;
	line-height:1em;
	position:relative;
	z-index:10;
}
#tabs li {
	float:left;
	margin:0 0.2em;
	padding:0;
	width:7em;
	text-align:center;
}
#tabs li.search {
	width:14em;
}
#tabs a {
	display:block;
	text-decoration:none;
	margin:0;
	border:1px solid #846994;
	color:#5E4A68;
	padding:0.5em 1em;
}
#tabs a.active {
	border-bottom:1px solid #fff;
}
#tabs a.inactive {
	border-bottom:1px solid #846994;
	background:URL(../images/tab.jpg) repeat-x #DED7E4;
}
.tabbed_content {
	position:relative;
	top:-1px;
	z-index:0;
	clear:left; 
	padding:0 1em 0.5em 1em;
	border:1px solid #846994;
	margin-bottom:1em;
}
.tabbed_content h2 {
	margin-top:0.5em;
}

.search_switch_direction {
	font-family:verdana; 
	font-size:1.4em;
}

.resource_thumbnail {
	float:right; 
	margin:0 0 10px 10px;
}

p#resource_web_site {
	margin:0 0 1em 0;
}

.image_upload_section {
	display:block;
}

.admin_row {
	padding:0.1em 0.1em 0.2em 0.1em;
}
.admin_date, .admin_other {
	display:block;
	float:left;
	padding:0.1em 0.2em 0.1em 0.2em;
}
.admin_date {
	width:120px;
}
.admin_other {
	width:165px;
}
.admin_more {
	margin:0 1em 0.2em 0;
}
.admin_detail {
	padding:0.5em 1em; 
	margin:0.5em 0 0 2em; 
	border:1px solid #2D9AD0; 
	background:#EAECFB;
}
.admin_detail div {
	margin:0.2em 0;
}
.admin_comms {
	font-weight:bold;
	width:60px;
}
.admin_comments {
	border-top:1px dashed #2D9AD0; 
	padding-top:0.2em;
}
.feedback_text_cell_tiny
{
	border : solid 1px #000000;
	width : 30px;
	display: block;
	float: left;
}
.feedback_text_cell_small
{
	border : solid 1px #000000;
	width :75px;
	text-align :center;
	font-weight:bold; 
	display: block;
	float: left;
}
.feedback_text_cell_yes
{
	border : solid 1px #000000;
	width :75px;
	text-align :center;
	font-weight:bold;
	background-color :#ccffff;
	display: block;
	float: left;
}
.feedback_text_cell_no
{
	border : solid 1px #000000;
	width :75px;
	text-align :center;
	font-weight:bold;
	background-color :#999999;
	display: block;
	float: left;
}
.feedback_blank_cell_small
{
	border : solid 0px #000000;
	width :75px;
	font-weight:bold; 
	display: block;
	float: left;
}

.feedback_text_cell_tall
{
	border : solid 1px #000000;
	width :75px;
	height: 34px;
	text-align :justify; 
	font-weight:bold; 
	display: block;
	float: left;
}
.feedback_text_cell_big
{
	border : solid 1px #000000;
	width :150px;
	height: 34px;
	text-align :justify; 
	font-weight:bold; 
	display: block;
	float: left;
}
.feedback_rating_1
{
	border : solid 1px black;
	background-color :#ff0000;
	width :30px;
	display: block;
	float: left;
}
.feedback_rating_2
{
	border : solid 1px black;
	background-color :#ff6600;
	width :30px;
	display: block;
	float: left;
}
.feedback_rating_3
{
	border : solid 1px black;
	background-color :#ffCC00;
	width :30px;
	display: block;
	float: left;
}
.feedback_rating_4
{
	border : solid 1px black;
	background-color :#ffff00;
	width :30px;
	display: block;
	float: left;
}
.feedback_rating_5
{
	border : solid 1px black;
	background-color :#ffffcc;
	width :30px;
	display: block;
	float: left;
}

/* global menu styles*/
#global_navigation li div
{
    position: absolute;
	display :none;
	border: 1px solid #202F65;
	border-bottom-width: 1;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: -1; /* zIndex should be greater than that of shadow's below */
	background: #CBCECE;
	width: 200px; /* default width for menu */
	top : 10px;
	left : 8px
	
	
}

#global_navigation li
{
	position: relative;
	
}

#global_navigation li div a:link
{
    display: block;
    padding: 0.2em;
    color: #000;
    text-decoration: none;
    
}

#tellus {
	
	 position:relative;
	 
	 top : 100px;
	  border-top-color :  white;
 	 /*
	 background-color :#CBCECE;
	*/
}


#futher_information{
	word-wrap: break-word;
}
#breadcrumbs1 {
	color:#fff;
	background:#2D9AD0;
	
	border-top:1px solid #fff; 
	border-bottom:1px solid #fff;
	padding:4px 15px 4px 15px;
	font-size:0.9em;
	font-weight:bold;
	/*
	height:25px;*/
}
#breadcrumbs1 li a
{
text-decoration: none;
   
    padding: 0.2em;
    color: #fff;
    
    
}
#breadcrumbs1 li a:hover
{
	color: #202F65;
}
#breadcrumbs1 ul 
{
	list-style:none outside;
	margin:0.2em 0 0.1em 0;
}

#breadcrumbs1 li{
	display:inline;
}
