/* Start of CMSMS style sheet 'Calendar CSS example' */
#big{
border-collapse:separate;
border-color:#9DABCE;
border-style:solid;
border-width:0 0 1px 1px;
font-size:20px;
margin:10px auto;
border-collapse:separate;
border-style:solid;width:567px;
}
#big td, #big th {
	width: 81px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
background:transparent url(images/calander/cells.png) repeat scroll 0 0;
	color: #444;
	position: relative;
}

#big th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}

#big td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}

#big td.date_has_event {
	background-position: 162px 0px;

}
#big td.date_has_event a {
	color: white;
}
#big td.date_has_event:hover {
	background-position: 162px -81px;
}

#big td.padding {
background:transparent url(images/calander/calpad.jpg) repeat scroll 0 0;
}

#big .calendar-today
{
background-position:81px 0;
color:white;
}
#big a {
text-decoration:none;
}
#big  .calendar-today a {
color:white;

}

#big td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}

.events ul {
padding:0px !important;
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
background:#E7ECF2 url(images/calander/popup.png) no-repeat scroll 0 0;
	color: white;
	border: 1px solid white;
	font-size: 15px !important;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
margin:0px !important;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
margin:0 0 0 6px !important;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title a {
	font-weight: bold;
	color: #222;
}


/* End of 'Calendar CSS example' */

