* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}

table {
	border-collapse: separate;
	border: 1px solid #FFFFFF;
	border-width: 0px 0px 1px 1px;
	margin: 6px 4px;
	font-size: 12px;
}

table td:hover {
	background: #FFFFFF;
	color: #000000;
	font-size: 13px;
}

td, th {
/*	width: 61px;
	height: 61px; */
	width: 56px;
	height: 38px;
	text-align: center;
	vertical-align: middle;
/*	background: url(../images/png/cells.png); */
	color: #444;
	position: relative;

	/* transparent */
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
th {
	height: 16px;
	font-weight: bold;
	font-size: 12px;
}
td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	background-color: #A9A9F5;
	color: white;
}
td.date_has_event:hover {
	background-position: 162px 0px;
}

/****** new Public Holiday *****/
td.publicholiday {
	background-position: 162px 0px;
	background-color: #FF1493;;
	color: white;
}
td.publicholiday :hover {
	background-position: 162px 0px;
}


td.padding {
	height: 38px;
//	background: url(../images/jpg/calpad.jpg);
}
td.today {
	background-position: 243px -81px;
	color: black;
}
td.today:hover {
	background-position: 162px 81px;
}
td.holiday {
//	background-position: 243px -81px;
	background-color: #FF1493;
	color: white;
}
td.holiday:hover {
//	background-position: 162px 81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 12px;
	background: #E7ECF2 url(../images/png/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	width: 110px;
	-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: 11px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: blue;
}

/****** new Public Holiday *****/
.public_h {
	position: relative;
}
.public_h ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 12px;
	background: #E7ECF2 url(../images/png/popup.png) no-repeat;
	color: red;
	border: 1px solid white;
	font-size: 11px;
	width: 110px;
	-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;
}
.public_h li {
	padding-bottom: 5px;
}
.public_h li span {
	display: block;
	font-size: 11px;
	text-align: left;
	color: #555;
}
.public_h li span.title {
	font-weight: bold;
	color: red;
}


