.smcalendar {  
    border: 1px dotted #999999;
    border-collapse: collapse;
    font-size: 7pt;
    width: 100%; 
}

.smcalhead { 
    text-align: center;
    background-color: #f9f9f9;
    color: #003344;
    /*font-variant: small-caps;*/
    font-size: 9pt;
}

.smcaldate {
    background-color:#667733;
    color:white;
    font-family:verdana;
    font-size:6pt;
    padding:1px;
    font-weight: bold;
}

.datetoday {
    color: red;
}

.smcaldata {
    font-family:verdana;
    padding:1px;
}

.smcalendar th {
    border: 1px dotted #999999;
    background-color: #aaccdd;
}

.smcalendar td {
    vertical-align: top; 
    border: 1px dotted #999999;
    height: 20px;
}

td.viewingday {
    background-color: #fc0;
}

td.lastmonth {
    background-color: #f6f6f6;
}

td.outseason {
    background-color: #999;
}

td.nextmonth {
    background-color: #f6f6f6;    
}

td.thismonth {
    background-color: #ffffdd;
}

td.currentday {
    background-color: orange;
}

.calleaguegame {
    background-color: red;
    color: green;
}

.cal_bullet {margin-right:2px;padding-right:18px;display:inline}
.cal_bullet .cal_league_shield {position:absolute;width:16px;height:16px;background-image:url(http://smimgs.com/images/calendar/shield_silver.gif);background-repeat: none}
.cal_bullet .cal_league_cup {position:absolute;width:16px;height:16px;background-image:url(http://smimgs.com/images/calendar/trophy_silver.gif);background-repeat: none}
.cal_bullet .cal_smfa_shield {position:absolute;width:16px;height:16px;background-image:url(http://smimgs.com/images/calendar/shield_gold.gif);background-repeat: none}
.cal_bullet .cal_smfa_cup {position:absolute;width:16px;height:16px;background-image:url(http://smimgs.com/images/calendar/trophy_gold.gif);background-repeat: none}

