﻿
body 
{
	margin: 0px;
	background-color: #666666;
    font-family: Tahoma, Verdana;
    font-size:12px;
}
	
#main 	
{
	width:800px;
	height:100%;
	margin:auto;
    margin-top:5px;
}
	
#maintbl
{
	width: 800px;
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	border-collapse: collapse;
}

.menu
{
	height:25px;
	width:100%;
	font-size:15px;
	background-color:White;
	border-top:solid 2px #9C9C9C;
}

.menu a 
{
	text-decoration: none;
	color:#FFFFD5;
}

.menu a:hover
{
	text-decoration:underline;
	color:#FFEC97;
}

input,textarea
{
	border:1px solid #999999;
    font-size: 12px;
    background-color:White;
    font-family: Tahoma, Verdana;
}

.noborder input
{
	border:none;
	background:none;
}

.resultsPanel
{
	margin-top: 15px;
	margin-left: 15px;
	display: inline
}

.information
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.information :hover
{
	color: #CCC;
}

.errorMessage
{
	font-size:14px;
    font-weight:bold;
	color: #FF0000;
}

.resultsTable
{
	display: inline;
	width: 75%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.resultsHeader
{
	font-weight: bold;
	background: #666;
	font-size: 18px;
	color: #FFF;
}

.oddRow
{
	background: #FFFFFF;
}

.evenRow
{
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:Black;
}

.map
{
	position: relative;
	width: 500px;
	height: 500px;
	display: none;
}

.articleStyle
{
	line-height: 18px;
}

.lbstyle
{
	font-size:15px;
	font-weight:bold;
}

.submit
{
	background:transparent url(../Images/Btn_PagingBg.gif) no-repeat center; 
	font:bold 12px Tahoma, Verdana; 
	border:none; 
	text-align:center; 
	color:#fff; 
	width:139px; 
	height:25px; 
	margin-bottom:4px;
	cursor:pointer; 
	padding-top:1px;
}

.tooltipshowpanel
{
	z-index: auto;
	display: none;
	position: absolute;
	width: 276px;
	height: 200px;
	word-wrap:break-word;
	overflow:hidden;
    padding:5px;
	margin-top:10px;
	line-height: 15px;
	font-size: 12px;
	font-family: Tahoma, Verdana;
	background: url(../Images/BigTooltip.gif) no-repeat left top;
}