body {
	background-color: #050505;
	border-width: 0px;
	margin: 25px;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.list:hover {
	color: #1b9aaa;
}

div.page_header, div.page_footer {
	background-color: #1b9aaa;
	border-radius: 6px;
}

div.page_header {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

div.page_footer {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

div.page_header a, div.page_header a:visited {
	color: #dddbcb;
}

div.page_body {
	padding: 0px;
}

div.projsearch a {
	color: #1b9aaa;
}

div.projsearch input[type=text] {
	border-radius: 4px;
	background-color: #f5f1e3;
}

table.project_list, table.shortlog {
	padding: 0;
	margin: 15px auto;
	width: 100%;
}

table.shortlog {
	margin-top: 0px;
}

.project_list td, .shortlog td {
	padding: 7px 15px;
}

.project_list td.link a {
	color: #1b9aaa;
}

.project_list th, .shortlog th {
	padding: 7px 15px;
	background-color: #1b9aaa;
}

.project_list th a.header {
	color: #dddbcb;
}

.project_list tr.dark, .shortlog tr.dark {
	background-color: #f5f1e3;
}

.project_list tr.light, .shortlog tr.light {
	background-color: #ffffff;
}

div.page_nav, div.page_path {
	background-color: #f5f1e3;
}

table.projects_list, table.heads, table.tree, table.diff_tree, table.history {
	background-color: #f5f1e3;
	margin: 5px auto;
	width: 100%;
}

div.pre {
	color: #f5f1e3;
}

div.log_body {
	background-color: #ffffff;
}

div.title_text {
	background-color: #f5f1e3;
}

div.title_text div.log_link a {
	color: #1b9aaa;
}
