
/*
chalk		- #F4F9FD
cloud-blue	- #E3F0F9
KHAKI		- #829751
dark-gray	- #333333
melon		- #FD8421
mint		- #B8DDA6


blue		- #376070
green		- #a5ca4d
rust		- #b25000
medium gray	- #D2D2D2
medium blue - #7697c3
charcoal	- #6e6e6e
straw		- #ccb11a
light blue	- #c6e1f2
cyan		- #57afde
light green	- #c5ef61 
*/

H1
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #376070;
	font-size: 16pt;
	font-weight: bold;	
}

H2
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #a5ca4d;
	font-size: 14pt;
	font-weight: normal;	
}

H3
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight:bolder;
	font-style:italic;	
}

H4
{
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	color: #a5ca4d;
}

H5
{
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 9pt;
	color: #a5ca4d;
	margin-bottom: -8px;
}

BODY
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #376070;
	font-size: 9pt;
	font-weight: normal;	
}

.green
{
   	font-family: Arial, Verdana, Sans-Serif;
	color: #a5ca4d;
}

.smallgreen
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #a5ca4d;
	font-size: 8pt;
}

.frPopup {
	position:absolute;
	left:30px;
	top:115px;
	border:0px;
	z-index:99;
}

.divPopup {
	position:absolute;
	left:30px;
	top:115px;
	border:2px solid black;
	background-image: url(/img/generic/gradient_page.jpg);
	background-repeat: repeat-x;
	background-color:#E3F0F9;
	z-index:100;
}

.popupTitleBar {
	border-bottom:1px solid black;
	margin-bottom: 10px;
	background:#829751;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	padding:2px;
	height:15px;
}

.closeButton {
	border:1px solid #D2D2D2;
	font-weight:bold;
	margin-top:12px;
	padding-left:6px;
	padding-right:10px;
	padding-top:1px;
	padding-bottom:2px;
	color:white;
	background:#b25000;
}

.submitButton {
	font-family: Arial, Verdana, Sans-Serif;
	border:1px solid #D2D2D2;
	font-weight:bold;
	font-size: 12px;
	height:20px;
	color:white;
	padding-right: 10px;
	background:#b25000;
	cursor:pointer;
}

.headerText
{
	font-family: Arial, Verdana, Sans-Serif;
	color: white;
	font-size: 18pt;
	font-weight: normal;	
}

.note
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #376070;
	font-size: 7pt;
	font-weight: normal;	
}

.footer
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #333333;
	font-size: 7pt;
	font-weight: normal;	
}

table.greyborder {
	margin: 1px;
	border: solid 1px gray;
	border-collapse: collapse;
}

table.greyborder td {
	border: solid 1px gray;
}

table.notification
{
	border-width:1px;
	border-color:#a5ca4d;
	border-style:solid;
}

table.notification td
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #376070;
	font-size: 9pt;
	font-weight: normal;	
}

table.greenBorders 
{
	font-family:Arial, Verdana, Sans-Serif;
	border:1px solid #D2D2D2;
	border-collapse:collapse;
	font-size:10pt;
	background-color:#b25000;
	color:White;
}

table.greenBorders td {
	border:1px solid #D2D2D2;
	font-weight:bold;
	text-align:left;
	padding-left:6px;
	padding-bottom:2px;
	color:White;
}

table.greenBorders a:link {
	color:White;
}
table.greenBorders a:visited {
	color:White;
}
table.greenBorders a:active {
	color:White;
}

td.progress {
	vertical-align:middle;
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	color:#a5ca4d;
	background-color:white;
	border-color:#a5ca4d;
	padding-left:3px;
	padding-right:3px;
	font-size:7pt;
	margin-top:15px;
	margin-bottom:1px;
}

td.progress-hilite {
	vertical-align:middle;
	border-style:solid;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	background-color:#a5ca4d;
	color:white;
	border-color:#a5ca4d;
	padding-left:3px;
	padding-right:3px;
	font-size:7pt;
	margin-top:1px;
	margin-bottom:1px;
}

li
{
	font-family: Arial, Verdana, Sans-Serif;
	color: #376070;
	font-size: 9pt;
	font-weight: normal;	
}

A:link    
{
	color: #b25000;
	text-decoration: none;
}
A:visited    
{
	color: #b25000;
	text-decoration: none;
}
A:active    
{
	color: #b25000;
	text-decoration: none;
}

.boxGradientPage {
	background-image: url(/img/generic/gradient_425high.gif);
	background-repeat:repeat-x;
	background-color:#F0FDFE;
}

.input
{
	font-size: 10px;
	font-family: Arial, Sans-Serif;
}


/***** popup styles ******/


.close
{
	text-decoration:none; 
	color:White;
	vertical-align:bottom;
	cursor: pointer;
}

.close img
{
	border:0; 
	vertical-align:bottom; 
	padding:3px 3px 0px 0px;
	cursor: pointer;
}


.popContentArea
{
	padding:5px 5px 5px 5px;
	overflow:auto;
}


/*******************/