@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
	font-size: 100%;
	background-color: #F6F491;
}
.oneColFixCtr #container {
	width: 842px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 650px;
	position: relative;
	background-color: #F6F491;
	background-image: url(images/splashyellowfade.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 62px;
}
#bottombar {
	padding-right: 0px;
	padding-bottom: 0;
	position: absolute;
	text-align: center;
	width: 842px;
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
	font-size: 80%;
	color: #425B4C;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 0px;
	left: 0px;
	top: 550px;
	margin: 0px;
	height: 50px;
}
#player {
	height: 420px;
	width: 150px;
	position: absolute;
	top: 60px;
	z-index: 1;
	left: 20px;
}
#player ul {
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
	font-size: 90%;
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#player a:link {
	font-weight: bold;
}
#player a:visited {
	color: #666600;
	font-weight: bold;
}
#player a:hover {
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #DC201E;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p  {
	font-family: "Myriad Pro", "Myriad Web", "Lucida Grande", "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 85%;
	line-height: 130%;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px;
}
#dynamiccontent {
	position: relative;
	height: 550px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 220px;
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
}
#tablearea {
	height: 550px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 0px;
	position: relative;
	top: 20px;
	width: 500px;
}
#tablearea p {
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
	font-size: 85%;
	color: #000000;
	font-weight: normal;
	line-height: 130%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#tablearea  h1 {
	color: #DC201E;
	font-size: 95%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
}
.formtable {
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
	font-size: 90%;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-align: left;
}
.formtable td {
	text-align: left;
	vertical-align: top;
}
#tablearea a:link {
	color: #DC201E;
	text-decoration: none;
}
#tablearea a:visited {
	color: #425B4C;
	text-decoration: none;
}
#tablearea a:hover {
	color: #EC9D24;
}
#headingarea {
	text-align: left;
	width: 500px;
	padding: 0px;
	margin-top: 20px;
	position: relative;
}
.date {
	font-family: "Myriad Pro", "Lucida Grande CY", Verdana, Helvetica;
	color: #ec9d24;
	font-size: 90%;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
}
.title {
	font-size: 105%;
	font-weight: bold;
	color: #DC201E;
	padding-bottom: 2px;
	padding-top: 4px;
}
.body {
	color: #000000;
	font-size: 85%;
	padding-bottom: 15px;
	padding-right: 80px;
	margin: 0px;
}
.giginfo {
	font-weight: normal;
	color: #000000;
	font-size: 85%;
	padding-bottom: 15px;
	padding-right: 80px;
}
.gigvenue {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}
.gigdate {
	font-size: 85%;
	color: #66040C;
	font-weight: bold;
	padding-top: 2px;
}
#headingarea h1 {
	font-size: 140%;
	color: #DC201E;
	margin: 0px;
	padding: 0px;
}
.tableheading {
	font-weight: bold;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EC9D24;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 95%;
}
.tableentry {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
}
.backlink {
	font-size: 90%;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
