html {
	background: #FFF url(../images/fond2222.jpg) fixed top left;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	/*background: #2D2D86 url(../images/bg_grad_bot.png) repeat-x bottom left;*/
}

img {
	border: 0px;
}

h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	text-align: center;
}

h4 {
	margin: 5px 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	outline: expression(hideFocus='true'); /*for IE*/
	outline: 0;
	-moz-outline: none; /*for old Fx browsers*/
}
a:link {
	cursor: pointer;
	color: #9FF;
}
a:visited {
	color: #9FF;
}
a:hover {
	color: #FFF; /*yellow #6F3*/
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	font-weight: bold;
}

td,th {
	padding: 0;
}

ul.nostyle {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.altText {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.altMed_01 {
	font-size: 16px;
}
.altLarge {
	font-size: 64px;
}

.hiddenPic {display:none;}

.textpage p.indent {
	padding-left: 25px; /*for indenting paragraph*/
}

p, ul {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}
.highlight {
	color: #FF0;
}

.left {float:left; clear:none;}
.right {float:right; clear:none;}
.textMid {text-align: center;}

.alnLeft {
	text-align: left;
}
.alnright {
	text-align: right;
}
.alnCenter {
	text-align: center;
}

.marginTop10 {
	margin-top: 10px;
}

.hdrtitle1 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #3F6;
	text-decoration: underline;
	width: 100%;
	height: 32px;
	text-align: left;
	margin: 10px 30px;
}

.footer {
	position: relative;
	width: 900px;
	height: 35px;
	margin: auto;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	border-top: #FFF solid 1px;
	z-index: -2; /*make less than mainbody so graphs show over footer*/
}

img.pad5 {
	padding: 5px;
}
span.figure {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

div#maincontainer {
	z-index: 1;
	position: relative;
	width: 990px;
	margin: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-top: none;
	border-bottom: none;
	background-color: #1379A5;
	overflow: visible;
	min-height: 300px;
}

div#div_bannertop {
	width: 990px;
	height: 146px;
	margin: auto;
	background: url(../images/background92.png) top center no-repeat;
}

div#altCompanyText {
	/*the following 2 lines are required to make the dropdown menu be in front*/
	position: absolute;
	top: 10px;
	left: 7px;
	width: 200px;
	font-size: 24px;
	z-index: -1;
}
div#div_mainMenuContainer {
	position: relative;
	z-index: 1000;
	height: 32px;
	margin: -35px 0 0 16px;
	width: 900px;	
}
div#div_mainMenuContainer #navbarL {
	float: left;
	width: 4px;
	height: 32px;
	background: url(../images/navbarL.png) no-repeat;
}
div#div_mainMenuContainer #navbarR {
	float: left;
	width: 4px;
	height: 32px;
	background: url(../images/navbarR.png) no-repeat;
}

div#div_mainBody {
	/*the following line is required to make the dropdown menu be in front*/
	position: relative;
	width: 970px;
	margin: auto;
	margin-top: 5px;
	padding-bottom: 10px;
}

table.mainBody {
	position: relative;
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}
table.mainBody img {
	border: #000 solid 1px;
}
table.mainBody td {
	text-align: center;
}

div#mainimage {
	position: relative;
	width: 700px;
	height: 260px;
}

div#div_cfoodescrip {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 500px;
	text-align: left;
}
div#div_cfoodescrip p {
	font-weight: bold;
}

h3#mainheader {
	padding-top: 25px;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,0.3);
	font-size: 30px;
	font-weight: bold;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color: #FFF;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
     border-bottom-style: solid;
     border-bottom-width: 2px;
     border-bottom-color: #FFF;
     border-top-style: solid;
     border-top-width: 2px;
     border-top-color: #FFF;     
}

table#titlesponsor {
	width: 100%;
	margin: 10px 0;
}
table#titlesponsor td.sponsor {
	width: 320px;
	font-size: 14px;
	text-align: right;
}

table.datetime {
	width: 100%;
	color: #FFF;
	border-spacing: 10px;
	margin-top: 20px;
	margin-left: 20px;
}
table.datetime td {
	padding: 0 5px 5px 5px;
}

div.partners, div#mesopartners {
	position: relative;
	background-color: #666;
	color: #FFF;
	font-size: 12px;
	width: auto;
	margin: 0 20px;
	height: auto;
	padding: 5px 8px;
}
div.partners img {
	margin-right: 5px;
}
div#mesopartners {
	height: auto;
	text-align: center;
}
div#mesopartners img {
	margin: 0 3px;
	height: 58px;
}

