@charset "utf-8";
/* CSS Document */
#TCA_calendar{ width: 180px;margin: 0px auto;}
table.calendar_top{padding:5px;margin:10px 0px 5px 0px;}
table.calendar{	font-size: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.month{
	font-size: 100%;
	color: #FFFFFF;
	font-family: Verdana;
	background-image: url(../images/calendar_m.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 22px;
	font-weight: bold;
}

.year{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 150%;
}
.day{
	height: 18px;
	width: 22px;
	text-align: center;
}
.today{
	
	height: 18px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #F364B6;
	
}

.todayTrue{
	
	height: 18px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #F364B6;
	cursor:hand;
}

.satTrue{
	height: 18px;
	width: 22px;
	text-align: center;
	color:#F364B6;	background-color: #E4E4D8;
	cursor:hand;
}

table.calendar .sunTrue{
	color:#3D93C0;
	background-color: #E4E4D8;
	display: block;
	text-align: center;	height: 18px;
	width: 22px;
	cursor:hand;
}

.cuday{
	height: 18px;
	width: 22px;
	text-align: center;
	vertical-align: middle;
	background-color:#E4E4D8;
	cursor:hand;
	color:#666666;
}

.week
{
	
	height: 20px;
	width: 22px;
	text-align: center;
	color: #666666;
}
table.calendar .day{
	color:#999999;
	background-color: #FFFFFF;
	text-align: center;

}
table.calendar .day A {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#666666;	background-color: #E4E4D8;
	display: block;
}
table.calendar .day A:link {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#666666;
}
table.calendar .day A:visited {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#666666;
	text-decoration: underline;
}
table.calendar .day A:hover {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#F78955;
}
table.calendar .sun{
	color:#3D93C0;
	background-color: #FFFFFF;
	display: block;
	text-align: center;	height: 18px;
	width: 22px;
	cursor:hand;
}

table.calendar .sun A {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#3D93C0;	background-color: #E4E4D8;
	display: block;
}
table.calendar .sun A:link {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#3D93C0;
}
table.calendar .sun A:visited {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#3D93C0;
	text-decoration: underline;
}
table.calendar .sun A:hover {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#DD5B5A;
}
table.calendar .sat{
	color:#F364B6;	height: 18px;
	width: 22px;
	background-color: #FFFFFF;
	display: block;
	text-align: center;
	cursor:hand;
}

table.calendar .sat A {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#F364B6;	background-color: #E4E4D8;
	display: block;
}
table.calendar .sat A:link {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#F364B6;

}
table.calendar .sat A:visited {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#F364B6;
	text-decoration: underline;
}
table.calendar .sat A:hover {
	height: 18px;
	width: 22px;
	text-align: center;
	color:#F364B6;
}
table.calendar .today A {
	height: 18px;
	width: 22px;
	text-align: center;
	color: #FFFFFF;
	background-color: #F364B6;
	display: block;
}
table.calendar .today A:link {
	height: 18px;
	width: 22px;
	color: #FFFFFF;
	background-color: #F364B6;}
table.calendar .today A:visited {
	height: 18px;
	width: 22px;	
	color: #FFFFFF;
	background-color: #F364B6;
	text-decoration: underline;
}
table.calendar .today A:hover {
	height: 18px;
	width: 22px;
	text-align: center;
	color: #FFFFFF;
	background-color: #F364B6;
}

