
/* These are used on all pages */
body {
	background-color: #660000;
	font-family: tahoma, verdana, arial;
	font-size: 12pt;
}
#pagestruct {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 100%;
}
#bannerbar {
   vertical-align: bottom;
}
#subbanner {
   color: #660000;
   font-size: 16pt;
   font-style: italic;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#contentHeader {
   color: #660000;
   text-align: center;
   font-size: 16pt;
   margin-bottom: 20px;
}
#contentSubheader {
   text-align: center;
   font-size: 12pt;
}
#navbar {
	height: 500px;
	vertical-align: top;
	text-align: center;
}
#navbarbottom {
	vertical-align: bottom;
}
#contentbody {
	/* background-color: #FFFFCC; */
	background-color: white;
	padding: 3px;
	padding-left: 4px;
	vertical-align: top;
}
#footer {
   color: white;
   font-size: 8pt;
   padding: 3px;
   vertical-align: top;
}
.emphasis {
   font-weight: bold;
   font-size: 13pt;
}
hr.contentDivider {
   clear: both;
   margin-left: 20%;
   margin-right: 20%;
   border-style: dashed;
}
a.morelink {
	font-family: "Century Gothic";
   font-size: 10pt;
	font-weight: bold;
}

/* This section dedicated to the navigation bar */
td.navbar {
	width: 150px;
	background-color: #8D8459;
}
a.navlink {
   display: block;
   margin-bottom: 3px;
   padding-left: 1px;
   padding-right: 1px;
   padding-top: 2px;
   padding-bottom: 2px;
   background-color: #B6AE8B;
   color: black;
   text-decoration: none;
   border-top: thin solid white;
   border-left: thin solid white;
   border-bottom: thin solid black;
   border-right: thin solid black;
}
a.navlink:link {
   background-color: #B6AE8B;
   color: black;
}
a.navlink:visited {
   color: gray;
}
a.navlink:hover {
   color: blue;
}
a.navlink:active {
   border-top: thin solid black;
   border-left: thin solid black;
   border-bottom: thin solid white;
   border-right: thin solid white;
}
div.navlink {
   font-weight: bold;
   background-color: #B6AE8B;
   margin-bottom: 3px;
   padding-left: 1px;
   padding-right: 1px;
   padding-top: 2px;
   padding-bottom: 2px;
   border-top: thin solid black;
   border-left: thin solid black;
   border-bottom: thin solid white;
   border-right: thin solid white;
}

/* These are used on the Index page */
.concertList {
   margin-left: 20px;
}
.concertList dt {
   font-weight: bold;
   margin-top: 5px;
}
.concertList dd {
   font-style: italic;
}
#specialNote {
   font-weight: bold;
   font-family: Times New Roman;
}
#rightsidebox {
   position: relative;
   top: 20px;
   right: 5px;
   width: 120px;
	background-color: #8D8459;
   float: right;
   font-size: 10pt;
   padding: 3px;
   margin-left: 10px;
   margin-bottom: 5px;
   text-align: center;
}
#centerImageCaption {
	text-align: center;
	font-size: 8pt;
}
#diTbl {
	background-color: #F1F1F1;
	border: none;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#diTblR1, #diTblR3, #diTblR4 {
	text-align: center;
}
#diTblR2C1, #diTblR2C2, #diTblR2C3 {
	padding-left: 50px;
	font-style: italic;
	text-align: left;
}
#diTblR4 {
	font-size: 13pt;
	padding-top: 15px;
}


/* These are used on the Previous Concert page */
.prevconc_list li {
   border-top: thick solid black;
   border-right: thick solid black;
   margin-bottom: 10px;
   margin-right: 10px;
   padding: 10px;
   list-style-type: none;
}
.prevconc_list li h3 {
   font-size: 13pt;
   font-weight: bold;
   text-transform: uppercase;
   margin-top: 3px;
   margin-bottom: 2px;
}
.prevconc_where {
   font-style: italic;
   font-size: 10pt;
}

/* These are used on the Obtaining a Recording page */
.addressBlock {
	margin-left: 2em;
	font-size: 14pt;
}