/* Headers */
H1 {
	color : #E25318;
	font-size : 18pt;
	margin : 0px;
	padding : 0px;
}

H2 {
	color : #000000;
	font-weight : bold;
	font-size : 13px;
	text-transform: uppercase;
}

H3 {
	color : #000000;
	font-weight : bold;
	font-size : 14px;
}

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


/* Content */
P, LI {
	color : #000000;
}

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

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

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

/* 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 
{
	font-size: 11px;
	background-color : #97C2DC;
	color : #000000;
	padding:0px;
	margin-left:5px;
	border-left : 2px solid #B7D5E7;
	border-right : 2px solid #638091;
	border-top : 2px solid #B7D5E7;
	border-bottom : 2px solid #638091
}


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

A.searchresult:hover {
}

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

TD.tableheader {
	background-color : #E9DCD0;
	color : #333333;
	font-weight : bold;
}

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

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

P.strapline {
	font-size : 10px;
	font-weight: normal;
	color : #000000;
}

/* Messages */
TABLE.errMsg {
	color : #000000;
	font-weight : bold;
	border-width : 1px;
	border-color : #FF0000;
	border-style : solid;
}

TABLE.warnMsg {
	color : #000000;
	font-weight : bold;
	border-width : 1px;
	border-color : #008800;
	border-style : solid;
}

TABLE.infoMsg {
	color : #000000;
	font-weight : bold;
	border-width : 1px;
	border-color : #0000FF;
	border-style : solid;
}

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

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

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

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

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

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

.button {
	font-size: 12px;
	background-color : #97C2DC;
	color : #000000;
	border-left : 2px solid #B7D5E7;
	border-right : 2px solid #638091;
	border-top : 2px solid #B7D5E7;
	border-bottom : 2px solid #638091
}

INPUT, TEXTAREA, SELECT {
	font-size: 12px;
	padding:2px;
	color : #000000;
	font-family : arial;
	font-style : normal;	
	background-color : #ffffff;
	border-color : #C6C6C6;
	border-width: 1px;
	border-style : solid
}


/* Tabs */
TD.tabsbottomborder {
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-bottom :  1px solid #7F7EAA;
}

TD.seltab {
	border-left : 1px solid #7F7EAA;
	border-right : 1px solid #7F7EAA;
	border-bottom : 0px ;
	font-weight:bold;
}

TD.tab
{
	border : 1px solid #7F7EAA;
}

A.tablnk
{
    color: #000000;
    text-decoration: none
}
