
table.calendar {
    border-collapse: collapse;
}

caption {
    font-family: Verdana;
    font-size: 10pt;
    padding-bottom: 1pt;
}
th {
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
    background-color: black;
    padding: 1pt;
    line-height: 150%;
    /* border: 1px solid #ccc; */
	color: white;
}
td {
    font-family: Verdana;
    font-size: 10px;
    text-align: left;
    vertical-align: top;
}
td.calCell {
    /* border: 1px solid #b5bece; */
    border: 1px solid white;
    background-color: #cccccc;	
    /* padding: 3px; */
}
td.calCellEmpty {
    /* background-color: #f3f3f7; */
    background-color: #999999;	
}
td.calCellBusy {
    /* background-color: #efeffa; */
    background-color: #cccccc;
}
div.dayNumber {
    text-align: center;
    /* background-color: #f8f8f8; */
    background-color: #666666;	
    border-bottom: 1px solid white;
	color: white;
	font-weight: bold;
	font-size: 10px;
}
ul {
    margin-left: 0;
    margin-top: 3pt;
    padding: 0px 1px 0px 1px;
    list-style-type: square;
	color: black;
	text-align: center;

}
ul a {
	color: #993300;
}