/*
 * Gabber
 * StyleSheet for Gabber's web site
 * Made by Julian "x-virge" Missig
 * julian@jabber.org
 */

html {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #adbecc url(/images/background.png);
	margin: 0;
}

body {
	color: #000000;
	background: #adbecc url(/images/background.png);
	margin: 0;
}

body, td {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	text-align: justify;
	text-indent: 2em;
	margin: 4px;
	line-height: 1.5em;
}

.logoRow {
	background: #726459 url(/images/header-bar-top.png) repeat-x;
}

.navRow {
	background: #726459 url(/images/background-brown.png);
}

.endheaderRow {
	background: #adbecc url(/images/header-bar-bottom.png) repeat-x;
}

.sectionTitle {
	font-weight: bold;
	font-size: x-large;
}

.footerTopRow {
	background: #adbecc url(/images/footer-bar-top.png) repeat-x bottom;
}

.footerRow {
	background: #726459 url(/images/background-brown.png);
}

.footerBottomRow {
	background: #adbecc url(/images/footer-bar-bottom.png) repeat-x top;
}

.blockheader {
	border: thin dashed #006699;
	background-color: #006699;
	font-weight: bold;
	font-size: large;
	color: #ffffff;
	margin-left: 8px;
	margin-right: 8px;
}

.blockbody {
	border: thin solid #006699;
	margin-left: 8px;
	margin-right: 8px;
}

/* Link Styles */
a:link, a:visited, a:hover, a:active {
	font-style: normal;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #006699;
}

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

.small {
	font-size: small;
}

/* Download Table */
tr.header {
	color: #ffffff;
	background-color: #006699;
	font-weight: bold;
}

tr.first {
	background-color: #cccccc;
}

tr.second {
}

td.arch {
	vertical-align: top;
}

td.type {
	vertical-align: top;
}

td.distro {
	vertical-align: top;
}

td.linking {
	vertical-align: top;
	font-style: italic;
}

td.file {
	vertical-align: top;
	padding-bottom: .5em;
}

td.contributor {
	vertical-align: top;
}

ul.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}