html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
	height: 100%;
	border: none;
	background: #fff url("bg.gif") top left repeat-x;
}

body {
	font: normal 12px/20px Arial;
	color: #333;
}

a {
	color: #cc0000;
}

a:hover {
	text-decoration: underline !important;
}

.right {
	float: right;	
}

.sbm {
	padding: 4px 14px;	
	font: bold 15px Arial;
}

.txt {
	font: normal 12px Arial;
	padding: 2px 7px;
	border: 1px solid #b3b4af;
	width: 240px;
}

input[type='text']:hover, input[type='password']:hover, input[type='checkbox']:hover, select:hover, textarea:hover {
	border:1px solid #68ABDC;
}

input[type='text']:focus, input[type='password']:focus, input[type='checkbox']:focus, select:focus, textarea:focus {
	border: 1px solid #fff;
	outline: #cc0000 solid 2px;
	outline-offset: 0px; 
}

input[type='checkbox'] {
	padding: 0;
	border: 1px solid #473A31;
	margin-right: 10px;
}

body:before {
	content : "";
	height : 100%;
	float : left;
	width : 0;
	margin-top : -32767px;
}

#wrap {
	min-height: 100%;
}

#header {
	display: block;
	height: 150px;
	position: relative;
}

#header a {
	color: #fff;
	text-decoration: none;	
}

#header h1 {
	float: left;	
}

#header ul {
	position: absolute;
	bottom: 0;
	right: 0;	
	list-style: none;
}

#header ul li {
	display: inline;
	line-height: 32px;
	margin-left: 10px;
}

#header ul li a.active {
	font-weight: bold;	
}

#main {
	overflow : auto;
	padding-bottom : 155px; /* must be same height as the footer */
}

#footer {
	position: relative;
	margin-top : -135px; /* negative value of footer height */
	padding-top: 40px;
	height : 95px;
	clear : both;
	background: #e5e5e5;
	font-size: 13px;
}

#footer span {
	padding: 0 3px;	
}

#footer img {
	margin-top: -10px;	
}

.centered {
	width: 900px;
	margin: 0 auto;	
}

#content {
	clear: both;
	padding-top: 20px;	
}

#content p {
	padding: 10px 0;	
}

#selector {
	margin-top: 20px;
	background: #E5E5E5;	
	padding: 8px;	
}

table {
	margin: 10px 0;	
}

th, td {
	padding: 8px;	
}

td span {
	display: block;
	font-style: italic;	
	padding-top: 2px;
}

tr.error label, tr.error label a {
	color: red;	
}
