body {
	margin:0;
	}
table#jcal {
	border-collapse: separate;
	border: 1px solid #50463c;
	font-size: 12px;
	font-weight:bold;
	float:right;
}
#jcal td, #jcal th {
	width: 41px;
	height: 41px;
	text-align: center !important;
	vertical-align: middle;
	background: url(/_jcal/img/cells.png);
	color: #444;
	position: relative;
}
#jcal th, #jcal th:hover {
	height: 15px;
	font-weight: bold;
	font-size: 10px;
	color:#6e1200 !important;
	background-position:bottom left !important;
}
#jcal .month, #jcal .month:hover {
	height:25px;
	width:auto;
	border-bottom:1px solid #50463c !important;
	background:url(/_jcal/img/month.gif) bottom left repeat-x;
	font:15px Georgia, "Times New Roman", Times, serif;
	color:#6e1200;
	font-weight:bold;
	padding:0 10px;
	text-align:left !important;
	font-variant:small-caps;
	}
#jcal td:hover, #jcal th:hover {
	background-position: 0px -41px;
	color: #222;
	cursor:default;
}
#jcal td.date_has_event {
	background-position: 82px 0px;
	color:#333;
	cursor:pointer;
	}
#jcal td.date_has_event:hover {
	background-position: 82px -41px;
	cursor:pointer;
	color:#000;
}
#jcal td.padding {
	background: url(/_jcal/img/calpad.jpg);
}
#jcal td.today {
	background-position: 41px 0px;
	color: white;
}
#jcal td.today:hover {
	background-position: 41px -41px;
}
#jcal .events_wrap {
	position:fixed;
	top:0;
	left:50%;
	}
#jcal .events {
	width:287px;
	position:absolute;
	top:181px;
	left:-216px;
}
#jcal .events ul {
	display: none;
	z-index: 1000;
	padding: 0;
	height:261px;
	font-size: 15px;
	list-style: none;
	color: #444444;
}
#jcal .events li {
	padding-bottom: 5px;
}
#jcal .events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #ff0000;
}
#jcal .events li span.date {
	font-weight: bold;
	color: #70635b;
	font:15px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding-top:1px;
}
#jcal .events li span.title {
	font-weight: bold;
	color: #222;
}
.cal-content {
	position:relative;
	padding-right:12px;
	font:14px "Times New Roman", Times, serif;
	left:0;
	top:0;
	}
.cal-content a:link, .cal-content a:visited, .cal-content a:active {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#6f1200;
	line-height:14px;
	text-decoration:none;
	}
	.cal-content a:hover {
		font-family:"Times New Roman", Times, serif;
		font-size:12px;
		color:#6f1200;
		line-height:14px;
		text-decoration:underline;
		}
	.hide { display:none; }
	.cal-content h2 {
		font-weight: bold;
		color: #70635b;
		font:15px Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		line-height:18px;
		font-weight:bold;
		margin:0;
		padding:4px 0;
		}
		.cal-content h3 {
			color: #70635b;
			font:14px Georgia, "Times New Roman", Times, serif;
			line-height:14px;
			padding:0;
			margin:0 0 20px 0;
			}
	.cal-content h4 {
		font-weight: bold;
		color: #70635b;
		font:15px Georgia, "Times New Roman", Times, serif;
		text-transform:uppercase;
		line-height:18px;
		font-weight:bold;
		margin:0;
		padding:4px 0;
		text-align:left;
		}
