/* calendar */
table.calendar		{ border-left:1px solid #999; 
}
ol.calendar         {
margin:0 auto;display:block; min-height: 200px;

					 background: url(../img/tl.png) top left no-repeat; padding: 1px 0 0 11px;}

tr.calendar-row	{  }
td.calendar-day	{ min-height:100px; font-size:11px; position:relative; 
 background: url(../img/day-bga.png)  bottom right no-repeat;
height:100px;
/*
background-image: url('../img/gradientCalendar.png'); background-repeat: repeat-x;  
*/
} * html div.calendar-day { height:80px;  }
td.calendar-day:hover	{ 
 background: url(../img/day-bg1a.png)  bottom right no-repeat;
}
td.calendar-day-np	{ 

background:#eee; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { 
/*
background:#ccc; 
*/
text-shadow:#ffffff 2px 2px 2px;
background:url(../img/buttonbackground.png);
font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; 
}
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

.calendar-day a:visited {
/*
color:#336633;
*/
color:#363c44;
}
