#wrapper {
background: transparent;
padding-bottom: 300px;
position: relative;
}

#main {
margin: 0;
text-align: left;
}

/* -------- schedule table -------- */
#schedule {
width: 700px;
margin: 10px auto;
}

#schedule h2 { 
font: small-caps 175%/1.5em Georgia, "Times New Roman", Times, serif; 
text-align: left;
margin: 10px 0 25px 25px;
}

/* This handles border options */
#schedule table {
border: 2px solid #6A0701;
border-collapse: collapse;
}

#schedule table.normal {
border: 0;
}
  
#schedule th {
color: #930;
padding: 7.5px;
font-size: 100%;
font-weight: bold;
letter-spacing: .15em;
background: #FDC61F url(/images/backgrounds/schedule/th_gradient.jpg) repeat-x;
border-bottom: 2px solid #6A0701;
}

#schedule a.eid, #schedule a.eid:link, #schedule a.eid:visited {
font-weight: bold;
color: #6A0701;
text-decoration: none;
}

#schedule a.eid:hover {
text-decoration: underline;
}

#schedule th a, #schedule th a:link, #schedule th a:visited, #schedule th a:hover {
color: #930;
text-decoration: none;
}

#schedule th a:hover {
text-decoration: underline;
}

#schedule td.scheduled {
background: #fff url(/images/backgrounds/schedule/tr_gradient.jpg) repeat-x;
padding: 11px;
font-size: 85%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #6A0701;
}

#schedule td.normal_scheduled {
background: #fff url(/images/backgrounds/schedule/tr_gradient.jpg) repeat-x;
padding: 11px;
font-size: 100%;
font-weight: normal;
text-align: left;
}

#schedule td.heading {
color: #930;
padding: 7.5px;
font-family: verdana, lucida, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
letter-spacing: .15em;
background: #FDC61F url(/images/backgrounds/schedule/th_gradient.jpg) repeat-x;
border-bottom: 2px solid #6A0701;
}

#schedule td.normal_heading {
color: #930;
padding: 0px;
font-family: verdana, lucida, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
letter-spacing: .15em;
background: #FDC61F url(/images/backgrounds/schedule/th_gradient.jpg) repeat-x;
border-bottom: 2px solid #6A0701;
}

#schedule td.normal {
background: #fff url(/images/backgrounds/schedule/tr_gradient.jpg) repeat-x;
font-size: 85%;
font-weight: normal;
text-align: left;
border-bottom: 1px solid #6A0701;
}

.sched_even {
border-bottom: 1px solid #6A0701;
}

.sched_odd {
border-bottom: 1px solid #6A0701; /* #C90 */
}

/* -------- banner -------- */
.banner {
text-align: center;
margin: 10px auto;
padding: 10px;
}

.headline_artist {
color: #14AC00;
}
