/* Default CSS Stylesheet for a new Web Application project */

.standardBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	margin-right: 10px;
	font-size: 100.1%;
}

.printBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

.bodyWrapper
{
	background-color: #FFFFFF;
	font-size: 85%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 10%;
	width: 75%;
	
	

}

.printWrapper
{
	font-size: 81%;
}

/* Resets Font Size back to 100% for Report Display */
.reportWrapper
{
	font-size: 123.33%
}

.bodyDiv
{
	background-color: #FFFFFF;
	padding: 14px 5px 14px 5px;
	min-height: 350px;
	height: auto;

}

/* for Internet Explorer */
/*\*/
* html .bodyDiv
{
	height: 450px;
}
/**/

.header
{
	background-image: url(images/background.jpg);

background-color:white;
	margin: 0 0 0 0;
	height:1%;/* IE hack to keep floated divs contained*/
	
}
.headerRight
{
background-color: white;
	margin: 0 0 0 0;
	float:left;
	height:90px;
	vertical-align:middle;
	padding-left:50px;
	position:relative;
	
	
}
.headerLeft
{
background-image: url(images/background.jpg);
background-color: white;
	margin: 0 0 0 0;
	float:left;
	
}
.headerMenu
{
}

.footer
{
	font-size: 80%;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.contentDiv
{
}

H1, H2, H3, H4, H5
{
	color: #074E84;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: .8em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TD
{
	font-family: Arial, Helvetica, sans-serif;
}

A:link
{
	text-decoration: none;
	color: #074E84;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #932F2F;
}

A:active
{
	text-decoration: none;
	color: #932F2F;
}
A.gridHeader:link
{
	text-decoration: underline;
	color: white
}

A.gridHeader:visited
{
	text-decoration: underline;
	color: white
}

A.gridHeader:hover
{
	text-decoration: underline;
	color: white
}

A.gridHeader:active
{
	text-decoration: underline;
	color: white
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

img
{
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

.AGMGreen
{
	color: #CDE2B3;
}

.AGMBlue
{
	color: #074E84;
}

.AGMRed
{
	color: #932F2F;
}

.AGMBackground
{
	background-color: #ECECC8;
}

.TableContentHeader
{
	font-weight: bold;
	background-color: White;
}

.navItem
{
	font-size: medium;
}

.nav
{
	margin-right: 20px;
}

.button
{
}

a:link.databutton
{
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}

a:visited.databutton
{
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}

a:hover.databutton
{
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}

a:active.databutton
{
	font-weight: bold;
	color: Red;
	text-decoration: underline;
}

.gridLabel
{
	font-size: medium;
}

.bodylink
{
	color: #074E84;
	font-size: medium;
}

.GridHeaderLabel
{
	color: White;
	font-weight: bold;
}

a:link.GridHeaderLabel
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a:visited.GridHeaderLabel
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a:hover.GridHeaderLabel
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a:active.GridHeaderLabel
{
	font-weight: bold;
	color: White;
	text-decoration: none;
}

.messagePanel
{
	font-weight: bold;
	color: #074E84;
	padding: 5px 5px 5px 5px;
	margin-bottom: 14px;
}

.messagePanelError
{
	font-weight: bold;
	color: #932F2F;
	border: solid 2px #932F2F;
	padding: 5px 5px 5px 5px;
	margin-bottom: 14px;
}

.returnPanel
{
	padding-bottom: 10px;
}

.refineSearchPanel
{
	padding-bottom: 10px;
}

.menuDiv
{
	background-color: white;
	padding: 1px 5px 3px 5px;
	text-align:right;
}

.login
{
    font-weight: bold;
    color: #92342f;
    font-family: Arial;
    font-size:x-small;
}
.contact
{
     font-weight: bold;
    font-size: larger;
}

.detailtitles
{
   color: #666;
}
.bodylink
{
	color: #074E84;
	font-size: medium;
}
