body {
	background: black;
	color: white;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

input {
	border: solid #8b8b8b 1px;
	margin: 1px;
	background: black !important;
	color: white;
}

* button {
	text-decoration: none;
}

button {
	background: transparent;
	background-image: url('/img/125pxbutton.png') !important;
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 125px;
	height: 20px;
	border: none;
	color: white;
	font-size: 12px;
}

label {
	width: 140px;
	height: 20px;
	padding-top: 4px;
	padding-left: 2px;
	display: block;
	clear: left;
	float: left;
}

#header {
	width: 780px;
	height: 165px;
}

#header #hidden {
	float: left;
	display: block;
	width: 340px;
	height: 152px;
}

#header #hidden span {
	display: none;
}



#loginbox {
	float: right;
	width: 400px;
	height: 100px;
	margin-top: 10px;
	margin-right: 10px;
	border: solid #8b8b8b 1px;
}

.loginbox-title {
	width: 100%;
	background: #8b8b8b;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#loginbox form {
	margin: 2px;
}

#loginbox form input {
	width: 200px;
}



#login-img {
	border: none;
	margin-top: 10px;
	margin-right: 10px;
	clear: right;
	float: right;
}

#register-img {
	border: none;
	margin-top: 10px;
	margin-right: 4px;
	float: right;
}


#footer { color: inherit;
	  margin-top: 20px;
	  font-size: 10px;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
	  width: 500px;
}

#error {
	width: 770px;
	background: black;
	margin: 30px auto;
	text-align: center;
	color: red;
	font-size: 14px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer > a {
	color: gray;
	text-decoration: none;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}


#nav {
	list-style: none;
	display: block;
	width: 700px;
	height: 20px;
	padding: 0px !important;
	margin: 0px auto !important;
}

#nav > li {
	width: 115px;
	text-align: center;
	padding-top: 2px;
	float: left;
}

#nav > li, #nav > li > a {
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#nav > li > ul {
	display: none;
	position: absolute;
	background: transparent;
	list-style: none;
	width: 160;
	padding: 0px !important;
	margin: 0px auto !important;
}

#nav > li > ul > li {
	position: relative;
	left: -22px;
	text-align: center;
	padding-top: 2px;
	width: 160px;
	float: left;
	clear: left;
	background: #8b8b8b;
	border: solid black 1px;
	border-top: none;
	font-weight: normal;
}

#nav > li > ul > li:hover {
	background: #9c9c9c;
}

#nav > li > ul > li > a {
	font-size: 14px;
	text-decoration: none;
	color: white;
}

#nav > li:hover > ul {
	display: block;
}



#wrapper {
	width: 100%;
}

#left {
	background: transparent url('/img/leftback.png') no-repeat scroll right top;
}

.hr {
	display: block;
	width: 740px;
	height: 1px;
	clear: both;
	padding: 0px;
	margin: 0px auto !important;
	}

#center {
	background-image: url('/img/masthead.png') !important;
	background-repeat: no-repeat;
	background-position: 0px 40px;
	width: 740px;
	padding: 20px;
}

#sidead {
	float: right;
	clear: right;
}

#bottomad {
	width: 100%;
	text-align: center;
}



#right {
	background: transparent url('/img/rightback.png') no-repeat scroll 0 0;
}

#content {
	margin-top: 20px;
	min-height: 400px;
}

#content img {
	border: solid #8d8d8d 1px;
	margin: 10px;
}

.paging {
	width: 100%;
}

.paging a {
	float: left;
	width: 80px;
	margin: 2px;
	border: solid #6a6a6a 1px;
	background: #8d8d8d;
	text-align: center;
}

.listing {
	width: 100%;
	clear: left;
}

.listing th {
	background: #8d8d8d;
	border: solid #6d6d6d 1px;
}

#cal_prev {
	float: left;
}

#cal_prev a{
	color: white;

}

#cal_next {
	float: right;
}
#cal_next a{
	color: white;
}

#cal_cal div {
	clear: both;
	width: 100%;
	text-align: center;
}

#cal_cal_table {
	width: 100%;
}

#cal_cal_table td{
	vertical-align: top;
}

.calday {
	background: #393939;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: white;
	font-weight: 900;
}

.cal_event{
	border-bottom: solid black 1px;
}

.cal_days th {
	background: #6a6a6a;
	width: 14%;
}

.cal_week {
	height: 80px;
}

.cal_offmo {
	background: #8d8d8d;
	color: black;
}

.cal_wkend {
	background: #AFAFAF;
	color: black;
}

.cal_wkday {
	background: white;
	color: black;
}

p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 900;
}