/* CSS Document */
table#calendar {
	font-family:"Trebuchet MS", Verdana, Arial;
}
table#calendar caption {
	font-size: 10px;
	font-weight: bold;
	
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #ffffff;
	background-color: #84D3F0;
	font-weight: bold;
	padding: 1px;
}
table#calendar tr#title th {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #40A3C9;
	text-align: justify;
	border: 1px solid #cccccc;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../images/calendar_bg.jpg);
	letter-spacing: 7px;
}
table#calendar td {
	width: 80px;
	height: 60px;
	color: #000000;
	text-align: left;
	border: 1px solid gray;
	border-color: #BBB #EEE #EEE #BBB;
	vertical-align: top;
}
table#calendar .day7 {
	border-right: 1px solid #84D3F0;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;

}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color: #000000;}
table#calendar a:visited {color: #666666;}
table#calendar a:hover {background: #84D3F0;}
table#calendar .day1, table#calendar .day7 {
	background: #e1e1e2;
}
table#calendar .blank {
	background: #ffffff;
	border: 1px solid #AAB;
	border-right: 1px solid #99A;
}
table#calendar .lastweek td {
	border-bottom: 2px solid #AAB;
}
table#calendar .today {
	background-image: url(../images/adminbg1.jpg);
	border: 1px solid #40A3C9;
}
table#calendar p {
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
}
