/* Start of CMSMS style sheet 'RRA' */
body, html {
  color: #666;
}

#hd {
  padding-top: 10px;
}
#hd #logo {
  float: left;
  padding-bottom: 20px;
  padding-right: 10px;
}

#bd {
  font-size: 108%;
}
#bd h1, #bd h2 {
  color: #0093e3;
}

/* Bin calendar table */
td .fcc-black {
  color: #fff;
  background-color: #000;
}
td .fcc-brown {
  color: #fff;
  background-color: #993300;
}
td .fcc-green {
  color: #fff;
  background-color: #99cc00;
}
td .citybin-grey {
  color: #fff;
  background-color: #999;
}
td .citybin-green {
  color: #fff;
  background-color: #99cc00;
}
/* GoogleMaps table */
/*table .GoogleMaps {
  border-width: 0px;
  border: 1px solid red;
background-color: blue;
}
td .google_map {
  border-width: 2px;
border: 2px solid green;
}
td .google_map_sidebar {
  display: none;
border: 2px solid white;
}*/
/*#sidebar_3 {
  display: none;
}*/

/* Contact form */
.contactform {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em;
}
.contactform fieldset { }
.contactform fieldset legend { display: none; } /* Don't need it. */
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; }
.contactform div.required {color: #000;}

.capacha img .capachapict {  }

input, select, textarea {
 border: 1px solid #ccc;
}
input:focus, textarea:focus {
 border: 1px solid #666;
 background-color: #f9ffa3;
} 
.contactform input[type="text"], .contactform input[type="password"], .contactform textarea {
  width: 20em;
}

.error_message {
  font-size: 131%;
  color: #ff0000;
}

/* News articles. */
.NewsSummary {
  margin-bottom: 30px;
  clear: both;
}
.AlertNewsSummary {
  background: #ffff55 url(/images/exclamation.gif) no-repeat 11px;
  border: 1px solid #95889e;
  color: #000;
  margin: 10px 30px 10px 30px;
  padding: 10px 10px 5px 30px;
}
.NewsSummaryLink, .AlertNewsSummaryLink {
  clear: both;
}
.NewsSummaryLink a {
  color: #0093e3;
  text-decoration: none;
  font-size: 138.5%;
}
.AlertNewsSummaryLink a {
  color: #ff0000;
  text-decoration: none;
  font-size: 138.5%;
  font-weight: bold;
}
.NewsSummaryPostdate, .AlertNewsSummaryPostdate {
  color: #b6b6b6;
  font-size: 85%;
  padding-bottom: 1em;
}
#NewsPostDetailHorizRule, #NewsPostDetailPrintLink {
  clear: both;
}

.news-image {
  margin: 5px;
  float: left;
}

/* Footer */
#ft {
  background-image: url(/images/downgradient.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  padding: 25px 5px 5px 5px; /* top, right, bottom, left */
  font-size: 85%;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
clear: both;
margin: 0;
padding: 0;
/*float: left;*/
font: bold 13px Arial;
width: 100%;
overflow: hidden;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(/images/blue-menu.png) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
/*background: transparent url(/images/blockactive.gif) center center repeat-x;*/
background: transparent url(/images/blockactive.gif) center center repeat-x;
}

/* End of 'RRA' */

