a.cal_head
	{

	}

a.cal_head:hover
	{
		text-decoration: none;
	}

.cal_head
	{
		background-color:	#99BE81;
		color:            	#E1F0E5;
		font-family:      	Tahoma, sans-serif;
		font-size:        	11px;
		font-weight:      	bold;
		font-style:       	normal;
		text-align: 		center;
	}

.cal_days
	{
		width: 				20px;
		background-color: 	#99BE81;
		color:				#56793F;
		font-family:		Tahoma, sans-serif;
		font-size:			11px;
		font-weight:		bold;
		font-style:			normal;
		text-align:			center;
	}

.cal_content
	{
		background-color: #A6C692;
		color:            #000000;
		font-family:      Tahoma, sans-serif;
		font-size:        10px;
		font-weight:      normal;
		font-style:       normal;
	}

.cal_today
	{
		background-color: #DCEED0;
		color:            #339966;	
		font-family:      Tahoma, sans-serif;
		font-size:        10px;
		font-weight:      bold;
		font-style:       normal;
	}

 .cal_event, a.cal_event
	{
		background-color: #99BE81;
		color:            #EEEEEE;
		font-family:      Tahoma, sans-serif;
		font-size:        10px;
		font-weight:      bold;
		font-style:       normal;
	}
	
	
#tip {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	
	position: absolute;
	border: 1px solid #CCCCCC;
	background: #f8ffc6;
	padding: 4px;
	display: none;
	color:black;
}