div.closebtn {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 185;
}

div.closebtn2 {
	position: absolute;
	top: -12px;
	right: 5px;
	padding: 2px;
	border: 2px solid #000;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 185;
	background-color: #FFF;
	font: 14px bold;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	text-align: center;
	cursor: pointer;
}
div.closebtn2:hover {
	color: #F00;
}

div#div_indianocean {
	position: relative;
	width: 750px;
	margin: auto;
	border: #FFFF99 solid 1px;
}
#div_indianocean span {font-size: 14px; margin: 3px;}
#div_sotn {position: absolute; top:186px; left:206px; width:123px; height:70px; border: #0F6 solid 2px; color: #0F6;}
a:hover #div_sotn {background-color: #0F6; opacity: 0.5; color: #000;}
#div_imos {position: absolute; top:168px; left:507px; width:235px; height:240px; border: #F0C solid 2px; color: #F0C;}
a:hover #div_imos {background-color: #F0C; opacity: 0.5; color: #FFF;}
#div_incois {position: absolute; top:34px; left:288px; width:215px; height:160px; border: #0FF solid 2px; color: #0FF;}
a:hover #div_incois {background-color: #0FF; opacity: 0.5; color: #000;}
#div_rama {position: absolute; top:88px; left:280px; width:220px; height:170px; border: #F90 solid 2px; color: #F90;}
a:hover #div_rama {background-color: #F90; opacity: 0.5; color: #000;}
#div_indoos {position: absolute; top:145px; left:257px; width:245px; height:140px; border: #FF0 solid 2px; color: #FF0;}
a:hover #div_indoos {background-color: #FF0; opacity: 0.5; color: #000;}
#div_wiocos {position: absolute; top:178px; left:53px; width:240px; height:223px; border: #F00 solid 2px; color: #F00;}
a:hover #div_wiocos {background-color: #F00; opacity: 0.5; color: #000;}

div#div_wiocosmap .img_wiocos_inst {
	position: absolute;
	top: 0;
	left: 0;
}

div#div_legend {
	position: relative;
	padding: 5px 8px;
	width: 700px;
	background-color: #333;
	margin: auto;
	margin-top: 20px;
	font-size: 14px;
}
div#div_legend div#lgdTitle {
	color: #FFF;
	text-decoration: underline;
	margin-bottom: 5px;
	font-size: 16px;
}
div#lgdIndOOS a:link, div#lgdIndOOS a:visited {
	color: #FF0;
}
div#lgdWIOCOS a:link, div#lgdWIOCOS a:visited  {
	color: #F00;
}
div#lgdSOTN a:link, div#lgdSOTN a:visited  {
	color: #52FB45;
}
div#lgdRAMA a:link, div#lgdRAMA a:visited  {
	color: #FB9F45;
}
div#lgdIncois a:link, div#lgdIncois a:visited  {
	color: #86EDF6;
}
div#lgdIMOS a:link, div#lgdIMOS a:visited  {
	color: #FF00FF;
}

div#div_wiocosmap, div.div_mapleft {
	position: relative;
	width: 930px;
	margin: auto;
	margin-top: 10px;
}
div#div_map {
	height: 500px;
	width: 750px;
	border: #FF9 solid 1px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
}
div#div_map div img {
	cursor: move;
}
div#div_map div div img {
	cursor: pointer;
}
/*div#div_map div div div {
	margin: -2px 0 0 10px;
	white-space: nowrap;
}*/

#divMousePos {
	width: 550px;
	height: 17px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
#divMousePos .mPos {
	float: left;
}
div#map_layers {
	position: absolute;
	top: 17px;
	right: 0px;
	width: 160px;
	height: 300px;
	padding: 5px;
	background-color: #333;
}
div#map_layers a, div#map_layers a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}
div#map_layers a:hover {
	color: #FF3;
}
div#map_layers img {
	float: left;
	margin-top: 3px;
}
div#map_layers ul {
	padding: 0;
	margin: 0;
}
div#map_layers li {
	list-style-type: none;
	line-height: 0.8em;
	margin: 0 0 5px 12px;
}

