#calendar-table
{
  font-family: Arial;
  font-size: 12px;
  width: 200px;
  background-color: #000000;
  position:absolute;
}

#calendar-table a
{
  text-decoration:none;
  color:#002477;
}

#calendar-table a:hover
{
  text-decoration: underline;
}

#calendar-month
{
  background-color: #ffffff;
}

#calendar-header td
{
  text-align: center;
  background-color: #eeeeee;
  width: 15px
}

#calendar-date
{
  background-color: #ffffff;
}
.WrapperCalendar
{
	float:left; 
	width:160px; 
	padding-bottom:5px; 
	margin-top:0px; 
	height:200px; 
 }
.TBLCalendar
{
	border-collapse: collapse; 
	width:160px; 
	font: normal 8pt/22px "Tahoma,Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
 }
.TBLCalendar td 
{	
	border-right: 1px solid #A2ADBC;	
	border-bottom: 1px solid #A2ADBC;	
	width: 20px;	
	height: 20px;	
	text-align: center;
	}
.TBLCalendar td a 
{	
	text-decoration: none;	
	display: block;
	}
.TBLCalendar td a:link, td a:visited 
{	
	color: #2a1864; 
	text-decoration:underline;
	}
.TBLCalendar td.Selector 
{
	background: #f9d43d;
	}

.TBLCalendar td
{ 
	width:22px; 
	height:22px;
	border:1px solid #f9d43d; 
	text-align:center; 
	background-color:#FFFFFF; 
	color:#fdf5db;
	}
.TBLCalendar td:hover 
{ 
	background-color: #f9d43d;  
	color:#2a1864;
}

.TBLCalendar td.Day
{
	background-color:#FFFFFF;  
	text-align:center; 
	color:#2a1864; 
	font-weight:bold;
}
.TBLCalendar td.Day a:link
{
	background-color:#FFFFFF;  
	text-decoration: underline;
	color:#2a1864;
}

.TBLCalendar td.Today
{ 
	text-align:center; 
	color:#053468; 
	background-color:#de3333;
}
.TBLCalendar td.Today a:link
{
	color:#FFFFFF; 
	background-color:#de3333;
}

.TBLCalendar td.Daydisable
{
	background-color:#FFFFFF;  
	text-align:center; 
	color:#fdf5db; 
	font-weight:bold;
}
.TBLCalendar td.Daydisable a:link
{
	background-color:#FFFFFF;  
	text-decoration: underline;
	color:#fdf5db;
}

.TBLCalendar td.DateNotAvailable
{
	background-color:#FFFFFF;  
	text-align:center; 
	color:#2a1864;
}
.TBLCalendar td.DateNotAvailable a:link
{
	background-color:#FFFFFF;  
	text-decoration: underline;
	color:#2a1864;
}

caption 
{	margin: 0;	
 	padding: 0;	
 	width: 160px;	
 	background: #f9d43d;	
 	color: #2a1864;	 	
 	font: normal 9pt/20px "Tahoma";	
 	text-align: center;	
 	border-right: 1px solid #A2ADBC;	
 	border-left: 1px solid #A2ADBC;	
 	border-top: 1px solid #A2ADBC;
 	}
th 
{	
	font: normal 8pt/20px "Tahoma";	
	color: #2a1864;	
	background: #fef5d2;	
	border-right: 1px solid #A2ADBC;	
	border-bottom: 1px solid #A2ADBC;	
	border-top: 1px solid #A2ADBC;
	border-left: 1px solid #A2ADBC;
	}


