
/*------------------------------------------------------------------------------------------------------------------------
  ==================================================== PLACER COUNTY WEBSITE =============================================
  ============================================== CASCADING STYLE SHEET DEFINITIONS =======================================
  ------------------------------------------------- Filename : BOS.CSS ------------------------------------------------*/
/*========================================================================================================================  
  ============================================ SECTION A - LAYOUT DEFINITIONS ============================================  
  ========================================================================================================================*/
html { }
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A01 - Used for the Main Body Table
  ------------------------------------------------------------------------------------------------------------------------*/
body td {
	font-size:75%;
	font-family: Arial,helvetica, Verdana,sans-serif; }
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A02 - Used for the Main Body Tag settings on all pages 
  ------------------------------------------------------------------------------------------------------------------------*/
body {
	font-size:75%;
	line-height:130%;
	margin-left: 0;
	margin-top: 9px;
	margin-right: 0;
	padding: 0;
	font-family: Arial, helvetica, Verdana, sans-serif;
	background-color:#ffffff;}
	/*background-color: #fbf9f7; }*/
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A03 - Used for general image settings on all pages 
  ------------------------------------------------------------------------------------------------------------------------*/
img { border:0px; }
 
/*---------------------------*/
P {
	font-size:1em;
	line-height: 130%; }
 

 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A04 - Used for general font type settings on all pages 
  ------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 12px;
	letter-spacing: 1px; }
 
/*---------------------------*/
h1 {
	margin-top:10px;
	font-size: 1.7em;
	text-align:left;
	/* color:#003366; */
	font-variant:normal; }
 
/*---------------------------*/
h2 { font-size:1.2em; }
 
/*---------------------------*/
h3 { font-size:1.1em; }
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A05 - Used for general A type settings on all pages. Any A tag in a TD will have these settings  
  ------------------------------------------------------------------------------------------------------------------------*/

a {
	color: #ffffff;
	text decoration:none
	}
 
a:visited {
	color: orange;
	/* text decoration:underline  */
	}

a:hover {
	color: orange;
	text decoration:underline 
	}



/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A06 - Used for general small text for disclaimers - Could be obsolete
  ------------------------------------------------------------------------------------------------------------------------*/
.smalltext { font-size:.7em; }
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A07 - Used for general content text - Could be obsolete
  ------------------------------------------------------------------------------------------------------------------------*/
.contenttext { font-size:1em; }
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A08 - Used for main pages content div 
  ------------------------------------------------------------------------------------------------------------------------*/
.pagediv1  {
	margin-top: -5px; 
	width: 770px; 
	text-align: center;
	halign:center;
	}
	
.pagediv2  {
	height: auto; 
	text-align: left;
	background-color:#356394;
	color:#ffffff;
	border:0px solid :#356394;
	width:770px;
	}

.pagetable {
	/* height:100%; */
	border-right: #aaa 0px dashed; 
	border-left: #aaa 0px dashed; 
	padding:0 0 0 0;
	cellspacing:0;
	width:772px;
	halign:center;
	background-color:#356394;
	color:#ffffff;
	border:0px solid :#356394;
	}	

.headerimage {
	}

.date 
{
	font-size:.7em;
	color:white;
	vertical-align:center;
	horizontal-align:right;
	width:18%;
	padding-top:3px;
	padding-bottom:6px;
	padding-right:0px;
}

.content {
	/* width:100%; */
	height:100%;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px; 	
	padding:10px;
	color:#ffffff;
	background-color:#356394;
	margin-bottom:8px;
	border:0px;
	solid #356394; }
	
	}
	
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A09 - Used for Board of Supervisor pages content div 
  ------------------------------------------------------------------------------------------------------------------------*/
/* -- copied to content 
 */

