body {
	background-color : #808080;
	color: #ffffff;
	font-size: 80%;
	font-family: arial, sans-serif;
}

a {
	color: #DAE5F4;
	text-decoration: underline;
}

div#body {
	width: 800px;
	margin: 50px auto 0 auto;
}

div#mainPane {
	clear: both;
	width: 800px;
	border: 1px solid #B2B2B2;
}

span#topbar {
	display: block;
	border-bottom: 1px solid #B2B2B2;
	background-color: #666666;
	width: 800px;
	height: 25px;
}

div#contentpane {
	margin-left: 25px;
	margin-right: 225px;
}

div#pagination {
	text-align: center;
	width: 580px;
}

p#smallprint {
	color: #000000;
	font-size: 80%;
	text-align: center;
	margin-top: 1px;
}

h1 {
	width: 435px;
	float: left;
	color: #000000;
	height: 40px;
	margin: 0;
	letter-spacing: 0.4px;
}

h1 span {
	color: #FFFFFF;
}

h1 a {
	color: #000000;
	text-decoration: none;
}

span.iteminformation {
	display: none;
}

br.clear {
	clear: both;
}

p.error {
	color: #FFA970;
}

p.errorwarning {
	display: block;
	padding-left: 30px;
	background-image: url(/_images/icons/warning.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	color: #FFA970;
	margin-left: 5px;
}

img#signup {
	margin-left: 8px;
	margin-bottom: 10px;
	border: 0;
}

form span.error {
	display: block;
	padding-left: 90px;
}

form label.leftlabel {
	float: left;
	width: 85px;
	padding-top: 3px;
}

form input.styled, textarea.styled, select.styled {
	border: 1px solid #676767;	
	background-color: #EAEAEA;
	margin: 2px;
}

form input.fixed, textarea.fixed {
	width: 300px;
}

form input.rightbutton {
	margin-top: 30px;
}

form input.errorinput, form textarea.errorinput, form select.errorinput {
	border: 1px solid #FF0000;
}

ul#backlinks {
	list-style: none;
	margin: 35px 0 0 0;
	padding: 0;
}

ul#backlinks li {
	background-repeat: no-repeat;
	padding-left: 31px;
	padding-top: 5px;
	padding-bottom: 12px;
}

ul#backlinks li.feed {
	background-image: url(/_images/icons/loudspeaker_sm.gif);
	background-position: 0 2px;	
}

ul#backlinks li.home {
	background-image: url(/_images/icons/home_sm.gif);
	background-position: 0 3px;		
}

ul#backlinks li.a {
	text-decoration: none;	
}