@import url(../common.css);

/* --------- general page styles --------- */
input {
	font-family: Arial,Helvetica,sans-serif;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* -- style 0 -- */
ul.list0 {
	list-style-image: url(../../graphics/cp/system/cp-custom-bullet.gif);
	position: relative;
	z-index: 0;
	left: 1.7em; /* (1.2em + X) */
	margin: 0 1.7em 0 -1.7em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list0 li {
	margin: 0 0 0 1.7em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list0 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 1 -- */
ul.list1 {
	list-style-image: url(../../graphics/cp/system/cp-custom-bullet.gif);
	position: relative;
	z-index: 0;
	left: 3.2em; /* (1.2em + X) */
	margin: 0 3.2em 0 -3.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list1 li {
	margin: 0 0 0 3.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list1 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 2 -- */
ul.list2 {
/*	list-style-image: url(../../graphics/cp/bullet2.gif); */
	position: relative;
	z-index: 0;
	left: 5.2em; /* (1.2em + X) */
	margin: 0 5.2em 0 -5.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list2 li {
	margin: 0 0 0 5.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list2 {
	left: 0;
	margin: 0;
	height: 0;
}

/* -- style 3 -- */
ul.list3 {
/*	list-style-image: url(../../graphics/cp/system/bullet3.gif); */
	position: relative;
	z-index: 0;
	left: 2.2em; /* (1.2em + X) */
	margin: 0 2.2em 0 -2.2em; /* 0 (1.2em + X) 0 -(1.2em + X) */ 
	padding: 0;
}

ul.list3 li {
	margin: 0 0 0 2.2em; /* 0 0 0 (1.2em + X) */
	padding: 0;
}

* html ul.list3 {
	left: 0;
	margin: 0;
	height: 0;
}

/*  --------- default text links --------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #0095da;
	text-decoration: none;		
}

a:visited {
	color: #000;
	text-decoration: none;		
}


a:hover, a:active {
	color: #0a6691;
	text-decoration: none;
}

/* ------ custom form elements style ------ */
.formfieldemail {
	display: none;
}

.emailform {
	width: 400px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 160px;
	text-align: right;
}

.emailform .formfielddescr {
	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/cp/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	color: #0095da;
	font-size: 16px;
	font-weight: bold;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	color: #0095da;
	font-size: 11px;
	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;
}

/* --------- 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 - footer nav) ---- */
.footernav {
	/* common font face, size, formatting */
	float: left;
	width: 780px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.footernav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footernav li {
	display: inline;
}

.footernav a:link, .footernav a:visited {
	/* normal link: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: none;
}

.footernav a:hover, .footernav a:active {
	/* normal link rollover: colour, style */
	color: #098bd5;
	font-weight: normal;
	text-decoration: none;
}

.footernavc a:link, .footernavc a:visited {
	/* current link: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: none;
}

.footernavc a:hover, .footernavc a:active {
	/* current link rollover: colour, style */
	color: #6a6a6a;
	font-weight: normal;
	text-decoration: none;
}

/* ---- nav style 1 (flowing text - main nav) ---- */
.mainnav {
	/* common font face, size, formatting */
	padding: 80px 0 0 140px;
	width: 600px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.mainnavdivider {
	display: block;
	float: left;
	line-height: 0;
	font-size: 0;
	width: 1px;
	height: 25px;
	background: url(../../graphics/cp/system/cp-mainnav-divider.gif) no-repeat left top;
}

.mainnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainnav li {
	display: block;
	float: left;
}

.mainnav a {
	display: block;
	padding: 5px 7px;
	height: 20px;
	width: 20px;
	text-align: center;
	white-space: nowrap;
}

/* change back to block display for all non Mac IE \*/
.mainnav a {
	display: block;
}
/* end Mac IE hack */

html>body .mainnav a {
	width: auto;
}

.mainnav a:link, .mainnav a:visited {
	/* normal link: colour, style */
	color: #098bd5;
	text-decoration: none;
}

.mainnav a:hover, .mainnav a:active {
	/* normal link rollover: colour, style */
	color: #025c8b;
	text-decoration: none;
}

.mainnavc a:link, .mainnavc a:visited {
	/* current link: colour, style */
	color: #717171;
	text-decoration: none;
}

.mainnavc a:hover, .mainnavc a:active {
	/* current link rollover: colour, style */
	color: #717171;
	text-decoration: none;
}

/* ---- nav style 3 (drop down nav) ---- */
.mainnav .dropdownnav {
	position: absolute;
	z-index: 100;
	display: none;
	margin: -5px 0 0 -1px;
	padding: 3px 3px 0 3px;
	border: none;
	width: 136px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	background: #0aa7e1;
}

.mainnav li .bottom {
	position: absolute;
	margin: 0 0 -8px -3px;
	width: 142px;
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	background: url(../../graphics/cp/system/cp-dropdownnav-btm.png) no-repeat left top;
}

* html .mainnav li .bottom {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../graphics/cp/system/cp-dropdownnav-btm.png',sizingMethod='scale');
}

.mainnav .dropdownnav ul {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	background: none;
}

.mainnav .dropdownnav ul li {
	position: relative;
	list-style: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: auto;
	background: none;
}

.mainnav .dropdownnav ul li a {
	display: block;
	clear: both;
	float: none;
	border: none;
	padding: 8px 6px;
	width: 124px;
	white-space: normal;
	background: none;
	text-align: left;
}

html>body .mainnav .dropdownnav ul li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.mainnav .dropdownnav {
	top: auto;
}
/* end Mac IE 5 hack */

.mainnav .dropdownnav a:link, .mainnav .dropdownnav a:visited {
/* normal link: colour, style */
	margin: 0;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.mainnav .dropdownnav a:hover, .mainnav .dropdownnav a:active {
/* normal link rollover: colour, style */
	margin: 0;
	color: #0095da;
	font-weight: normal;
	text-decoration: none;
	background: #ade4fc;
}

.mainnavc .dropdownnavc a:link, .mainnavc .dropdownnavc a:visited {
/* normal link: colour, style */
	margin: 0;
	color: #0095da;
	font-weight: normal;
	text-decoration: none;
	background: #ade4fc;
}

.mainnavc .dropdownnavc a:hover, .mainnavc .dropdownnavc a:active {
/* normal link rollover: colour, style */
	margin: 0;
	color: #0095da;
	font-weight: normal;
	text-decoration: none;
	background: #ade4fc;
}

/* ---- nav style 2 (Vertical Text) ---- */
.subnav1 {
	/* common font face, size, formatting */
	margin: 0 0 25px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subnav1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 2px solid #cdcdcd;
}

.subnav1 li {
	display: block;
	margin: 0;
	padding: 0 0 0 17px;
	border-bottom: 2px solid #cdcdcd;
	background: #0095da url(../../graphics/cp/system/cp-subnav1-arrow.gif) no-repeat left top;
}

.subnav1 a {
	display: block;
	padding: 6px 0 5px 13px;
}

.subnav1 a:link, .subnav1 a:visited {
	/* normal link: colour, style */
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #757575;
	text-decoration: none;
	background: #FFF;
}

.subnav1 a:hover, .subnav1 a:active {
	/* normal link rollover: colour, style */
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #757575;
	text-decoration: none;
	background: #d5f2ff;
}

.subnav1c a:link, .subnav1c a:visited {
	/* current link: colour, style */
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #757575;
	text-decoration: none;
	background: #d5f2ff;
}

.subnav1c a:hover, .subnav1c a:active {
	/* current link rollover: colour, style */
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #757575;
	text-decoration: none;
	background: #d5f2ff;
}

/* --------- 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: #000; */
	display: block;
	color: #717171;
	font-size: 19px;
	margin: 0 0 18px 0;
	padding: 0 0 0 0;
	border-bottom: 3px solid #0095da;
}

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; */
	color: #0095da;
	font-size: 16px;
	font-weight: bold;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 --------- */
.t2 {
/*	color: #000; */
	color: #0095da;
	font-size: 11px;
	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: 14px;
}

.t3 a:link, .t3 a:visited {
	font-weight: normal;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 --------- */
.t4 {
/*	color: #555; */
	line-height: 12px;
	font-size: 10px;
}

.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 --------- */
/* -- scrolling content box - home page only -- */
.scrollerboxouter {
	position: relative;
	z-index: 10000;
	visibility: visible;
	top: 0;
	left: 0;
 	width: 167px;
	height: 154px;
	text-align: left;
	background: none;
	border: none ;
	border-top-width: 0;
	padding: 0;
	margin: 0 0 25px 0;
	overflow: hidden;
	clip: rect(0 167px 154px 0);
}

.scrollerboxinner {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 154px;
	visibility: visible;
	margin: 0;
	padding: 0;
}

/* -- column header (similar to page title for main content column) -- */
.columnheader {
	display: block;
	color: #717171;
	font-size: 19px;
	margin: 0 0 18px 0;
	padding: 0;
	border-bottom: 3px solid #0095da;	
}

.columnheader .t1,
.columnheader .t2,
.columnheader .t3,
.columnheader .t4 {
	color: #717171;
	font-size: 19px;
	font-weight: normal;	
}

/* -- special single line link -- */
.speciallinkbg {
	margin: 25px 0;
	height: 22px;
	padding: 7px 0 0 18px;
	background: url(../../graphics/cp/system/cp-home-singlelinelink-bg.gif) no-repeat left top;
}

.speciallinkbg a:link, .speciallinkbg a:visited {
	font-weight: bold;
}

.speciallinkbg a:hover, .speciallinkbg a:active {
	font-weight: bold;	
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #717171;
	font-family: "Tahoma",Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	background: #FFF;
}

#toplevel {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#header {
	width: 950px;
	height: 147px;
}

#headerlogo {
	position: absolute;
	margin: 14px 0 0 0px;
}

#headertext {
	position: absolute;
	margin: 75px 0 0 738px;
	width: 210px;
}

#headertext,
#headertext .t2,
#headertext .t3,
#headertext .t4 {
	line-height: 16px;
}

#headertext .t2 {
	font-size: 14px;
	font-weight: bold;
	
}

#headertext .t3 {
	font-size: 14px;
	font-weight: bold;
}

#headertext .t4 {
	display: block;
	padding: 3px 0 0 0;
	font-size: 11px;
}

#headertext .t4 a:link, #headertext .t4 a:visited {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
}

#headertext .t4 a:hover, #headertext .t4 a:active {
	color: #717171;
	font-weight: bold;
	text-decoration: underline;
}

#flashbanner {
	padding: 0 0 18px 0;
	width: 950px;
}

