/* Headers */
H1 {
	color : #006276;
	font-size : 26px;
	font-weight: normal;
	margin-top: 15px;
	padding-top: 10px;
	line-height: 26px;
}

H2 {
	color : #006276;
	font-family: Arial;
	font-weight : bold;
	font-size : 15px;
}


H3 {
	color : #006276;
	font-weight : bold;
	font-size : 13px;
}

SPAN.h1class {
	color : #006276;
	font-size : 18px;
	margin : 0px;
	padding : 0px;
}

SPAN.pageheading
{
	font-weight : bold;
	font-size : 20px;
	color : #132771;
}

/* Main styles */
P, LI, DIV {
	color : #666666;
}

#zone2
{
	line-height: 17px;
}

#zone2 div
{
    margin-right: 5px;
}

A {
    color: #006276;
    text-decoration: none;
}
A:visited {
    color: #006276;
}
A:hover {
    text-decoration: underline
}

EM {
	font-size : 12px;
	color : #444444;
	font-style : italic;
}

A.small {
	vertical-align: super;
	font-size: 8px;
}
A.small:hover {
	text-decoration: underline
}

ul
{
    padding-left: 15px;
    margin-left: 0px;
}


/* Search bar */
TD.search {
	font-size: 10px;
}

INPUT.search 
{
	margin:0px;
	padding:0px;
	font-size: 11px;
	width: 100px;
}
A.search {
	font-size: 10px;
}
A.search:hover {
    text-decoration: underline;
}
INPUT.searchbutton 
{
    padding:0px;
	font-size: 11px;
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

A.searchresult {
	font-weight: bold;
	font-size: 16px;
}

A.searchresult:hover {
}

/* Tables */
TABLE.box {
	border : 1px solid #800000;
	width:765px;
}

th
{
    background-color: #800000;
    color: White;
    font-weight: bold;
    font-size:11px;
    padding:2px 3px 2px 4px;
}

.box th a
{
    color: White;
}

TD.tableheader {
    background-color: #800000;
    color: White;
    font-weight: bold;
    font-size:11px;
    padding:2px 3px 2px 4px;
}

TD.tableheader a
{
	color : #ffffff;
}

TD {
	font-size: 11px;
	font-weight : normal;
}

/* Footer */
#zone4 div.footertext
{
    font-family: Arial;
	font-size: 11px;
    text-transform: uppercase;
    color: #006276;
    font-weight: bold;
    text-align: center;
}

#zone4 div strong
{
    color: #E68500;
    font-style: normal;
}

/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:95%;
}
#errMsg 
{
    margin:auto;
	font-weight : bold;
	border : 3px solid #ff0000;
	padding:25px;
	width: 480px;
	text-align: center;
	position: relative;
	background-color: White;
}

#warnMsg {
    margin:auto;
	font-weight : bold;
	border : 3px solid #ffff00;
	padding:25px;
	width: 480px;
	position: relative;
	text-align: center;
	background-color: White;
}

#infoMsg {
    margin:auto;
	font-weight : bold;
	border : 3px solid #336699;
	padding:25px;
	width: 480px;
	position: relative;
	text-align: center;
	background-color: White;
}

.userMsg div
{
    float:right;
    margin:-20px -15px 0px 0px;
}

.userMsg div a
{
    cursor:hand;
    cursor:pointer;
}

/* Form & admin sections */
TD.formheader {
    background-color: #EDEDED;
	color : #000000;
	font-weight : bold;
}

TD.formitem {
    background-color: #EDEDED;
	color : #000000;
}

SPAN.formStep {
	color : #000000;
	font-weight : bold;
}

.radioformitem {
	background-color : #c0c0c0; 
	border-style : none
}

.checkformitem {
	background-color : #c0c0c0; 
	border-style : none
}

.checkbox {
	background-color : white; 
	padding:0px;
	margin: 0px;
	border: 0px;
}

.button {
	font-size: 12px;
	background-color : #d4d0c8;
	color : #111111;
	border-left : 2px solid #D3D2CC;
	border-right : 2px solid #A3A29C;
	border-top : 2px solid #D3D2CC;
	border-bottom : 2px solid #A3A29C
}

INPUT, TEXTAREA, SELECT {
	font-size: 12px;
	font-family: Arial;
	padding:2px;
	font-style : normal;	
	color: #000000;
	background-color : #ffffff;
	border-color : #808080;
	border-width: 1px;
	border-style : solid;
	margin-right:5px;
}

table.multiselectbox
{
    width: 100%;
}

table.multiselectbox tr td
{
    padding:3px;
}

select.multiselectbox
{
    width: 200px;
}

div.breadcrumb a
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

div.breadcrumb a:visited
{
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #999999;
}

div.breadcrumb .bcyah
{
    display: none;
}
