@import url(../common.css);

/*  ----------------------- default text links ---------------------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link, a:visited {
	color: #316263;
	text-decoration: underline;		
}

a:hover, a:active {
	color: #567cad;
	text-decoration: underline;
}

/* ------------------- custom form elements style ------------------- */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: normal;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	color: #666;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 210px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../../graphics/bht/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-size: 22px;
	font-weight: normal;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	padding: 0 0 15px 0;
	font-weight: normal;	
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #CCC;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

.searchresults {
	padding: 15px 0 0 0;	
}

.searchresults p {
	padding: 8px 0;	
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* ------------------------- sitemap styles ------------------------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* ------------------------ navigation styles ----------------------- */
/* ---- nav style 0 (Flowing Text) ---- */
.footernav {
	/* common font face, size, formatting */
	float: right;
	padding: 0 0 0 5px;
	width: 525px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url(../../graphics/bht/system/bht-footernav-divider.gif) no-repeat left top;
}

.footernavdivider {
	width: 1px;
	height: 19px;
	font-size: 0;
	line-height: 0;
	background: url(../../graphics/bht/system/bht-footernav-divider.gif)
}

.footernav ul {
	list-style: none;
	padding: 0 5px 0 0;
	margin: 0;
	float: right;
	background: url(../../graphics/bht/system/bht-footernav-divider.gif) no-repeat right top;
}

.footernav li {
	display: block;
	float: left;
	padding: 0 5px;
}

.footernav a {
	display: block;
	float: left;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: underline
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #dcdcdc;
	text-decoration: none;
}

.footernavc a:link, .footernavc a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline
}

.footernavc a:hover, .footernavc a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline}

/* ---- nav style 1 (Flowing Text) ---- */
.mainnav {
	/* common font face, size, formatting */
	position: absolute;
	margin: 95px 0 0 249px;
	width: 683px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.mainnav li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 10px;
	background: url(../../graphics/bht/system/bht-mainnav-tab-normal.gif) no-repeat left top;
}

.mainnav a {
	display: block;
	float: left;
	padding: 8px 10px 0 0;
	height: 22px;
	text-align: center;
	background: url(../../graphics/bht/system/bht-mainnav-tab-normal.gif) no-repeat right top;
}

.mainnav li.hover,
.mainnav li.mainnavc {
	background: url(../../graphics/bht/system/bht-mainnav-tab-current.gif) no-repeat left top;
}

.mainnav li.hover a,
.mainnav li.mainnavc a {
	color: #166b6c;
	background: url(../../graphics/bht/system/bht-mainnav-tab-current.gif) no-repeat right top;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #166b6c;
	text-decoration: none;
}

.mainnavc a:link, .mainnavc a:visited {
	 /*current link: colour, style*/
	color: #166b6c;
	text-decoration: none;
}

.mainnavc a:hover, .mainnavc a:active {
	/*current link rollover: colour, style*/
	color: #166b6c;
	text-decoration: none;
}