#main1 {
	width: 950px;
}

#main2 {
	margin: 0;
	width: 429px;
}

#main2content1 {
	padding: 0 28px 28px 0;
	width: 198px;
}

#main2content2 {
	padding: 0 0 28px 0;
	width: 203px;
}

#main2content3 {
	padding: 0 28px 28px 0;
	width: 198px;
}

#main2content4 {
	padding: 0 0 28px 0;
	width: 203px;
}

#main2content5 {
	padding: 0 28px 28px 0;
	width: 198px;
}

#main2content6 {
	padding: 0 0 28px 0;
	width: 203px;
}

#column1 {
	padding: 18px 34px 24px 0px;
	width: 167px;
}

#column2 {
	padding: 16px 0 24px 0;
	width: auto;
}

#column3 {
	padding: 16px 0 24px 40px;
	width: 246px;
}

#footer {
	margin: 0 0 0 0;
	padding: 27px 0 30px 0;
	width: 950px;
	border-top: 7px solid #d7d7d7;
}

#forumfooter {
	margin: 20px auto 0;
	padding: 27px 0 30px 0;
	width: 950px;
	border-top: 7px solid #d7d7d7;
}

#footertext {
	float: right;
	font-size: 11px;
	font-weight: bold;
}

#footertext a:link, #footertext a:visited {
	color: #098bd5;
	text-decoration: none;
}

#footertext a:hover, #footertext a:active {
	color: #098bd5;
	text-decoration: none;
}

