/* set default calendar properties */
.cal, .cal td { color:#000; vertical-align:top; }
.sponsorlinks { margin:12px 0 1px 1px; }
/* .sponsorlinks { margin:5px 3px 10px 0; text-align:right; } */
.calPageBg { background-color:#fff; }
.calBorderBg { background-color:#555; }

/* set default calendar date-cell properties */
.calL { text-align:center; font-size:11px; line-height:14px; font-weight:bold; }
.calR { text-align:right; font-size:10px; line-height:14px; margin-right: 2px; padding-right: 2px; }
.calR a:visited {color :#000;}

/* set game-type specific properties */
.calAway { color:#000; }
.calAwaySt { color:#000; }

.calInactive { color:#000; }
.calPast { color:#666; }

.calAwayBg { background-color:#fff; }
.calAwayStBg { background-color:#e0e0e0; }
.calInactiveBg { background-color:#ccc; }
.calPastBg { background-color:#ccc; }

