
TD.cal, TD.calday, TD.calmonth, TD.caltoday, A.textlink, .disabledtextlink {
	font-family: arial; 
	font-size: 8pt; 
}

TD.calday {
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	border-width: 0 0 1 0;
}

TD.calmonth {
	text-align: right;
}

TD.caltoday {
	text-align: right;
	color: white;
	background-color: #FAFAFE;
	border: 1px solid #04004B;
}

TD.textlink { 
	border: solid thin #C0C0C0; 
	border-width: 1 0 0 0;
}

A.textlink { 
	height: 20px;
	color: black;
}

.disabledtextlink { 
	height: 20px;
	color: #808080;
}

A.cal { 
	text-decoration: none;
	color: #000000;
}

A.calthismonth {
	text-decoration: none;
	color: #000000;
}

A.calothermonth {
	text-decoration: none; 
	color: #808080;
}

A.calalert {
	text-decoration: none; 
	color: #FF0000;
}

.calnotclickable{
	color: #808080;
}

.disabled {
	color: #D0D0D0;
	text-decoration:line-through;
}

TABLE.cal {
	border: 1px solid #666666;
	background-color: #ffffff;
}

