﻿.calframe {
	width: 166px;
	border: solid 1px #9FB3AB;
}
.caltable {
	padding: 0px
}
.calhead {
	background-color: #9FB3AB;
	font-family: Arial; 
	font-size:8pt; 
	width:134px; 
	height:20px; 
	overflow:hidden; 
	text-align:center; 
	font-weight:bold;
	padding: 2 0 0 0;
	color:#FFFFFF;
	float: left;
}
html>body .calhead {
	width:136px; 
}
.calhead A {
	color: #FFFFFF;
}
.dayCell, .selectedCell, .otherCell {
	 width:20px; height:20px; overflow:hidden; text-align:center; font-weight:bold;
}
.dayCell A, .otherCell A, .selectedCell A {
font-family: Arial; font-size:8pt; font-weight:bold; color:#333333; text-decoration: none;
}
.selectedCell A {
	color: red;
}
.otherCell A {
	color: silver;
}
.weekday {
	font-family: Arial; font-size:8pt; width:20px; height:20px; overflow:hidden; text-align:center; font-weight:bold; color:#336699;
}
DIV #content A
{
	color: Black;
	text-decoration: none;
}
DIV #content A:hover
{
	text-decoration: underline;
}