@charset "UTF-8";
/* CSS Document */
#coastalwatch {
width:278px;
border:1px solid #ccc;
padding:10px;
background:#fff;
}

#coastalwatch #selectarea {
	margin-top:5px;
	padding:2px 5px;
/*background:url(../images/bg600.gif) top center no-repeat;*/
background-color: #e4e4e4; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #0a6999;
}

#coastalwatch .camimage {
	width:90px;
	float:left;
	height:100px;
}

#coastalwatch .camimage h5 {
	margin:0px;
}

#coastalwatch table tr td {
	text-align:left;
}

#coastalwatch #cw-additional {
display:none;
}

#coastalwatch #reduce {
display:none;	
}

#coastalwatch #expand, #coastalwatch #reduce {
	cursor:pointer;
	color:#0a6999;
	padding:2px 5px;
	background-color: #e4e4e4; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #0a6999; 
}

#coastalwatch #expand span, #coastalwatch #reduce span {
	font-weight:bold;
	background-color: #0a6999;
	color:#fff;
	padding:0px 2px;
}

#coastalwatch h3 .credit {
	font-style:italic;
	font-size:10px;
	font-weight:normal;
}
