#header {
	background-color: black;
	color: white;
	height: 60px;
	line-height: 60px;
}

#header h1 {
	margin-bottom: 0px;
}

#navigation {
	background-color: #4d9473;
	border-top: 1px solid #73deac;
	border-bottom: 1px solid #305c48;
	height: 48px;
}

#navigation ul {
	padding: 0px;
	list-style: none;
	height: 48px;
}

#navigation li {
	float: left;
	margin-top: 14px;
}

#navigation li a {
	padding: 10px 20px;
	margin-top: 10px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	border-radius: 16px;
	vertical-align: top;
}

#navigation li a:hover {
	background-color: #305c48;
}

#navigation li.active a {
	background-color: #65c397;
}

#footer {
	background-color: #111;
	color: #666;
	height: 30px;
	line-height: 30px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#banner {
	background-image: url(/static/img/bg_banner.png);
	height: 298px;
	font-size: 16px;
}

#banner h2 {
	margin-top: 50px;
	color: white;
	font-weight: bold;
	text-shadow: #555 0.1em 0.1em 0.2em;
}

#content {
	background-image: url(/static/img/bg_content.png);
	background-repeat: repeat-x;
	min-height: 600px;
}

h1, h2, h3 {
	font-family: 'Metrophobic', arial, serif;
}

h2 {
	color: #333;
}

form {
	display: inline;
}

#breadcrumbs {
	padding: 8px 4px;
}

table.dataform td {
	padding: 4px;
	border: 0px;
}

table.dataform {
	margin: 0px;
	margin-bottom: 0px;
}

.rounded-group {
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #eee;
}

fieldset {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 8px;
}

table.datalist {
	border-collapse: collapse;
	min-width: 50%;
	border: 1px solid #ddd;
}
table.datalist th {
	padding: 0.3em 1em;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-weight: bold;
	background-color: #ddd;
}
table.datalist td {
	padding: 0.5em;
	border-left: 1px solid #eee;
}
table.datalist tr:nth-child(odd) td {
	background-color: #eee;
}

ul.tool-list {
	font-size: 80%;
}
ul.tool-list li {
	margin: 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 6px 20px 0px 20px;
	background-color: white;
	width: 300px;
	float: left;
}
ul.tool-list li a {
	display: block;
}

ul.tool-list , ul.history-list {
	padding: 0px;
	list-style: none;
}

ul.history-list li {
	margin: 8px 0px;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 6px;
}

ul.tool-list li:hover, ul.history-list li:hover {
	background-color: #eee;
}

ul.history-list li.selected {
	background-color: #F6F6C9;
}

ul.tool-list li a, ul.history-list li a {
	text-decoration: none;
	color: black;
}
