@charset "UTF-8";
/* CSS Document */
#coastalwrapper {
width:302px;
background:url(../images/sidebarbg.gif) top center repeat-y;
margin-bottom:10px;
}

#coastalwatch {
width:280px;
padding:0px 10px;
}

#coastalwatch h2 {
	font-size:18px;
	margin:0px;
	padding:5px 0px;
}

#coastalwatch p {
	font-size:11px;
}

#coastalwatch #selectarea {
	padding:2px 5px;
/*background:url(../images/bg600.gif) top center no-repeat;*/
background-color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #ccc;
font-size:11px;
}

#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;
	font-size:11px;
}

#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;
}