* {
	border:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:16px;
}

body {
	font-family: Verdana, Arial, Sans-Serif; 
	font-size  : 14px; 
	padding: 5px 10px;
}

.header {
	background: rgb(0,0,128) url(../img/logo.gif) no-repeat;
	padding: 0px 0px 0px 100px;
	position: static;
	height: 18px;
	overflow: hidden;
	}

	.header h1 {
		color: white;
		line-height: 32px;
	}
	
	.header h2 {
		color: white;
		line-height: 18px;
	}

.headerbig {
	background: rgb(0,0,128) url(../img/logo.gif) no-repeat;
	padding: 0px 0px 0px 100px;
	position: static;
	height: 47px;
	overflow: hidden;
	}
	
	.headerbig h1 {
		color: white;
	}
	
.warnstatustext{
	color: red;
}	

.okstatustext{
	color: green;
}

h1 {
		font-size: 18px;
	}
	
h2 {
		font-size: 14px;
	}
	
.datatable {
	border-bottom: 1px rgb(0,0,128) solid;
	width: 100%;
}

	.datatable tr.header th {
		background: rgb(0,0,128) url(../img/theader.gif) repeat-x left bottom;
		padding: 2px 2px 2px 5px;
		color: white;
		text-align: left;
		height: 18px;
	}

.datatable1 {
	border-bottom: 1px rgb(0,0,128) solid;
	width: 95%;
}
	
	.datatable1 tr.header th {
		background: rgb(0,0,128) url(../img/theader.gif) repeat-x left bottom;
		padding: 2px 2px 2px 2px;
		color: white;
		text-align: left;
		height: 18px;
	}
	
label
{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

input
{
	color: #003366;
	border: 1px rgb(175,175,175) solid;
}

select
{
	color: #003366;
	border: 1px rgb(175,175,175) solid;
}

.submit input
{
	background: #cfddec;
	border-left: 1px #ffffff solid;
	border-top: 1px #ffffff solid;
	border-right: 1px #9eb4ca solid;
	border-bottom: 1px #9eb4ca solid;
	font: normal 11px verdana, sans-serif;
	height: 18px;
	padding: 0 5px;
	margin:0 0 0 5px;
} 

a {
	font-family:verdana;
	text-decoration:underline;
	color:black;
	background:transparent;
}

a:hover {
	color:red;
	background:transparent;
}

a:link {
	text-decoration: underline;
}

a:visited {
}

a.tooltip span {
	display:none; padding:2px 3px; margin-left:8px; width:130px;
}

a.tooltip:hover span{
	display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;
}
