body {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	background-color: #000000;
	background-image: url(../img/png/bg2.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.border-table {
	width: 940px;
	
}


#main-table {
	
}

#main-top {
	background: #FFF;
	height: 250px;
	vertical-align: bottom;
	
	
}

#main-video {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFF;	
}


#main-content {
	background-color: #FFF;	
}


#main-foot {
	background-color: #FFF;	
}

#header-table {
	background: no-repeat #FFF url('../img/jpg/logo.jpg');
	
}

.navigation {
	vertical-align: middle;
}

#footer-table {
	padding-top: 3px;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFF;
}

#modules-table {
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}

.module-table-left {
	background: #877500;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

.module-table-middle {
	background: #877500;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

.module-table-right {
	background: #877500;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

.module-heading {
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 2px solid #CCC;
	margin-right: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}

.text-heading {
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 2px solid #000;
	margin-right: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.module-text {
	font-size: 11px;
	color: #CCC;
}

.text-text {
	padding-right: 5px;
	padding-left:8px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 11px;
	color: #000;
}

.text-text a {
	color: #000;
}

.text-text a:hover {
	color: #960417;
}


.module-text a {
	color: #000;
}

.module-text a:hover {
	color: #960417;
}

.module-table-head {
	background: #877500;
	
	padding-right: 4px;
}




.main-top-left {
	width: 20px;
	text-align: left;
	background-image: url(../img/png/top-left.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.main-top-middle {
	width: 900px;
	height: 20px;
	text-align: center;
	background-image: url(../img/png/top-middle.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.main-top-right {
	width: 20px;
	text-align: right;
	background-image: url(../img/png/top-right.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.main-middle-left {
	width: 20px;
	text-align: left;
	background-image: url(../img/png/middle-left.png);
	}
	
.main-middle-right {
	width: 20px;
	text-align: right;
	background-image: url(../img/png/middle-right.png);
	}
	
.main-bottom-left {
	width: 20px;
	text-align: left;
	background-image: url(../img/png/bottom-left.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.main-bottom-middle {
	width: 900px;
	text-align: center;
	height: 20px;
	background-image: url(../img/png/bottom-middle.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.main-bottom-right {
	width: 20px;
	text-align: right;
	background-image: url(../img/png/bottom-right.png);
	background-repeat: no-repeat;
	background-position: top;
	}



/* CALENDAR */

#calendar {
	z-index: 30;
}

#calendar table {
	border-collapse: separate;
	border: 1px solid #000;
	border-width: 0px 0px 1px 1px;
	font-size: 20px;
}
#calendar td, th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/png/cells.png);
	color: #FFF;
}
#calendar th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#calendar td:hover, th:hover {
	background-position: 0px -81px;
	color: #000;
}
#calendar td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#calendar td.date_has_event:hover {
	background-position: 162px -81px;
}
#calendar td.padding {
	background: url(../img/jpg/calpad.jpg);
}
#calendar td.today {
	background-position: 81px 0px;
	color: white;
}
#calendar td.today:hover {
	background-position: 81px -81px;
	color: #000;
}
#calendar .events {
	position: relative;
}
#calendar .events ul {
	text-align: left;
	position: absolute;
	display: none;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	background: #E7ECF2;
	border: 1px solid #000;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #000;
	-webkit-box-shadow: 0px 8px 8px #333;
	overflow: auto;
	max-height: 260px;
}
#calendar .events li {
	padding-bottom: 5px;
}
#calendar .events li span {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #000;
	width: 100%;
}
#calendar .events li span.title {
	font-weight: bold;
	color: #222;
}

#calendar a {
	color: #555;
}

#calendar ol {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}

/* CALENDAR */

/* INSTANT EDIT */

#pallet p:hover {cursor:pointer; border:}

/* INSTANT EDIT */



.text-heading-no-border {
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}