body {
	padding: 0;
	margin: 0;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	background-color: #3a403c;
}
table, div, span, a, li, td {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: 12px;
}

a.plain {
	color: #333;
}
a.plain:visited {
	color: #333;
}
a.plain:hover {
	color: #aaa;
}
a.orange {
	color: #f1ae3a; 
	text-decoration: none;
}
a.orange:visited {
	color: #f1ae3a; 
	text-decoration: none;
}
a.orange:hover {
	color: #f1ae3a; 
	text-decoration: underline;
}
a.black {
	color: #000;
	text-decoration: none;
}
a.black:hover {
	color: #000;
	text-decoration: underline;
}
a.black:visited {
	color: #000;
}
a.grey {
	color: #667669;
	text-decoration: none;
}
a.grey:hover {
	color: #667669;
	text-decoration: underline;
}
a.grey:visited {
	color: #667669;
}


td.login {
	color: #f1ae3a; 
	text-align: right; 
	padding-right: 15px; 
}
td.login a {
	color: #f1ae3a; 
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}

td.navigation {
	color: #cccccc;
	vertical-align: bottom;
	text-align: right; 
	padding: 0 15px 5px 0;
}
td.navigation span {
	background-color: #667669;
	padding: 2px 6px 3px 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-right: 4px;
}
td.navigation span a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}

td.content {
	padding: 10px;
	vertical-align: top; 
	text-align: center; 
	background-color: #1d2120;
}

.button {
	background-color: #667669;
	padding: 1px 6px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #aaa;
	margin-right: 4px;
}
.button a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}
.button a:hover {
	color: #f1ae3a; 
}
input.button, button.button {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}

.expand {
	width: 100%;
	height: 100%;
}

table.form {
	border: 1px solid #667669;
	background-color: #fff;
}
table.form td.title {
	background-color: #3a403c;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}

table.display {
	border: 1px solid #667669;
	background-color: #fff;
}
table.display td.title {
	background-color: #3a403c;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}
table.display th {
	font-weight: normal;
	text-align: left;
}
table.display td.label {
	text-align: right;
	padding-right: 10px;
}

div.error {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #ff0000; 
	padding-bottom: 10px;
}
div.info {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #f1ae3a; 
	padding-bottom: 10px;
}
span.required {
	color: #f00;
	font-weight: bold;
	margin: 3px 0;
}
span.not-required {
	color: #fff;
	margin: 3px 0;
}
tr.row-odd td.admin-open {
	border-left: 3px solid #ffffff;
}
tr.row-even td.admin-open {
	border-left: 3px solid #cdcdcd;
}
td.admin-closed {
	border-left: 3px solid #f1ae3a;
}