.calCalendar {
    background-color: #004575;
	font-family:Arial;
	border-style: solid;
	border-width:1px;
	border-color: Black;
	color: white;
	width:180;
	height:180;
	
	}
.calClickable {
    width: 15px;
    border: 1px solid #004575;
    cursor: hand;
	color: white;
	font-size: 8pt;
	text-decoration:none;
	text-align:center;
}
.calClickable_hover
{
    width: 15px;
    border: 1px outset yellow;
    cursor: hand;
    color: white;
	font-size: 8pt;
	text-align:center;
	text-decoration:underline;
}
.DimDays_hover{
    width: 15px;
    border: 1px outset Yellow;
    cursor: Hand;
    color: DarkGray;
    text-decoration: underline;
	font-size: 8pt;
	text-align:center;
}
.DisplayDimDays
{
	width: 15px;
    border: 1px solid #004575;
    cursor: hand;
	color: red;
	font-size: 8pt;
	text-decoration:none;
	text-align:center;
}
TD.calMonthsheader {
    background-color: Gainsboro;
    color: Black;
    font-family: Arial;
    font-weight: Bolder;
    font-size: 7pt;
    }
.calTitleBar {
    background-color: #004575;
    font-weight: Bold;
    color: White;
    font-size: 8pt;
    }
.butDateStyle
{border-color:Navy; border-style: solid; border-width: 1px; background-image: url(../Calendar/Images/calendar.gif); width: 23px; height: 23px;}
