/* CSS Document */

.calendar {
	width:100%;
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	border-collapse:separate;
	border-spacing: 2px;
}
.calendar td {
	width:14%;
	height:100px;
}
.calendar th {
	width:14%;
	height: 30px;
}

.calendar td {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #E6E8EE;
	margin: 3px;
	padding:3px;
	overflow: hidden;
	background-color: #2E5C8F;
}
.calendar td.dark {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 10px;
	border: 1px solid #F2F4FB;
	margin: 3px;
	padding:3px;
	/* background-image: url(../images/calendar-dark.gif); */
	background-repeat: no-repeat;
	background-position: center center;
}
.calendar th {
	font-family: "Lucida Grande", Arial, Helvetica;
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	/* border-bottom: 1px dotted #333333; */
}
.calendar .weekend {
	border: 1px solid #4F9FEF;
}
.calendar .today {
	border: 1px solid #9D2C42;
	background-color: #CCEDFF;
}

.calendar .number {
	display: block;
	right: -1px;
	width: 20px;
	float: right;
	text-align: right;
	clear: both;
	top: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.calendar .today .number {
	display: block;
	right: -1px;
	width: 20px;
	float: right;
	text-align: right;
	clear: both;
	top: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #336699;
}
.calendar .event {
	width:auto;
	display: block;
	float: left;
	text-align: left;
	cursor:pointer;
}
.event ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.event ul li{
	margin-bottom: 5px;
	line-height:12px;
	display: block;
}

a.orange { color: #FF6600; text-decoration:none; cursor:pointer; }
a.blue {color: #0066CC; text-decoration:none; cursor:pointer;}
a.red {color: #990000; text-decoration:none; cursor:pointer;}
a.purple {color: #660066; text-decoration:none; cursor:pointer;}
a.green {color: #336633; text-decoration:none; cursor:pointer;}

.orange { color: #FF6600; text-decoration:none; cursor:pointer; }
.blue {color: #0066CC; text-decoration:none; cursor:pointer;}
.red {color: #990000; text-decoration:none; cursor:pointer;}
.purple {color: #660066; text-decoration:none; cursor:pointer;}
.green {color: #336633; text-decoration:none; cursor:pointer;}
