td, th, table, div {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

#calendarWrapper {
	height:225px;
	width:200px;
	position:relative;
}

#calLoad {
	position:absolute;
	margin-left:-50px;
	margin-top:-50px;
	left:50%;
	top:50%;
	display:none;
}

.calContain div {
	font-family: Helvetica;
	background: white;
	text-align: center;
	background: url(../img/body.png) repeat-x;
}

.calContain table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 1px auto;
	font-size: 10px;
}
.calContain td, .calContain th {
	width: 28px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells.png);
	color: #444;
	position: relative;
}
.calContain th {
	height: 28px;
	font-weight: bold;
	font-size: 8px;
}
.calContain td:hover, .calContain th:hover {
	background-position: 0px -29px;
	color: #222;
	cursor:default;
}
td.date_has_event {
	background-position: 57px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 57px -29px;
	cursor:pointer;
}
td.padding {
	background: url(../img/calpad.jpg);
}
td.today {
	background-position: 29px 0px;
	color: white;
}
td.today:hover {
	background-position: 29px -29px;
	cursor:default;
}
.events {
	position: relative;
}
.events a {
	font-size: 10px;
	color: #55A;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 4px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 8px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

/* ------- MONTH DIV ---------- */

.calHead {
	height:28px;
	width:200px;
	background: url(../img/body.png) repeat-x;
	position:relative;
}
#calPrevDivFormat {
	height:28px;
	width:28px;
	position:absolute;
	left:0px;
	top:0px;
}
#calMonthDivFormat {
	height:28px;
	width:144px;
	position:absolute;
	left:29px;
	top:0px;
}
#calNextDivFormat {
	height:28px;
	width:28px;
	position:absolute;
	left:172px;
	top:0px;
}
#calPrevDiv {
	height:28px;
	width:28px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
}
#calMonthDiv {
	height:28px;
	width:144px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
}
#calNextDiv {
	height:28px;
	width:28px;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
}