@charset iso-8859-1;


.wctable {
	background: white;
	font-family :Verdana, Arial, Helvetica, sans-serif; 
	font-size :11px;
	color:#000000;
	border: solid 1px #0D6FB6;
	width:210px;
}

.wctable td {
	text-align: center;
}

.wcweek {
	color:#FFFFFF;
	background: #0072BB;
}
.wcweek td {
	width:18px;
}

.wcrow1 {
	background: #EEEEEE;
}
.wcrow0 {
	background: #DDDDDD;
}

.wcsun, .wcsat {
	color:#777777;
	font-style: italic;
}

.wcmon A, .wctue A, .wcwed A, .wcthu A, .wcfri A, .wcsun A, .wcsat A  {
	color:#DD4444;
	text-decoration: none; 
	font-weight: bold;
}

.wcdaysel {
	background: #DD4444;
	color:#FFFFFF;
}

.wcmonth {
	color:#EEEEEE;
	background: #519ED4;
	background-image: url(/2e/2/static/calBg.gif);
	background-repeat: repeat-x;
}
.wcmonth td {
	font-weight: bold;
}

.wcmonth td A {
	color:#EEEEEE;
	font-size :13px;
	text-decoration: none; 
}
.wcmonth td A:hover {
	text-decoration: underline; 
}