/*##################################*/
/*Colors -- with any luck, this is all we will need to customize ! */

 body a.skip,  #mainContent a.skip {	
		color: #ffffff; 
		background: #333;
		border: solid #000 2px; 
	}
 body a.skip:visited,  #mainContent a.skip:visited {
		color: #ffffff; 
 }

body, html {
	background:url('../images/bg-cop-logo-blue.png') top right no-repeat #003760;
}

#header a:hover, #header a:hover  h1{ text-decoration:underline; }
span.skippy {font-size: 60%; float:right;}

div#body { /*main text area */

}
#crumbs p {  /*Next | Prev | Home links */
	background: #003760;
	color:#ffffff;
}
 #crumbs p a  {color:white;}

#NavigationLinks .ptoc p { /* lines between TOC entries */
	border-bottom: 1px solid #003760;
}


#tabs li#current a,
#tabs li#current,
#tabs a:hover { /* navigation tabs */
	color:white;
	background-color: #003760;
}
#tabs a {
	color:#000000;
}

#NavigationLinks a,
#NavigationLinks a:active,
#NavigationLinks a:link,
#NavigationLinks a:visited,
#NavigationLinks h2,
#NavigationLinks .SearchTitle,
#NavigationLinks .SearchSubTitle,
#NavigationLinks .PrevLink,
#NavigationLinks .NextLink,
#NavigationLinks .prevnextlinks,
#NavigationLinks #contents th,
body,
#contents table td {
  color: black;
}

/*##################################*/
/* General formatting */
body, html {
	text-align:center;
	margin:0px; 
	padding:0px; 	
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 1em;
	}
	
/* the topmost div, which has the city banner (if there is one)*/	
#header {
	position:absolute;
	top:15px;
	left:0px;
	padding: 0;
	width:752px;
	font-size: 10pt;
	width: 100%;
	height: 111px;	
}

/* City name header */
#header a h1 {
	display:block;
	width:751px;
	height:51px;
	margin:0px auto;
	text-decoration:none;
	font-size:1.5em;
	margin-top:0px;
	margin-left:20px;
	color:#fff;
	text-align:left;
}

/*  For a picture-banner, a la Valdez:
	the link is a block element with he city banner as a background image
	We do this instead of having an <img> tag in the page
	so that it's easier to make sure it doesn't display in a cell phone */
	/*
#header a  {
	display:block;
	width:751px;
	height:140px;
	margin:0px auto;
	background:url('banner.jpg') no-repeat top left;
	margin-top:30px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	vertical-align:baseline;
}
#header a h1 {
	position:absolute;
	left:-200em;
	font-size:1.5em;
}
*/


/* This goes around #body div -- allows us to position where #body starts absolutely*/
#wrapper {
	position:absolute;
	width:100%;
	top:80px;
	left:0px;
	padding:0px;
	text-align:center;
	background:white;
}

/* then the main text area */
div#body {
	width:100%;
	margin:30px 0px;
	padding:0px;
	text-align:left;
	text-align:center;
	padding-bottom:50px;
}

 /* For the Next | Prev | Home links --
	This is NOT inside the wrapper/body divs */
#crumbs {
	position:absolute;
	top:80px;
	left:0px;
	z-index:800;
	width:100%;
	height:30px;
}

#crumbs p {
	display:block;
	width:100%;
	margin: 0px auto;
	font-size:0.75em;
	height:30px;
	font-weight:bold;
	text-align:right;
}
p.crumbs {
	font-weight:bold;
	font-size:0.75em;
	margin-left:1.5em;
}
#crumbs p span {
	display:block;
	padding:7px;
}

#NavigationLinks { /*the TOC area */
	width:500px;
	margin:0px auto;
	padding: 2em;
}

/* for the NT page content -- we want different margins than in the cityname.css file */
 #NavigationLinks #cityname {margin-top:1em; }
 #NavigationLinks .cpc {margin-bottom:2em; }
 
 /* if we have the RTF button */
 
 form#myForm {
	float:right;
 }
 form#myForm input{
	 border:1px solid black;
	 background:#eee;
	 padding:2px;
	 font-size:14px;
 }
  /* if we have PDF links */
 p.pdf {
	 float:left;
	 width:auto; 
	 font-weight:normal;
	 border:1px solid black;
	 background:#eee;
	 padding:3px 4px;
	 font-size:14px;
	 margin-bottom:1em;
	 }
  p.pdf a:link {text-decoration:none;color:black;}
  p.pdf a:hover, p.pdf a:visited {text-decoration:none; color:black;}
  
  /* makes sure the title/chapter header goes underneath, not beside */
 #mainContent h1, #mainContent h2, #mainContent h3 {clear:both;}
 #mainContent {margin-top:1em !important}
