﻿.c {
	width: 169px;
	position: relative;
}
.c .calHeader {
	position: relative;
	height: 21px;
	text-align: center;
}
.c .calTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 1px;
}
.c .calHeader img {
	border-style: none;
}
.c .calPrev, .c .calNext {
	position: absolute;
	top: 2px;
	z-index: 5;
}
.c .calPrev {
	left: 3px;
}
.c .calNext {
	right: 3px;
}
.c table {
	width: 100%;
	height: 140px;
	border-collapse: collapse;
}
.c th, .c td {
	width: 14%;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 1px;
}
.c th {
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.c td {
	height: 21px;
	border-color: #CCCCCC;
	text-align: right;
	vertical-align: top;
	color: #CCCCCC;
}
.c .Day {
	border-color: #000000;
	color: #000000;
}
.c .Special {
	font-weight: bold;
}
.c .Today {
	background-color: #FFFFCC;
}
.c .Selected {
	background-color: #9999FF;
}
.c .Over {
	background-color: #99CCFF;
	color: #FFFFFF;
	cursor: pointer;
}
.c .Disabled {
	border-color: #000000;
	color: #CCCCCC;
}
.c .PrevMonth {
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.c .PrevMonthLast {
	border-right-color: #000000;
}
.c .NextMonth {
	border-top-color: #000000;
}
.c .NextMonthFirst {
	border-left-color: #000000;
}
.c .Hidden {
	border-style: none;
	visibility: hidden;
}