/* Warpath custom styles*/
table.wp-index { } 

/* Calendar */
table.calendar td{ font-size: 11px; text-align: center;}
.calendar-month { text-decoration:none;}
.calendar-weekday { font-weight:bold; width: 24px; }
.calendar-day { }
.calendar-day-event { font-weight:bold; }
.calendar-today { border: solid #3D7DB8; border-width: 1px;}
.calendar-today-event { font-weight:bold; border: solid #3D7DB8; border-width: 1px;}}

/* TWD latest games */
.twd { font-size: 10px; text-decoration:none;}
.twd td{ font-size: 10px; text-decoration:none;}

/* Roster size and colors */
.roster { font-size: 11px; color: #DDDDDD; text-decoration:none;}
.roster a { text-decoration:none;}
.roster a:hover { text-decoration:underline;}
.captain { color: #CD3327;}
.assistant { color: #2971B3;}
.pilot { color: #DDDDDD;}

/* TWD point ladders */
.ladder { font-size: 11px; text-decoration:none;}
td.very-low { background-color: #808080; font-size:10px;}
td.low { background-color: #2F74B3; font-size:10px;}
td.medium { background-color: #008000; font-size:10px;}
td.high { background-color: #DD800C; font-size:10px;}
td.very-high { background-color: #AA0000; font-size:10px;}
