/* Headers */
H1 {
	color : #868245;
	font-weight : bold;
	font-size : 21px;
}

H2 {
	color : #868245;
	font-weight : bold;
	font-size : 13px;
}


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

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

/* Main styles */
P, LI, SPAN {
	color : #000000;
}

A {
    color: #5D5A2F;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline
}
A:visited {
    font-weight: bold;
    color: #5D5A2F;
}
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
}


/* Search bar */
TD.search {
	font-size: 12px;
	vertical-align: middle;
}

INPUT.search 
{
	margin:0px;
	padding:1px;
	font-size: 12px;
	width: 140px;
	border: 1px solid black;
}
A.search {
	font-size: 12px;
}
A.search:hover {
    text-decoration: underline;
}
INPUT.searchbutton 
{
    padding:2px;
    margin-left: 5px;
	font-size: 12px;
	background-color : #5D5A2F;
	color : #ffffff;
	border-left : 2px solid #767450;
	border-right : 2px solid #424021;
	border-top : 2px solid #767450;
	border-bottom : 2px solid #424021;
}

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

A.searchresult:hover {
}

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

TABLE.halfbox 
{
	border : 1px solid #C6C6C6;
	width:445px;
}

th
{
	border : 1px solid #C6C6C6;
    color: White;
    font-weight: bold;
    padding:2px 3px 2px 4px;
    background-color: #5d5a2f;
}

.box th a
{
    color: White;
}

.halfbox th a
{
    color: White;
}

/* Footer */
#zone4 a
{
    color: White;
    font-size: 11px;
}

#zone4 a:hover
{
    text-decoration: underline;
}

#zone4 div
{
    font-size: 11px;
}

A.strapline {
    color: #000055;
    font-family: sans-serif;
    font-size: 10px;
    text-decoration: none
}
A.strapline:hover {
    text-decoration: underline
}

SPAN.strapline {
	font-size : 10px;
	color : #000000;
}


/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
    z-index: 9999;
}

.msgOuter div
{
    margin:auto;
	font-weight : bold;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
}

.msgOuter a
{
    display: block;
    float:right;
    margin:-20px -15px 0px 0px;
    _margin-right: -5px;
    cursor:hand;
    cursor:pointer;
}

#errMsg 
{
	border : 3px solid #ff0000;
}

#warnMsg 
{
	border : 3px solid #ffff00;
}

#infoMsg 
{
	border : 3px solid #336699;
}


/* 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 : #c0c0c0; 
	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;
}
