.calendarTable {
 background-image: url('/images/bg-calendar.gif');
 background-position: left top;
 background-repeat: no-repeat;
 width: 593px;
 height: 500px;
}
.calendarTable th {
  font-weight: bold;
}
.calendarTable td {
 position: relative;
 width:78px;
 height:97px;
 padding: 0px;
 font-family:georgia,times;
 color: #E2F0F3;
 font-size: 60px;
 text-align: center;
}
.calendarTable td#currentDay {
  font-weight: bold;
	background-color: #A6DFEA;
}
.calendarTable thead td {
  background-color: lightblue;
  color: #000000;
  padding: 3px;
  text-align: center;
}
.numberscal {
	 position: absolute;	 
	 width: 82px;
	 padding: 0px;
     text-align: center;
     /*margin-left: -40px;*/
}

.calArrows {
	text-decoration: none;
	color: #35A2B9;
}
.infoDay {
	font-size: 11px;
	color: #1C6A7D;
	font-family: trebuchet ms, arial, geneva, verdana, sans-serif;
}
.boxikInfo {
	font-size: 30px;
	color: #1C6A7D;
	font-family: trebuchet ms, arial, geneva, verdana, sans-serif;
}

.calendarTable a {
 position: relative;
 width:78px;
 height:97px;
 padding: 0px;
 font-family:georgia,times;
 color: #E2F0F3;
 font-size: 60px;
 text-align: center;
 text-decoration: none}
}
