body
{
	scrollbar-face-color: #00e;
	scrollbar-shadow-color: #ccf;
	scrollbar-track-color: #ebebff;
	scrollbar-highlight-color: #ddf;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-arrow-color: #fe0;
	background-attachment: fixed;
}

body, td, th
{
	font: 12pt, "Trebuchet MS" Arial;
}

th
{
	font-weight: bold;
}

div.clock11
{
	position: relative;
	z-index: -10;
	top: -100px;
	font: 11px, monospace;
}

a
{
	text-decoration: underline;
}

a:hover
{
	background: #00F;
	color: #FFF;
	text-decoration: underline;
}

td.just
{
	text-align: justify;
}

textarea
{
	scrollbar-face-color: #55f;
	scrollbar-shadow-color: #ccf;
	scrollbar-track-color: #ddf;
	scrollbar-highlight-color: #ddf;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #99d;
	scrollbar-arrow-color: #fff;
}

input.monospaced, textarea.monospaced
{
	font: 10pt, monospace;
	border: 1px solid black;
}

table.whiteblue
{
	border: 1px solid blue;
	text-align: center;
}

table.whiteblue td
{
	border: solid blue;
	border-width: 1px 1px 0px 0px;
}

table.whiteblue th
{
	border: solid white;
	border-width: 0px 1px 0px 0px;
	background: blue;
	color: white;
}

table.boatdesc
{
	border-spacing: 1px;
	border: 1px solid blue;
	padding: 1px;
}

table.boatdesc th
{
	background: #EEF;
	padding: 3px;
	border: 1px solid blue;
	1text-align: center;
}

table.boatdesc td
{
	padding: 3px;
	border: 1px solid blue;
}

table.layouting
{
	border: 0px solid blue;
}

table.dsef
{
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #ccc
}

table.dsef th
{
	vertical-align: top;
	text-align: right;
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	width: 300px;
}


table.dsef td
{	
	border-width: 1px 0px 0px 0px; 
	border-style: solid;
	vertical-align: top;
	text-align: left;
}

table.dsef input, table.dsef textarea
{
	margin: 0px 0px 0px 10px; 
}

.footer {
	position: absolute;
	bottom: 0;
	font-size: 10px;
	text-align: right;
}

hr.layouting
{
	background: white;
	align: left;
}