* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}

.navigation
{
	background: url(../Images/navbutton.png);
	color: #ffffff;
	font-weight:bolder;
}

table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	margin: 0px auto;
	font-size: 20px;
}
td {
	width: 200px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	background: url(../Images/MonthCell.png);
	background-repeat:repeat;
	color: Black;
	/*position: relative;*/
}
th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	background: url(../Images/greycell.png);
	background-repeat:repeat;
	color: #ffffff;
}

td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
td.date_has_event {
	background-position: 162px 0px;
	background: url(../Images/ordinaryCell.JPG);
	color: Blue;
}
td.date_has_event:hover {
	background-position: 162px -81px;
}
td.today_date_has_event {
	background-position: 162px 0px;
	background: url(../Images/ordinaryCell.JPG);
	background-repeat:repeat;
	color: Blue;
}
td.today_date_has_event:hover {
	background-position: 162px -81px;
}
td.padding {
	background: url(../Images/calpad.jpg);
}
td.today {
	width: 200px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	background: url(../Images/ordinaryCell.JPG);
	background-repeat:repeat;
	color: Red;
}
td.today:hover {
	background-position: 81px -81px;
}

.celldiv {
	width: 200px;
	height:80px;
	text-align: center;
	vertical-align: top;
	background: url(../Images/MonthCell.png);
	background-repeat:repeat;
	color: Black;
	/*position: relative;*/
}
.today1 {
	width: 200px;
	height: 100px;
	text-align: center;
	vertical-align: top;
	background: url(../Images/ordinaryCell.JPG);
	background-repeat:repeat;
	color: Red;
}
.date_has_event1 {
	background-position: 162px 0px;
	background: url(../Images/ordinaryCell.jpg);
	color:Blue;
}
.date_has_event1:hover {
	background-position: 162px -81px;
}
.today_date_has_event1 {
	background-position: 162px 0px;
	background: url(../Images/ordinaryCell.JPG);
	background-repeat:repeat;
	color: Blue;
}
.today_date_has_event1:hover {
	background-position: 162px -81px;
}
.padding {
	background: url(../Images/calpad.jpg);
}

.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../Images/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: 5px;
}
.events li span.desc {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}
.events li span.title {
	font-weight: bold;
	color: #000000;
}
.desc1 {
	display: block;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
.title1 
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

