﻿body 
{
	padding: 0px;
	margin: 0px;
	background-color: #1b1b1b;
	background-image: url( '../../images/body_background.png' );
	background-repeat: repeat-x;
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 12px;
	color							: white;
}
p
{
	margin-top:0px;
	margin-bottom:0px;
}
a:link, a:visited, a:active
{
	color: white;
}
a:hover
{
	/*color: white;*/
	color: #c5202e;
}


/* Home and Subpage Layout */

.home_currentstatus
{
	background-image: url( '../../images/home_currentstatus.png' );
	background-repeat: no-repeat;
	width: 725px;
	min-height: 118px;
}
.home_column_snappoll
{
	background-image: url( '../../images/home_column_snappoll.jpg' );
	background-repeat: no-repeat;
	width: 245px;
}
.home_column_news
{
	background-image: url( '../../images/home_column_news.jpg' );
	background-repeat: no-repeat;
	width: 244px;
	height: 348px;
}
.home_column_issues
{
	background-image: url( '../../images/home_column_issues.jpg' );
	background-repeat: no-repeat;
	width: 244px;
	height: 348px;
}
.home_column_spacer
{
	width: 4px;
}
.subpage_content_container
{
	/*background-image: url( '../../images/subpage_content_background.png' );*/
	background-repeat: no-repeat;
	background-color: Black;
	
}
.subpage_content
{
	padding: 20px 30px 20px 30px;
	width: 682px;
}
.subpage_countymap_content
{
	background-image: url( '../../images/subpage_countymap_content_background.png' );
	background-repeat: no-repeat;
	background-color: Black;
	height: 500px;
	padding: 20px 0px 20px 0px;
}
.county_leftcolumn_background
{
	background-image: url(  '../../images/county_column_background.png' );
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 20px 20px 20px 40px;
}
.county_leftcolumn_background a
{
	text-decoration: none;
}
.county_leftcolumn_background a:hover
{
	text-decoration: underline;
}
.county_rightcolumn_background
{
	background-image: url( '../../images/county_column_background.png' );
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 20px 40px 20px 20px;
}
.county_rightcolumn_background a
{
	text-decoration: none;
}
.county_rightcolumn_background a:hover
{
	text-decoration: underline;
}
.print_email
{
	padding-top: 50px;
	text-align: center;
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 10px;
	color							: #858585;
}
.print_email a
{
	text-decoration: none;
	color							: #858585;
}
.print_email a:hover
{
	text-decoration: underline;
	color							: #858585;
}
.footer_container
{
	padding: 12px;
	background-color: Black; 
	text-align: center;
}
.footer_container a
{
	text-decoration: none;
}
.footer_container a:hover
{
	text-decoration: underline;
}
.copyright
{
	font-family						: Arial, Helvetica, sans-serif;
	font-size						: 10px;
	color							: #858585;
}
.copyright a
{
	color: #858585;
}
.copyright a:hover
{
	color: #858585;
}


/* Main Menu and Dropdowns */

.SubMenuContainer
{
	z-index: 900;
	display: none;
	visibility: hidden;
	width: 190px;
	
}

.SubMenuItemFirst
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemFirst a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemFirst a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemFirstWithSubMenu
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
	
}
.SubMenuItemFirstWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemFirstWithSubMenu a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

.SubMenuItemMiddle
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemMiddle a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
}
.SubMenuItemMiddle a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemMiddleWithSubMenu
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemMiddleWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemMiddleWithSubMenu a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

.SubMenuItemLast
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
	
}
.SubMenuItemLast a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	
	
}
.SubMenuItemLast a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemLastWithSubMenu
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemLastWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	border-top: solid 1px #cccccc;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
	
}
.SubMenuItemLastWithSubMenu a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}

.SubMenuItemSingle
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemSingle a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
}
.SubMenuItemSingle a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	
}
.SubMenuItemSingleWithSubMenu
{
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
	/*opacity: .75;*/
	/*filter: alpha(opacity=75);*/
	white-space:nowrap;
}
.SubMenuItemSingleWithSubMenu a
{
	padding: 3px 20px 3px 3px;
	background-color: black;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
}
.SubMenuItemSingleWithSubMenu a:hover
{
	background-color: #676767;
	color: white;
	display: block;
	text-decoration: none;
	background-image: url(images/MenuArrow_White.gif);
	background-position:right center;
	background-repeat: no-repeat;
	
}



