﻿/* Section name */
div.section
{
	color: #00506B;
	font-size: 16px;
	font-family: "Verdana" , Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 4px;
}

div.pdfButton
{
	width: 545px;
	text-align: right;
}

/* # of rows returned - message */
div.results
{
	color: #000;
	font-size: 12px;
	font-family: "Verdana" , Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

/* Div that contains the county list controls */
div.countyList
{
	width: 230px;
	float: left;
	border: solid 0px black;
	margin: 0 0 1em 0;
	padding: 0 20px 0 0;
	height: auto;
}

/* Div that contains the searchable text fields */
div.textSearch
{
	width: 150px;
	float: left;
	border: solid 0px black;
	padding-right: 20px;
}

/* Div that contains the search button */
div.searchButton
{
	width: 150px;
	float: none;
	border: solid 0px black;
	display: block;
}

#main-content fieldset
{
	background: #f5f5f5; /* background:#f5f5f5 url(/nse/img/bg-fieldset.png) 0 100% no-repeat; // url(/nse/img/bg-stackForm.png) 100% 100% no-repeat */
	border-color: #D7DDDF;
	border-style: solid;
	border-width: 1px;
	margin: 0 0 1em;
	padding: 10px;
}
#main-content label
{
	color: #444;
	display: block;
	font: bold 0.88em/2em "verdana" , "tahoma" , "helvetica" ,sans-serif;
	float: none;
	margin: 0.5em 0 0.1em 0;
}
#main-content input#ddlCountyList, #main-content input#txtName, #main-content input#txtCommunity, #main-content textarea, #main-content select
{
	background: #fff;
	border-color: #9DA8AC #DFE3E5 #DFE3E5 #9DA8AC;
	border-style: solid;
	border-width: 1px;
	color: #333;
	display: block;
	float: none;
	font: 100%/1.2em Monaco,Monospace,sans-serif;
	margin: 0;
	padding: 0.2em;
}

/* RadToolTip style override */
div.RadToolTip_Windows7 table.rtWrapper td.rtWrapperContent
{
	background-color: #FFFFCC !important;
	padding: 5px;
}

/* Hide the pager size in the grid */
div.RadGrid .rgPager .rgAdvPart
{
	display: none;
}
