.grid
{
	background-color:#CCCCCC;
}

.grid TH
{
	color:#FFFFFF;
	background-color:#80090d;
	font-family:Arial;
	font-size:9pt;
	padding:3px;
}

.grid TD
{
	color:black;
	background-color:white;
	font-family: Arial;
	font-size: 9pt;
	padding:3px;
}

/* alternate color for grids */
TD.altColor
{
	background-color:#F7F7F7;
}


.banner
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	background-color:#E3E4FA;
	color:black;
	width:100%;
	padding:3px;
}

/* regular tags */
BODY	
{
	font-family: Verdana;
	font-size: 10pt;
	background: white;
}

H1 
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

H2 
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

H3 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

P 
{
	font-family: Arial;
	font-size: 10pt;
}

/* hyperlinks */
A
{
	font-family:Arial;
	font-size:9pt;
	text-decoration:none;
	font-weight:normal;
}

A:link 
{
	color:blue;
}

A:visited 
{
	color:blue;
}

A:hover 
{
	color:red;
	
}



/* message box */
.alert
{
	text-align:center;
	color:blue;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	padding:5px;
	font-family: Verdana;
	font-size: 10pt;
}

.message
{
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#F7F7F7;
	padding:5px;
	font-family: Verdana;
	font-size: 10pt;
}


/* forms */
label
{
	padding-left: 4px;
}

.formgrid
{
	border-color:#9F0F0F;
	border-width:1px;
	border-style:solid;
	background-color:#F7F7F7;
}


.formgrid TD
{
	color:black;
	font-family: Arial;
	font-size: 9pt;
}

.formgrid TH
{
	text-align:center;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding-top:2px;
	color:#9F0F0F;
	padding-left:4px;
	border-bottom-color:#9999CC;
	border-bottom-width:1px;
	border-bottom-style:dashed;
}

input[type="submit"], input[type="button"], button, img.tool
{
	cursor:pointer;	
}


input[type="text"], select, textarea, input[type="password"]
{
	border:solid 1px #9999CC;
}

input[type="text"]:focus, select:focus, textarea:focus, input[type="password"]:focus
{
	border:solid 1px red;
	background-color:FFFF99;
}


/*
BEGIN MENU
*/

.menuBody 
{
	height:1100px; 
	margin-left:0px;
	margin-right:0px;
	border-right:dotted 1px silver;
}

.menuContainer
{
	width: 100%;
	border-bottom:dotted 1px silver;
}

.menuTitle
{
	background-color:white;
	color:black;
	font-family:Verdana;
	font-size:9pt;
	font-weight:normal;
	padding-left:6px;
	padding-top:7px;
	height:24px;
}

.menuItems
{
	padding-bottom:10px;
	text-align:left;
	background-color:white;
}

.menuItem
{
	padding-left:16px;
	color:black;
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	padding-bottom:5px;
}

div.menuTitle:hover, div.menuItem:hover
{
	cursor:pointer;	
	background-color:Lavender;
	color:blue;
}


	/* BEGIN IE6 hack */
	.menuTitleHover
	{
		cursor:pointer;	
		background-color:Lavender;
		color:blue;
		font-family:Verdana;
		font-size:9pt;
		font-weight:normal;
		padding-left:6px;
		padding-top:7px;
		height:24px;
	}
	
	.menuItemHover
	{
		cursor:pointer;	
		background-color:Lavender;
		color:blue;
		padding-left:16px;
		font-family:Verdana;
		font-size:8pt;
		font-weight:normal;
		padding-bottom:5px;
	}
	/* END IE6 hack */


/* END MENU */