/* Cascading Style Sheet for American Wrestling Trivia event calendar
 * © 2002-2024 Peter Krefting
 */

div.calendar {
	margin-left: 1em;
	margin-right: 1em;
}

table {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
	width: 100%;
	margin-top: 1em;
}

tr.top th {
	border-bottom: 1px solid black;
}

tr.bot th {
	border-top: 1px solid black;
	border-bottom: 0;
}

tr.top th, tr.bot th {
	border-right: 1px solid black;
	width: 8%;
	text-align: center;
}

tr th {
	text-align: right;
}

tr.top td, tr.bot td, tr th {
	width: 4%;
}

tr.bot td {
	border-bottom: 0;
}

tr th, td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

td {
	width: 8%;
	text-align: left;
}

th, td {
	vertical-align: top;
	padding-left: 1px;
	padding-right: 1px;
}

td.empty {
	text-align: center;
	vertical-align: middle;
	color: #aaa;
}

.wwf, a.wwf:link {
	color: #050;
	voice-family: female;
}

a.wwf:visited {
	color: #030;
}

.wcw, a.wcw:link {
	color: #088;
	voice-famliy: child;
}

a.wcw:visited {
	color: #066;
}

.ecw, a.ecw:link  {
	color: #640;
	voice-family: male;
}

a.ecw:visited {
	color: #420;
}

.nxt, a.nxt:link  {
	color: #860;
	voice-family: male;
}

a.nxt:visited {
	color: #640;
}

.nxtuk, a.nxtuk:link  {
	color: #a20;
	voice-family: male;
}

a.nxtuk:visited  {
	color: #910;
	voice-family: male;
}

.aew, a.aew:link {
	color: #0aa;
	voice-famliy: child;
}

a.aew:visited {
	color: #088;
}


li {
	list-style-type: disc;
}
