/*You may copy styles in from the main /styles/styles.css stylesheet, place them here, and modify*/
/*Do NOT make changes to styles.css itself as changes there will be lost when patches are applied*/

/*************************************************************************************************/
/************************************ BACKGROUND SETTINGS ****************************************/
/***** THIS SECTION CONTROLS ITEMS SUCH AS SITE BACKGROUND COLOR, FONTS, AND GENERAL LAYOUT ******/
/*Site background as well as default font style and size*/
body
{
	background-image: none;
	background-color: #63919C;
	background-repeat: repeat-x;
    	font-family: sans-serif;
   	font-size: 13px;
	
}
/*background color of datalet sketch page*/
body.sketchbody
{
    	background-image:none;
    	background-color:transparent;
}
/*background color of search results printable version popup window*/
body#printableversion 
{ 
  	background-color:#ffffff; 
}
/*background color of advanced search save load popup window*/
body#savequerydialog
{ 
 	background-color:#ffffff; 
} 
#wrapper
{
	background-color:white;
	width: 1165px;
	padding-top: 10px;
	margin: 0 auto;
}
#wrapper.center
{
	min-width: 1165px;
	width: 1165px;
	margin-left: auto;
	margin-right: auto;
}
.contentpanel
{
    	padding: 0px 0px 0px 0px;
	border:0;
    	background-color: white;
    	border-radius:0;
    	background-repeat: no-repeat !important;
	margin-right: auto !important;
	margin-left: 0px;
    	webkit-box-shadow: none; 
    	box-shadow: none;
        /*margin: 60px 5px 0px 5px;*/

}
/************************************ BACKGROUND SETTINGS ****************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/************************************ HEADER/LOGO SETTINGS ***************************************/
/***** THIS SECTION CONTROLS THE SITE HEADER AND LOGO ********************************************/
#outerheader
{
	width:100%;
	min-width:100%;
	background:transparent;
}
#middleheader
{
	width:1165px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	background-color: white;
}
#header
{
    	height:120px;
        width:1165px;
    	background-color:#487C83;
}
.sitelogocontainer
{
    	height:120px;  /*Must be specified and match height of image*/
    	width:1165px; /*Must be specified and match width of image*/
   	background-color:#487C83;
    	margin-top: 20px;
   	/*Uncomment margin-left/margin-right below to center site logo*/
   	/*margin-left:auto;
    	margin-right:auto;*/
}
.sitelogo
{
    	/*Adjust site logo by changing URL below.  Width/height following must match.*/
    	margin-top: 20px;
    	background-image:url('../../images/custom/Fayette_Banner.gif');
    	background-repeat:no-repeat;
    	width:1165px; /*Must be specified and match width of image*/
    	height:120px;
    	background-position: center 35px;
}
.HeaderSiteTitle
{
    	color:white;
    	font-size :18px;
   	position:fixed;
    	top:5px;
    	left:5px;
}
.HeaderLinks
{
    	color:white;
}
.HeaderLinks a:hover
{
    	text-decoration: none;
    	color:#e1c476;
	background-color: rgb(155,31,41);
    	cursor:pointer;
    	font-size: 11px;
	
}
/************************************ HEADER/LOGO SETTINGS ***************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/****************************************** TOP MENU *********************************************/
#topmenu
{
    	/*position: absolute;*/
	background-color: rgb(221,220,174);
    	font-size: 9pt;
	font-weight:100pt !important;
	font-family: Verdana;
    	/*top:10px;*/
    	height:32px;
	width:100%;
    	margin-left:auto;
    	margin-right:auto;
	
}
#topmenu .unsel a
{
    	color:black;
    	top: 0px !important;
    	background-color:rgb(221,220,174);
    	font-size: 9pt;
	font-weight:100pt !important;
	font-family: Verdana !important;
	padding: 9px 27px 10px 25px;
	/*border: .3px groove #092E5B !important;*/
	height:32px;
}
#topmenu .sel a  {
    	color: white;
    	top: 0px !important;
    	background-color: #092E5B;
    	font-size: 9pt;
	font-weight:100pt !important;
	font-family: Verdana !important;
	padding: 9px 27px 10px 25px;
	border: .3px #092E5B !important;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height:32px;
}
#topmenu a:hover
{
    	text-decoration: none;
    	top: 0px !important;
    	color:white;
    	background-color:#092E5B;
   	cursor:pointer;
    	font-size: 9pt;
	font-weight:100pt !important;
	font-family: Verdana !important;
	padding: 9px 27px 10px 25px;
	height:32px;
}
#topmenu ul {
    	position: center;
    	text-align: left;
    	margin-left:auto;
    	margin-right:auto;
}

