.cal-top{
    background-color: #0066CC;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    color: white;
}

.cal-entry{
    padding: 10px;
    border-bottom: 1px #999 dotted; 
}

.cal-entry-last{
    padding: 10px;
}

.cal-entry-title{
    font-size: 12px;
    font-weight: bold;
    color: #787878;
}

.cal-entry-text{
    font-size: 12px;
    font-weight: bold;
    color: #003399;
}

.cal-entry-text a {
	color: #003399;
    text-decoration: none;
}

.cal-entry-text a:hover{
	color: #003399;
    text-decoration: underline;
}

.cal-frame {
    float:left;
    background-color: #DAECFA;
    border: 1px solid #CCCCCC;
    width: 100%;
}

