﻿body {
	margin: 0px;
	background-color: #F7F7F7;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
}
img {border: 0px;}
a 		{ color:#0000FF; text-decoration: none; }
a:hover	{ color:#FF0000; text-decoration: underline; }
a.mainmenu { color: #FFFFFF; text-decoration: none; }
a:hover.mainmenu { color: #FFFFFF; text-decoration: underline; }

div.page {
	border: 0px;
	width: 767px;
	margin: auto;
	background-color: #FFFFFF;
}

div.navbar {
	background-color: #FF1A00;
	padding: 2px;
	text-align: right;
}
div.navbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
}
div.navbar a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
div.subnav1 {
	background-color: #F1DC13;
	height: 20px;
	padding: 2px;
}
div.subnav1 select, div.subnav1 input {
	font-size: 0.8em;
}
div.subnav2 {
	background-color: #003399;
	border-bottom: 1px solid #000000;
	height: 16px;
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}
a.volnav {
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #0066FF;
	color: #FFFFFF;
}
a.volnav:hover {
	color: #FFFFFF;
}
a.orgnav {
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #008800;
	color: #FFFFFF;
}
a.orgnav:hover {
	color: #FFFFFF;
}


div.footer {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #cccccc;
	background-color: #EEEEEE;
	padding: 2px;
	background-image: url(/images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.8em;
}


h1 {
	font-size: 18px;
	font-style: italic;
	color: #454545;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	font-style: italic;
	color: #454545;
	margin-top: 25px;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #454545;
	margin-top: 25px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.tabletext { margin: 0px; }
p {
	font-size: 12px;
	color: #454545;
}
.ved1 {
	color: #737373;
	font-size: 10px;
	margin: 0px;
}
li {
	font-size: 12px;
	color: #454545;
	line-height: 15px;
}


/* Tables */
table.tbl {
	border-color: #C0C0C0;
	margin-bottom: 1px;
}
ul.sub_menu {
	padding: 0px;
	margin: 3px;
	margin-bottom: 16px;
	list-style: none;
}
ul.sub_menu li {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFE3B6;
	background-color: #FEF5E7;
	padding: 4px;
	margin: 0px;
}



td.menuitem {
	border-bottom: 1px solid #FFE3B6;
	background-color: #FEF5E7;
	height: 26px;
}
.note {
	color: #CFA147;
	font-size: 10px;
}
.heading {
	background: #62CDFF;
	border: 1px solid #008BCC;
	padding: 2px;
}
.mainheadlinetable {
	border-top:  #DF572D 1px solid;
	border-left: #DF572D 1px solid;
}
.menutable {
	border-top:  #000080 1px solid;
	border-left: #000080 1px solid;
	margin: 1px;
}


table.field_table {
	border: 0px;
	margin-bottom: 10px;
	width: 100%;
}
table.field_table th {
	padding: 2px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
table.field_table td {
	padding: 2px;
	vertical-align: top;
	width: 100%;
}
table.field_table input {
	margin: 1px;
}



.shaded {
	background: #EFEFEF;
}
.pale_shade {
	background: #FCFCFC;
}
.subheading {
	color: #0033AA;
	margin: 0px;
}
.small {
	font-size: 10px;
	margin: 0px;
}

.urgent_roles {
	border: 0px;
	width: 100%;
}
.urgent_roles td {
	padding: 2px;
	height: 35px;
	background-color: #EFEFEF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}


#advert_list th {
	background-color: #666699;
	color: #FFFFFF;
	border-bottom: 1px solid #555555;
	height: 20px;
}
#advert_list td {
	background-color: #EFEFEF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
}
#advert_list {
	margin-left: 5px;
	margin-right: 5px;
}
span.keyword {
	color: #3333AA;
	font-weight: bold;
}

/* Styles for the outreach centre information */
div.outreach_main {
	text-align: center;
}
div.outreach_main h2 {
	color: #CC0000;
}
.outreach_note {
	font-size: 0.8em;
}


.voledit {
	border: 0px;
	width: 95%;
	margin: auto;
	vertical-align: top;
}
.voledit td {
	background-color: #F8F8F8;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
}
.voledit th {
	background-color: #EFEFEF;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
	text-align: left;
}
input.character_count {
	width: 40px;
}



div.show_program
{
	display: block;
}
div.hide_program
{
	display: none;
}

