/* colors:
dark blue: rgb(13, 9, 91)
medium blue: rgb(86, 126, 185)
light blue: rgb(212, 225, 238)
*/

BODY, TD
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	word-spacing: normal;
	text-transform: none;
	line-height: 1.5em;
	letter-spacing: normal;
}

BODY 
{
	background: url(images/smallbluebackground.gif) rgb(244,247,251) repeat-x left top;
	/*`background: url(images/blue.background.gif) rgb(244,247,251) repeat-x left top;` */
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: rgb(13, 9, 91);
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	}	
		
H2	{	
	font-size:	1.75em;
	font-weight:	700;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	}	

/* standard links */
A, A:link, A:active, A:visited
{
	font-weight: bold;
	color: rgb(86, 126, 185);
	text-decoration: underline;
}	
		
A:hover
{
	/*text-decoration: underline overline;
		border: solid 1px #0000ff; */
	text-decoration: none; 
	background-color:#ffff00; 
	color: black;
	padding-right: .5px;
	padding-left: .5px;
	padding-top: .5px;
	padding-bottom: .5px;
}


/* header contains the logo and the page title */
.DivHeader
{
	position: absolute;
	width: 100%;
	height: 105px;
	top: 0px;
	left: 0px;
	right: auto;
	vertical-align: middle;
	text-align: right;
	background-position: top left;
	background-attachment: scroll;
	background-image: url(images/blue.header.gif);
	background-repeat: no-repeat;
}

/* contains both DivMenu and DivBody */
.DivPage
{
	display: inline;
}

/* left hand menu with main navigation links */
.DivMenu
{
	position: absolute;
	top: 105px;
	left: 0px;
	width: 150px;
	height: auto;
	right: auto;
	bottom: auto;
	font-weight: bold;
	background-image: url(images/blue.menubackground.gif);
	color: white;
	background-color: rgb(13,9,91);	
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

/* menu links */
.DivMenu A 
{
	font-weight: bold;
	color: rgb(86, 126, 185);
	text-decoration: underline;
	line-height: 1.5em;
}

/*.DivMenu A:hover
{
	text-decoration: underline overline;
}
*/
		
/*.menulink A:link, A:active
{
	display: block; 
	width: 90px; 
	text-align: left; 
	text-decoration:none; 
	font-family:tahoma; 
	font-size:10px; 
	color: #000000; 
	BORDER: 1; 
	border: solid 1px #cccccc;
	}
*/
.menulink A:hover
{
	border: solid 1px #0000ff; 
	background-color:#ffff00; 
	}
		 

 /*right hand column with main page content */
.DivBody
{
	position: absolute;
	top: 105px;
	left: 165;
	width: auto;
	height: auto;
	right: auto;
	bottom: auto;
	clear: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 150px;
	margin: 0px;
	padding-top: 30px;
}

/* contains copyright information */
.DivFooter
{
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	top: auto;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}

/* text contained inside the page header div */
.PageTitle
{
	position: absolute;
	top: 45px;
	left: auto;
	right: 50px;
	bottom: auto;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	color: rgb(13, 9, 91);
}

/* any sub-section titles inside the body div */
.ParagraphTitle
{
	font-weight: 800;
	font-size: 11pt;
	text-transform: uppercase;
	color: rgb(13, 9, 91);
}

.Footer /* sets the font properties of the footer text (copyright information) */
{
	font-weight: 800;
	font-size: 8pt;
	color: rgb(13, 9, 91);
}

.InputTitle /* any text label for form/input controls */
{
	font-weight: bold;
	font-size: .8em;
}

INPUT, SELECT, .InputControl/* any form/input controls */
{
	font-size: 9pt;
	font-style: normal;
}

.InputButton, #BtnSubmit /* any form button controls */
{
	border: #d6e9dc 2px outset;
	padding: 2px;
	font-weight: bold;
	font-size: 0.8em;
	color: white;
	background-color: rgb(13, 9, 91);
}

CAPTION /* for datagrids */
{
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
	text-align: left;
	width: 100%;
}

.ErrorMessage /* duh */
{
	color: Red;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}

INPUT.DeleteButton
{
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}

TABLE.PerExRollup
{
}

TABLE.PerExRollup TD
{
	width: 150px;
	padding: 3px;
}
