#calendar td {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

#calback {
    clear: both;
    width: 100%;
    height: 100%;
    /*background: url('/calendar/images/calWaiting.gif') no-repeat center;*/
    background: #000046;
}

#calendar {
    width: 100%;
    height: 100%;
}

.cal {
    width: 200px;
    /*border: 1px solid #CCC;*/
}

.cal a {
    color: #CC2F1E;
    text-decoration: none;
    font-size: 12px;
}

.cal a:hover {
    color: #800808;
}

.calhead {
    width: 100%;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;  
    /*background: url('/calendar/images/calBack.gif') repeat center left;*/
    padding: 5px;
}

.calhead img {
    border: none;
}

.calhead table {
    width: 100%;
}

.calhead a {
    text-decoration: none;
    border: none;
}

.dayhead {
    height: 10px;
}

.dayhead td {
    text-align: center;
    font-weight:bold;
    color: #CC2F1E;
    padding: 2px;
}

.dayrow {
    text-align: center;
}

.dayrow td {
    width: 14%;
    font-size: 12px;
    text-align:middle;
    color: #ffffff;
    padding: 2px;
}

.day {
}

.dayover {
    background: #000064;
}

.dayout {
    background: #000046;
}

#event {
    font-family: Arial, sans-serif;
    width: 200px;
    border-bottom: 1px solid #727260;
    color:#ffffff;
}

#event .title {
    color:#ffffff;
    font-weight:bold;
    font-size: 15px;
}


#event .game {
    border-top: 1px solid #727260;
    font-size: 12px;
}

#event .game a {
    color:#ffffff;
    text-decoration:none;
}
