/* General Stuff */
*{
	margin:0; padding:0;
}

body{
	font:1.0em Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.2em;
	color: #773610;
	background: #061134;
}


a, a code{
	color:#3874EE;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a code:hover {
	color:#254880;
	text-decoration:none;
}
a.ext:before {
	content: url(./icons/extlink.png)
}
img{
	border:none;
}
p img, td img, th img {
	vertical-align: middle;
}
p{
	margin: 4px 0 1px 0;
	padding: 0;
}
ul,li{
	margin: 0px;
	padding: 0px;
	list-style-image: url(./icons/star.png);
}
li {
	margin-left: 20px;
	margin-bottom: 2px;
}

/* container: The actual page contents */
#container{
	margin:20px;
	padding:0;
	text-align:left;
	background: #FFFFFF;
	color: #552308;
	border:2px solid #8080C0;
	border-radius: 15px;
}

code,pre {
	color:#321;
}
pre {
	display: block;
	border: 1px dashed #444;
	border-radius: 4px;
	padding: 4px;
	background-color: #E0E8E0;
}

span.lighter {
	font-weight: lighter;
}

div.navigation {
	clear: left;
	margin:0;
	background-color: #80A0C0;
	color: #ffffff;
	border-color: #80A0C0;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	vertical-align: middle;
	font:1.2em verdana, sans-serif;
	min-height:1.65em;
	line-height:1.65em;
}
div.nav_sub {
	font:0.8em verdana, sans-serif;
}

.navigation li {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-right: 0px solid #ffffff;
	white-space: nowrap;
	list-style: none;
}

.navigation li a {
	display: block;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
.navigation li img {
	vertical-align: middle;
}

li.selected_false a {
	color: #ffffff;
}
li.selected_true, li.selected_true a, li.selected_false a:hover {
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	background: #F0FdF3;
	color: #202480;
}
li.selected_true a:hover {
	background: #FFFFFF;
	color: #202590;
}


form, fieldset {
	display: inline;
	border: none;
	overflow: visible;
}
form#search, input#q {
	vertical-align: bottom;
	margin: auto;
	font: 1.0em sans-serif;
}
form#search {
	display: inline;
	padding: 0px 20px 0px 20px;
	float: left;
}
form#search fieldset, form#search fieldset input {
	margin: 0px;
	padding: 0px;
}
input#submitsearch {
	font: 1.0em sans-serif;
	padding: 0px;
}

/* main body */
.mainbody, #content,#fullcontent,#subcontent{
	overflow: auto;
	float:left;
	font-size:0.9em;
	padding: 15px;
	background: #F2FFF5;
}
/* trac: dont use coloured background (looks weird as div does not cover the whole page) */
div.wiki#content, div.changeset#content, div.report#content, div.browser#content, div.search#content, div.ticket#content, div.timeline#content {
	background: white;
}
#fullcontent {
	float: none;
	clear: both;
	margin: 0px;
}

/* workaround for trac: */
div#main > div#content {
	clear: both;
	margin: 0px;
	width: 90%;
}
div#content > div.diff {
	padding-left: 20px;
}


/* header styles */
.mainbody h1,h2{
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight:250;
	color:#391204;
}
h1 {
	font-size:1.6em;
	line-height: 1.7em;
}
h2 {
	font-size:1.5em;
	line-height: 1.6em;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-top: 5px;
	margin-bottom: 8px;
	font-weight:normal;
	color: #391204;
}
h3 img, h2 img, h1 img {
	vertical-align: middle;
	padding-right: 8px;
}
h4 {
	font-size:1.1em;
	margin-top: 7px;
	margin-bottom: 2px;
	font-weight:normal;
}

.error {
	color: red;
	font-weight: bold;
}
.warning {
	color: orange;
}
.red {
	color: red;
}
.Xhidden {
	display: none;
}


