table#weeks {
	border: 1px solid black;
	border-collapse: collapse;
}
table#weeks tr.l0 { background: #DDDDDD; }
table#weeks tr.l1 { background: #EEEEEE; }
table#weeks th, table#weeks td {
	padding: 3px;
}
table#weeks th {
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}
table#weeks tr.heading {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background: #AAAAAA;
}
table#weeks tr.heading th {
	padding: 6px;
	text-align: center;
}

/***[Faction colors]********************/
tr.Academy th { background: #FA9200 !important; }
tr.Academy td { background: #FFCC66 !important; }

tr.Dungeon th { background: #7659AB !important; }
tr.Dungeon td { background: #999966 !important; }

tr.Haven th { background: #4F85DB !important; }
tr.Haven td { background: #FFE77D !important; }

tr.Inferno th { background: #B20000 !important; }
tr.Inferno td { background: #8F817B !important; }

tr.Necropolis th { background: #32403E !important; color: #BFC1CD !important; }
tr.Necropolis td { background: #919B2A !important; }

tr.Sylvan th { background: #82712F !important; }
tr.Sylvan td { background: #66BB33 !important; }

tr.Fortress th { background: #EE3333 !important; }
tr.Fortress td { background: #CCCCDD !important; }

tr.Stronghold th { background: #663E27 !important; color: #FFEEDD !important; }
tr.Stronghold td { background: #CC6622 !important; }
