table#monthlycal, table#weeklycal { width:100%!important; height:100%!important; padding:0; border:1px solid #ccc;margin:0!important;}
#monthlycal th, #monthlycal thead tr, monthlycal thead {height:20px!important;}
#monthlycal td {
	border-top:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	padding:0;
	vertical-align:top;
	overflow:hidden;
	}
	
#monthlycal .calcont { width:100%; height:100%; overflow:hidden;}
	
#monthlycal .calcont ul { padding:0; margin:0;}
#monthlycal .calcont li { list-style:none; list-style-image:url(../images/shared/redbullet.gif); margin-bottom:2px;padding:0;font-size:.8em!important;line-height:1.2em;}

#monthlycal caption {
	background:#900;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	border:1px solid #ccc;
	}
	
#monthlycal thead {
	background:#777;
	text-align:center;
	}
	
#monthlycal th {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding: 0;
	height:20px!important;
	}
	
#monthlycal th a {
	font-weight:bold!important;
	color:#fff!important;
	text-decoration:none!important;
	}
	
#monthlycal th a:hover {
	font-weight:bold!important;
	color:#f90!important;
	text-decoration:underline;
	}

#weeklycal td { border-right:1px solid #ccc; border-top:1px solid #ccc; }
#weeklycal li { list-style:none; list-style-image:url(../images/shared/redbullet.gif); }
	
.alt {
	background:#ece9e7;
	}

.calendarhead {	
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:#900;
	padding:2px;	
	margin:0;				
	}

.calendarhead img {	
	border:0!important;
	padding:3px 5px 0 5px!important;	
	margin:0!important;				
	}
		
.calendarhead a, .calendarhead a:hover {
	color:#fff !important;
	font-weight:bold;
	}
	
.timerow {
	padding:5px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:0;
	}
	
.todaysdate { 
	background-color:#ffc; 
	border:1px;
	}
	
.timestamp {
	font-size:10px;
	color:#666;
	padding-right:10px;
	width:135px!important;
	}	
	
.datecount {
	position:relative;
	top:0;
	left:0;
	margin:0 0 5px 0;
	background-color:#eaeaea;
	display:block;
	width:100%;
	height:15px;
	text-align:left;
	line-height:1.2em;
	font-weight:bold;
	font-size:10px;
	}
	
a .datecount { text-decoration:none; font-weight:bold;}
	
#monthlycal .todaysdate .datecount, #monthlycal .todaysdate a .datecount { 
	background-color:#900; 
	color:#fff;
	}	

#monthlycal .todaysdate a:hover .datecount{ 
	text-decoration:none; 
	color:#f90!important;
	}