#calendar_main {
	float:right;
	width:170px;
	margin: -65px 20px 0;
}
.calendarbody {
	width:170px;
	margin:0px 0 0 0;
	padding:10px;
	background:#120b05;
}
table.jCalendar, table.wp-calendar {
	width:170px;
	border-collapse: separate;
	border-spacing:0px !important;
	margin-top:10px;
}
table.jCalendar th, table.wp-calendar th {/*BG week days names*/
	color:#120b05;
	font-weight:100;
	padding: 3px 5px 3px 5px;
	text-transform:uppercase;
	background:#a5d043;
	font-size:11px;
	text-align:center;
}
table.jCalendar td, table.wp-calendar td {/*BG week days*/
	color: #a4937b;
	padding: 3px 3px 3px 2px;
	text-align: center;
	border-top:0px solid #483d2c;
}
table.jCalendar td.other-month {
	color: #483d2c;
}
table.jCalendar td.today {
	background: #a5d043;
	color: #000000 !important;
}
table.jCalendar td.selected {
	background: #d4df30;
	color: #000000;
}
table.jCalendar td.selected.dp-hover {
	color: #fff;
}
table.jCalendar td.dp-hover {
	color:#ffffff;
	text-decoration:underline;
}
table.jCalendar td.today, table.jCalendar tr.activeWeekHover td {
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	color: #483d2c;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
	color: #888;
}
/* For the popup */

.calendars div.dp-popup, .calendarbody div.dp-popup {
	background:none;
	border:0;
	position:relative;
}
div.dp-popup {
	position: relative;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	width: 170px;
	line-height: 1.2em;
	color:#FFF;
	border:0px solid #cec9c2;
	background-color: #fbf9f4;
}
div#dp-popup {
	position: absolute;
	padding:5px;
	width:170px;
	z-index: 199;
}
div.dp-popup h2 {
	text-align: left;
	margin: 2px 0px 5px 0px;
	padding: 0 !important;
	color:#d6e037 !important;
	font-size:14px;
	font-weight:100;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #fff;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 0;
	left: 128px;
	width: 20px;
	height:12px;
	line-height:12px;
}
div.dp-popup div.dp-nav-prev a {
	display:block;
	width:20px;
	height:12px;
	overflow:hidden;
	text-indent:-100px;
	padding:0;
	background:#231d14 url(../images/cal_arr_1.gif) center center no-repeat;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 0;
	left: 150px;
	width: 20px;
	height:12px;
	line-height:12px;
}
div.dp-popup div.dp-nav-next a {
	display:block;
	width:20px;
	height:12px;
	overflow:hidden;
	text-indent:-100px;
	padding:0;
	background:#231d14 url(../images/cal_arr_2.gif) center center no-repeat;
}
div#dp-popup div.dp-nav-prev, div#dp-popup div.dp-nav-next {
	top:7px;
}
div.dp-popup div.dp-nav-next a:hover, div.dp-popup div.dp-nav-prev a:hover {
	background-color:#3a3124;
}
div.dp-popup div.dp-nav-next a.disabled, div.dp-popup div.dp-nav-prev a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
/*
a.dp-choose-date {
	width: 19px;
	height: 16px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(images/calendar.gif);
}*/

a.dp-choose-date {
	float: left;
	width: 15px;
	height: 16px;
	padding: 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(images/calendar.gif);
	margin: 0;
	background-repeat: no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	float: left;
	color: #6e6b5c;
}
input.dp-applied#dpinbody {
	float: left;
	color: #6e6b5c;
	margin-left:5px;
}
/* EVENTS */

.calendarbody .calendar {
	margin-bottom:15px;
}
.calendarbody h2 {
	margin-left:0px;
}
.calendarbody .events {
	padding:0;
	margin:15px 0 0 0;
}
.calendarbody .events li {
	display:block;
	position:relative;
	font:normal 12px Arial, Serif;
	position:relative;
	padding:0 0 10px 0;
	background:none;
	margin:0;

}
.calendarbody .events a {
	padding:0 !important;
	background:none !important;
	text-decoration:none !important;
}
.calendarbody .events strong {
	display:block;
	color:#d5e037;
	line-height:14px;
	padding:0 0 0 0px;
	margin:0;
	font-size:10px;
	text-align:left;
}
.calendarbody .events .date {
	display:block;
	overflow:hidden;
	text-align:left;
}
.date {
	color:#a5d043 !important;
}
.date a:link {
	color:#a5d043 !important;
}
.calendarbody .events span.month, .calendarbody .events span.day {
	display:block;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:16px;
	height:16px;
	color:#bc6214;
	overflow:hidden;
	float:none !important;
}
.calendarbody .events span.day {
	font-size:22px;
	height:24px;
	line-height:24px;
}
.calendarbody .events p {
	display:block;
	color:#a8a8a8;
	padding:0px;
	margin-top:4px;
	font-size:10px;
	line-height:11px;
}
.calendarbody .events em {
	display:block;
	padding:0;
	font-size:9px;
	font-style:italic;
	color:#ccb182;
}
.calendarbody a.more {
	display:block;
	margin-top:4px;
	font-size:10px;
	text-decoration:underline !important;
	color:#a5d043;
}
.calendarbody a.more:hover {
	text-decoration:none !important;
	color:#ffffff;
}
.calendarbody .links {
	float:left;
	position:relative;
	/*top:-10px;*/

}
ul.links {
	margin:0px;
	padding:0px;
}
.calendarbody .links li {
	display:block;
	float:left;
	width:16px;
	height:15px;
	overflow:hidden;
	margin:2px !important;
	padding:0 !important;
	background:url(../images/icons2.png) 0 0px no-repeat;
}
.calendarbody .links a {
	display:block;
	width:16px;
	height:15px;
	overflow:hidden;
}
.calendarbody li.ical {
	background-position:-16px 0;
}
.calendarbody li.print {
	background-position:-32px 0px;
}
.calendarbody a.calendar-link {
	float:right;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#a5d043;
	position:relative;
	/*top:-12px;*/
	padding:2px 0px;
	text-decoration:underline;
}
.calendarbody a.calendar-link:hover {
	color: #ffffff;
}
#ajaxloading {
	color:#015d7b;
	font-size:10px;
	text-align:center;
	line-height:15px;
	display:none;
}
#jqCalendarResults1 {
	position:relative;
	clear:both;
	overflow:hidden;
}

td input.date-pick {
	margin-right:4px;
}
.notxt {
	text-indent:-1000px;	
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	color:#959696;
	background:#262a2c;
	margin:0px;
	width:190px;
	height:30px;
	text-align:center;
}
