@charset "utf-8";
/* CSS Document */

 
h1{
	background:url(../images/icon_heading.jpg) left center no-repeat;
	padding-left:35px;
	border-bottom:1px dashed #ddd;
	color:#00622E;
	font-size:1.25em;
	line-height:30px;
	margin-top:0;
}

h2{
	border:none;
	background:#437200;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top:0px;
	padding:10px;
	margin:0px;
}

.data_listing_head_marine{
	border:none;

    	background:url(../images/popup_head_grey_bg.jpg) center bottom repeat-x;	 
	background-color: #7B7575;
   
	color:#FFF;
 
	font-size:1em;
	text-align:left;	
	font-weight:bold;
	padding:5px;
}



.access{
height:1px;
overflow-x: hidden;
overflow-y: hidden;
position: absolute;
top: -500px;
width:1px;

}