ul.linkslist {
	padding: 0;
	margin-left: 10px;
}
ul li.header {
	color: #00C;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
}
ul.links {
	color: #CFF;
	list-style: disc;
}
ul.links a:link, ul.links a:visited {
	color: #CFF;
}
ul.links a:hover {
	color: #FF0;
}

div#div_shipdatamap {
	width: 750px;
	height: 467px;
	border: #000000 solid 2px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	background-color: #FFF;
}
div.buttonsright {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 160px;
	height: auto;
}
div.buttonsright table {
	width: 160px;
	height: 470px;
}
div.buttonsright table td {
	vertical-align: top;
}

div.button01 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	height: 31px;
	text-align: left;
	background: #FFF url(../images/btn01_bkgd.png) repeat-x;
	border: #000 solid 1px;
	margin: 0 0 10px 0;
	padding: 3px 0 0 10px;
}
a:hover div.button01 {
	color: #03F;
}

div#buoynotice {
	position: absolute;
	top: 100px;
	left: 220px;
	width: 500px;
	height: auto;
	display: block;
	background-color: #FFC;
	border: #FF0000 solid 5px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	z-index: 180;
}
div#buoynotice #buoynoticetitle {
	font-size: 28px;
	font-weight: bold;
	z-index: 182;
}
div#buoynotice #note {
	text-align: left;
}

div.hdrgrad01 {
	height: 27px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background: #009 url(../images/hdrgrad01.gif) repeat-x;
	padding-top: 3px;
}

ul.ul_sitemap {
	padding-left: 20px;
}
ul.ul_sitemap, ul.ul_sitemap a {
	font-weight: normal;
}

table#contactus {
	font-size: 12px;
	font-weight: normal;
	border: 0px solid white;
}
table#contactus td {
	vertical-align: bottom;
	width: 150px;
	padding-right: 8px;
}
table#contactus td.alntop {
	vertical-align: top;
}
table#contactus td.padtop {
	padding-top: 40px;
}
table#contactus td.alnright {
	text-align: right;
	width: 170px;
}
table#contactus tr.textbold {
	font-weight: bold;
}
table#contactus a {
	font-weight: normal;
	color: #FFFF00;
}

div#btn_feedback {
	background-color: #093;
	border: 2px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 7px;
	width: 80px;
	margin: 20px 0 0 50px;
}
div#btn_feedback:hover {
	background-color: #0C3;
}
div#btn_feedback a:hover {
	color: #0C3;
}

/***** REMOVE LATER *****/
div#tmp_sponsor {
	position: absolute;
	top: 70px;
	left: 160px;
	border: 2px solid #000;
	background-color: #FF9;
	color: #000;
	font-size: 24px;
	padding: 20px;
	z-index: 180;
}
/******/

table.adcp {
	border-collapse: separate;
	border-spacing: 1px;
	border: #000 solid 1px;
	background-color: #39C;
	font-weight: normal;
	font-size: 12px;
}
table.adcp td {
	border: #000 solid 1px;
	padding: 5px;
}

span#tableLegend {
	font-size: 12px;
	font-weight: normal;
}

table#stfran_wind_analysis {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #666;
	border-collapse: separate;
	border: #000 solid 1px;
}
table#stfran_wind_analysis td {
	border: #000 solid 1px;
	padding: 3px 5px;
}

div#btnContinue {
	width: 100px;
	margin: auto;
	background-color: #666;
	border: #333 solid 2px;
}

ul.ul_multi ul {
	list-style-type: decimal;
}

div.greybtnMenu {
	position: relative;
  height: 30px;
	width: 850px;
	margin: auto;
}
.menu_ldd {
	float: left; 
	width: auto; 
	height: 30px; 
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	background: url(../images/menu_1.gif) repeat-x; 
	border: 0px;
}
.menu_ldd ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
.menu_ldd ul li {
	float: left;
	position: relative;
	background: url(../images/menu_divider.gif) no-repeat top left;
}
.menu_ldd ul li a, .menu_ldd ul li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	color: #FFFFFF; 
	padding: 2px 16px 0px 16px;
	line-height: 25px; 
	height: 30px;
}

.menu_ldd ul li:hover {width:auto;}

