﻿html,BODY 
{
	margin: 0px;
	overflow: hidden;
	background-color:  #f5ffff;
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;                 
}
TABLE
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;                 
}

TH
{
	cursor: pointer;
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.smaller
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;                 
}
.ListHeader 
{
	background-color:#155793;
	color: White;
}
.titlebar
{
	font-weight: bold;
	color: White;
	background-color: #155793;
}
SELECT
{
	font: Trebuchet MS;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  width: 75px;                 
}

.button
{
	height:20px;
	width:14px;
	
}

#divOutput
{
	position:absolute;
	overflow:hidden;
	width: 350px;
	top: 25px;
	height:300px;
	cursor:pointer;
}

#divList 
{
	display: none;
	background-color: #f5ffff;
	font-family: Arial;
	font-size: 12px;
}

@media screen {
	#divPrintOutput
	{
		position: absolute;
		top: 25px;
		left: 0px;		 
		width: 650px;
		overflow: auto;
		font-family: Arial;
	}
}
@media screen 
{
	#divPrintOutput {}
}

#divNav
{
	z-index:2;
	position: absolute;
	background-color: #dddddf;
	top:0px;
	width: 350px;
	height: 25px;
	overflow:hidden;                

}

#divNavBottom
{
	z-index:2;
	background-color: #dddddf;
	font-size: 11px;
	font-weight:bold; 
	position: absolute;
	top:1000px;
	width: 350px;
	height:25px;
	overflow:hidden;
}

.box 
{
	border-style:solid;
	border-width:1px;
	border-color:#155793;
	background-color: #d6efff;
	overflow:hidden;
}
a.title:link { font-weight:bold; text-decoration:none; color:Black;}     
a.title:visited {text-decoration:none;} 
a.title:hover {text-decoration:underline;}   
a.title:active {text-decoration:none;}   
