* {
	border: 0px;
	padding: 0px;
}
body {
	font-size: 8pt;
	background-color: transparent;
	background-image: none;
}
table {
	margin: 0px auto;
}
td {
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	background: url(../calendar/cal_cells_small.png);
	color: #444;
	position: relative;
}


td:hover {
	background-position: 0px -23px;
	color: #222;
}
td.date_has_event {
	background-position: 46px 0px;
	color: white;
}
td.date_has_event:hover {
	background-position: 46px -23px;
}

td.Meeting {
	background-position: 46px 0px;
	color: white;
}
td.Meeting:hover {
	background-position: 46px -23px;
}


td.Event {
	background: url(../calendar/cal_cells_event_small.png);
	color: white;
}
td.Event:hover {
	background: url(../calendar/cal_cells_event_small.png);
	background-position: 0px -23px;
}



td.Multiple_Events {
	background: url(../calendar/cal_cells_multiple_events_small.png);
	color: white;
}
td.Multiple_Events:hover {
	background: url(../calendar/cal_cells_multiple_events_small.png);
	background-position: 0px -23px;
}

td.padding {
	background: url(../calendar/cal_pad_small.jpg);
}



td.today {
	background-position: 23px 0px;
	color: #551F0D;
}
td.today:hover {
	background-position: 23px -23px;
}


.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../calendar/cal_popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 13px;
	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: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

/* Day Names Row Setup */
.dayNamesRow {
    line-height: 9pt;
	background-color: #F5F4D3;
	text-align: center;
	vertical-align: middle;
	}
/* Day Name Setup */
.dayNamesText {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 10px; 
	font-weight: Bold; 
	color: #737475;
	background-image: url(../calendar/dayBg.gif);
	}
	
	
.s20 {
	background-color: #CDCDA4;
	background-image: url(s20_small.png);
}

.cal_month { font-weight: bold; font-size: 9pt; color: #66594B; padding: 3px 0 5px 0; background-image: url(bg_small_header.png); background-repeat: no-repeat;}