body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #4C4C4C;
	background-image: url('/img/background.png');
	background-repeat: repeat-x;
	color: white;
}



a {
	text-decoration: none;
	color: #C6C6C6;
}

#footer {
	margin: 0px auto;
	padding-bottom: 10px;
	width: 780px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	background: #333333;
	font-size: 10px;
	text-align: center;
}


#error {
	position: absolute;
	display: block;
	top: 20%;
	left: 40%;
	width: 20%;
	height: 15%;
	background: #A8A8A8;
	border: solid black 1px;
	color: black;
	padding: 0px;
}

#error_title {
	margin: 0px;
	padding: 0px;
	width: 100% !important;
	height: 14px;
	background-image: url('/img/back-gradient.png');
	background-repeat: repeat-x;
}

#error_title_title {
	margin-left: 10px;
	float: left;
	color: white;
	font-size: 10px;
}

#error_close {
	margin-right: 10px;
	float: right;
	color: white;
	font-size: 10px;
}

#error_close:hover {
	cursor: pointer;
}

#error_msg {
	margin: 10px;
	text-align: left;
	clear: both;
}

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

#header {
	margin: 0px auto;
	width: 780px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	background: #333333;
	padding-bottom: 1px;
}

#home {
	float: left;
	margin: 4px;
	font-size: 10px;
}

#login {
	margin: 4px;
	float: right;
	text-align: right;
	font-size: 10px;
}

#login > input {
	margin: 0px 4px;
	border: solid #A3A3A3 1px;
	font-size: 8px;
	width: 100px;
}

#login > button {
	color: black;
	width: 50px;
	font-size: 8px;
	padding: 0px;
	border: solid #A3A3A3 1px;
	background-image: url('/img/altback.png');
	background-repeat: repeat-x;
}

#navdiv {
	clear: both;
	margin: 0px auto;
	margin-bottom: 4px;
	padding: 0px;
	width: 760px;
}

#navdiv > img {
	margin: 0px;
	float: left;
}

#navdiv > ul {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	list-style: none;
}

#navdiv > ul > li {
	margin: 0px;
	background-image: url('/img/nav-back.png');
	float: left;
	display: block;
	height: 36px;
	width: 186px;
}

#navdiv > ul > li > img {
	margin: 0px;
	padding: 0px;
	float: right;
}

#navdiv > ul > li > a {
	margin: 0px auto;
	padding: 9px 0px;
	font-size: 12px;
	font-weight: 900;
	color: white;
	float: left;
	width: 185px;
	text-align: center;
}

#navdiv > ul > li > a:hover {
	color: #333333;
}

#boxtop {
	margin: 0px auto;
	margin-top: 16px;
	clear: both;
	width: 758px;
	height: 11px;
	background-image: url('/img/boxtop.png');
}

#boxmid {
	margin: 0px auto;
	clear: both;
	width: 758px;
	background-image: url('/img/boxmid.png');
	background-repeat: repeat-y;
}

#boxleft {
	float: left;
	width: 390px;
	margin: 5px;
	padding: 10px;

}

#boxright {
	float: right;
	width: 325px;
	margin: 5px;
}

#boxmid > br {
	clear: both;
}

#boxbot {
	margin: 0px auto;
	margin-bottom: 10px;
	clear: both;
	width: 758px;
	height: 7px;
	background-image: url('/img/boxbot.png');
	background-repeat: no-repeat;
}

#clearbox {
	clear: both;
}

#content {
	margin: 0px auto;
	width: 780px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	background: #333333;
}

.mceContentBody *{
	color: white;
	background: black;
}

#content-body {
	margin: 0px auto;
	clear: both;
	width: 718px;
	min-height: 200px;
	padding: 5px 20px;
	background-image: url('/img/content-back.png');
	background-repeat: repeat-y;
}

#content-body label {
	display: block;
	width: 150px;
	float: left;
}

#content-body textarea {
	width: 75%;
	height: 20%;
}

#content-bottom {
	margin: 0px auto;
	margin-bottom: 4px;
	clear: both;
	width: 758px;
	height: 11px;
	background-image: url('/img/content-bottom.png');
	background-repeat: no-repeat;
}

#title {
	margin: 0px auto;
	padding: 0px;
	width: 758px;
	height: 32px;
	background: url('/img/title-back.png');
	background-repeat: repeat-x;
}

#title-left {
	margin: 0px;
	padding: 0px;
	float: left;
}

#title-right {
	margin: 0px;
	padding: 0px;
	float: right;
}

.titletag {
	display: inline;
	position: relative;
	font-size: 16px;
	color: #171717;
	top: -28px;
	left: 10px;
}

.piclist div {
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid black 1px;
	float: left;
	width: 120px;
	font-size: 10px;
	text-align: center;
}


#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{
	color: black;
	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;
}


