/*
Standard styles
*/

body, td, span, div, p
{
	color: #000033; 
	font-family: Arial; 
	font-size: 11px;
}

form
{
	padding: 0px; 
	margin: 0px;
}

select, input, option, textarea
{
	color: #000033; 
	font-family: Arial; 
	font-size: 11px;
}

a
{
	color: #811B00; 
	font-family: Arial; 
	font-size: 11px;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*
Custom styles
*/
.png
{
	behavior: url("/svitzerwijsmullerwww/misc/pngbehavior.htc");
}

.bold 
{
	font-weight: bold;
}

.white
{
	color: #FFFFFF;
}

.white10px
{
	font-size: 10px;
	color: #FFFFFF;
}

.red
{
	color: #801900;
}

.red12
{
	font-size: 15px;
	color: #801900;
}

.menuLeft_on
{
	color: #801900;
}

a.menuLeft_on
{
	color: #801900;
	text-decoration: none;
}

a.menuLeft_on:hover
{
	color: #801900;
	text-decoration: none;
}

.menuLeft_off
{
	color: #000000;
}

a.menuLeft_off
{
	color: #000000;
	text-decoration: none;
}

a.menuLeft_off:hover
{
	color: #801900;
	text-decoration: none;
}

.newsMenu
{
	color: #000033;
}

a.newsMenu
{
	color: #000033;
	text-decoration: none;
}

a.newsMenu:hover
{
	color: #000033;
	text-decoration: underline;
}

/*
Layer styles
*/

#topLogo
{
	position: absolute; 
	top: 21px; 
	left: 27px; 
	border: none; 
}

div.floatleft img
{
	position:relative;
	top: 0px;
	left: -15px;
	float: left;
	margin: 0px 5px 5px 0px;
}

div.floatleft p
{
	margin: 0px 0px 15px 0px;
}

tr.fleetList_columnHeader td
{
	border-bottom: solid 1px #DBDBDB;
}

tr.fleetList_item
{
	background-color: #EDEDED;
	cursor: pointer;
	cursor: hand;
}

tr.fleetList_altItem
{
	background-color: #F8F8F8;
	cursor: pointer;
	cursor: hand;
}

tr.vesselDetailItem td
{
	border-bottom: solid 1px #c5c5c5;
}

input.subscribe, select.subscribe
{
	width: 200px;
	border: solid 1px #000033;
}

.checkBox_sub
{
	margin-left: 30px;
}

@media print
{
	.noprint{display:none;}
}