.calCalendar {
    background-color: #d4d0c8;
    border: '2px Outset #dddddd' ; }
		    
a.calClickable {
    cursor: Hand ;
    color: Blue;
	text-decoration: None ; 
	font: normal 12px Arial;
	font-weight: normal ; 
}

a:hover.calClickable {
    cursor: Hand ;
    color: Orange;
	font: normal 12px Arial;
    font-weight: bold ; 
    }

a.calSelected
{
	font: 12px Arial;
	cursor: text;
	color: white;
	text-decoration: none;
}

a:hover.calSelected
{
    cursor: text ;
    color: white;
	font: normal 12px Arial;
}

.calTitleBar {
    background-color: #3a6ea5;
    font-weight: Bolder ;
    color: #ffffff ; }

.calDay {
	background-color:d4d0c8 ; }
    
.calDayCurrent {
	background-color: Blue ; }

.calHourInput {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000000;
	border: 0px inset #000000;
	font-size: 12px;
	line-height: normal;
	height: 17px;
	width: 15px;
	background-color: white;
}

.calMinInput {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000000;
	border: 0px inset #000000;
	font-size: 12px;
	line-height: normal;
	height: 17px;
	width: 15px;
	background-color: white;
}

.calWord {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	color: #000000;
	border: 0px inset #000000;
	font-size: 12px;
	line-height: normal;
	height: 17px;
	width: 5px;
	background-color: white;
}

.calSpace
{
	font-family: "ËÎÌå";
	font-size: 12px;
}

td.selectedDate
{
	font-family : Arial;
	font-size : 8pt;
	color: #ffffff;
	background-color: #000099;
}

td.cal {
	background-color: #FFFFFF;
}

td.calToday
{
	font-family : Arial;
	font-size : 8pt;
	background-color :Gold;
	border: 0px;

}

.calNonCurrentMonth
{
	font: "normal 8pt Arial"; 
	color: "LightGrey" ;
}

.calHeadWord {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;

}

.calHeadWord1 {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;

}

.calSelector {
	font-family: "Webdings";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.calFootWord {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: Blue;
	font-weight: normal;
}

.calCheckBox {
	background-color: #CCCCCC;
	height: 16px;
	width: 15px;
	border: 0px;
	background-image: none;

}

th.calTh {
	background-color: LightGray;
	border: 0px;
}

tr.calTrHead {
	background-color: Black;
	border: 0px;
}

tr.calTrFooter {
	background-color: LightGrey;
	border: 0px;
}

table.calTable
{
	background-color: black;
}
