﻿div.NoResults
{
	font-size:10pt;
	font-weight:bold;
	padding:20px;
	text-align:center;
}

div.ReportSample
{
	color:#A1A1A1;
	float:right;
	text-align:center;
}

div.Title
{
	color:#209CDB;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:15px;
}

form
{
	margin:0px;
}

legend.Title
{
	color:#209CDB;
	font-weight:bold;
}

span.ReportProcessing
{
	font-size:10pt;
	font-weight:bold;
}

/* BottomContent-------------------------------*/
div.BottomContent
{
	margin-top:25px;
}
/*---------------------------------------------*/

/* Content-------------------------------------*/
div.ReportOptions
{
	padding-left:10px;
}

div.ReportOptions div.Item
{
	background-image:url(images/taxHeader.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	height:34px;
	padding-left:36px;
}

div.ReportOptions div.Item table.Title
{
	font-size:8pt;
	height:34px;
}

div.ReportOptions div.Item table.Title td
{
	color:#0480B7;
	font-size:10pt;
	font-weight:bold;
}
div.ReportOptions input
{
	font-size:8pt;
}
/*---------------------------------------------*/

/* Report Toolbar------------------------------*/
table.ReportToolBar
{
	background-image:url(images/reportToolBarBg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:32px;
	margin-bottom:5px;
	width:100%;
}

table.ReportToolBar table.Button
{
	background-position:7px 6px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:100%;
	padding:0px;
	vertical-align:middle;
	width:30px;
}

table.ReportToolBar table.Button#btnClose
{
	margin-left:1px;
}

table.ReportToolBar table.ButtonHover
{
	background-color:lightsteelblue;
	background-position:6px 5px;
	background-repeat:no-repeat;
	border:1px solid steelblue;
	cursor:hand;
	height:100%;
	padding:0px;
	vertical-align:middle;
	width:30px;
}

table.ReportToolbar table.ButtonHover#btnClose
{
	margin-left:0px;
}

table.ReportToolBar table.ButtonHover a
{
	height:100%;
	width:100%;
}

table.ReportToolBar table.Disabled
{
	color:#525051;
}

table.ReportToolBar td.Download
{
	text-align:right;
	vertical-align:middle;
}

table.ReportToolBar td.Download a
{
	color:white;
	text-decoration:none;
}

table.ReportToolBar td.Download a:Hover
{
	color:white;
	text-decoration:underline;
}

table.ReportToolBar td.Download select
{
	margin-right:5px;
}

table.ReportToolBar td.Spacer
{
	width:100%;
}
/*---------------------------------------------*/

/* Search Page---------------------------------*/
div.AreaTitle
{
	margin-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
}

div.AreaTitle div.Inner
{
	font-weight:bold;
}

div.SearchContainer
{
	position:relative;
	text-align:center;
	width:690px;
}

div.SearchArea
{
	background-color:#A8BEDA;
	border:1px solid #7A8EAA;
	height:65px;
	margin-top:10px;
	padding-bottom:5px;
	width:340px;
}
/*---------------------------------------------*/

/* SearchControl-------------------------------*/
div.Message
{
	color:#DD0202;
}
/*---------------------------------------------*/