﻿div#menu
{
  background-color:#ffffff;
  border-top:1px #dddddd solid;
  border-bottom:1px #dddddd solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  width:150px;
}
a.button
{
  /* Specify only the properties that differ from a.button */
  background:#f6f6f6;
  border-right:1px #dddddd solid;
  border-left:5px #dddddd solid;
  color:#444444;
  display:block;
  margin:0 0 1px 0;
  padding:2px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;  
  font-size:11px;
  width:150px;
}
a.button:hover
{
  /* Specify only the properties that differ from a.button */
  background:#fcfcfc;
  border-right:1px #dddddd solid;
  border-left:5px #cc0000 solid;
  color:#cc0000;
  font-size:11px;
  width:150px;
}

.MenuHeader
{
	background-color:#dddddd;
	padding:2px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006600;
	border-top:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	border-left:5px #dddddd solid;
	
}

.MenuPage
{
	border-right:1px  #dddddd solid;
	font-weight:bold;
	background-color:#f6f6f6;
	padding:2px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-left:5px #dddddd solid;
	}

.FinePrint
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.Black12
{
	font-size:12px;
	font-weight:bold;
}

.Black10
{
	font-size:10px;
	font-weight:bold;
}

.Green12
{
	font-size:12px;
	font-weight:bold;
	color:#006600;
}

.Green10
{
	font-size:10px;
	font-weight:bold;
	color:#006600;

}

.White12
{
	color:white;
	background-color:black;
}

.ForceFont
{
	font-family:Arial, Helvetica, sans-serif;
}

.Required
{
color:red;
}

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1
{
	font-size:14px;
	color: #006600;
	font-weight:bold;	
}

h2
{
	font-size:12px;
	color: #006600;
	font-weight:bold;		
}

h3
{
	font-size:10px;
	color: #006600;
	font-weight:bold;		
}

.RowGray
{
background-color:#dddddd;
}

.CenterColumn
{
	text-align:center
}

.TableBorder
{
	border: 0px;
	border-collapse: collapse;
}

.NoLine
{
	border-style: none;
	text-decoration: none;
	font-weight: bolder;
	text-align: right;
}

.gbutton
{
	border-style: double; 
	border-width: thin; 
	border-color: #000000; 
	background-color: #FFFFFF; 
	font-size: 12px;
}	
.balloonstyle
{
position:absolute;
top: -500px;
left: 0;
padding: 3px;
visibility: hidden;
border-top:1px solid black;
border-left:1px solid black;
border-bottom:3px solid black;
border-right:3px solid black;
font:normal x-small Verdana;
line-height:normal;
z-index: 100;
cursor:auto;
background-color: #FFFF99;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead
{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

