body {
	font-family: sans-serif;
	color: #333;
	background: #f9f9f9;
	margin-right: 0;
	margin-top: 7em;
}
a {
	color: #2a6096;
	text-decoration: none;
	
}
div.header {
	margin-bottom: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}
div.message {
	margin-bottom: 1em;
}
div.author {
	font-size: .5em;
	font-weight: normal;
	text-align: right;
}
span.logo {
	color: #5787b8; 
	font-size: larger;
}
table.navbar {
	border-top: 1px solid #5787b8; 
	border-collapse: collapse; 
	margin-bottom: 10px;
}
table.navbar td.logo {
	text-align: left; 
	font-size: larger; 
	border: none; 
	width: 12em; 
	padding: 0; 
	border-top: 1px solid white ;
}
table.navbar td {
	text-align: center; 
	width: 5em; 
	color: #5787b8; 
	font-size: smaller; 
	padding: 2px 10px; 
	border: 1px solid black;
	margin-right: 4px;
}
table.navbar td.active {
	border-bottom: 2px solid #5787b8; 
	font-weight: bold; 
	background-color: #bad5e0;
}
table.navbar td a, table.navmenu td a {
	text-decoration: none;
	color: inherit;
}
table.navbar td.summary {
	text-align: left; 
	border-bottom: 0px solid #5787b8; 
	padding-top: 0; 
	border-left: none; 
	border-right: none;
}
table.navbar td.space {
	border-bottom: 1px dotted #5787b8;
}
table.navmenu {
	border-top: 2px solid #5787b8; 
	border-left: 1px dotted #5787b8; 
	border-right: 1px dotted #5787b8; 
	margin-top: 40px; 
	margin-right: 2em; 
	width: 10em;
	background: white;
}
table.navmenu td {
	color: #5787b8; 
	font-size: smaller; 
	padding: 2px 10px; 
	border-bottom: 1px dotted #5787b8
}
table.navmenu td.active {
	font-weight: bold; 
	background-color: #dfebf7;
}
table.navmenu td:hover {
	background-color: #dfebf7;
}
table.sideinfo {
	border: 1px solid #5787b8; 
	margin-top: 50px; 
	margin-right: 2em; 
	width: 10em;
}
table.sideinfo td {
	color: #5787b8; 
	font-size: smaller; 
	padding: 2px 10px;
}
table.sideinfo td.title {
	font-weight: bold; 
	border-bottom: 1px dotted #5787b8; 
	background-color: #dfebf7;
}
li.package {
	font-weight: bold; 
	margin-bottom: 10px;
}
li.release {
	font-weight: normal;
}
input.text, input.button {
	border: 1px solid #5787b8;
	font-size: smaller;
	margin-bottom: -5px;
}
input.button {
	background-color: #bad5e0;
}
.smaller {
	font-size: .9em;
}
.xsmaller {
	font-size: .8em;
}
.xxsmaller {
	font-size: .7em;
}
.footer {
	font-size: .7em; 
	text-align: center;
	margin-top: 1.5em;
}
.emph,.command{
	font-weight: bold;
}
.mono,.command {
	font-family: monospace;
}
h3 {
	color: #5787b8;
	border-bottom: 1px solid #5787b8;
}
.date {
	float: right;
	color: #5787b8;
	font-size: .7em;
	font-weight: normal;
	position: relative;
	top: -1.2em;
}
th {
	color: #5787b8;
	text-align: left;
}
thead th {
	border-bottom: 1px dotted #5787b8;
	margin-bottom: 2px;
}
.packageTable td, .packageTable th {
	padding: 2px 8px;
}

#sidebar {
	position: relative;
	margin-left: 10px;
	margin-top: -40px;
	margin-right: 0;
	float: right;
}

.content {
	background: white;
	border: 1px solid #aaa;
	border-right: none;
	padding-left: 1em;
	margin-left: 12em;
	padding-right: 1em;
	padding-bottom: 1em;
}

h2 {
	margin-top: .5em;
}


#paldo-navigation {
        position: absolute;
        z-index: 5;
        left: 10.5em;
        top: 1.5em;
}

#paldo-navigation ul {
        list-style: none;
}

#paldo-navigation ul li {
        display: inline;
}

#paldo-navigation ul li:hover, #paldo-navigation ul li.active {
        background: white;
}

#paldo-navigation ul li a {
        color: black;
        font-weight: bold;
        padding-left: .5em;
        padding-right: .5em;
        border: 1px solid #999;
        margin-left: .2em;
        margin-right: .3em;
}

#paldo-navigation ul li a:hover, #paldo-navigation ul li.active a {
        text-decoration: none;
        color: #069;
}

div.side {
	float: left;
	padding-top: 2em;
}

#paldo-logo {
	position: absolute;
	left: 1em;
	top: 1em;
	line-height: .5em;
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}

a img {
	border: none;
}

.sideinfo {
	background: white;
}

form.search-form {
	margin-top: 1em;
}