/****************************************** TOP MENU *********************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** SECONDARY MENU ******************************************/
#secondarytopmenu
{
    	background-color: white;
    	color: black;
        font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
    	/*top:145px;*/
    	margin-left:auto;
    	margin-right:auto;
	/*position:absolute;*/
	height: 25px;
}
#secondarytopmenu .unsel a
{
    	color:black;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	padding: 5px 25px 5px 25px;
}
#secondarytopmenu .sel a
{
    	color:white;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	background-color: #064780;
    	border:0;
    	/*following clear away standard formatting*/
    	border-top-left-radius:0;
    	border-top-right-radius:0;
	padding: 5px 25px 5px 25px;
}
#secondarytopmenu a:hover
{
    	text-decoration: none;
    	color:white;
	background-color: #064780;
    	cursor:pointer;
    	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	padding: 5px 25px 5px 25px;
}
#secondarytopmenu ul
{
    	left:0;
    	text-align: left;
}
#secondarytopmenu ul li
{
    	right:0;
}
/*************************************** SECONDARY MENU ******************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** PULLDOWN MENU *******************************************/
.PullDownMenuLayer 
{
    	color:black !important;
        top: 0px !important;
        font-size: 9pt !important;
   	font-weight:normal; !important;
   	font-family: Verdana !important;
	padding: 5px 5px 5px 5px !important;
	margin: 0px 0 15px 0 !important;
    	visibility:hidden; 
    	position:relative;
    	top:143px !important;
    	Left:90px !important;
    	width:225px !important;
    	z-index:100;
    	display:block;
   	text-decoration:none !important;
}
.PullDownMenuItem 
{
    	background-image:none !important ;
    	text-decoration:none;
    	cursor:pointer;
    	padding: 5px 5px 5px 5px !important;
    	margin: 7px 0 10px 0 !important;
	
    	
}
.PullDownMenuItem a:hover 
{ 
	text-decoration: none;
	color:white;
	background-color: #064780;
	cursor:pointer;
	font-size: 9pt;
	font-weight:normal !important;
	font-family: Verdana;
	padding: 10px 10px 10px 5px !important;
	width: 200px !important;
	
}
#pd_2
{	
	Top:160px !important;
	Left:155px !important;
	Width:135px !important;
	
}

#pd_836
{	
	Top:160px !important;
	Left:455px !important;
	Width:250px !important;
}

#pd_844
{	
	Top:160px !important;
	Left:790px !important;
	Width:130px !important;
}

	
#pd_846
{	
	Top:160px !important;
	Left:880px !important;
	Width:260px !important;
}
    	
	
/*************************************** PULLDOWN MENU *******************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/***************************************** SIDE MENU *********************************************/
#sidemenu
{
	width: 150px;
	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	line-height: 27px;
	background-color: transparent;
	overflow: hidden;
	padding: 0px 10px 2px 2px;
	background-image: none;
	background-repeat: no-repeat !important;
	background-position-x: 160px;
	background-position-y: 0px;
	background-attachment: scroll;
}
#sidemenu li
{
	list-style: none;
}
#sidemenu .unsel a
{
    	display: inline-block;
	margin-right: 2px;
	color: #63919C;
	background-color: transparent;
	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
    	border-bottom: 1px solid white;
    	padding: 0px 0px 0px 10px;
    	width: 160px;
}
#sidemenu .sel a
{
	display:inline-block;
	margin-left: 0px;
	color: white;
	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	text-decoration: none;
	background-color: #092E5B;
    	padding: 0px 0px 0px 10px;
    	width: 160px;
	background-image: none !important;
}
#sidemenu .popoverselect {
    	padding: 6px 2px 4px 20px;
    	display:inline-block;
    	padding-left:20px;
    	height:10px;
    	width:30px;
    	float:right;
    	color: #3d6599 !important;
    	text-decoration:none ;
}
#sidemenu a:hover
{
	text-decoration: none;
	cursor:pointer;
	font-size: 9pt;
	font-weight:bold !important;
	font-family: Verdana;
	color: white;
	background-color: #092E5B;
	width: 160px;
}
/***************************************** SIDE MENU *********************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/************************************** DATALET SETTINGS *****************************************/
.DataletHeaderTop
{
	FONT-WEIGHT: 100pt;
	FONT-SIZE: 9pt;
	font-family: Arial;
	COLOR: black;
	BACKGROUND-COLOR: #ECEDD3;
}
.DataletHeaderBottom
{
	FONT-WEIGHT: 100pt;
	FONT-SIZE: 9pt;
	font-family: Arial;
	COLOR: black;
	BACKGROUND-COLOR: #ECEDD3;
}
.DataletTopHeading
{
	BORDER-RIGHT: 1px solid white;
	BACKGROUND-POSITION: center 50%;
	BORDER-TOP: 1px solid white;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	font-family: Arial;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: 1px solid white;
	COLOR: black;/*Font color for table columns in datalet */
	BORDER-BOTTOM: 1px solid white;
	BACKGROUND-COLOR: #ECEDD3;/*background color for table columns in datalet */
}
.DataletSideHeading
{
	font-size: 10pt;
	font-family: Arial;
	color: black;
	background-color: white;
}
.DataletTitleColor
{
	FONT-WEIGHT: 100pt;
	FONT-SIZE: 10pt;
	font-family: Arial;
	color: white;
	background-color: rgb(72,124,131);
	height: 20px;
}
.DataletMatrixTitleColor
{
	FONT-WEIGHT: none;
	FONT-SIZE: 12px;
	COLOR: #6F7B07;
	BACKGROUND-COLOR: #efefef;
}
.DataletData
{
	color: #000000;
	background-color: white;
	font-size: 10pt;
	font-family: Arial;
}
/************************************** DATALET SETTINGS *****************************************/
/*************************************************************************************************/

