
/* Elements */

body{
	margin: 0px;
	background-image: url(Images/backgd2.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color:#EEEEEE;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	

.content
{
	background-color:#C4CDDB;
	bottom:0px;
	left:auto;
	margin-left: auto;
    margin-right: auto;
	padding:0px;
	position:relative;
	right:auto;
	top:0px;
	width:900px;
	text-align: left;
	border: solid 1px #006699;
}

#loginBox
{
 width: 350px;
 background-color: white; 
 border: solid 1px black; 
 margin: 20px;
 padding: 20px;
}

form
{
 margin: 0px;
}


table
{
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
}

p
{
	margin-bottom: 3px;
	color: Black;
}

a:active
{
	color: #002A5F;
	text-decoration: none;
}

a:link
{
	color: #002A5F;
}

a:visited
{
	color: #002A5F;
}

a:hover
{
	color: darkblue;
	text-decoration: none;
}


/* Classes */


.footerText
{
	color:White;
	font-size:12px;
	font-weight:lighter;
	text-align:left;
	font-style: italic;
	vertical-align:middle;
}

.pageBody
{
	clear: both;
/*	left:0px;
	display:  block;

	position: relative;
	z-index:101;*/
}

.borderBox
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
}

.header
{
	background-color: DarkGray;
	color: White;	
	font-size:14pt;
	font-weight:bold;
	height:24px;
	width:704px;
}

.leftText
{
	font-size: 11px;
	text-align:left;
	font-weight: bold;
}

.textBox
{
 font-size: 11px;
}

.textBoxReadOnly
{
 background-color: DarkGray;
 font-size: 11px;
 text-align: right;
}

.boldText
{
 font-weight:bold;
}

.DataGrid
{
	border-top: 0px;
	font-size: 12px;
}

.DataGridHeaderFreeText
{
 font-weight:bold;
 color: black;
 padding:0 0 0 0;
 border: 0px;
}

.DataGridHeader
{
 font-weight:bold;
 color: white;
 background-color: #483D8B;
 padding:0 0 0 0;
 border-top: 0px;
 font-size: 12px;
 font-family: Arial;
 text-align: center;
}

.DataAddGridLine
{
	background-color:Linen;
	border-bottom: 0px;
}

.errors
{
	color: Red;
	width: 698;
	text-align: left;
}

.warningCharacters
{
	text-align: left;
	font-size: 13px;
	color:Red;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.ItemStyle
{
	font-size: 12px;
}

.uiElements
{
	padding: 10px;
}

/* Element IDs */

#body 
{
	padding-top: 10px;
	padding-left: 15px;	
}

#footer
{
    CLEAR: both;
    FONT-SIZE: 11px;
    FONT-FAMILY: Verdana;
    background-color: #160066;
    padding: 2px 0px 2px 0px;
    
}

#pageText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 20px;
	padding-top: 20px;
	clear:both;
}

#pageData
{
	padding-top: 10px;
	margin: 0 0 0 10px;
}
/******************************* MENU ***************************************/

.menuContainer
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 25px;
	background-color: #084d8a;
	 background-image: url(Images/mask.png); 
	background-repeat: repeat-x;
	position: relative;
	top: -2px;
}



.menu
{
	float: left;
	list-style: none;
	width: 125px;
	text-align: left;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
	font-weight: bold;
	margin:0px;
}

.menu li, .submenu li
{
		list-style-type: none;
		padding: 0px;
		height: 25px;
}

.submenu
{
	display: none;
	width: 125px;
	padding: 0px;
	margin: 0px;
	border: solid 1px black;
	background-color: #555555;
	z-index: 1000;
	position: absolute;
}

.menu li a,
.submenu li a,
.menu li a:hover,
.submenu li a:hover,
.menu li a:visited,
.submenu li a:visited
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: White;
}

.submenu li a:hover
{
	background-color: #aaaaaa;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: White;
}


.menuHighlight
{
	background-image: url(Images/mask.png);
	background-repeat: repeat-x;
}
