html, body {
	background: #FDFDFD;
	margin: 0px;
	padding: 0px;
	font-family: bitstream vera sans, trebuchet MS, trebuchet, verdana, arial, sans-serif;
	font-size: 9pt;
	height: 100%;
}

a:link    { color: #0000F0; }
a:visited { color: #000090; }
a:hover   { text-decoration: underline; }

img {
	border: none;
	display: block;
}

h1 { font-size: medium; border-bottom: 1px solid #BCBCBC; }
h2 { font-size: small;  }
h3 { font-size: small;  }

pre {
	padding: 1em;
    border: 1px dashed #2f6fab;
    color: Black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/images/bullet.png");
    font-size:95%;
}

table.screenshots td  {
	vertical-align: top;
	text-align: center;
}

table.screenshots img { display: inline; }

div.screenshot {
	vertical-align: bottom;
	font-size: x-small;
	padding: 20px;
}

div.screenshot img {
	display: inline;
	vertical-align: bottom;
}

.topbar {
	background-image: url("/images/topbar_bg.png");
	background-repeat: repeat-x;
	width: 100%;
}

.pagebody {
	position: relative;

	height: 100%;
}

html > body .pagebody { height: auto; min-height: 100%; }

.headbar {
	color: #BCBCBC;
	background: #F3F3F3;
	border-bottom: 1px dotted #BCBCBC;
	padding: 5px;
	padding-left: 10px;
}

.headbar a:link    { text-decoration: none; color: #444444; }
.headbar a:visited { text-decoration: none; color: #444444; }
.headbar a:hover   { text-decoration: underline;            }

.headbar b { color: #444444; }

.content {
	padding: 10px;
	margin-right: 180px;

	clear: both;
}

.sidebar {
	position: absolute;
	padding: 5px 0px 5px 0px;
	width: 180px;
	background: #F3F3F3;
	color: #444444;
	border-left: 1px dotted #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	right: 0px;
	top: 32px;
	bottom: 0px;
	clear: both;
	line-height: 160%;
}

.sidebar a:link    { text-decoration: none; color: #444444; }
.sidebar a:visited { text-decoration: none; color: #444444; }
.sidebar a:hover   { text-decoration: underline;            }

.section {
	position: relative;
}

.sidebar-section {
	padding: 10px;
	border-top: 1px dotted #BCBCBC;
}

.sidebar-section:first-child {
	padding-top: 0px;
	border-top: 0px;
}

.sectiontitle {
	margin-bottom: 10px;
	font-size: 120%;
	background: #3F6AAC;
	color: white;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	vertical-align: middle;
}

.sectiontitle .permlink {
	position: absolute;
	margin-right: 5px;
	right: 0px;
	top: 5px;
	bottom: 0px;
}

.permlink img {
	vertical-align: middle;
	display: inline;
}

.sectiontitle .date {
	position: relative;
	font-size: xx-small;
	display: inline;
	margin-left: 5px;
}

.sectionbody {
	padding-left: 10px;
	margin-bottom: 20px;
}

.footer {
	padding: 10px;
	margin: 0px -10px 0px -10px;
	font-size: x-small;
	color: #444444;

	border-top: 1px dotted #BCBCBC;
}

table.releases {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}

table.releases td {
	border-spacing: 0px;
	border: 1px solid #333333;
	vertical-align: top;
	padding: 0.4em;
}

td.releasetype {
	background: #2F5A9D;
	color: white;
}

td.target1, td.target2 {
	background: #D3D3D3;
	border: 1px solid #BCBCBC;
	font-weight: bold;
}

td.component1, td.component2 {
	border-top: 1px solid #BCBCBC;
	background: #F3F3F3;
}

td.component1 .version, td.component2 .version {
	color: #777777;
	display: inline;
}

td.component1 .releasenotes, td.component2 .releasenotes {
	color: #777777;
	display: inline;
	font-size: x-small;
}

td.target1 .arch, td.target2 .arch {
	color: #666666;
	display: inline;
	font-style: italic;
}

td.file1, td.file2 {
	border-top: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
}
