table.calendar {
	border-collapse: collapse;
	font-size: 14px;
	border-spacing: 0;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	position: relative;
	z-index: 999;
}


/*bottomheader*/
table.calendar table.bottomheader{
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #c8c8c8;
	
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
	width: 100%;
	
	margin: 0;
	padding: 0;
}

table.calendar table.bottomheader td
{
	height: 33px;
	background-color: #ddf5f7;
	color: #444;
	position: relative;
	font-weight: bold;
	margin: 0;
	padding: 0;
	z-index: 0;
}

table.calendar table.bottomheader td.arrowleft, table.calendar table.bottomheader td.arrowright
{
	width: 30px;
	text-align: center;
	background: none;
	cursor: pointer;
	border-radius: 2px;
}

/*topheader*/
table.calendar table.topheader{
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #c8c8c8;
	
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	background-color: #ddf5f7;
}

table.calendar table.topheader td
{
	height: 33px;
	background-color: #ddf5f7;
	color: #444;
	position: relative;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

table.calendar table.topheader td.fil_arrowleft, table.calendar table.topheader td.fil_arrowright
{
	width: 30px;
	text-align: center;
	background: none;
	cursor: pointer;
	border-radius: 2px;
}


/*weekdaysheader*/

table.calendar table.weekdaysheader{
	border-collapse: separate;
	border-spacing: 0;
	
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	
	margin-top: -2px;
	margin-bottom: -2px;
	
	padding: 0;
}
table.calendar table.weekdaysheader td
{
	width: 33px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	background-color: #ddf5f7;
	border: 1px solid #c8c8c8;
	color: #444;
	position: relative;
	font-weight: bold;
}



/*calbody*/
table.calendar table.calbody{
	border-collapse: separate;
	border-spacing: 0;
	
	font-size: 14px;
	
	margin: 0;
	padding: 0;
}

table.calendar table.calbody td
{
	width: 33px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	background-color: #ddf5f7;
	border: 1px solid #c8c8c8;
	color: #444;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	z-index: 0;
}

table.calendar table.calbody td:hover a {
	color: #c8454a;
}

table.calendar table.calbody td:hover {
	color: #ffffff;
}

table.calendar table.calbody td:hover{
	background-color: #a6b8ba;
}

table.calendar table.calbody td.today {
	border-color: #c8454a;
}

table.calendar table.calbody td.dayoff{
	color: #c8454a;
}

table.calendar table.calbody td.dayoff a{
	color: #c8454a;
}

table.calendar table.calbody td.date_has_event {
	background-color: #56b3de;
}
table.calendar table.calbody td.date_has_event:hover {
	background-color: #4087a7;
}

.events {
	position: relative;
	background-color: white;
	font-size: 14px;
}
.events div {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 10px;
	background-color: white;
	color: white;
	border: rgb(179, 0, 0) solid 1px;
	font-size: 14px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	color: #444444;
	
	font-family: "Trebuchet MS";
	font-weight: normal;
}

.events div ul, .events div ul{
	margin-left: 0;
}

.events div ol li, .events div ul li{
	text-align: left;
}

.events a{
	font-size: 14px;
}

.events p{
	font-size: 14px;
}

table.calendar table.calbody td a {
	margin: 0;
	padding: 0;
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #444;
	width: 33px;
	height: 30px;
	line-height: 30px;
}

table.calendar table.calbody td a:hover {
	text-decoration: underline;
}

table.calendar table.calbody td.date_has_event div.events a {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	line-height: 16px;
	position: relative;
	display: inline;
}

table.calendar table.calbody td.date_has_event div.events a:hover {
	text-decoration: underline;
}