body
{
  background-color: #CECECE;
  text-align: center;
}


#header
{
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  width: 820px;
  height: 186px;
  text-align: left;
  display: block;
  clear: both;
}

#main_content
{
  background-image: url(/images/maincontent_bg.jpg);
  background-repeat: repeat-y;
  width: 820px;
  text-align: left;
  clear: both;
  background-color: #FFFFFF;
}

#bottom
{
  background-image: url(/images/bottom_bg.jpg);
  background-repeat: no-repeat;
  width: 820px;
  background-color: #CECECE;
  background-position: left top;
  height: 73px;
  color: white;
  font-family: Aria, sans-serif;
  font-size: 11px;
  text-align: center;
  padding: 25px 0 25px 0;
  position: relative;
  clear: both;
}

#sidebar1
{
  width: 132px;
  padding: 25px 0px 0 30px;
  text-align: left;
  color: #545454;
  font-family: Arial, sans-serif;
  font-size: 12px;
  float: left;
}

.sidebox
{
  background-color: #fff;
  border: 1px solid black;
  width: 120px;
  margin-bottom: 1em;
  text-align: center;
}

.sidebox p
{
  padding-left: .5em;
  padding-right: .5em;
}

.sidebox h3
{
  text-align: center;
  margin: .1em;
}

.sidebox h4
{
  margin: .1em;
}

.sidebox ul
{
  list-style-type: none;
  list-style-position: default;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0; 
}

.sidebox ul a
{
  color: #2E56BC;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.sidebox ul a:hover
{
  color: #E70C0C;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#spotlight
{
  text-align: center;
  width: 125px;
}

#main
{
  width: 470px;
  float: left;
  display: inline-block;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 12px;
  /* padding: 5px 20px 0 0;
  margin: 15px 20px 15px 0; */
  
}

#pagehead
{
  position: relative;
  right: 10px;
  bottom: 40px;
  text-align: right;
  color: #E50B09;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: bolder;
}

#sidebar2
{
  width: 130px;
  padding: 25px 10px 0 0px;
  text-align: left;
  color: #545454;
  font-family: Arial, sans-serif;
  font-size: 12px;
  float: right;
}

.dockclass{
position:relative;
}

.hover { 
background-color: #888888; 
} 

div.audience_volunteers {
  text-align: center;
}

div.audience_volunteers .name {
  font-size: large;
  font-weight: bold;
}

div.audience_volunteers .show {
  font-style: italic;
}

.pagination {
  text-align: center;
  padding: .3em; 
}
.pagination a, .pagination span {
    padding: .2em .5em; 
}
.pagination span.disabled {
    color: #AAA; 
}
.pagination span.current {
    font-weight: bold;
    color: #FF0084; 
}
.pagination a {
    border: 1px solid #DDDDDD;
    color: #0063DC;
    text-decoration: none; 
}
.pagination a:hover, .pagination a:focus {
      border-color: #003366;
      background: #0063DC;
      color: white; 
}
.pagination .page_info {
    color: #aaa;
    padding-top: .8em; 
}
.pagination .prev_page, .pagination .next_page {
    border-width: 2px; 
}
.pagination .prev_page {
    margin-right: 1em; 
}
.pagination .next_page {
    margin-left: 1em; 
}

#lineuptable td {
	vertical-align: top;
}
#lineuptable td div.hover {
	background-color: #ffff99;
}

.signup_list li {
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
	cursor: pointer;
}

li.redteam {
  background-color: red;
  color: white;
}

li.blueteam {
  background-color: blue;
  color: white;
}

li.dimwit {
  background-color: purple;
  color: black;
}

li.referee {
  background-color: black;
  color: white;
}

li.voice {
  background-color: green;
  color: white;
}

li.unassigned {
  background-color: transparent;
  border: 1px solid #ccc;
  color: black;
  font-weight: normal;
}



div.errorExplanation {
  border: 2px solid red;
  color: red;
  font-size: small;
  padding-left: 1em;
  padding-right: 1em;
}

div.show_games {
  border: 1px solid black;
  margin-top: 1em;
  padding: 1em;
  background-color: #ffc;
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	color: #000;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.calendar td {
	width: 14%;
	height: 75px;
	vertical-align: top;
}

/* LIST ON SHOWS PAGE ------------------------------------------------------*/

#shows_list li {
	list-style-type: none;
	margin-left: 0;
	padding: 12px;
	background-color: lightyellow;
	margin-bottom: 7px;
	border-top: 1px solid #ccc;
}

#shows_list .showtitle {
	font-size: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
	display: block;
	
}

#shows_list li.public_false {
  background-color: #efefef;
}

#shows_list .show_price {
  float: right;
  font-size: 1.3em;
  font-weight: bold;
}

#shows_list .show_notes {
  margin-top: 15px;
  margin-left: 20px;	
}

#shows_list li.past_show {
  background-color: #ccc;
}

.showdate {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
}

#media_files                   { text-align:center; }
#media_files .thumbdiv         { display:inline-block; margin:15px; text-align:center; vertical-align:middle; max-width:250px; }
#media_files .thumbdiv p       { margin:0; padding:0; }
.thumb_caption                 { width:200px; margin-top:5px !important; font-size:1.2em;  }
.thumb_title                   { width: 200px, margin-top:5px !important; margin-bottom: 5px !important; font-size: large; font-weight: bold;}
.thumb_author                  { width:200px; margin-top: 5px; font-size: .8em; font-style: italic;}

/* NEW LOCATION BOX ------------------------------------------------------*/

#newlocation {
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: lightyellow;
	padding: 15px;
}

#newlocation h3 {
	margin-top: 0;
	border: none;
}

#newlocation .fieldWithErrors {
	display: inline;
}

#newlocation .fieldWithErrors label:after {
	color: red;
	content: " (Required)";
}

#newlocation .fieldWithErrors input {
	border: 2px solid red;

}

div#showinfo_tabs a {
  color: blue;
}

div#showinfo_tabs a:visited {
  color: purple;
}
}
