/******************************************************************************************
* 	Author -	Michael Goodell
*	File - 		style.css
*	Created - 	Tuesday, May 04, 2004 09:39:53 AM
*	Purpose - 	Style Sheet for Jefferson County Kansas
******************************************************************************************/

.headerFade				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 15px 2px 5px;
	width: 680;
	background-image: url(../img/headerFade.png);
	background-repeat: repeat-y;
	border-top: 0px double #ADD8E6;
	border-bottom: 0px solid #ADD8E6;
	border-left: 0px solid #ADD8E6;
	border-right: 0px solid #ADD8E6;
}

.displayData				{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	width: 680;
	background-image: url(../img/tan30.png);
	border-top: 1px solid #F5DEB3;
	border-bottom: 1px dashed #95660E;
	border-left: 1px dashed #95660E;
	border-right: 1px dashed #95660E;
	
	
}

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

