a, .Highlight, h1, h2, h3, h4, h5, h6, {
	text-decoration:none;
	color:#900;
}
a:hover {
	color:#F2C303;
}
.error {
	color:#900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
.statusdiv {
	background:#333;
	color:#FFF;
	padding:16px;
	-moz-border-radius: 0 0 10px 10px;
	margin-bottom:10px;
}
.statusdiv div {
	float:right;
	color:#FF9900;
}
.nav_menu_right {
	border-left:1px solid #ccc;
	background-color:#DADADA;
}
.bodybit {
	margin:30px;
}
.footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.footer a, .statusdiv .Highlight {
	color:#FF9;
}
.footer div {
	background:#333;
	color:#FFF;
	-moz-border-radius: 10px 10px 0 0;
	margin:30px 10px 0;
	line-height:50px;
	height:50px;
}
.footer ul, .footer li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.footer a {
	display:block;
	margin:0 20px;
}
.footer a:hover {
	color:#FF0;
}
.smalltext {
	font-size:12px;
}

.listtable {
	margin:16px;
}
.listtable, .listtable .headrow td {
	border-color:#333;
	border-style:solid;
	border-width:0px 1px 1px ;
	color:#FFF;
	background:#333;
	font-family: Arial, Helvetica, sans-serif;
}
.listtable td {
	background:#EEE;
	color:#333;
	font-size:14px;
}
.listtable .td2 td {
	background:#DDD;
}
.listtable .userheadrow td {
	background:#666;
	color:#FFF;
}
.listtable tr:hover td {
/*	background:#FFC; */
}
.listtable .redtxt td {
	color:#900;
}
.pointer {
	cursor:pointer;
}


.loginstyle p, .loginstyle h1, .loginstyle h2, .loginstyle h3, .loginstyle h4, .loginstyle h5, .loginstyle h6, form {
	margin:20px;
}

.members_form {
	border:2px solid #ccc;
	padding:10px;
	background-color: #FAE4A5;
}
