body {
	background-color: #ffffff;
	color: #555555;
	margin: 10px;
	font-family: arial, sans-serif;
	font-size: 14px;
}
img {
	border: 0;
}
a, a:visited, a:active {
	color: #9a2001;
}
a:hover {
	color: #fd4011;
}
h1 {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #444444;
}
h2 {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #444444;
}
h3 {
	font-family: Trebuchet MS, verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

.formtable {
	width: 100%;
}
.formlabel {
	width: 20%;
	vertical-align: top;
}
.formfield {
	vertical-align: top;
}
.formhelp {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	margin-top: 0;
}
.formrequired {
	font-size: 11px;
	color: #ff0000;
}
.formbutton {
	margin-top: 10px;
}
.savebutton {
	background-color: #fff7ea;
	padding-left: 15px;
	padding-right: 15px;
}
.savebuttonnm {
	width: 100px;
	background-color: #fff7ea;
}
.savebuttonnw {
	margin-top: 10px;
	background-color: #fff7ea;
}
.formback {
	padding: 5px;
	background-color: #fff7ea;
	border-top: 1px solid #b82501;
	border-bottom: 1px solid #b82501;
}
.formhtml {
	font-family: courier;
	font-size: 11px;
}

input, select, textarea, optgroup {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.formerror {
	font-size: 11px;
	color: #ee0000;
	font-weight: bold;
}

.formerrors {
	padding: 5px;
	border-top: 1px solid #ff9393;
	border-bottom: 1px solid #ff9393;
	margin-bottom: 3px;
	background: #ffecec url('/images/exclame.gif') no-repeat 99% 50%;
}

.success {
	padding: 5px;
	border-top: 1px solid #96ff93;
	border-bottom: 1px solid #96ff93;
	margin-bottom: 3px;
	background: #edffec url('/images/tick.gif') no-repeat 99% 50%;
}

.listtable {
	width: 100%;
	border: 0;
}

.listheader {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	height: 25px;
}

.listheader td {
	border-bottom: 1px solid #dddddd;
}

.listheader a {
	color: #ffffff;
}

.listheader a:visited {
	color: #ffffff;
}

.listheader a:hover {
	color: #ffff00;
}

.listsubheader {
	background-color: #F2F5F7;
	color: #000000;
	font-weight: bold;
	height: 25px;
}

.listrow td {
	height: 25px;
	border-bottom: 1px solid #dddddd;
}

.listcol {
	height: 25px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
}

.smalllistrownoborder td {
	font-size: 11px;
}

.smalllistrow td {
	font-size: 11px;
	padding-bottom: 4px;
	border-bottom: 1px solid #dddddd;
}

.hoverlistrow td {
	height: 25px;
	border-bottom: 1px solid #dddddd;
	background-color: #fff7ea;
}

.highlistrow td {
	height: 25px;
	border-bottom: 1px solid #dddddd;
	background-color: #fff7ea;
}

.highlistcol {
	height: 25px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #cccccc;
	background-color: #fff7ea;
}

.coltable {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.small {
	font-size: 11px;
}
.spacer {
	clear: both;
}

.pages {
	text-align: center;
	margin: 0;
}
.page {
	padding: 7px;
	background-color: #ffffff;
	margin-left: 1px;
}
.pagedots {
	padding: 7px;
	margin-left: 1px;
}

.selpage {
	padding: 7px;
	background-color: #fff7ea;
	color: #000000;
	margin-left: 1px;
}

.bread {
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
	background-color: #fff7ea;
}

.buttons {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
} 

.buttons li {
	float: left;
	margin-right: 1px;
	background-color: #fff7ea;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

.loginform {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 7px;
}

.userloginerrors {
	width: 206px;
	padding: 5px;
	border-top: 1px solid #ff9393;
	border-bottom: 1px solid #ff9393;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	background: #ffecec url('/images/exclame.gif') no-repeat 99% 50%;
}

.logintitle {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#content {

}
#cleft {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#cright {
	margin-left: 220px;
	padding-left: 10px;
	border-left: 1px solid #aaaaaa;
}

pre {
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;	
	border-bottom: 1px solid #dddddd;
	padding: 5px;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.properties {
	width: 100%;
	margin-top: 10px;
}
.properties th {
	text-align: left;
	font-weight: bold;
	background-color: #eeeeee;
}
.hash {
	width: 100%;
	margin-top: 10px;
}
.hash th {
	text-align: left;
	font-weight: bold;
	background-color: #eeeeee;
}