/*************************************************************************************************/
/*************************************** GENERAL SETTINGS ****************************************/
.SearchText
{
     	font-size: 11pt;
     	color:#1a2a3b;
}
.SearchExamples
{
	background-color: rgb(9, 46, 91);
	color: white;
}
#messageBanner
{
	width: 100%;
	background-color: transparent;
	height: 30px;
}
#messageBannerText
{
	position: relative;
	top: 45px;
	text-align: center;
	color: black;
	font-size: 12pt;
	font-weight: bolder;
}
#rightsection
{
    	position:absolute;
    	top:0px;
    	width:100%;
    	height:35px;
    	color:black;
   	text-align: right;
    	float:left;
    	margin-left:0;
    	left:0;d
	background-color: rgb(155,31,41);
	background-image: none;
	background-repeat: repeat-x;
	
}
.SideBarHeading
{
	BACKGROUND-POSITION: center 50%;
	FONT-WEIGHT: bolder;
	FONT-SIZE: 9pt;
	VERTICAL-ALIGN: middle;
	COLOR: White !important;
	TEXT-ALIGN: center;
	background-color:#092E5B;
}
.SideBarTabs
{
	FONT-SIZE: 9pt;
	font-weight:lighter;
	COLOR: #3d6599;
	TEXT-INDENT: 6px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	VERTICAL-ALIGN: middle;
 	BORDER-WIDTH: 0px;
}
.BannerSubTabs,.IndexLink, .SideBarTabs
{
    	color:#1a2a3b;
}
.WidgetBar, #DTLNavigator_txtFromTo {
    	color:black !important;
}
.WidgetBarSelected
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	border: none;
	background-color: #E4E7D0;
}
.WidgetBarHL
{
	font-weight: bold;
	font-size: 10px;
	color: #3d6599;
	background-color: #E4E7D0;
}
.WidgetBar
{
	FONT-SIZE: 12px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: white;
}
.RecordWidget
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.RecordWidgetLight
{
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.ListWidget
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #3d6599;
	BACKGROUND-COLOR: #E4E7D0
}
.Btn 
{
    	background-color:#092E5B;
    	color:white;
}
#footercontent {
    	margin-top:0px; 
   	margin-right:auto;
    	margin-left:auto;
    	color:black;
    	font-size:8px;
    	background-color:white;
    	background-image:none;
	min-width: 1165px;
	width: 1165px !important;
}
.FormText
{
	font-size: 11px;
	width: 900px;
}
.ResultListTitleColor
{
	FONT-SIZE: 12px !important;
	font-weight: bold !important;
	COLOR: white;
	BACKGROUND-COLOR:#092E5B;
	border: 1px solid #999;
}
.NavArrows { color: white !important; font-size: 17px; }
    .NavArrows a:visited { }
************************************* GENERAL SETTINGS ****************************************/
/*************************************************************************************************/