/* ---- nav style 2 (Vertical Text - Sub Nav 1) ---- */
.subnav1 {
	/* common font face, size, formatting */
	padding: 0 0 32px 0;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subnav1 li {
	display: block;
	padding: 0 13px 0 16px;
}

.subnav1 a {
	display: block;
	padding: 8px 0 8px 23px;
	border-bottom: 1px dotted #CCC;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	color: #316263;
	text-decoration: underline;
	background: url(../../graphics/bht/system/bht-subnav1-arrow.gif) no-repeat 0 8px;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	color: #567cad;
	text-decoration: underline;
	background: url(../../graphics/bht/system/bht-subnav1-arrow.gif) no-repeat 0 8px;
}

.subnav1c a:link, .subnav1c a:visited {
	/* current link: colour, style */
	color: #567cad;
	text-decoration: underline;
	background: none;
}

.subnav1c a:hover, .subnav1c a:active {
	/* current link rollover: colour, style */
	color: #567cad;
	text-decoration: underline;
	background: none;
}

li.subnav1h {
	/* header text */
	margin: 0 0 12px 0;
	padding: 15px 80px 0 26px;
	width: 140px;
	height: 23px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background: url(../../graphics/bht/system/bht-subnav1-headerbg.gif) no-repeat left top;
}

/* ---- nav style 4 (Flowing Text - Footer Text Nav) ---- */
.footertextnav {
	float: left;
	padding: 3px 20px 0 0;
	width: 270px;
	font-size: 11px;
	color: #dcdcdc;
}

.footertextnav ul, .footertextnav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footertextnav li {
	display: inline;	
}

.footertextnav a:link, .footertextnav a:visited {
	color: #FFF;
	text-decoration: underline;
}

.footertextnav a:hover, .footertextnav a:active {
	color: #dcdcdc;
	text-decoration: none;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t3, .t4 {
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
	color: #FFF;
	font-size: 34px;
	margin: 0;
	padding: 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 --------- */
.t1 {
/*	color: #000; */
	font-size: 22px;
	font-weight: normal;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	font-size: 16px;
	font-weight: bold;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 16px;
}

.t3 a:link, .t3 a:visited {
	font-weight: normal;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------------------- miscellaneous styles ----------------------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

/* --------------------- quick table row styles --------------------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------------------- custom style settings ---------------------- */
/* ---- wrapper for list box ---- */
.listboxwrapper {
	margin: 0 0 10px 0;
	border: 4px solid #79a8a9;
	width: 220px;
}

.listboxwrapper .formfieldtext {
	width: 220px;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #333;
	font-family: "Tahoma", Arial,Helvetica,sans-serif;
	font-size: 13px;
	background: #FFF url(../../graphics/bht/system/bht-pagebg.gif) repeat-x left top;
}

#toplevel {
	width: 100%;
	height: 100%;
	text-align: center;
}

#midcell {
	width: 950px;
	background: #FFF;
}

#main1 {
	margin: 0 auto;
	width: 950px;
	height: 100%;
	text-align: left;
	background: #FFF;
}

#main2 {
	width: 950px;
	background: url(../../graphics/bht/system/bht-mainbg.gif) repeat-x left top;
}

#header {
	border-bottom: 1px solid #FFF;
	width: 950px;
	height: 125px;
	background: #15242f url(../../graphics/bht/system/bht-headerbg.gif) repeat-x left top;
}

#headerlogo {
	position: absolute;
	margin: 8px 0 0 5px;
	width: 561px;
	height: 117px;
}

#logolink {
	position: absolute;
	z-index: 99;
	display: block;
	margin: 8px 0 0 5px;
	width: 222px;
	height: 117px;
	font-size: 1px;
	line-height: 1px;
	text-decoration: none;
	background: url(../../graphics/bht/system/shim.gif);
}

#staticbanner {
	border-bottom: 1px solid #FFF;
	width: 950px;
	min-height: 185px;
	height: auto !important;
	height: 185px;
	background: #188890 url(../../graphics/bht/system/bht-banner-fallback.jpg) no-repeat left top;
}

#pagetitle {
	position: absolute;
	z-index: 99;
	margin: 95px 0 0 43px;
	width: 860px;
	height: 42px;
	overflow: hidden;
}

#column1 {
	padding: 40px 0 80px 33px;
	width: 246px;
}

#column2 {
	padding: 55px 44px 80px 33px;
	width: 594px;
	min-height: 122px;
	height: auto !important;
	height: 122px;
}

#footcell {
	vertical-align: bottom;	
}

#footerouter {
	width: 100%;
	height: 55px;
	background: #316263;
}

#footerinner {
	margin: 0 auto;
	padding: 17px 28px 0 28px;
	width: 894px;
	text-align: left;
}

/* --------- special admin readability settings for white text --------- */
body form table .t0 {
	background: #188890;
}
