@charset "UTF-8";
.body_text {
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 20px;
	line-height: 125%;
}
.a
{
	color:#03F;
}
a:visited
{
	/*color: #639;*/
}
a:hover
{
	color: #09F;
}
.fade-bw {
   opacity: 0.6;
   -webkit-filter: grayscale(30%);
   transition: opacity .3s ease-in-out;
   -moz-transition: opacity .3s ease-in-out;
   -webkit-transition: opacity .3s ease-in-out;
   }

.fade-bw:hover {
      opacity: 1;
	  -webkit-filter: grayscale(0%);
}
.button-download
{
	-webkit-filter: grayscale(100%);
}
.button-download:hover
{
	-webkit-filter: grayscale(0%);
}
body
{
    /*background-image:url('http://beta.seacava.org/resources/backgrounds/debut_light/debut_light.png');*/
}
.body_text_title{
	text-align: center;
	font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#infoWindow {
	height:400px;
}
.wide {
	margin-left:5%;
	margin-right:5%;
	max-hieght:200px;
}
body p {
	font-family: Helvetica;
	text-height: font-size;
	height: auto;
	font-size: 16px;
	color: #333;
}
.centeredImage
    {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
    }
.floatbottom
{
	position:fixed;
	top: 5px;
	left:30px;
}
.version
{
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	left:0;
}
.last_update
{
	font: normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	right:10px;
}
.logo
{
	position: fixed;
	bottom: 0;
}
.map_canvas
{
	width:1000px;
	height:600px;
	position: relative;
	float: none;
	border: solid 4px rgba(255, 255, 255, .50);
    box-shadow: rgba(0,0,0, 0.3) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 10px;
    -webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.map_container
{
}
.arrow
{
	float:right;
}
.mapfilters
{
	float:right;
	height:22px;
	width:85%;
	position:relative;
	margin-top:13px;
}
div widget{
}
div widget.facebook{
	float:none;
	margin-top:20px;
}