/*****/
.calTable{
   width: 130px;
	border: 1px solid #000000;
	font: 8pt normal Arial, Helvetica, sans-serif;
	background-color: #FFFFEC;
}
.calTable tr th, .calTable tr td{	
	text-align: center;
	vertical-align: middle; 
}
.calTable a, .calTable a:link, .calTable a:visited, .calTable a:active{
	text-decoration: none;
	/*color: #004A90;*/
	color: #000066;
	border: 0px solid;
}
.calDaysRow {
	width: auto;
}
.calDaysRow a:hover{
	text-decoration: underline;
}
.calDaysRow td{
	width: 18px;
	text-align: center;
	vertical-align: middle; 
}
/* Rows */
.calEventsRow{
	width: auto;
	background-color: #4d77c3;
	background-image: url(../images_new/header1Bar_h24_r.jpg);
	height: 15px;
	color: #000000;
	text-align: center;		
}
.calEventsRow a, .calEventsRow a:link , .calEventsRow a:active, .calEventsRow  a:visited{
	color: #000066;
	text-decoration: none;
}
.calHeaderRow{	
 	width: auto;	
	height: 24px;
	background-color: #4d77c3;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images_new/header2Bar.jpg);	
}
.calWeekHeadRow{
	width: auto;
}
.calWeekHeadRow th{	
 	width: auto;
	text-align: center;
	font-weight: bold;
	color: Black;
}
.calHeaderRow td{
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000; 
	text-align: center;
	color: #FFFFFF;
}
.calHeaderLeftTD{
}
.calHeaderRightTD{
}
.calHeaderMiddleTD{	
   /*width:54px;*/
	font: normal normal bold 100% Arial, Helvetica, sans-serif; 
	text-align: center;
}
.calTable a{
	text-align: center;
}
.calTable img{
	text-align: center;
	border: 0px solid black;
}
.calDaysRow td{
	text-align: center;
}
.calVacationDay{
	background-color: #FFDFDF;
}

.calStatementDay{
	background-color: #F0F8FF;
}

.calTable tr td a.calActive {
	display: block;
	font-weight: bold;		
	text-decoration: underline;
}
.calTable tr td.calCurDate{
	border: 1px solid #FF3030;	
}
.calCurVacationDay{
 	background-color: #FFDFDF;
	border: 1px solid #FF3030;	
}
.calCurStatementDay{
	background-color: #F0F8FF;
	border: 1px solid #FF3030;	
}

