/* CSS Document */

a.cal_head { color: black; }
a.cal_head:hover { text-decoration: none; }

.cal_head
{
	background-color: #DDEEFF;
	color:            black;
	font-family:      Verdana;
	font-size:        12px;
	font-weight:      bold;
	font-style:       normal;
}

.cal_days 
{
	background-color: #054E83;
	color:            #FFFFFF;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      normal;
	font-style:       normal;
}

.cal_content
{
	background-color: #DDEEFF;
	color:            #000000;
	font-family:      Verdana;
	font-size:        10px;
	font-weight:      normal;
	font-style:       normal;
}

.cal_empty_content
{
	background-color: #CCCCCC;
}

.cal_today
{
	background-color: #DDEEFF;
	color:            #054E83;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bolder;
	font-style:       normal;
}

.cal_event, a.cal_event 
{
	background-color: #FFFFFF;
	color:            #054E83;
	font-family:      Verdana;
	font-size:        11px;
	font-weight:      bold;
	font-style:       normal;
}
.cal_table
{
	border: 1px solid #CCCCCC;
}