.menu_ldd ul li:hover a.menu_lddone {color: #FFFF00;}

.menu_ldd ul li:hover a.menu_lddone {color: #FFFF00;}

.menu_ldd ul li ul {
	display: none;
}

.menu_ldd table {
	margin: 0;
	border-collapse: collapse;
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}

/* specific to non IE browsers */
.menu_ldd ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 26px;
	width: 144px;
	margin-top: 1px; 	
	border-bottom: 1px solid #000;
}
.menu_ldd ul li:hover ul li a {
	display: block;
	background: #7D8AB0;
	color: #FFFFFF;
	height: auto;
	line-height: 15px;
	padding: 4px 16px; 
	width: 110px; 
	border: 1px solid #000; 
	border-bottom: 0;
}
.menu_ldd ul li:hover ul li a:hover {
	color: #000; 
	background: #ccd url(../images/menu_bullet.gif) no-repeat 3px 8px;
}

/* specific to IE5.5 and IE6 browsers */
.menu_ldd ul li a:hover ul {
	display: block;
	position: absolute;
	left: 0; 
	t\op: 26px;
	margin-top: 1px; 	
	background: #FFFFFF;
	border-bottom: 1px solid #000;
}

.menu_ldd ul li a:hover ul li a {
	display: block;
	background: #7D8AB0;
	color: #FFFFFF; 
	height: 1px; 
	line-height: 15px; 
	padding: 4px 16px; 
	w\idth: 144px;
	width: 110px; 
	border: 1px solid #000; 
	border-bottom: 0;
}
.menu_ldd ul li a:hover ul li a:hover {
	color: #000; 
	background: #ccd url(../images/menu_bullet.gif) no-repeat 3px 8px;
}

div.pubData {
	font-size: 12px;
}
div.pubData ul {
	margin: 2px 0 0 -10px;
	font-size: 12px;
}
div.pubData ul li {
	margin-bottom: 8px;
	padding: 3px;
}
div.pubData ul li:nth-child(odd) {
	background-color: #06C;
	border-radius: 5px;
}
div.pubData .highlight {
	color: #F90;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
div.pubData h1 {
	margin: 0;
	font-size: 16px;
}

div#div_tsitsi, div#div_squid, div#div_other, div#div_articles, div#div_posters, div#div_presentations {
	display: none;
}
#div_acep2specialhidden, #div_acep2Extrahidden {
	display: none;
}

table#tab_exped_info {
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table#tab_exped_data {
	width: 100%;
	border: #000 solid 1px;
	border-collapse: separate;
	border-spacing: 1;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
table#tab_exped_data th, table#tab_exped_data td {
	border: #000 solid 1px;
	padding: 3px;
}
table#tab_exped_data th {
	background: #009;
	font-size: 14px;
	color: #0F0;
}
table#tab_exped_data img {
	border: 2px solid #000000;
}
table#tab_exped_data a {
	cursor: pointer;
}
table#tab_exped_data a:hover img {
	border: 2px solid #FFFFCC;
}

div#div_staticmap, div#div_tabinst {
	position: absolute;
	top: 2px;
	display: none;
	font-size: 12px;
	border: 2px solid #000;
	background-color: #FF9;
	padding: 5px;
	z-index: 200;
}
div#div_staticmap {
	width: 855px;
	left: 58px;
}
div#div_staticmap #img_staticmap {
	border: 1px solid #000;
}
div#div_tabinst {
	width: 650px;
	left: 165px;
}
div#div_tabinst h2 {
	color: #000;
}
table#tab_inst {
	border: #000 solid 1px;
	border-collapse: separate;
	text-align: center;
	font-weight: normal;
	background-color: #09C;
	width: 100%;
}
table#tab_inst th {
	border: 1px solid #000;
	background-color: #00C;
	font-size: 14px;
	font-weight: bold;
	color: #FF6;
	padding: 5px;
}
table#tab_inst td {
	border: 1px solid #000;
	padding: 2px 5px;
}
table#tab_inst tr:hover {
	background-color: #06C;
}

div#div_btnStaticMap, div#div_btnTabInst {
	position: absolute;
	height: 17px;
	padding: 5px;
	background-color: #390;
	text-align: center;
	border: 2px solid #000;
	font-size: 14px;
	cursor: pointer;
}
div#div_btnStaticMap:hover, div#div_btnTabInst:hover {
	background-color: #3C0;
}
div#div_btnStaticMap {
	top: 360px;
	width: 90px;
	right: 35px;
}
div#div_btnTabInst {
	top: 400px;
	width: 120px;
	right: 20px;
}

