﻿/*
	GREEN: #00853E
	DARK BLUE BACKGROUND: #004677
*/

 body	
 {
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 10pt;
}

hr	
{
	color: #00853E;
}

ul
{
	list-style-image: url('images/bullit.jpg');
	vertical-align: middle;	
	padding-right: 8px;
}

li
{
	padding-left: 4px;
}

.space li
{
	margin-top: 4px; margin-bottom: 4px;
}

.mainDiv
{
	width: 842px;
	margin-left: auto; 
	margin-right: auto; 
}

.leftFade
{
	width: 32px; 
	background-image: url('images/fade_left.jpg'); 
	background-repeat: repeat-y;
}

.rightFade
{
	width: 32px; 
	background-image: url('images/fade_right.jpg'); 
	background-repeat: repeat-y;
}

.background
{
	background-image: url('images/background2.jpg');
	background-repeat: repeat-x;
	background-color: #004677;
	margin-top: 0px;
}

.topMenu
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}

.topMenu TD
{
	padding-left: 4px;
	padding-right: 4px;
}

.topMenu A 
{
	color: #006699;
}

.topMenuSub
{
	border: solid 1px #EOEOEO;
	border-collapse: collapse;
	font-weight: normal;
}

.topMenuSub TD
{
	border: solid 1px #EOEOEO;
	background-image: url('images/button3.png');
	background-repeat: no-repeat;
	width: 100%;	
}

.topMenuSub TD A
{
	color: Black;
	text-decoration: none;
}

.topMenuSub TD A:hover
{
	color: White;
	background-color: Transparent;
}

.menu           
{
	background-color: #00853E; 
	color: #FFFFFF;
}

.menu TD
{
	padding-left: 12px;
	padding-right: 12px;
}

.menu .nav
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	color: White;
	padding: 4px;
}

.menu .nav:hover
{
	background-color: #00CC66;
}

.menu .nav:visited
{
	color: White;
}

.divSubMenu
{
	display: none; 
	position: absolute; 
	float: left; 
	z-index: 100;
}

.subMenu
{
	border: solid 1px #EOEOEO;
	border-collapse: collapse;
}

.subMenu TD 
{	
	border: solid 1px #EOEOEO;
	background-image: url('images/button2.png');
	background-repeat: no-repeat;
	width: 100%;	
}

.subMenu TD A
{
	color: Black;
	text-decoration: none;
}

.subMenu TD A:hover
{
	color: White;
	background-color: Transparent;
}

.menuZIndex
{
	z-index: 500;
}

.footer, .footerLink
{
	background-color: #00853E; 
	color: #FFFFFF;
}

.footerLink
{
	text-decoration: none;
}

.footerLink:visited
{
	color: #FFFFFF;
}

.footerText
{
	margin-top: 6px;
	margin-bottom: 6px;
}

.contentFrame   
{
	background-color: White;
	border: solid 1px #00853E; 
	margin-left: auto; 
	margin-right: auto; 
	width: 770px; 
	padding: 4px;
}

.heading        
{
	color: #000066; 
	font-size: 15pt; 
	font-weight: bold; 
	margin-bottom: 24px;
}

.subheading     
{
	color: #006699; 
	font-size: 12pt; 
	font-weight: bold;
}

.errorMsg
{
	color: #CC0000;
	font-weight: bold;
	font-size: 10pt;
}

.dataTable
{
	border-collapse: collapse; 
	border: solid 1px #00853E; 
}

.dataTable TH
{
	background-color: #00853E; 
	color: #FFFFFF;
}

.dataTable TD, TH
{
	border: solid 1px #00853E; 
	padding: 4px;
}

.dataTable TD TABLE TD, TH .noBorders
{
	border-style: none;
}

.content        
{
	text-align: justify; 
	margin-left: 8px; 
	margin-right: 8px;
}
	
.list           
{
	margin-left: 20px; 
	font-weight: bold;
}

.listheading
{
	color: #006699; 
	font-size: 10pt; 
	font-weight: bold;
	display: block;
}

.listCustom
{ 
	margin-top: 0px;
}

.listCustom2
{
	margin-top: 4px;
}

.nav 
{
	color: #006699;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	cursor: pointer;
}

.nav:visited
{
	color: #006699;
}

.nav:hover
{
	color: #FFFFFF;
	background-color: #0099CC;
}

.contentLink
{
	color: #00853E;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	cursor: pointer;
	font-size: 8pt;
}
	
.contentLink:visited
{
	color: #00853E;
}

.indent, .contentTable 
{
	margin-left: 0.25in;
}

.contentTable td 
{
	font-size: 8pt;
}

.formTable
{
	border: solid 1px #00853E;
}

.headingGreenBack
{
	background-color: #00853E; 
	color: #FFFFFF;	
	text-align: center;
	padding: 4px;
	font-weight: bold;
}

.button 
{
	color: #006600; 
	font-size: 8pt;
}

.WarningButton
{
	color: #CC0000; 
	font-size: 8pt;	
}

.floatingDiv
{ 
    background-color: #EEEEEE; 
    border: solid 2px #00853E;
    padding: 2px;
    scrollbar-base-color: #0099CC;
    scrollbar-arrow-color: #33FFFF;
}

.floatingDiv .header 
{
	background-color: #00853E;
	color: White;
	font-weight: bold;
}

.floatingDiv .header a
{
	color: White;
	cursor: pointer; 
	font-family: Verdana;
}

.floatingDiv .header a:visited
{
	color: White;
}

.floatingDiv table 
{
	background-color: White;
}

.gradientTop
{
	background-image: url(images/gradient2.gif); 
	background-position: top; 
	height: 24px;
	width: 100%;
	margin-left: auto; 
	margin-right: auto; 
}

.gradientBottom
{
	background-image: url(images/gradient.gif); 
	background-position: top; 	
	height: 24px;
	width: 100%;
	margin-left: auto; 
	margin-right: auto; 
}

.menuBottom
{
	background-color: #00853E;
	height: 12px;
	width: 100%;
}

.altRow 
{
	background-color: #EEEEEE;
}

.mgmtFrame
{
	width: 640px; 
	height: 340px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.menuBack
{
	background-image: url('images/button2.png');
	background-repeat: no-repeat;
	width: 100%;	
}

.menuBackBlue
{
	background-image: url('images/button3.png');
	background-repeat: no-repeat;
	width: 100%;	
}