/* Headers */
H1 {
    font-family: arial;
	color : #014489;
	font-weight: bold;
	font-size : 30px;
	margin : 0px;
	padding : 0px;
}

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

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

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


/* Content */
#titlebar
{
    position: relative;
    top:15px;
    border-top: 3px solid #C8C8C8; 
    border-bottom: 3px solid #C8C8C8; 
    margin: 0px 0px 10px 0px; 
    padding: 0px; 
    width: 768px; 
    height: 105px;
}

#titlebaricons
{
    margin: 15px 0px 15px 0px;
    width: 360px;
    border:0px solid black;
}

#titlebaricons td
{
    border-right: 1px solid #C8C8C8;
    height: 80px;
}

#strapline
{
    float: right; 
    margin-top: 15px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    width: 390px;
}

.titlebariconright
{
    border-right:0px;
}

#titlebaricons a
{
    text-decoration: none;
    color: #808080;
}

#frontContent
{
    width:100%;
    margin-top: 0px;
}

#frontContent h2
{
    margin-top:0px;
}

#fcTopLeft
{
    border-right: 2px solid #C8C8C8;
    border-bottom: 2px solid #C8C8C8;
    width: 50%;
    padding: 0px 8px 4px 0px;
}

#fcTopRight
{
    border-bottom: 2px solid #C8C8C8;
    width: 50%;
    padding: 0px 0px 4px 8px;
}

#fcBottomLeft
{
    border-right: 2px solid #C8C8C8;
    width: 50%;
    padding: 8px 8px 0px 0px;
}

#fcBottomRight
{
    width: 50%;
    padding: 8px 0px 0px 8px;
}

#logohomelink
{
    margin-top: 10px;
    border:0px solid black;
    width: 190px;
    height: 115px;
    cursor:hand;
    cursor:pointer;
}

P, LI {
	color : #000000;
}

A 
{
    color: #014489;
    text-decoration: none;
    font-weight: bold;
}
A:visited 
{
    color: #014489;
    text-decoration: none;
}
A:hover 
{
    text-decoration: underline;
}

EM {
	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: 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 #C6C6C6
}

TD.tableheader {
	background-color : #b0b0b0;
	color : #ffffff;
	font-weight : bold;
}

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

/* Footer */
#zone4 a
{
    color: #014489;
}

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

#zone4 div
{
    padding-top:5px;
}

/* Messages */
.msgOuter
{
    margin: 10px 0px 10px 0px;
    width:98%;
}
#errMsg 
{
    margin:auto;
	font-weight : bold;
	border : 1px solid #ff0000;
	padding:25px;
	width: 500px;
	text-align: center;
	position: relative;
}

#warnMsg {
    margin:auto;
	font-weight : bold;
	border : 1px solid #ffff00;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
}

#infoMsg {
    margin:auto;
	font-weight : bold;
	border : 1px solid #336699;
	padding:25px;
	width: 500px;
	position: relative;
	text-align: center;
}

.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 : #ffffff; 
	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 : #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 : #C6C6C6;
	border-width: 1px;
	border-style : solid;
	margin-right:5px;
}


/* 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
}