table#tab_feedback {
	margin: auto;
}
table#tab_feedback td {
	padding: 3px;
	vertical-align: top;
}
table#tab_feedback input[type="text"] {
  font-size: 12px;
  height: 22px;
  padding: 0 3px;
  width: 214px;
	
	background-color: #FFC;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
table#tab_feedback #edtEmail {
	width: 500px;
}
table#tab_feedback textarea {
	background-color: #FFC;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}
table#tab_feedback a {
	font-weight: normal;
	font-size: 14px;
}
table#tab_feedback input[type="text"]:focus, table#tab_feedback textarea:focus {
	border: #C03 solid 1px;
	box-shadow: 0 0 4px #000;
	outline: medium none;
}
table#tab_feedback #btnSubmit, table#tab_feedback #btnReset {
	border: none;
	border-radius: 9px;
	padding: 7px 7px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background: #F90; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(270deg, #FFC503 0%, #FF4800 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#FFC503), color-stop(100%,#FF4800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(270deg, #FFC503 0%,#FF4800 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(270deg, #FFC503 0%,#FF4800 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(270deg, #FFC503 0%,#FF4800 100%); /* IE10+ */
	background: linear-gradient(180deg, #FFC503 0%,#FF4800 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFC503', endColorstr='#FF4800',GradientType=0 ); /* IE6-8 fallback on horizontal gradient */
}
table#tab_feedback #btnSubmit {
	float: left;
	margin-left: 7px;
}
table#tab_feedback #btnReset {
	float: right;
	margin-right: 7px;
}
table#tab_feedback #btnSubmit:hover {
	background: #F90; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(270deg, #FFFF07 0%, #FF7D00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, top, bottom, color-stop(0%,#FFFF07), color-stop(100%,#FF7D00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(270deg, #FFFF07 0%,#FF7D00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(270deg, #FFFF07 0%,#FF7D00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(270deg, #FFFF07 0%,#FF7D00 100%); /* IE10+ */
	background: linear-gradient(180deg, #FFFF07 0%,#FF7D00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF07', endColorstr='#FF7D00',GradientType=0 ); /* IE6-8 fallback on horizontal gradient */
}
table#tab_feedback #lblStatus {
	float: left;
	width: 600px;
	margin: 3px 0 0 20px;
	padding-left: 3px;
	color: #F93;
	line-height: 1.8em;
}

div#tabGreenMenu {
	width: 100%;
	height: 34px; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 14px;
	border: 0px;
}
div#tabGreenMenu ul {
	padding: 2px 0 0 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
}
div#tabGreenMenu ul li.title {
	float: left;
	position: relative;
	border: #FFF solid 1px;
	background-color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 3px;
}
div#tabGreenMenu ul li a {
	float: left;
	text-decoration: none;
	line-height: 26px;
	padding: 0 5px;
}
div#tabGreenMenu ul li ul {
	display: none;
}
div#tabGreenMenu ul li:hover ul {
	display: block;
	position: absolute;
	left: -2px;
	top: 26px;
	margin: 0;
	width: auto;
	padding: 10px 20px;
	border: #FFF solid 1px;
	background-color: #333;
	-webkit-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	white-space: nowrap;
}
div#tabGreenMenu ul li:hover ul li {
	float: none;
	list-style-type: disc;
}
div#tabGreenMenu ul li:hover ul li a {
	float: none;
	font-size: 12px;
	font-weight: normal;
	background: none;
	line-height: 18px; 
	padding: 0;
}
div#tabGreenMenu ul li:hover ul li ul {
	position: relative;
	top: 0;
	padding: 0 20px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
div#tabGreenMenu ul li:hover ul.none {
	padding: 10px 10px;
}
div#tabGreenMenu ul li:hover ul li.none {
	list-style-type: none;
}

