﻿/*This file contains all the CSS used within the website. */
/*Begin ASP Menu Control*/
.menuGlobal
/*Global formatting*/
{
	cursor: pointer;
	background-image: url(../images/menubkgrd.jpg);
	color: #FFFFFF;
}
.menuDynamic
/*Formatting applied to dropdown menus to correct display issue with IE 8.0 when compatibility view is turned off*/
{
	z-index: 100;
}
.menuItemStatic
/*Formatting applied to static menu items, these items make up the horizontal menu bar which appears on each page*/
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 5px 5px 4px 5px;
}
.menuItemDynamic
/*Formatting applied to dynamic menu items, these items make up the dropdown menus which appear dynamically 
when you mouse over a static menu item.*/
{
	color: #BA372E;
	font-family: Arial;
	font-size: 10pt;
	background-color: #EBEBE4;
	padding: 5px 5px 5px 5px;
}
.menuStaticHover
/*Formatting applied to static menu items when the mouse is hovering over the item.*/
{
	background-color: #EBEBE4;
	color: #BA372E;
}
.menuDynamicHover
/*Formatting applied to dynamic menu items when the mouse is hovering over the item.*/
{
	background-color: #BA372E;
	color: #FFFFFF;
}
.menuStaticSelected
/*Formatting applied to static menu items when they are selected, i.e. clicked on.*/
{
	background-color: #EBEBE4;
	color: #BA372E;
}
.menuDynamicSelected
/*Formatting applied to dynamic menu items when they are selected, i.e. clicked on.*/
{    
	background-color: #BA372E;
	color: #FFFFFF;
	font-weight: bold;
}
/*End ASPMenu Control*/

/*Begin Page Body*/
.pageBody
{
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}
/*End Page Body*/

/*Begin Alignment classes*/
.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}
/*End Alignment classes*/

/*Begin Text Style Rules*/
/*These rules apply to text objects and containers*/
.Heading
/*Heading 14pt*/
{
	font-size: 14pt;
	font-weight: bold;
}
.NewsHeading
/*Heading for News panel*/
{
	font-size: 12pt;
	font-weight: bold;
}
.Text14
/*Text 14pt*/
{
	font-size: 14pt;
}
.Text12
/*Text 12pt*/
{
	font-size: 12pt;
	
}
.Text10
/*Text 10pt*/
{
	font-size: 10pt;
	
}
.Footer
/*Footer Text 8pt*/
{
	font-size: 8pt;
	font-weight: bold;
}
.Indent
{
	padding: 0 10px 0 10px;
}
/*End Text Style Rules*/

/*Begin ASP Button Control*/
.ASPbutton
/*Formatting applied to ASP Button controls*/
{
	cursor: hand;
	background-image: url(../images/menubkgrd.jpg);
	border: Solid 1px #000000;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: White;
	width: 150px;
	height: 26px;
}

.ASPbuttonSmall
{
	cursor: hand;
	background-image: url(../images/menubkgrd.jpg);
	border: Solid 1px #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	width: 50px;
	height: 22px;
}


/*End ASP Button Control*/
/*Begin <a href=""></a> style hyperlinks*/
.ahrefLink
/*Formatting applied to all text hyperlinks*/
{
	color: #BA372E;
}
.ahrefLink:Hover
/*Formatting applied when mouse is hovering over link*/
{
	color: #000000;
}

/*End <a href=""></a> style hyperlinks*/
/*Begin GridView control*/
.gvHeaderStyle
{
	background-color: #BA372E;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
.gvRowStyle
{
	background-color: #FFFFFF;
}
.gvRowStyle:hover
{
	background-color: #E7E7E7;
}
/*End GridView control*/

/*Begin Image Formatting Rules*/
.countyWebsiteImages
{
	border: solid 1px #BA372E;
	width: 115px;
	height: 85px;
}
.countyWebsiteImages:hover
{
	border: solid 1px #000000;
}
/*End Image Formatting Rules*/

/*Begin Element Classes*/
hr
{
	color: #BA372E;
}
/*End Element Classes*/
/*Begin LinkButton Tab Control*/
.lbTab
{
	color: #BA372E;
	text-decoration: underline;
	vertical-align: middle;
}
.lbTab:hover
{
	color: #000000;
	text-decoration: underline;
}
/*End LinkButton Tab Control*/
