﻿/*Begin Page Format classes*/
.pageBody
/*This class is applied to the body of all pages and defines the default font family,size, and color for the page*/
{
	color: #4682b4;
	font-family: Arial;
	font-size: 12pt;
}

/*End Page Format classes*/
/*Begin ASP Menu Control classes*/
.menuGlobal
{
	background-image: url(../images/menubkgrd.png);
	cursor: hand;
}
.menuItemStatic
{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.menuDynamic
{
	z-index: 999;
}
.menuItemDynamic
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	background-color: #4682b4;
	padding: 2px 5px 2px 5px;
	text-align: left;
	text-decoration: underline;
}
.menuStaticHover
{
	background-image: none;
	background-color: #4682b4;
}
.menuDynamicHover
{
	color: #000000;
	background-color: #FFFF66;
}
.menuDynamicSelected
{
	color: #000000;
	background-color: #FFFF66;
}
.menuStaticSelected
{
	background-image: none;
	background-color: #4682b4;
}
/*End ASP Menu Control classes*/
/*Begin ASP button control classes*/
.button
{
	background: url(../images/btnbkgrd.png);
	background-color: #4682b4;
	border: Solid 1px #000000;
	font-size: 10pt;
	color: White;
	cursor: hand;
}
.button:Hover
{
	background-image: none;
	background-color: #4682b4;
}
/*End ASP button control classes*/
/*Begin ASP Link button control classes*/
.linkButton
{
	color: #000000;
	text-decoration: underline;
}
.linkButton:hover
{
	color: #4682b4;
	text-decoration: underline;
}
.newsPageLBSelected
{
	color: #4682b4;
}
/*End ASP Link button control classes*/
/*Begin <a href=""></a> link classes*/
.ahrefLink
/*Black with Blue rollover link*/
{
	color: #000000;
}
.ahrefLink:hover
{
	color: #4682b4;
}
.ahrefLink2
/*Yellow with White rollover link*/
{
	color: #FFFF66;
}
.ahrefLink2:hover
{
	color: #FFFFFF;
}
.ahrefLinkAlertText
/*Black with Red rollover link*/
{
	color: #000000;
}
.ahrefLinkAlertText:hover
{
	color: Red;
}
/*End <a href=""></a> link classes*/
/*Begin Text format classes*/
.Header
{
	font-size: 14pt;
	font-weight: bold;
}
.HeaderU
{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}
.HeaderAnnouncementPanel
{
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
}
.Text14
{
	font-size: 14pt;
}
.Text12
{
	font-size: 12pt;
}
.Text10
{
	font-size: 10pt;
}
.Text8
{
	font-size: 8pt;
}
.TextAnnouncementPanel
{
	color: #FFFFFF;
	font-size: 10pt;
	text-align: left;
	padding: 0 5px 0 5px;
}
.TextAnnouncementPanel2
{
	color: #FFFFFF;
	font-size: 8pt;
	text-align: left;
	padding: 0 5px 0 5px;
}
.AlertText
{
	color: Red;
}
/*End Text format classes*/
/*Begin Alignment classes*/
.alignLeft
{
	text-align: left;
}
.alignCenter
{
	text-align: center;
}
.alignRight
{
	text-align: right;
}
/*End Alignment classes*/
/*Begin Image format classes*/
.imageCountyWebsite
/*This class is applied to the County website thumbnail images*/
{
	border: solid 1px #000000;
}
.imageCountyWebsite:hover
{
	width: 110px;
	height: 110px;
	border: solid 2px #000000;
}
.imageStyle
{
	border: solid 2px #000000;
}
.imageLink
/*This class is applied to images used in an <a href=""></a> style link*/
{
	border: solid 1px #000000;
}
.imageLink:Hover
{
	border: solid 2px #4682b4;
}
.imageHomepageReport
/*This class is applied to the reporting thumbnail image on the homepage*/
{
	border: none;
	width: 155px;
	height: 99px;
}
.imageHomepageReport:hover
{
	width: 170px;
	height: 114px;
}

/*End Image format classes*/
/*Begin GridView Control classes*/
.gvHeaderStyle
{
	background-color: #4682b4;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
.gvRowStyle
{
	background-color: #E7E7E7;
	color: #4682b4;
	font-size: 10pt;
}
.gvAlternatingRowStyle
{
	background-color: #FFFFFF;
	color: #4682b4;
	font-size: 10pt;
}
/*End GridView Control classes*/
/*Begin Miscellaneous classes*/
.horizantalRule
{
	color: #4682b4;
}
/*End Miscellaneous classes*/
/*Begin Tab Classes*/
.tab
{
	color: #FFFFFF;
	font-size: 10pt;
	padding: 5px 5px 3px 5px;
	text-align: left;
}
.tabSelected
{
	font-size: 12pt;
	background-image: none;
	background-color: #4682b4;
}
.tabCtrl
{
    background-color: #4682b4;
    background-image: url(../images/tab-left-blue.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 22px;
    padding: 0 0 0 5px;
    text-decoration: none;
}
.tabCtrl span
{
    background-image: url(../images/tab-right-blue.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 0 5px 0 0;
}
.tabCtrl:hover
{
    text-decoration: underline;
}
/*End Tab Classes*/
/*MUR Service Pages classes*/
.pageBodyMURSI
{
    color: #555555;
    font-family: Arial;
    font-size: 12pt;
    width: 500px;
}
.MURheadertext
{
    font-size: 16pt;
    font-weight: bold;
    text-decoration: underline;
}
.datalistHeader
{
    background-color: #4682b4;
    border: solid 1px #000000;
    color: #FFFFFF;
    font-size: 14pt;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
    padding-top: 5px;
    width: 500px;
}
.tabMURCategory
{
    background-color: #4682b4;
    color: #ffffff;
    height: 30px;
    width: 200px;
}
.divLeftPanel
{
    background-color: #4682b4;
    float: left;
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: 180px;
}
.divRightPanel
{
    float: right;
    padding-left: 5px;
    width: 500px;
    text-align: left;
}