/* TinyMCE Styles*/

#left_content_column
{
	padding-right: 20px;
}
#right_content_column
{
	border-left: solid 1px #2e2e2e;
	padding-left: 20px;
}

.Heading1
{
	font:20px Arial;
	margin-bottom: 15px;
}
.Heading2
{
	font:20px Arial;
	margin-bottom: 15px;
}
.Heading3
{
	font:20px Arial;
	margin-bottom: 15px;
}
.Heading4
{
	font:16px Arial;
	margin-bottom: 15px;
}
.Heading5
{
	font:12px Arial;
	margin-bottom: 15px;
}
.SmallText
{
	font:10px Arial;
}

.IssuesSearchField-subpage,
.IssuesSearchField-home
{
	border-top:1px #888 solid;
	border-left:1px #bbb solid;
	border-right:1px #eee solid;
	border-bottom:1px #fff solid;
	margin-right:8px;
}
.IssuesSearchField-subpage
{
	width:185px;
}
.IssuesSearchField-home
{
	width:175px;
}
.SearchField
{
}
a.readmore
{
	color:#0067c7;
	text-decoration:none;
	font-size:9px;
}
a.readmore:hover
{
	text-decoration:underline;
}

.EditorButtonBar
{
	padding: 3px;
	padding-top:0px;
	padding-bottom:6px;
	background-color: White;
	border-bottom:1px #888 solid;
}



/* BLACK & RED CALENDAR STYLES */

.BLACKRED_CalendarHeader
{
	
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: white;
	padding-bottom: 4px;
}
.BLACKRED_CalendarTable
{
	
}
.BLACKRED_DayColumnHeader
{
	background-image: url(../../images/Calendar_blackred_DayColumnHeader_Background.jpg);
	text-align: center;
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	overflow: hidden;
}

.BLACKRED_DayNumberHeader
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background.jpg);
	text-align: right;
	background-color: #dce6f3;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
}
.BLACKRED_DayNumberHeader a, .BLACKRED_DayNumberHeader a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeader a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderHover
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background_Hover.jpg);
	text-align: right;
	background-color: #dce6f3;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
}
.BLACKRED_DayNumberHeaderHover a, .BLACKRED_DayNumberHeaderHover a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderHover a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonth
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background.jpg);
	
	text-align: right;
	
	background-color: #cfd7e1;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	
	
}
.BLACKRED_DayNumberHeaderOffMonth a, .BLACKRED_DayNumberHeaderOffMonth a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonth a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonthHover
{
	background-image: url(../../images/Calendar_blackred_DayNumberHeader_Background_Hover.jpg);
	
	text-align: right;
	
	background-color: #cfd7e1;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	
	
}
.BLACKRED_DayNumberHeaderOffMonthHover a, .BLACKRED_DayNumberHeaderOffMonthHover a:visited
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayNumberHeaderOffMonthHover a:hover
{
	color:black;
	display: block;
	text-decoration: none;
}
.BLACKRED_DayCell
{
	text-align: left;
	
	background-color: white;
	
	font-family: Arial;
	font-size: 11px;
	color:Black;
	
}

