body {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	background-color: #fff;
	width: 1200px;
}

body img {
	border: none;
}

body a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

body a:hover {
	text-decoration: underline;
	font-weight: normal;
}

body ul {
	padding: 0;
	margin: 0;
}

body ul li {
	list-style-type: circle;
	margin-left: 25px;
	padding: 0px;
}

body ul li ul li {
	padding: 0 0 0 20px;
}

table {
	border-collapse: separate;
	border-spacing: 2px 2px;
	table-layout: fixed;
	text-align: center;
}

span {
	/* Need this for IE */
	cursor: pointer;
}

span:hover {
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

div.month {
	width: 180px;
	border: 1px solid #cccc99;
}

div.monthHeading {
	text-align: center;
	font-weight: bold;
	background: #cccc99;
	padding: 5px;
}

div.month table tr td {
	width: 20px;
	height: 15px;
}

div.event {
	width: 540px;
}