html {
	font-family: Verdana;
	font-size: 12px;
}

h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

input {
	font-family: Verdana;
	font-size: 12px;
}

table {
	font-size: 12px;
}

ul.errors {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.errors li {
	display: inline;
	color: #c00;
}

ul#menu {
	list-style-type: none;
	background-color: #969696;
	padding-left: 4px;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	margin-left: 0;
	padding-bottom: 2px;
}

ul#menu li {
	float: left;
	margin-right: 30px;
	margin-bottom: 2px;
}

ul#menu li a {
	color: #ffffff;
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

table { border-collapse: collapse; border-spacing: 0; margin-bottom: 20px; }
td, th { text-align: left; vertical-align: middle; border: 1px solid #555; margin: 0; padding: 5px; }
td.align_right { text-align: right; }
tr.highlight { background-color: #ddd; }
tr.highlightError { background-color: #ddd; color: #c00; }
tr.Error { color: #c00; }

form table.minimal td { border: 0; }

form table.minimal input, form table.minimal select {
	width: 200px;
}

table.minimal {
	margin: 0;
}

form { margin: 0; }

th { text-align: left; }

a img { border: 0; }
table a.editable img { cursor: pointer; }

table a:hover { text-decoration: none; }