body {
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	color: black;
	background-color: white;
}

h1, h3 {
	color: #000066;
}

h2 {
	color: #888866;
	border-bottom: 1px solid #cccccc;
}

h4 {
	color: #888866;
	font-size: 1.5em;
	margin: 1em 0.1em 0.1em 0.1em;
}

h5 {
	color: #999999;
	font-size: 8pt;
	border-bottom: 1px solid #cccccc;
	margin: 1px 1px 1px 1px;
}

dl, dd, label {
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	font-size: 8pt;
}

pre {
	margin: 15px 15px 15px 25px;
	border: 1px solid #cccccc;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 10pt;
	background-color: #e8e8e8;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #cccccc;
	background-image: url(/imgs/bg_header.png);
/*	background-color: #eeeeee;*/
}

.header .image {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 106px;
	height: 93px;
}

.header .text {
	position: relative;
	float: right;
	top: 32px;
	right: 55px;
	text-align: right;
	font-size: 13pt;
	font-weight: bold;
	color: #888866;
}

.header .title {
	top: 32px;
	right: 55px;
	font-size: 28pt;
	vertical-align: bottom;
	font-weight: bold;
	color: #000066;
}

.content {
	position: relative;
	margin-top: 120px;
}

.content .left {
	float: left;
	width: 17%;
	margin-bottom: 10px;
}

.content .left .block {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 100%;
	background-color: #e8e8e8;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.content .left .block A {
	font-weight: bold;
}

.content .left .block .menu {
	font-weight: bold;
	color: cyan;
}

.content .left .block .menu A {
	text-decoration: none;
	color: blue;
}

.content .left .block .menu A:hover {
	text-decoration: underline;
	color: cyan;
}

.radio {
	font-size: 8pt;
}

.content .text {
	margin-left: 21%;
	margin-right: 10px;
	padding-top: 1px;
}

.presentation {
	border: 1px solid #cccccc;
	margin-left: 5px;
	float: right;
}

.presentation_img {
	border: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.presentation_caption {
	margin-top: 2px;
	padding: 1px 2px;
	background: #e8e8e8;
	border-top: 1px solid #cccccc;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

.paypal {
	float: right;
	margin-left: 5px;
	margin-right: 55px;
}

.shots {
	font-size: 8pt;
	padding: 5px;
	text-align: center;
}

.shots .img {
	border: 0px;
}

#statusheader {
	font-weight: bold;
	color: #000066;
	background-color: #cccccc;
}

#statusheader_perc {
	font-weight: bold;
	color: #000066;
}

#status {
	solid #000000;
	background-color: #dddddd;
}

#status_perc {
	solid #000000;
}

#status_on {
	background-color: #888888;
}

#status_off {
	background-color: #cccccc;
}

.downloads {
	width: 95%;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	font-weight: normal;
	border: 2px #cccccc solid;
	background-color: #eeeeee;
}

.downloads tr.head {
	padding: 4px;
	border: 2px #cccccc solid;
	text-align: center;
	font-weight: bold;
	background-color: #d8d8d8;
}

.downloads th.system {
	width: 5%;
}
.downloads th.version {
	width: 5%;
}
.downloads th.reldate {
	width: 10%;
}
.downloads th.filename {
	width: 40%;
}
.downloads th.size {
	width: 5%;
}
.downloads th.maintainer {
	width: 25%;
}

.ml A {
	target-: blank;
	color: blue;
}

.footer {
	position: relative;
	clear: both;
	height: 50px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 7pt;
	color: #444444;
	border-top: 1px solid #cccccc;
	background-image: url(/imgs/bg_footer.png);
/*	background-color: #eeeeee;*/
}

.footer .fibranet {
	position: absolute;
	float: left;
}

.footer .img {
	border: 0px;
}

.footer .monitorix {
	position: absolute;
	float: left;
	margin-left: 175px;
}

.footer .validhtml {
	position: absolute;
	float: left;
	margin-top: 10px;
	margin-left: 350px;
}

.footer .author {
	position: relative;
	float: right;
	text-align: right;
}
