/*
  Blue: #3c578e
   Red: #b20b1f
Yellow: #d8a339
*/

BODY {
	background-color: #c4cccc;
	background-image: url('eagle-dance-bkgnd.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

H1, H2, H3, H4, H5, H6, TH, DT, .header, .footer {
	font-family: sans-serif;
}

H1, H2, H3 {
	color: #3c578e;
	border-bottom: 4px solid #b20b1f;
}

H1 {
	margin-top: 0.2em;
}

IMG {
	border-style: none;
}

IMG.left {
	float: left;
}

IMG.right {
	float: right;
}

.webbadges IMG, .footer DIV {
	vertical-align: middle;
}

DIV.footer {
	margin-top: 2em;
}

TABLE.sched {
	width: 100%;
}

TABLE.sched TD {
	text-align: center;
}

TABLE.sched TD A {
	display: block;
}

TABLE.sched TD SPAN.city {
	font-size: 140%;
}

.homelink A {
	font-size: 120%;
}

TABLE.sched TD A, .homelink A {
	padding: 5px;
	font-family: sans-serif;
	font-weight: bold;
}

A {
	color: #3c578e;
}

A:hover {
	background-color: #d8a339;
}

/* Show Details */
TABLE.showDetails {
	border-collapse: collapse;
	border-top: 1px solid #b20b1f;
	width: 100%;
}

TABLE.showDetails TD, TABLE.showDetails TH {
	padding: 5px;
	border-bottom: 1px solid #b20b1f;
}

TABLE.showDetails TH {
	text-align: right;
	color: #3c578e;
	font-size: 130%;
}

TABLE.showDetails B {
	color: #3c578e;
}

UL.tickets {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

UL.tickets LI {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #3c578e;
}
UL.tickets LI.first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
