body
	{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	}
form
	{ margin: 0px;	}
label
	{ cursor: pointer; }
.LogoBar
	{
	font-family: Tahoma;Verdana,Arial;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	border: 2px solid black;
	padding: 20px;
	background: url('blue-grad.gif') top repeat-x;
	background-color: blue;
	/*
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr='#004080', endColorStr='#0000FF'); 
	*/
	}
.SearchBar
	{
	font-family: Tahoma;Verdana,Arial;
	font-size: 10pt;
	font-weight: bold;
	color: black;
	border-bottom: 1px solid black;
	padding: 3px;
	background: url('gray-grad.gif') bottom repeat-x;
	background-color: white;
	/*
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#808080'); 
	*/
	}
.tbButton
	{
	border:1px solid black; 
	background-color:white; 
	margin:2px;
	height: 20px;
	float:left;
	text-align:center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCCCCC', EndColorStr='#FFFFFF');
	}
.menuEl
	{
	margin:1px;
	padding:2px;
	}
.Normal
	{
	font-family: Tahoma;Verdana,Arial;
	font-size: 10pt;
	color: black;
	margin:10px;
	}
.Data
	{
	font-family: Tahoma;Verdana,Arial;
	font-size: 8pt;
	color: black;
	}
.SideBar
	{
	font-family: Tahoma;Verdana,Arial;
	font-size: 10pt;
	color: black;
	border-right: 2px solid black;
	padding: 10px;
	width: 200px;
	float: left;
	}
.grid
	{ border: 1px solid silver; }
.gridTitle
	{ 
	background-color: silver; 
	font-weight: bold;
	}
.gridSubTitle
	{
	background-color: #DDDDDD;
	border-bottom: 1px #E7E7E7 solid; 
	} 
.gridRow 
	{ 
	/*border-bottom: 1px solid silver; */
	background-color:white;
	}
.gridRowAlternate
	{ 
	/*border-bottom: 1px solid silver; */
	background-color:#EEEEEE;
	}
#dropmenudiv
	{
	position:absolute;
	border:1px solid black;
	font:normal 8pt Tahoma;
	line-height:18px;
	z-index:100;
	}
#dropmenudiv a
	{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid white;
	}
#dropmenudiv a:hover
	{ /*hover background color*/
	background-color: #71B8FF;
	border:1px solid black;
	color: white;
	}