body
{
	background-color: #E2E2E2;
}

body, th, td
{
	font: 13px arial, verdana, helvetica, sans-serif;
	color: #404040;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

h1
{
	font: bold 18px verdana, arial;
	color: #606060;
	padding-bottom: 0.5em;
	margin: 0;
}

h2
{
	font: 18px verdana, arial;
	color: #808080;
}

h3
{
	font: 16px verdana, arial;
	color: #909090;
}

h4
{
	font: 14px verdana, arial;
	color: #909090;
}

hr
{
	border-color: #CCCCBB;
	border-style: solid none none;
	border-width: 1px medium medium;
	color: #606060;
	margin: 0em;
	margin-top: 0.5em;
}

form th, form td
{
	padding: 0.25em;
	padding-right: 1em;
}

form th
{
	text-align: right;
}

form input, textarea
{
	font: verdana, arial;
	border: 1px solid #808080;
	background-color: #f8f8f8;
	padding: .15em;
}

form .error
{
/*	border: 1px solid #dd2020; */
	background-color: #fffbdc;
}

*:link, *:visited
{
	color: #818BA1;
	text-decoration: none;
	border-bottom: none;
}

*:link:hover, *:visited:hover
{
	background-color: #EEEEEE;
}

#top-left
{
	background: url('/images/border-top-left.jpg') no-repeat top left;
	height: 36px;
	width: 36px;
	margin: 0 auto;
}

#top
{
	background: url('/images/border-top.jpg') repeat-x top center;
	height: 36px;
	margin: 0 auto;
}

#top-right
{
	background: url('/images/border-top-right.jpg') no-repeat top right;
	height: 36px;
	width: 36px;
	margin: 0 auto;
}

#left
{
	background: url('/images/border-left.jpg') repeat-y top right;
	width: 36px;
	margin: 0 auto;
}

#right
{
	background: url('/images/border-right.jpg') repeat-y top right;
	width: 36px;
	margin: 0 auto;
}

#bottom-left
{
	background: url('/images/border-bottom-left.jpg') no-repeat top left;
	height: 36px;
	width: 36px;
	margin: 0 auto;
}

#bottom
{
	background: url('/images/border-bottom.jpg') repeat-x top center;
	height: 36px;
	margin: 0 auto;
}

#bottom-right
{
	background: url('/images/border-bottom-right.jpg') no-repeat top right;
	height: 36px;
	width: 36px;
	margin: 0 auto;
}

#master
{
	width: 100%;
}

#page
{
	background-color: #FFFFFF;
}

#header
{
}

#header h1
{
	margin: 0;
}

#header-left
{
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
	margin: 0;
}

#header-right
{
	float: right;
	padding: 0;
	margin: 0;
}

#header-left li
{
	float: left;
	list-style: none;
	padding: 3px;
	padding-right: .5em;
}

#header-left li a
{
	font: italic bolder 12px arial, verdana;
	text-align: center;
	color: #646464;
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
	display: block;
}

#header-bottom
{
	clear: left;
	padding-top: 1.8em;
}

#content
{
}

#content-left
{
	padding-right: 130px;
}

#content-right
{
	float: right;
	width: 120px;
}

#footer
{
	clear: both;
	font: bold 10px arial, verdana;
	text-align: center;
	color: #646464;
	padding-top: 2em;
}

#search
{
	position: relative;
	top: -7px;
	clear: left;
	height: none;
}

#donate
{
	text-align: center;
	background-color: #eeeeee;
	border: solid 1px #dddddd;
	margin-bottom: 10px;
}

#donate p, #donate input
{
	margin: 0;
	padding: 2;
	border: none;
	background-color: #eeeeee;
}

#download li
{
	margin-left: 2em;
	padding: .2em;
}

#download table
{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border: solid 1px #c0c0c0;
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.7em;
}

#download th
{
	background-color: #dddddd;
	padding: 2px;
}

#download td
{
	background-color: #f8f8f8;
	padding: 2px;
}

#console
{
	font-family: courier, serif;
}

.note
{
	color: #909090;
	font-size: 12px;
	font-style: italic;
}

.warn
{
    background-color: #f8f7c3;
    border: solid 1px #b3b268;
    padding: .5em;
    margin-bottom: 0.5em;
}

.news
{
	background-color: #fafafa;
	border: solid 1px #f0f0f0;
	padding: .5em;
	margin-bottom: 0.5em;
}

.news p
{
	padding-top: 0.25em;
}

.container
{
	border: solid 1px #f0f0f0;
	padding: .5em;
	margin-bottom: .5em;
}

.container p
{
	padding-bottom: .5em;
}

.pager
{
	text-align: left;
	padding-bottom: 0.5em;
}

/*
 * Minimal Overrides for Trac
 */

.wiki h1, h2, h3, h4, p
{
	margin: 4px;
}

#description ul
{
	padding-left: 3em;
}

.wiki ul
{
	padding-left: 3em;
}

table.listing
{
	clear: left;
}

#query, #info
{
	clear: left;
}

#query hr
{
	clear: left;
}

#query .buttons
{
	float: left;
}

#ticket table.properties
{
	clear: left;
}

fieldset
{
	border:1px solid #D7D7D7;
	margin:1em 0;
	padding:0.5em;
}