.BLACKRED_DayCellOffMonth
{
	text-align: left;
	
	background-color: #dadada;
	
	font-family: Arial;
	font-size: 11px;
	color:Black;
	
}
.BLACKRED_MoreContainer
{

	font-family: Arial;
	font-size: 11px;
	color: Black;
	white-space: nowrap;
	overflow: hidden;
}
.BLACKRED_MoreContainer a
{
	color: Black;
	text-decoration: none;
}
.BLACKRED_MoreContainer a:hover
{
	color: Black;
	text-decoration: underline;
}
.BLACKRED_CalendarEvent
{
	background-image: url(../../images/Calendar_blackred_CalendarEvent_Background.jpg);
	background-color: #f1f7ff;
	font-family: Arial;
	font-size: 11px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.BLACKRED_CalendarEvent a, .BLACKRED_CalendarEvent a:visited
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarEvent a:hover
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarEventHover
{
	background-image: url(../../images/Calendar_blackred_CalendarEvent_Hover_Background.jpg);
	background-color: #f1f7ff;
	font-family: Arial;
	font-size: 11px;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
.BLACKRED_CalendarEventHover a, .BLACKRED_CalendarEventHover a:visited
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarEventHover a:hover
{
	color: black;
	display: block;
	text-decoration: none;
}
.BLACKRED_CalendarPopupBackground
{
	background:#fff;
	opacity:0.50;
	filter:alpha(opacity=50); 
}

.BLACKRED_CalendarListViewContainer
{
	border: solid 1px gray;
	
}
.BLACKRED_CalendarListViewNoRecords
{
	font-family: Arial;
	font-size: 11px;
	color: black;
	text-align: center;
	padding: 25px;
}

.BLACKRED_CalendarDetailLabel
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	padding: 2px;
	color: black;
}
.BLACKRED_CalendarDetailValue
{
	font-family: Arial;
	font-size: 11px;
	font-weight:normal;
	padding: 2px;
	color: black;
}
.BLACKRED_CalendarDescriptionDisplay
{
	border: solid 1px gray;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	background-color: black;
	height:200px;
	overflow-y:scroll;
}
.BLACKRED_CalendarDetailsContainer
{
	border: solid 1px gray; background-color: white; padding: 0px;
}
.BLACKRED_CalendarDetailsContainerWindowTitle
{
	padding-left: 3px;
	height: 16px;
	background-image: url(../../images/Calendar_blackred_DayColumnHeader_Background.jpg);
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	border-bottom: solid 1px gray;
}
.BLACKRED_CalendarDetailsContainerWindowContents
{
	padding: 2px;
	background-color: white;
	background-image: url(../../images/Calendar_Details_Background.jpg);
	background-repeat: repeat-x;
}
.BLACKRED_CalendarDetailsCloseContainer
{
	text-align: center;
	padding-top: 2px;
}


.BLACKRED_CalendarListViewContainer
{
	background-color: White;
}

.BLACKRED_CalendarListViewHeader
{
	padding-left: 3px;
	height: 16px;
	background-image: url(../../images/Calendar_blackred_DayColumnHeader_Background.jpg);
	background-color: #cddbee;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color:black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}
.BLACKRED_CalendarListViewMonthGroup
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: black;
	
	padding: 6px;
	background-color: #ceb1b3;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	background-image: url(../../images/Calendar_blackred_MonthGroup_Background.jpg);
	background-repeat: repeat-x;
	
}
.BLACKRED_CalendarListViewMonthGroup a, .BLACKRED_CalendarListViewMonthGroup a:visited
{
	color: Black;
	text-decoration: none;
}

.BLACKRED_CalendarListViewMonthGroup a:hover
{
	color: Black;
	text-decoration: underline;
}


.BLACKRED_CalendarListViewRow
{
	
	font-family: Arial;
	font-size: 11px;
	color: black;
	
	padding: 3px;
	background-color: white;
}
.BLACKRED_CalendarListViewRow a, .BLACKRED_CalendarListViewRow a:visited
{
	color: black;
	text-decoration: none;
}
.BLACKRED_CalendarListViewRow a:hover
{
	
	color: black;
	text-decoration: underline;
}


.BLACKRED_CalendarListViewAltRow
{
	padding: 3px;
	font-family: Arial;
	font-size: 11px;
	color: black;
	
	background-color: #e4e4e4;
	border-bottom: solid 1px #d8d8d8;
	border-top: solid 1px #d8d8d8;
}
.BLACKRED_CalendarListViewAltRow a, .BLACKRED_CalendarListViewAltRow a:visited
{
	color: black;
	text-decoration: none;
}
.BLACKRED_CalendarListViewAltRow a:hover
{
	
	color: black;
	text-decoration: underline;
}


.BLACKRED_CalendarDetailseRegisterForEventContainer
{
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.BLACKRED_CalendarDetailseRegisterForEventContainer a, .BLACKRED_CalendarDetailseRegisterForEventContainer a:visited
{
	color: White;
	text-decoration: none;
}
.BLACKRED_CalendarDetailseRegisterForEventContainer a:hover
{
	color: White;
	text-decoration: underline;
}


/* END CALENDAR STYLES */