div#brochure {
	background-color: #F3F3F4;
	border-radius: 15px;
	padding: 10px 20px;
	margin: 10px;
	margin-top: 30px;
}
div#brochure h2 {
	color: #0CC;
	text-align: left;
	margin-bottom: 10px;
}
div#brochure h3 {
	color: #000;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
}
div#brochure p {
	color: #000;
}
div#brochure #ul_dboverview {
	background-color: #333;
	margin: 0 0 0 30px;
	width: 350px;
	padding: 85px 25px 55px 40px;
}
div#brochure #ul_dboverview li {
	list-style-type: disc;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 50px;
}
div#brochure table#threepics {
	width: 100%;
	text-align: center;
}
div#brochure table#specs {
	color: #000;
	font-weight: normal;
}
div#brochure table#specs td {
	vertical-align: top;
	padding: 3px 0px;
}
div#brochure table#specs td.hdr {
	background-color: #0CC;
	color: #FFF;
	line-height: 1.5em;
	font-size: 18px;
	padding-left: 10px;
}
div#brochure table#specs td.col1 {
	width: 250px;
}
div#brochure table#specs h4 {
	text-align: left;
}
div#brochure table#specs ul {
	color: #000;
	margin-top: 0;
}
div#brochure table#specs ul li {
	line-height: 1.2em;
}
div#brochure table#specs ul.twocols li {
	float: left;
	width: 50%;
}
div#brochure a {
	color: #000;
}
div#brochure a:hover {
	color: #09F;
}

.perstitle {
	text-align: left;
	margin-left: 50px;
	font-style: italic;
	color: #CF3;
	text-decoration: underline;
}
table#personnel {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	font-size: 14px;
}
table#personnel td {
	vertical-align: top;
}
table#personnel td.pic {
	width: 130px;
	text-align: center;
}
table#personnel td ul {
	margin: 0;
	font-size: 12px;
	padding-left: 30px;
}
table#personnel td.pic img {
	padding: 2px;
	border: #FF6 1px solid;
}
table#personnel td.infoL, table#personnel td.infoR {
	width: 350px;
	border:  #FF6 1px solid;
	border-radius: 7px;
	padding: 5px 0px 10px 5px;
	text-align: left;
}
table#personnel td.infoL {
	border-left: none;
}
table#personnel td.infoR {
	border-right: none;
}

div#div_SIdoc {
	position: absolute;
	top: 190px;
	right: 0px;
	width: 180px;
	height: 30px;
	padding: 5px;
	font-size: 12px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #333;
}

div.div_cruisedata {
	margin-left: 40px;
	float: left;
}
table.tab_cruisedata {
	width: 420px;
}
table.tab_cruisedata tbody td{
	text-align: left;
	font-size: 14px;
}

#area_sotn:hover {
	background-color: #3CC;
}
#area_wiocos a:hover {
	background-color: #F00;
	opacity: 0.3;
	content: 'WIOCOS';
	z-index: 1000;
}

table#status {
	border-collapse: separate;
	border-spacing: 3px;
	background-color: #FFC;
	color: #000;
	cursor: default;
	padding: 10px;
	border-radius: 7px;
	margin: auto;
	margin-top: 20px;
}
table#status td {
	padding: 0 10px;
}
table#status td.good {
	background-color: #0C6;
	border: 1px solid #000;
}
table#status td.fair {
	background-color: #CF3;
	border: 1px solid #000;
}
table#status td.poor {
	background-color: #F93;
	border: 1px solid #000;
}
table#status td.bad {
	background-color: #F00;
	border: 1px solid #000;
}
table#status a {
	color: #000;
}
table#status a:hover {
	color: #03F;
}
table#status td div.exp {
	float: left;
	text-align: center;
	width: 19px;
	height: 19px;
	margin-top: 3px;
	margin-right: 8px;
	background-image: url('../images/expand.png');
}
table#status tbody.data {
	font-weight: normal;
}
table#status tbody.data td.name {
	padding-left: 60px;
}

/* captcha */
#div_captchaimg img {
	margin-right: 10px;
}

#img_captcha {
	border: #000 solid 1px;
}

/* OpenLayers */
.ol-zoom .ol-zoom-out {
  margin-top: 202px;
}
.ol-zoomslider {
  background-color: transparent;
  top: 2.3em;
  width: 17px;
}
.ol-touch .ol-zoom .ol-zoom-out { 
  margin-top: 212px;
}
.ol-touch .ol-zoomslider {
  top: 2.75em;
}
.ol-zoomslider-thumb {
	width: 15px;
}

iframe {
	 background-color: #e6e6e6;
	 }
	 
/* Buttons penguin categories */
.penguincontainer {
  float: left;
  width: 180px;
  height:127px;
  margin: 7px;
}

.penguincontainer img {
  width: 100%;
  height: 100%;
}

.penguincontainer .buttonpeng {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .6);
  color: black;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.penguincontainer .buttonpeng:hover {
  background-color: black;
  color: white;
}