.boscontent {
	padding:10px;
	color:#ffffff;
	background-color:#356394;
	margin-bottom:8px;
	height:100%;
	border:0px solid #356394; }

 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION A10 - Used for Board of Supervisors div 
  ------------------------------------------------------------------------------------------------------------------------*/
.bos {  /* copied to pagediv1 */
	background-color:#356394;
	color:#ffffff;
	border:0px solid :#356394; }
 

bosheadermenu {
	
	margin-top:6px;
	width:800px;
	margin-bottom:6px;
	text-align:center;
	font-weight :bold; 
	font-size:1.3em;
	padding-left:10px;
	padding-right:10px; }
 
.bosheadermenu	a {
	color: #2b5985;
	text-decoration: none; 
	padding-left:10px;
	padding-right:10px; } 

.bosheadermenu	a:hover {
		color: purple;
		text-decoration: underline; }

.bosheadermenu	a:visited {
		color: purple;
		text-decoration: none; }

/*********************************BOS Information  Footer DIV settings */
.bosfooter
{
margin-top:10px;
width:780px;
background-color:White;
margin-bottom:5px;
text-align:center;
border-top:1px solid #AAA;
border-bottom:1px solid #AAA;
font-size:0.8em;
	
}

/* 1/24/07 vvr added to get rid of the underline in the header	 */
.bosfooter	a
{

color: #2b5985;
text-decoration: none;  
	padding-left:10px;
	padding-right:10px; 
	}

.bosfooter	a:visited
{
color: purple;
text-decoration: none;  
}

.bosfooter	a:hover
{
color: purple;
text-decoration: underline;  
}

.footerlink {
	padding-left:2px;
	padding-right:2px; 	
	}
	
.footerseparator {
	padding-left:0px;
	padding-right:0px;
	color: #aaa; 
	text-align: center;
	}


/*--------BREADCRUMBS---------*/

.breadcrumb {
	padding-top:3px;
	padding-bottom:6px;
	}

.breadcrumb a {
	color: white;
	padding:4px
	text-decoration: none; }
 
.breadcrumb a:visited {
	color: orange;
	text-decoration: none; }
 
.breadcrumb a:hover {
	color: orange;
	text-decoration: none; }


/*---------SEARCH FIELD----------*/
.search a {
	color: #2b5985;
	text-decoration: underline;
	font-weight :bold ; }
 
.search a:hover {
	color: purple;
	text-decoration: underline;}

.search a:visited {
	color: purple;	
	text-decoration: none; }
		
 
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION B2 - Used for Right Side Page Quick Links Spotboxes on the Board of Supervisors pages
  ------------------------------------------------------------------------------------------------------------------------*/
/* replaced with the  original quicklinks naming convention */

.RightSpotBox_OuterContainer {
	width:145px;
	margin-bottom:10px;
	text-align:center;
	position:relative; }
 
.RightSpotBox_BorderTop {
	background-color:#64788C;
	border-top:1px solid #64788C; }
 
.RightSpotBox_OuterRoundTop {
	background: url(/images/bluetr.gif) no-repeat top right;
	margin-top:-1px;
	text-align:left; }
 
.RightSpotBox_OuterTopLeft {
	background: url(/images/bluetl.gif) no-repeat;
	width:10px;
	height:17px;
	font-size:.1em; }
 
.RightSpotBox_MiddleContainer {
	width:100%;
	border-left:2px solid #8299AE;
	border-right:2px solid #8299AE;
	background-color:#396394; }
 
.RightSpotBox_Header {
	color:white;
	font-size:.8em;
	font-weight:600;
	padding:3px;
	position:absolute;
	top:1px;
	left:3px; }
 
.RightSpotBox_InnerContainer { }
 
.RightSpotBox_InnerRoundTop { }
 
.RightSpotBox_InnerTopLeft {
	width:10px;
	height:10px;
	font-size:.1em; }
 
.RightSpotBox_MenuContainer {
	font-size:.9em;
	margin-bottom:6px; }
 
	.RightSpotBox_MenuContainer a { color:white; }
 
.RightSpotBox_MoreButton { font-size:.7em; }
 
.RightSpotBox_InnerRoundBottom { }
 
.RightSpotBox_InnerBottomLeft {
	width:10px;
	height:10px;
	font-size:.1em; }
 
.RightSpotBox_BorderBottom {
	background-color:#64788C;
	border-bottom:1px solid #8299AE; }
 
.RightSpotBox_OuterRoundBottom {
	background: url(/images/bluebr.gif) no-repeat top right;
	width:100%;
	margin-bottom:-1px;
	text-align:left; }
 
.RightSpotBox_OuterBottomLeft {
	background: url(/images/bluebl.gif) no-repeat;
	width:10px;
	height:10px;
	font-size:.1em; }

.RightSpotBox_Image {width:120px;height:120px;}		
/*------------------------------------------------------------------------------------------------------------------------
   DEFINITION B2 - Used for Left Side Page Navigation Spotboxes on the Board of Supervisors pages
  ------------------------------------------------------------------------------------------------------------------------*/
 
/* Indented Left navigation for children*/
.IndentedLeftNavLink {
	font-size:1em;
	margin-top:4px;
	margin-bottom:0px;
	margin-left: 8px;
	}

.LeftNav_Bullet {
 	margin-top:4px;
 	}
 
 /* -- */

.LeftNav_OuterContainer {width:145px;margin-left:4px;margin-right:4px;margin-bottom:20px;text-align:center;}
.LeftNav_BorderTop {background-color:#64788C;border-top:1px solid #64788C;}
.LeftNav_OuterRoundTop {background: url(/images/bluetr.gif) no-repeat top right;margin-top:-1px;text-align:left}
.LeftNav_OuterTopLeft {background: url(/images/bluetl.gif) no-repeat;width:10px;height:10px;font-size:.1em;}
.LeftNav_MiddleContainer {border-left:2px solid #8299AE ;border-right:2px solid #8299AE;background-color:##396394;}
.LeftNav_Header {color:#white;font-size:.8em;font-weight:600;padding:3px;position:absolute;top:1px;left:3px;}
.LeftNav_InnerContainer {}
.LeftNav_InnerRoundTop {}
.LeftNav_InnerTopLeft {width:4px;height:4px;font-size:.1em;}
.LeftNav_MenuContainer {font-size:.9em;height:auto;margin-bottom:4px;margin-left:0px;margin-right:0px;width:95%;}
.LeftNav_MenuContainer a {color#64788C; text-decoration:none;}

/* vvr added to change link colors to the quicklinks box*/
.LeftNav_MenuContainer a:hover {color:orange;text-decoration:underline;}
.LeftNav_MenuContainer a:visited {color:orange;text-decoration:none;}

.LeftNav_MoreButton {font-size:.7em;}
.LeftNav_InnerRoundBottom {}
.LeftNav_InnerBottomLeft {width:4px;height:4px;font-size:.1em;}
.LeftNav_BorderBottom {background-color:#64788C;border-bottom:1px solid #386294;}
.LeftNav_OuterRoundBottom {background: url(/images/bluebr.gif) no-repeat top right;margin-bottom:-1px;text-align:left}
.LeftNav_OuterBottomLeft {background: url(/images/bluebl.gif) no-repeat;width:4px;height:10px;font-size:.1em;}