/*##################################*/
/* styles to create the search/browse tabs */
 div#tabs  {
	padding:0px;
	text-align:left;
}
#tabs li#current a,
#tabs li#current,
#tabs a:hover {
	padding-bottom:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

ul#sbtabs  {
	display:inline;
	border:0px;
	padding:0px;
	margin:0px 10px;
	text-align:left;
	list-style-type: none;	
	position:relative;
	top:-1px;
	}

#tabs li {
    display: inline;
	font-size: 0.7em;
	font-weight: bold;	
	padding-bottom:5px;
	padding: 4px 4px 5px 4px;

}
#tabs a {
   	padding: 4px 4px 5px 4px;
}

#mainContent {background:none;}
/*##################################*/
/* TOC links formatting */

#NavigationLinks a  { text-decoration: none; }
 a.file, #NavigationLinks a.button { text-decoration: underline; }

#NavigationLinks a:hover {
	text-decoration: underline;
}
#NavigationLinks .ptoc p {
	text-align: left;
	font-size: 0.75em;
	margin: 0;
	padding-left: 1em;
	padding-bottom: .25em;
	padding-top: .25em;
	text-align: left;
	margin-left: .5em;
	text-indent: -1.25em;
}
p.amHere {background-color:yellow; padding-left:3px;}
.revised { font-weight:normal; background-color:yellow; color:blue; padding:0px 2px; }
.updated { 
	background-color: yellow; padding: 2px; margin: 0;
	font-weight: normal; margin: 0;
	font-size: .75em;
	color: #FF0000;
}
/*##################################*/
/* Skip Links */
 body a.skip,  #mainContent a.skip {									
		display: inline; 
		position: absolute; 
		width: 14em; 
		left: -200em;
		text-decoration:none; 
		width: 14em; 
		}

a.skip:focus, #mainContent a.skip:focus  {
		position: static; 
}

.skipanchor {
	position:absolute;
}

.skipanchor a {
	font-size:0.1em;
	line-height:0.1em;
}

/*##################################*/
/* Search results formatting*/
 table.ResultsTable td ,  .ResultsTable th , .NextLink,
 .PrevLink, .prevnextlinks,  .SearchSubTitle,  a.file {
	font-size: 0.8em;
}

form.SearchControl {
	font-size:0.8em;
text-align:center;
} 
 .NextLink,
 .PrevLink {
   margin: 0;
   font-weight: bold;
}

 .PrevLink {
   float: left;
}
 .NextLink {
	float: right;
}
.prevnextlinks {clear:both;}

 .SearchSubTitle {
  margin: .25em 0;
}
 .SearchTitle {
  font-size: 0.8em;
  margin: .5em 0;
  font-weight: bold;
}

 a.file {
  font-weight: bold;
  text-decoration: underline;
}
table.ResultsTable {
	margin:0px auto;
}

/*##################################*/
/*Ensures that the document prints at the right font size and without nav buttons */
@media print {
	#mainContent, html, body { max-width:none !important;}
  * {
  font-size: 11pt !important;
  }
	#navTop	{display:none;}
	#navBottom	{display:none;}
	#iframe	{display:none;}
	iframe	{display:none;}
	#NavigationLinks	{display:none;}
	#header	{display:none;}
	#mainContent	{border:0px;}
}
/*##################################*/
/* disclaimer formatting */

#iframe { height:100%;
	font-size: 1em;}

div.left { float:left;}

div.right { float:right;}

div#iframe p{
	font-size: 0.7em;
	font-family: Verdana, arial, sans-serif;
	}
	
div#iframe div.left {
	width: 55%;
	float: left;
	text-align: left;
	margin-left:1em;
}

div#iframe div.left p {
	margin-bottom:0.7em;
}

div#iframe div.right {
	width: 40%;
	float: right;
	margin: 0;
	text-align: right;
}
p#current {font-weight:bold;}
#NavigationLinks p#current {
	font-size: 0.75em;
	font-weight:bold;
	}

/*##################################*/

#NavigationLinks  a.pink {
padding:4px;
font-size:11px;
font-weight:bold;
background:#990066;
margin:5px;
border:1px solid #621a4b;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	cursor: hand;
}
#NavigationLinks a.pink:hover { 
	text-decoration: none;
	background:#621a4b;
	background:#990066;
}

#NavigationLinks a#pending{
	width:50%;
	margin:1em auto 2em auto;
	display:block;
	color:white;
}
#NavigationLinks a:hover#pending{
	background:#621a4b;
	color:white;
}
a.addthis_button {float:right; margin:5px 5px 0px 0px;}
#tabs a.addthis_button:hover {background:none; }