/* Entire page */
BODY {
	background-color : #993333;
	font-family : arial;
	margin : 0px;		
	font-size : 12px;
	color : #ffffff;
}

BODY.admin {
	background-color : #660000;
}

/* Panel divs */
#panelTitle
{
	position: absolute;
	background-image : url("/_structure/images/titlebg.jpg");	
	left: 0px;
	top: 0px;
	height: 85px;
	background-color: #660000;
	width:100%;
}

#panelMenu
{
	position: absolute;
	left: 0px;
	top: 85px;
	background-color: #993333;
	height: 30px;
	width:100%;
}

#panelMain
{
	position:absolute;
	margin: 10px;
	margin-top: -2px;
	margin-bottom: 0px; 
	padding: 0px;
	left:0px;
	top:116px;
	width:98%;
	background-color: #660000;
	border: 1px solid #be8200;
	border-top:0px;
}

#panelFooter
{
	position: absolute;
	left: 0px;
	bottom: -33px;
	height:30px;
	width: 98%;
	background-color: #993333;
}

#panelMainContent {
	margin:10px;
	margin-top: 0px;
}

.floatingpic 
{
	position:absolute;
	right:0px;
	margin:0px;
	padding:0px;
}

/* Footer */

.col1bottom {
}

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 : #ffffff;
}

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

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

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

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

TD.formitem {
	background-color : #993333;
	color : #ffffff;
}

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

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

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

.checkbox {
	background-color : #993333; 
	border-style : none
}

.button {
	font-size: 12px;
	font-weight : bold;
	background-color : #770411;
	color : #F7FC2A;
	border-left : 2px solid #996666;
	border-right : 2px solid #3B0208;
	border-top : 2px solid #996666;
	border-bottom : 2px solid #3B0208
}

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

A.thlink {
    color: #ffff00;
    text-decoration: none
}
A.thlink:hover {
    text-decoration: underline
}

SPAN.thnonlink {
	color : #F7FC6A;
}

/* Help section */
TD.formHelpLink {
	background-color : #993333;
	color : #ffffff;
	font-weight : bold;
	cursor: hand;
}

TABLE.help {
	border:1px solid #760510;
	border-right: 0px;
	border-bottom: 0px;
}

TD.help {
	border: 0px;
	border-right: 1px solid #760510;
	border-bottom: 1px solid #760510;
	text-align:left;
}

.formhelp {
	background-color : #760510;
	color : #F7FC2A;
	font-weight : bold;
	border: 0px;
	border-right: 1px solid #760510;
	text-align:left;
}

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

