
SPAN	{ font-family:arial, helvetica }

/**** month and year header at top of calendar ****/
.date_header  { 
	font-size:16px; 
	font-family:arial, helvetica; 
	font-weight:bold; 
	/*background-image:url(images/topbg.gif);*/
	background-repeat:repeat-x;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	text-align:center;
}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EFEFEF;height:22px; padding: 0px 0 0 0px; height:50px;}
.day_cell_over			{ background-color:#a8a8a8;height:22px; padding: 0px 0 0 0px; height:50px;}
.empty_day_cell			{ background-color:#fff;height:22px; padding: 0px 0 0 0px; height:50px;}
.today_cell				{ background-color:#CFCFCF;height:22px; padding: 0px 0 0 0px; height:50px;}

.day_new_cell			{ background-color:#CCCCCC;height:22px; padding: 0px 0 0 0px; cursor:pointer;height:50px;}
.day_new_cell_over		{ background-color:#00FFFF;height:22px; padding: 0px 0 0 0px; cursor:pointer;height:50px;}
.today_new_cell			{ height:22px; padding: 0px 0 0 0px;height:50px;}
.event_cell				{ background-color:#33CC66;height:22px; padding: 0px 0 0 0px; cursor:pointer;height:50px;}

/**** day number in upper left corner of each cell E1FFCF ****/
.title_txt {
	font-size:12px; font-family:verdana, arial, helvetica; color:#741801; padding-left:15px; 
}
.title_txt:hover {
	font-size:12px; font-family:verdana, arial, helvetica; color:#741801
}


.day_number	{ font-size:12px; font-family:verdana, arial, helvetica; color:#000; text-align:center; padding-top:15px;  }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header	{ 
		font-size:12px; 
		font-family:arial, helvetica;  
		color:#B15C00; 
		font-weight:bold; 
		background-color:#EEDF78;
		 
}

.calendermonth {
	font-family:Verdana ;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:center;
	height:30px;
}
.txt{
	font-family:Verdana ;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}