.note {
	font-style: italic;
	font-weight: lighter;
	font-size: 0.9em;
}
.smallnote {
	line-height:1.0em;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
	font-weight: normal;
	font-style: italic;
}
p.smallnote{
	padding: 3px 0px 1px 0px;
}
ul.smallnote li{
	list-style-image: url(./icons/star-small.png);
}
ul.none li{
	list-style: none;
	margin-left: 0px;
}


/* footer */
#footer{
	clear:both;
	color:#ffffff;
	background-color: #80A0C0;
/* url(footer-background.gif) repeat; */
	text-align:center;
	font-size: 0.7em;
	border-top:2px solid #8080C0;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	padding: 0px;
	height: 22px;
	line-height: 16px;
}
div#footer span, div#footer span * {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
div#email {
	vertical-align: top;
	float: right;
	margin: 0px;
	padding-right: 8px;
	height: 22px;
}
div#email span {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 16px;
}
div#validators {
	vertical-align: top;
	float: left;
	margin: 0px;
	padding-left: 8px;
}

div#footer a{
	color:#f0f0ff; background-color:inherit; font-weight:normal;
}
div#footer a:hover{
	color:#000040; background-color:inherit; text-decoration: underline;
}

/* the box and codebox */
.box,.codebox{
	margin:0 0 20px 0;
	padding: 5px 10px 5px 10px;
	border:1px solid #80A0C0;
	background-color:#d0deec;
	border-radius: 15px;
}
.codebox{
	border:1px solid #a0a0a0;
	background-color:#fafbfc;
	line-height:1.1em;
}
.codebox code{
	line-height:1.1em;
}
div.freebox div.clear{
	white-space: nowrap;
	clear: both;
}
.free {
	clear: none;
	display: inline;
	float: left;
	text-align: center;
}
.free img {
	vertical-align: middle;
}

/* screenshots page: */
div.shot {
	min-height: 500px;
	width: 520px;
	padding: 15px;
	margin: 15px auto 15px 15px;
	border:1px solid #80A0C0;
	border-radius: 15px;
	background-color:#d0deec;
	float: left;
	clear: none;
}
div.shot a img {
	border: 2px solid #404080;
}
div.shot a:hover img {
	border: 2px solid #6060F0;
}

div#docnav {
	clear: both;
	display: block;
	width: 100%;
	border-top: 1px solid #404040;
	text-align: center;
	vertical-align: middle;
	font:1.0em serif;
}
div#docnav a {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
div#docnav p {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}
select#docnav, select#docnav option {
	font:1.0em serif;
}

ul.faq {
	font-weight:bold;
}
ul.faq p {
	clear: left;
	font-weight:normal;
}
table.show {
	border: 1px solid blue;
}
table.data, table#signup {
	border: 1px solid #555;
}
table.data td, table.data th, table#signup td, table#signup th {
	padding-left: 10px;
	padding-right: 10px;
}
table#signup th, table#signup td {
	white-space: nowrap;
}
td {
	border: 0px;
	padding-right: 10px;
}
td.center, th.center {
	padding:5px;
	text-align:center;
}
table.data th, table#signup th {
	background-color: #d0d3d6;
}
table.data td, table#signup th {
	background-color: #e0e3f0;
}
td.gap {
	background-color: #105025;
	padding: 5px;
}

th.w100 {
	min-width: 100px;
}

a.stat img {
	border:2px solid #a0a0d0;
	clear: both;
}
img.stat:hover {
	cursor: crosshair;
	border:2px solid #4040b0;
}
img.stat {
/*	width: 640px;
	height: 480px;*/
	text-align: center;
	clear: both;
}



button, button * {
	vertical-align: middle;
	color: #304090;
}


li.q {
	color: #222;
	list-style-image: url(/icons/question-small.png);
}
li.a {
	color: #242;
	list-style-image: url(/icons/arrow.png);
}

/* trac tweak to make it display the code in non-squashed format! (chrome) */
table.code, table#info, div#preview {
        min-width: 800px;
}
