@charset "utf-8";
/* CSS Document */

div#header {
	text-align: right;
}

div#navheader {
	display: none;

}

/* ------ L2 PRIMARY NAVIGATION PANEL -------------------------------------------- */


#nav-buttons {
	display: none;
}

/* -------------------------------------------- TITLE - Settings -------------------------------------------- */

div#headerlinks {
	display: none;
}

div#sectiontitle {
	display: none;
}

div#pageimage > img{
	display: none;
}

div#pagetitle {
}

div#pagetitle h1 {
	color: #0072BC;
	font: normal 22px "Trebuchet MS", Verdana, Arial, sans-serif;
}

div.sectiontitle {
	display: none;
}
div#pagetitleshadowr {
	display: none;
}

div#pagetitleshadowb {
	display: none;
}

div#body {
}

/* -------------------------------------------- LEFT PANEL -------------------------------------------- */

div#leftpanel {
	display: none;
}

/* -------------------------------------------- CONTENT -------------------------------------------- */

div#content {
}

.contentonly {
}

.content {
}

div#content ul > li {
}

div#content ul {
}

.text-blue  {
	color: #B5121B;
}
.text-grey {
	color: #666666;
}

img.border {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.coverage-board {
	float: left;
	width: 470px;
	padding: 5px;
}

div.cb-image img{
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

div.cb-description { text-align: center; }

/* -------------------------------------------- RIGHT PANEL -------------------------------------------- */

div#rightpanel {
	display: none;
}

/* -------------------------------------------- FOOTER -------------------------------------------- */


.nav {
	display: none;
}

div#latestnewsbutton {
	display: none;
}


div.clearfloat {
	clear: both;
}

div#footer {
	display: none;
}

div#footerlinks {
	display: none;

}

#footerlinks a, #footerlinks a:visited, #footerlinks a:active, #footerlinks a:link {
	text-decoration: none;
	color: #0072BC;
}

#footerlinks a:hover {
	text-decoration: underline;
	color: #0072BC;
}

div#footeraddress {
	width: 260px;
	height: 60px;
	margin: 15px 0px 0px;
	padding: 0px;
	float: left;
	text-align: left;
	color: #999999;
}

div#footerpartner {
	width: 260px;
	height: 60px;
	margin: 15px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: left;
	text-align: left;
	color: #999999;
	border-left: 1px solid #CCCCCC;
}

#footer a, #footer a:visited, #footer a:active, #footer a:link, #footer a:hover {
	text-decoration: none;
	color: #999999;
}

/* -------------------------------------------- MAIN - Fonts & Tag Customisation -------------------------------------------- */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a { 
	color: #0072BC; 
}

a:visited { 
	color: #0072BC; 
	text-decoration: underline;
}

a:active { 
	color: #0072BC; 
	text-decoration: underline;
}

a:link { 
	color: #0072BC; 
	text-decoration: underline;
}

a:hover {
	color: #0072BC;
	text-decoration: underline;
}

h1 {
	font: bold normal 16px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #B5121B;
}

h2  {
	font: bold normal 16px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #B5121B;
}


h3 {
	font-size: small;
	font-weight: bold;
	color: #666666;
}

h4 {
	font-size: small;
	font-weight: bold;
	color: #666666;
}

h5 {
	font-size: small;
	font-weight: bold;
	color: #CCCCCC;
}

/* ------ TABLE ---------------------------------------------------------------------------------------- */

table.tableline {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

th.tableheader {
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 3px;
	background-color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

td.tablecontent {
	margin: 0px;
	padding: 3px;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/* ------ FORM TABLE ---------------------------------------------------------------------------------------- */

table.formtableline {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1E3EE;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

th.formtableheader {
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 3px;
	width: 30%;
	text-align: left;
	background-color: #ECF8FB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1E3EE;
}

td.formtablecontent {
	margin: 0px;
	padding: 3px;
	width: 70%;
	color: #000000;
	background-color: #F5FCFE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1E3EE;
}

td.formtablecontent input{
	border: 1px solid #C1E3EE;
	margin: 2px;
	font-size: small;
}
/* -------------------------------------------- FORM - Customisation -------------------------------------------- */

form, input, textarea, select {
	font-size: small;
}

input.button
{
	color: #666666;
	padding: 3px;
	background-image: url(../images/bg-button.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E7E7E7;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	clear: both;
	}

img.requiredfield {
	display: block;
	top: 0px;
	bottom: auto;
	float: right;
	clear: both;
	margin: 2px;
	padding: 2px;
}

b {
/*	font-weight: bold;
	color: #009900;*/
	font-weight: normal;
	font-style: normal;
}

i {
/*	font-weight: bold;
	color: #009900;
	font-style: italic;*/
	font-weight: normal;
	font-style: normal;
}
