#calendar_small {
	width:215px;
	position:relative;
	float:right;
	margin-top:-278px;
	background: url(../images/body/calendarbg.gif) center top no-repeat;
	padding-top:45px;
	overflow:hidden;
}

.calendar3 {

	background:#fff8e7;
	padding-left:17px;
}
.dp-popup h2 {

}
table.jCalendar {
	width: 180px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	border: none;
	background-color:#fff8e7;
	padding:0;
    border-collapse: separate;
    border-spacing: 2px;
	margin-bottom:10px;

}
table.jCalendar th {
	font-weight:normal;
	color: #636363;
	font-family: "Trebuchet MS";
	font-size: 10px;
	text-transform: uppercase;
	background-color:#f4e5c8;
	padding:0 2px;
	padding-left:4px;
	padding-right:4px;
}
table.jCalendar td.calendar_line {
    line-height: 3px;
}
table.jCalendar td.disabled {
    color:#c3b79e !important;
}
table.jCalendar td {
    color: #636363 !important;
    line-height: 13px;
    padding:0;

    text-align: center;
text-decoration:none;
}
table.jCalendar td.other-month {
	color: #c3b79e !important;
}
table.jCalendar td.today {
	background:#d87560;
	color:#fff !important;
}
table.jCalendar td.selected {
	color: #ffffff !important;
	background-color:#0e61af;
	text-decoration: none;
	text-align:center;
}
table.jCalendar td.selected:hover {
	color: #636363;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	color: #0d62b0 !important;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover, table.jCalendar td.other-month:hover {
    background-color: inherit;
	color: #aaa;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	padding: 2px;
	border: 4px solid #e7eff8;
	line-height: 1.1em;
	background-color:#fff8e7;

	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 192px;
}
#jqCalendar div.dp-popup {
	border:none!important;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	float:left;
	clear:none;
	color: #636363;
	font-family: "Trebuchet MS";
	font-weight: normal;
	margin: 2px 0;
	padding: 0;
	width: 128px;
	text-align:left;
	font-size: 14px;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:0;
}

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: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	margin-left: 138px;

	top: 6px;
	left: 4px;
	width: 16px;
}
div.dp-popup div.dp-nav-prev a {
	background:#d87560;
}
/* 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;
	margin-right:17px;
	
	top: 6px;
	right: 0px;
	width: 16px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
	background:#d87560;
}

div.dp-popup div.dp-nav-prev a , div.dp-popup div.dp-nav-next a {
    color: #ffffff;
	background-color:#d87560;
	text-decoration: none;
	display: block;
	width:12px;
	margin:0;
	height:10px;
	line-height:12px;
	font-weight: bold;
	padding: 0 0 2px 3px;
}
div.dp-popup div.dp-nav-prev a:hover , div.dp-popup div.dp-nav-next a:hover {
	color: #636363;
	background-color:#e1ecf7;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}


div.dp-popup td.disabled.today {
	cursor: default;
	background:#d87560;
	color:#fff !important;	
}

div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
a.dp-choose-date {
	float: left;
	width: 14px;
	height: 14px;
	padding: 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(images/calendar.gif);
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 65px;
	float: left;
	color: #5e5e5e;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}









/* ADDON */

#calendar_small .links {
	float:left;

	/*top:-10px;*/

}
#calendar_small ul.links {
	margin:0px;

	padding:0px;
}
#calendar_small .links li {
	display:block;
	float:left;
	width:16px !important;
	height:16px;
	overflow:hidden;
	margin:0 5px 0 0;
	padding:0px !important;
	background:url(../images/icons.png) 0px 0px no-repeat;
}
#calendar_small .links a {
	display:block;
	width:16px !important;
	height:16px;
	overflow:hidden;
}
#calendar_small li.ical {
	background-position:-16px 0;
}
#calendar_small li.print {
	background-position:-32px 0px;
}
#calendar_small a.calendar-link {
	float:right;
	font-size:12px;
	color:#d97560;
	position:relative;
	/*top:-12px;*/
	padding:2px 0px;
	text-decoration:underline;
}
#calendar_small a.calendar-link:hover {
	color: #5e5d5b;
}

/* EVENTS */

.calendarbody .calendar {
	margin-bottom:15px;
}
.calendarbody h2 {
	margin-left:0px;
}
.calendarbody .events {
	padding:0;
	margin:10px 0;

	
}
.calendarbody .events li {
	display:block;
	position:relative;
	font:normal 12px Arial, Serif;
	position:relative;
	padding:0 0 20px 0;
	background:none;
	margin:0;

}
.calendarbody .events a {
	padding:0 !important;
	background:none !important;
	text-decoration:none !important;
}
.calendarbody .events strong {
	display:block;
	color:#810101;
	line-height:13px;
	padding:0 0 0 40px;
	margin:0;
	font-size:10px;
}
.calendarbody .events .date {
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	overflow:hidden;
	text-align:center;
}
.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:#222;
	padding:3px 0 3px 40px;
	font-size:10px;
	line-height:11px;
}
.calendarbody .events em {
	display:block;
	padding:0;
	font-size:9px;
	font-style:italic;
	color:#ccb182;
}
.calendarbody a.more {
	font-size:10px;
	text-decoration:underline !important;
}
.calendarbody a.more:hover {
	text-decoration:underline;
}







#calendar_small ul.events li {
	list-style:none !important;	
}

#jqCalendarResults1 li {
	list-style:none !important;	

	margin:0px;
	padding:0px;
	background-image:none;
}

ul.events li a {
	font-weight:100;
	text-decoration:none;
}
#calendar_small .more {
	font-size:11px;
	text-decoration:underline;
	float:left;
	width:180px;
	margin-bottom:15px;
	margin-top:0px;
}
#calendar_small .more:hover {
	text-decoration:none;
}
#calendar_small  p {
	font-size:11px !important;	
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#calendar_small  .date {
	float:left;
	display:block;
	width:180px;
	text-align:left;
}
#calendar_small  .date span {
	font-size:13px !important;	
	color:#d6755f;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:0px;
	padding-bottom:0px;
}
#calendar_small ul {
	text-align:left;	
}

#ajaxloading {
	color:#015d7b;
	font-size:10px;
	text-align:center;
	line-height:15px;
	display:none;
}
.notxt {
	text-indent:-1000px;	
}