/*
 * Some universal color codes:
 *	GREEN:	#007b00
 *	BLUE:	#000068
 *	RED:	#b00
 *	GRAY:
 *	(bg)	#f4f4f4;
 *	(light)	#ddd
 *	(medium)#aaa
 *	(dark)	#222
 */

body {
	padding: 0px;
	margin: 0px;
	background-color: #f4f4f4;
	background-image: url("/resources/eobjects-trac-bg-light.png");
	background-position: top left;
	background-repeat: repeat-x;
}

.eobjectsNoticeBox {
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	padding: 4px;
	margin: 2px;
}

.eobjectsNoticeBox big {
	color: #007b00;
}

#eobjectsLeftMenu {
	width: 100px;
	margin: 0px;
	padding: 0px;
	padding-top: 77px;
}

#eobjectsLeftMenu H2 {
	font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
	margin: 4px;
	padding: 1px;
}

#eobjectsLeftMenu UL {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	list-style: none;
}

#eobjectsLeftMenu IMG {
	width: 32px;
	height: 32px;
}

#eobjectsRightBanner {
	padding-top: 100px;
}

.eobjectsMenuHeader {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.eobjectsButtonLink {
	border: 1px solid #ddd;
	background: #fff;
	margin: 5px;
	padding: 1px;
	width: 90px;
	text-align: center;
}

.eobjectsButtonLink:hover {
	background: #eee;
	border-color: #aaa;
}

.eobjectsButtonLink A {
	background: transparent;
	color: #007b00;
	text-decoration: none;
	border: none;
}

.eobjectsButtonLink A:hover {
	background: transparent;
	color: #007b00;
	text-decoration: none;
	border: none;
}

.eobjectsButtonSelected {
	background: #eee;
	border-color: #aaa;
}

#eobjectsCenterContent {
	margin: 0px;
	padding: 0px;
}

#eobjectsDividingTable {
	width: 100%;
	border: none;
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

dt em {
	color: #000068;
}

h1, h1 :link, h1 :visited {
	color: #007b00;
	font-family: Georgia;
	font-size: x-large;
	font-weight: normal;
}

H2 {
	color: #007b00;
	font-family: Georgia;
	font-size: large;
	font-weight: normal;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
	padding-left: 4px;
}

H3 {
	color: #222;
	font-family: Georgia;
	font-size: large;
	font-weight: normal;
}

:link, :visited {
	text-decoration: none;
	color: #000068;
	border-bottom: 1px dotted #bbb;
}

#main {
	background-color: white;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0px;
	margin-bottom: 8px;
}

#mainnav {
	border: none;
	background: white;
/*	font-family: Georgia; */
	font-family: Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
	margin-right: 6px;
}

#mainnav li {
	border-right: none;
	padding: 0px;
	padding: 5px;
	font-size: 15px;
}
#mainnav :link, #mainnav :visited {
	background: none;
	border: none;
	color: #222;
	padding: 0px;
}
#mainnav :link:hover, #mainnav :visited:hover {
	background-color: transparent;
	border: none;
	color: black;
	text-decoration: underline;
}
#mainnav .active :link, #mainnav .active :visited {
	background: transparent;
	border: none;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
#mainnav .active :link:hover, #mainnav .active :visited:hover {
	border: none;
}

#search {
	margin-top: -34px;
	margin-right: 10px;
}


#metanav {
	margin-right: 6px;
}

#footer {
	border-top: none;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
}

#footer P, #footer .right A {
	color: #555;
}

#tracpowered IMG {
	border: 1px solid #ddd;
}

#eobjectsAddThis {
	border: none;
	text-decoration: none;
}

table.wiki {
	border-style: solid;
	border-color: #bbbbbb;
	border-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.wiki td {
	border-width: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

table.wiki td img {
	padding: 0px;
}

.description A {
	color: #222;
}

table.progress {
	border: 1px solid #aaa;
}

table.progress td.closed {
	background: #30ab30;
}

table.progress td.open {
	background: #eee;
}

.milestone H2 A {
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}

.milestone H2 A:hover {
	background-color: #ddd;
}

.ticket H2 {
	background-color: transparent;
	border-bottom: none;
}

.blog #sidebar {
	width: 15%;
}

.blog-title, .blog-title a {
	color: #007b00;
}
.blog-title *:link {
	color: #007b00;
}
