.monthTable {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #000000;
}

.monthRow {
	font-weight: bold;
	color:#FF00FF;
	background-color:#CCCCCC;
	text-align:center;
}

.dayRow {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	background-color:#CCCCCC;
	text-align:center;
}

a {
	font-weight: bold;
	color:#FF00FF;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color:#FF00FF;
	text-decoration: underline;
}

a.thisDay {
	font-weight: bold;
	color:#663399;
	text-decoration:none;
}

a.thisDay:hover {
	font-weight: bold;
	color:#663399;
	text-decoration:underline;
}

a.days{
	font-weight: normal;
	color:#666666;
	text-decoration:none;
}

a.days:hover {
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
}

a.selDay{
	font-weight: normal;
	color:#666666;
	text-decoration:none;
	border:1px solid #666666;
}

a.selDay:hover {
	font-weight: normal;
	color:#666666;
	text-decoration:underline;
	border:1px solid #666666;
}

.weekTable {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

.weekHeader {
	background-color:#CCCCCC;
	color:#FF6633;
	text-align:center;
	font-weight:bold;
}

.weekSide1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	background-color:#FF6633;
	text-align:center;
	width:3px;
}

.weekSide2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	background-color:#FFCC33;
	text-align:center;
	width:3px;
}

.weekSide3 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#333333;
	background-color:#66CC66;
	text-align:center;
	width:3px;
}

.weekDay {
	background-color:#CCCCCC;
	color:#666666;
	text-align:center;
	width:25px;
}

.weekEvent {
	background-color:#FFCCFF;
	color:#666666;
	text-align:left;
	width:100%;
}