body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	color: #000000;
	font-family: verdana,helvetica;
	font-size: small;
}

a {
	color: black;
	text-decoration: underline;
}

.contents {
	border-top: 0px solid #000000;
   padding: 5px;
   font-size: small;
	font-family: sans-serif;

}
#body {
	margin: 90px 0px 0px 0px;
	padding: 0px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 0px;
	z-index: 10;
	background: url("/images/polar-64.gif") no-repeat;
	width: 118px;
	height: 64px;
}

#logo a img {
	width: 118px;
	height: 64px;
}

#hdr {
	position: absolute;
	z-index: 5;

	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 48px;

	text-align: right;

	background: url("/images/bgtest.png") no-repeat;
	background-color: #000000;
	border-bottom: 1px solid #666666;
	font-family: sans-serif;
}

#hdr a {
	text-decoration: underline;
}

#banner {
	position: absolute;
	z-index: 10;

	top: 0px;
	right: 0px;
	border: 0px;

	width: 300px;
	height: 48px;

	background: url("spacer.png") no-repeat;
}

#banner a img {
	width: 300px;
	height: 48px;
}

#hdrNav {
	position: absolute;
	top: 54px;
	left: 0px;

	margin-left: 140px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
}

#hdrNav a {
	color: #000000;
}

.mva{margin:5px;} 
td.sibt{font-size:11px;}
td.sibtbg{font-size:11px;background-color:#e8e8e8;}

div.eventbox {
	background-color: #000;
	width: 700px;
}

div.eventbox div.head {
	color: #fff;
}

.eventbox .head {
	padding-top: 5px;
	margin-left: 8px;
}

.eventbox .head h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 1.6em;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0.2em;
	padding-bottom: 0;
}

.eventbox .head .details label {
	color: #ccc;
	font-weight: bold;
	padding-right: 2px;
	
}

.eventbox .head .details label.p {
	padding-left: 2em;
}

.eventbox table.content {
	padding-bottom: 8px;
}

.eventbox .description_box {
	height: 100%;
	padding-left: 8px;
	padding-right: 8px;
}

.eventbox .description_box .nibble {
	background: #000 url("/nibble.png") no-repeat;
	background-position: center;
	width: 100%;
	height: 6px;
	float: left;
}

.eventbox .description_box .description {
	background-color: #e6e6e6;
	width: 100%;
	height: 100%;
	text-align: left;
}

.eventbox .description_box .description div {
	padding: 5px;
	padding-top: 10px;
}

.eventbox .content img {
	margin-top: 5px;
	padding-right: 8px;
}

.eventbox table.content a {
	padding-left: 8px;
	color: #fff;
}

