
.cdate
{
	font-size: 9pt;
	width: 70px;
}

.ctoday
{
	font-size: 9pt;
	width: 70px;
	font-weight: bold;
	color: #7a003b;
	background-color: #dfdfdf;
}

#caltbl
{
	width: 174px;
	font-size: 10px;
	margin: 2px 5px 0 5px;
	padding: 1px;
	border: 1px solid #777;
	border-radius: 5px;
}

#caltbl th
{
	margin: 0;
	font-size: 10px;
	background-color: #333;
	text-align: center;
	color: white;
	padding: 2px 0 3px 0;
	border-radius: 3px;
	box-shadow: inset 0px 5px 4px rgba(240, 240, 240, .3);
}

#caltbl th.calweh a, #caltbl th.calweh a:visited
{
	color: white;
	text-decoration: none;
}

#caltbl th.calweh a:hover
{
	color: cyan;
	text-decoration: none;
	font-weight: bold;
}

#caltbl td
{
	font-size: 10px;
	background-color: #f8f8f8;
	text-align: center;
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	padding: 2px;
}

#caltbl td.calweh
{
	background-color: #322;
	font-weight: bold;
	color: white;
	border-radius: 3px;
	box-shadow: inset 0px 5px 4px rgba(240, 240, 240, .3);
}

#caltbl td.calwe
{
	background-color: #d0cccc;
	color: #888;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 3px;
	box-shadow: inset 0px 5px 4px rgba(240, 240, 240, .8);
}

#caltbl td.calwe:hover
{
	background-color: #ffe;
	color: red;
}

#caltbl td.calday
{
	background-color: #e0e0e9;
	color: #666;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 3px;
	box-shadow: inset 0px 5px 4px rgba(240, 240, 240, .8);
}

.calsel
{
	font-size: 7pt;
	font-weight: bold;
}

#caltbl td.caltoday
{
	background-color: #89d5f5;
	color: #000;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-radius: 3px;
	box-shadow: inset 0px 5px 4px rgba(240, 240, 240, .8);
}

.calsel
{
	background-color: #ff8;
}

#caltbl .calday a, #caltbl .calday a:visited, #caltbl .calwe a
{
	color: #111;
	text-decoration: none;
}

#caltbl .calday a:hover, #caltbl .calwe a:hover
{
	color: white;
	font-size: 7pt;
	text-decoration: underline;
}

.calsel a, .calsel a:visited
{
	font-size: 7pt;
	color: red;
}

.calsel a:hover
{
	font-size: 7pt;
	color: red;
	text-decoration: underline;
}

.callist, .callist td
{
	font-size: 7pt;
	color: #006;
}

.ddiarysmall
{
	font-size: 7pt;
}

.ddiarysmallh
{
	font-size: 7pt;
	color: #008;
	background-color: #ffd;
	padding: 3px;
	border: 1px dashed #7a5;
}


/* Added * */
.cald
{
	color: white;
	background: #060;
	font-size: 6pt;
	font-weight: bold;
	height: 17px;
}

.calday
{
	color: black;
	background-color: #eee;
	font-size: 7pt;
	width: 15%;
}

.calwe
{
	color: black;
	background-color: #ddd;
	font-size: 7pt;
	width: 12%;
}

td.calmonth
{
	color: white;
	background-color: #1f5c8a;
	font-size: 14pt;
	font-weight: bold;
}

