﻿.calFrame {
	width: 162px;
	/*border: solid 1px #666666;*/
	padding: 0px;
	background-color: White;
}
.caltable {
	padding: 0px;
	border-left: solid 1px #CCCCCC;
	background-color: White;
}
.caltable TBODY 
{
	border-left: solid 1px #CCCCCC;
}
.calhead {
	background-color: #175AB1;
	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:132px; 
}
.calhead A {
	color: #FFFFFF;
}
TD.dayCell, TD.selectedCell, TD.otherCell {
	 width:22px; height:22px; 
	 overflow:hidden; text-align:center;
	 vertical-align: middle;
	 font-weight:bold;
	 border-bottom: solid 1px #CCCCCC;
	 border-right: solid 1px #CCCCCC;
	 padding: 0px;
	margin: 0px;
	 padding: 0px;	 
}
.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;
}
