﻿body {margin: 0px; font-family: Verdana,Arial,san serif; font-size: 12px; background-image:url('/images/pageBG.jpg');   }
#admindiv {margin: 0px; font-family: Verdana,Arial,san serif; font-size: 12px; background-image:url('/images/pageBG.jpg');   }

/* Because the FTB editor uses the BODY background, we have to use a DIV to emulate the background */

hr {color: #800000; height: 1px;}
h1 {color: #014301; font-size: 30px;}
h2 {color: #014301; font-size: 26px;}
h3 {color: #014301; font-size: 22px;}
h4 {color: #028501; font-size: 18px;}
h5 {color: #014301; font-size: 16px;}
h6 {color: #028501; font-size: 14px;}


/* Custom styles for the CEC skins */

table.maintable {width: 900px; min-height:900px; background-color:#ffffff;margin-top:10px;}
td.banner {width:100%; height:120px; background-image:url(/images/banner.jpg); background-repeat: no-repeat; background-position: top center; background-color:#028602; }

td.leftpane {
	width: 226px; 
	text-align:center; 
	vertical-align:top; 
	padding-top: 10px; 
	padding-left: 4px; 
	padding-right: 4px;
}

td.leftpane a {font-weight:800; font-size: 10px; text-decoration:none; color: #028602;}
td.leftpane a:link {color: #028602}     	/* unvisited link 	*/
td.leftpane a:visited {color: #028602}  	/* visited link 	*/
td.leftpane a:hover {color: #028602}   		/* mouse over link 	*/
td.leftpane a:active {color: #028602}   	/* selected link 	*/
td.leftpane p {padding-left:5px; padding-right:5px; font-size: 10px; color:#000000;}

td.rightbar {width:226px; text-align:right; vertical-align:top; background-image:url(/images/rightBG3.jpg); padding:0px;}
td.rightpane {text-align:left; vertical-align:top; padding-left:4px; padding-right: 4px; color:#000000;}

td.menubar {background-image: url(images/btnBackground.gif)}

/* The center and bottom content areas */
td.pagecenter {border-left: 1px solid #800000; vertical-align:top; width:448px;}
td.reportpagecenter {border-left: 1px solid #800000; vertical-align:top; width:900px;}

#contentpane {
	border:none; 
	padding-top:10px;
	padding-left:5px; 
	padding-right:5px; 
	font-size:12px; 
	font-family: Verdana, Arial, sans serif;
	color: #2d562c;
	width:auto;
}

#contentpane td, #contentpane td p {font-size:12px; font-family: Verdana, Arial, sans serif; color: #2d562c; }

td.footerpane {width:900px; vertical-align:middle;}
td.footerpane p {color:#014301;}

td.bottombar { font-size: 12px; padding-bottom:6px; padding-top:4px; font-weight:normal; font-style:normal; width:100%; background-color: #ffffff;}
td.bottombar p { padding-bottom:6px; padding-top:4px; }

td.bottombar a {font-weight:800; font-size: 10px; text-decoration:none; color: #028602;}
td.bottombar a:link {color: #028602}     	/* unvisited link 	*/
td.bottombar a:visited {color: #028602}  	/* visited link 	*/
td.bottombar a:hover {color: #028602}   		/* mouse over link 	*/
td.bottombar a:active {color: #028602}   	/* selected link 	*/

/* Styles for containers */
.container1_heading { color: #ffffff; border: 0px; padding-top: 3px; padding-bottom: 3px; background-color: #014301; text-align:center; vertical-align:top; font-weight:600; }
.container1_content { color: #000000; border: 0px; padding-left: 4px; padding-right: 4px; background-color: #ffffff; text-align:left; vertical-align:top;}

/* Module Titles */
.Head   {
    font-size:  20px;
}
.Normal,.NormalDisabled
{
	font-family: Verdana,Arial,san serif; 
	color: #2d562c;
	font-size: 12px; 
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana,Arial,san serif; 
	font-size: 12px; 
    font-weight: bold;
    color:#2d562c;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana,Arial,san serif; 
	font-size: 12px; 
    font-weight: bold;
    color: #ff0000
}

blockquote {
	font-family: Verdana,Arial,san serif; 
	font-size: 12px; 
    font-weight: normal;
    margin-left: 30px;
	color:#2d562c;
}

/* Styles for Main Menu */
/* Main Menu */

#menuBar {
	background-color: transparent;
	background-image:url('/images/btnBackground.gif');
	background-repeat:repeat-x;
	background-color: #d0d0d0;
	padding: 4px 10px 4px 10px;
	text-align: left;
	vertical-align:middle;
	height:32px;
	border: 0px;
}
#menuBar td.menuItem {
	padding-left:10px;
	padding-right:10px;
}

#menuBar a.menuButton {
	background-color: transparent;
	font-family: Verdana, "MS Sans Serif", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #014301;
	padding: 2 10 2 10;
	cursor: default;
	left: 0px;
	margin: 1px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	height:22px;
}

#menuBar a.menuButton:hover {
	color: #800000;
}