/*GENERAL STYLESTUFF*/

ul, li{ 
margin:0; 
padding:0; 
}

a {
	font-family: Verdana, Arial, Sans-Serif;
	color: #444;
	font-weight: bold;
	font-size: 11px;
}

a:hover{
	font-family: Verdana, Arial, Sans-Serif;
	color: #999;
	font-weight: bold;
	font-size: 11px;
}

/*DISPLAY OF IMAGES IN STATIC PAGES*/

.stat-inline-lt {
	float: left;
	margin-right: 25px;
}

.stat-inline-rt {
	float: right;
	margin-left: 10px;
}

/*CUSTOM TABLE LAYOUT global partners etc*/
#one-column-emphasis
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #039;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #333;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #339;
	background: #eee;
}

#one-column-emphasis td img
{
	padding: 0;
	margin: 0;
}


.highlight {
	background: #eee;
}

/*CUSTOM TABLE LAYOUT Vessels etc*/
#presentation-table
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0 auto;
	width: 580px;
	text-align: left;
	border-collapse: collapse;
}
#presentation-table th
{
	font-size: 14px;
	font-weight: bold;
	padding: 2px 2px;
	color: #00224b;
}
#presentation-table td
{
	padding: 2px 2px;
	width: 194px;
	color: #333;
	border-top: 1px solid #e8edff;
}

#presentation-table td:hover td
{
	color: #339;
	background: #eee;
}

#presentation-table td img
{
	padding: 0;
	margin: 0;
}

#presentation-table th img
{
	padding: 0;
	margin: 0;
}

#presentation-table a {
	display: block;
	background: transparent;
	border-bottom: dotted 1px #999;
	text-decoration: none;
	padding: 5px 0 5px 0;
}

#presentation-table a:hover {
	display: block;
	background: #eee;
	border-bottom: dotted 1px #666;
	padding: 5px 0 5px 0;
}





/*FOCUSBOX*/

.linkbox_rt {
	clear: left;
	display: block;
	width: 252px;
	margin: 0 30px 5px 0 ;
	background: #fff /*#f9f9f9*/;
	border: 1px solid #eee;
	float: left;
	padding: 5px;
}

.linkbox_rt h2 {
	font-family: Arial, Verdana, "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 0;
	/*border-bottom: 1px solid #ccc;*/
}


.linkbox ul {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
	
.linkbox_rt li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.linkbox_rt a {
	display: block;
	background: transparent;
	border-top: dotted 1px #ccc;
	text-decoration: none;
	padding: 5px 0 5px 5px;
}

.linkbox_rt a:hover {
	color: #fff;
	display: block;
	background: #081e4a;
	border-top: dotted 1px #ccc;
	padding: 5px 0 5px 5px;
}


