﻿body {
}

.MonthHeader
{
	border-right: #48748f 1px solid;
	border-top: #48748f 1px solid;
	font-weight: bold;
	font-size: 12px;
	border-left: #48748f 1px solid;
	color: white;
	border-bottom: #48748f 1px solid;
	font-family: tahoma;
	background-color: #73a7d1;
	height: 20px;
}

.DayHeader td
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: tahoma;
	background-color: #5197d5;
	height: 20px;
	width: 25px;
	vertical-align: middle;
	text-align: center;
}

.DayNormal
{
	font-weight: bold;
	font-size: 11px;
	color: #466E91;
	font-family: tahoma;
	height: 20px;
	width: 25px;
	vertical-align: middle;
	text-align: center;
	
}

.DaySelected_Registration
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: tahoma;
	height: 20px;
	width: 25px;
	vertical-align: middle;
	text-align: center;
	background-color: #ccff66;	
}

.CalContainer
{
	border-right: #4a7393 2px solid;
	border-top: #4a7393 2px solid;
	margin: 1px;
	border-left: #4a7393 2px solid;
	border-bottom: #4a7393 2px solid;
}