/************************************************/
div.calendar  {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : normal;
	color : #c0c0c0;
	background-color : black;
	text-align: left;
}

div.calendar_title {
	margin-top: 10px;
	margin-bottom: 10px;
	color : #00f;
	font-size: 150%;
	font-weight: bold; 
	text-align : center;
}

/*********************************************************/
/************* CALENDAR ********************************/
table.calendar {
 	table-layout: fixed;
 	border-collapse:collapse;
 	width: 100%;
}
 
.calendar td {
	height: 70px;
	border-width:1px;
 	border-style:dotted;
 	border-color:#444;
 	padding:3px;
}

div.calendar_day {
	color : #ccc;
	font-size: 12px;
	font-weight: bold; 
	text-align : center;
}
div.calendar_date {
	color : #888;
	font-size: 12px;
	font-weight: bold; 
	text-align : center;
}
div.calendar_time {
	color : #c00;
	font-size: 14px;
	font-weight: bold; 
	text-align : center;
}
div.calendar_summary {
	color : #66f;
	font-size: 110%;
	font-weight: bold; 
	text-align : left;
}

div.calendar_description {
	color: #dda;
}

div.calendar_icon {
	text-align: center;
 	padding: 3px;
}

