 
@CHARSET "ISO-8859-1";

.tablecal {
	background-color: silver; 	
}

.cellday {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	height: 25px;
	width: 25px;
}

.cellday_over {
	background-color: #C3D0DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
	height: 25px;
	width: 25px;
}

.cellday_today {
	background-color: #C3D0DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-align: right;
	height: 25px;
	width: 25px;
}

.celldays {
	background-color: #3F5C7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	height: 25px;
	width: 25px;
	text-decoration: none;	
}

.cell_other_days {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BBBBBB;
	text-align: right;
	text-decoration: none;	
}

.celldays_a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;	
}

.celldays_a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;	
}

.cell_week {
	background-color: #8397AF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	height: 25px;
	width: 25px;
}

.cell_control {
	background-color: #3F5C7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-align: center;
	height: 25px;
	width: 25px;
}

.cell_window {
		
}

.calmain {
	height: auto;
	width: auto;
}