/* CSS Document 

a.cal_head { color: green; }
a.cal_head:hover { text-decoration: none; }

.cal_head
{
	background-color: #DDDDDD;
	color:            blue;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_days 
{
	background-color: #DDDDDD;
	color:            black;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_content
{
	background-color: #EEEEEE;
	color:            #000000;
	font-family:      Verdana;
	font-size:        10px;
	font-weight:      normal;
	font-style:       normal;
}

.cal_today
{
	background-color: #DDDDDD;
	color:            blue;
	font-family:      Verdana;
	font-size:        10px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_event, a.cal_event 
{
	background-color: #DDDDDD;
	color:            #000000;
	font-family:      Verdana;
	font-size:        10px;
	font-weight:      bold;
	font-style:       normal;
} */

/* CSS Document */

a.cal_head { color: black; }
a.cal_head:hover { text-decoration: none; }

.cal_head
{
	background-color: #ee7a33;
	color:            black;
	font-family:      Verdana;
	font-size:        12px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_days 
{
	background-color: #f3a959;
	color:            black;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_content
{
	background-color: #dcd485;
	color:            #000000;
	font-family:      Verdana;
	font-size:        10px;
	font-weight:      normal;
	font-style:       normal;
}

.cal_today
{
	background-color: #c27861;
	color:            white;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_event, a.cal_event 
{
	background-color: #b3cce3;
	color:            #942300;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bold;
	font-style:       normal;
}