body {
  background: #F68B1F;
  color: #52403F;
  font-family: Arial, sans-serif;
  font-size: .8em;
  text-align: center;
  margin: 0;
  padding: 0;
}

a {
  color: #942923;
}

.byline {
  font-size: .7em;
}

#wrapper {
  background: #fff;
  width: 700px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}

#header {
  height: 100px;
  background: url('/resources/images/header.png') no-repeat;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #F68B1F;
}

#left {
  float: left;
  width: 200px;
  border-right: 2px solid #F68B1F;
  background: url('/resources/images/dancers.png') no-repeat left bottom;
  height: 400px;
  color: #F68B1F;
  padding: 25px 0;
}

hr {
  color: #F68B1F;
  background: #F68B1F;
}

input {
  border: 1px solid #F68B1F;
  margin: 3px;
  padding: 3px;
}

#page_content {
  margin-left: 200px;
  padding: 0 10px;
  border-left: 2px solid #F68B1F;
}

ul#menu {
  position: absolute;
  right: -1px;
  top: 73px;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}

ul#menu li{
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  text-align: center;
  border-right: 1px solid #fff;
  float: left;
}

ul#menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 1px;
  width: 85px;
  height: 18px;
  
}

ul#menu a:hover {
  background: #F68B1F;
}

ul#footermenu {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  margin-right: -1px;
  font-size: 1.4em;
}

ul#footermenu li{
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  float: left;
}

ul#footermenu a {
  width: 139px;
  height: 20px;
	color: #fff;
  text-decoration: none;
  display: block;
  padding-top: 1px;
}

ul#footermenu a:hover {
  background: #F68B1F;
}

#footer {
  background: #942923;
  color: #F68B1F;
  font-size: 10px;
  text-align: center;
  clear: both;
}

#footer a {
  color: #fff;
}

.question {
  font-size: 1.2em;
  font-weight: bold;
}

/**-------**/

h2 {
  font-size: 2em;
  padding: 10px 0;  
}

h3 {
  font-size: 1.4em;
  padding: .25em 0;
}

h4 {
  font-size: 1.1em;
  padding: .125em 0;
}

li {
  padding: 5px 0; 
}



ul.bullet {
  list-style: disc; 
}

ol.bullet {
  list-style: decimal; 
  margin-left: 2em;
}

ul ul {
	margin-left: 20px;
}

ul.box {
	background: #eee;
	padding: 5px 10px;
}

p {
	padding: .5em 0;
	line-height: 1.3em;
}

small {
  font-size: .5em;	
}

.form-item {
  padding: 5px 0; 
}


.form-item label {
	width: 100px;
	margin-right: 5px;
	float: left;
	text-align: right;
	padding: 5px;
}
.form-item label.spacer {
  background: none;
}

.form-item label.inline {
  width: auto;
  float: none;
}



.form-item input {
  width: 300px;
}

.form-item .form-button {
  width: auto;
}

.form-item textarea {
  width: 400px;
  height: 100px;
  padding: 4px;
}

ul.tickets {
	color: #666;
}

.tickets li {
	margin-left: 1.5em;
  list-style-type: circle;
}

.tickets .current {
  color: #942923;
  list-style-type: disc;
}


.tickets .expired {
  font-weight: bold;
  text-decoration: line-through;
}

.byline {
	color:#838DA3;
	font-size:0.9em;
	font-style:italic;
	margin-top:-0.5em;
	padding-top:0;
}

#notifications {
  margin-left: 200px;
}

.banner {
	padding: 10px;
}

.banner ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

.message {
  background: #FFF1A8;
  color: #000;
}

.error {
  background: #d33;
  color: #fff;
}

dt {
  clear:left;
  float:left;
  margin:0;
  padding:2px;
  width:125px;
  font-weight: bold;
}

dd {
  margin-left:135px;
  padding:2px;
}

.floatcontainer:after { 
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0; 
  clear: both; 
  visibility:hidden; 
} 
  
.floatcontainer {
  display: inline-block;
} 
  
/* Hides from IE Mac \*/ 
* html .floatcontainer {
  height: 1%;
} 
  
.floatcontainer {
  display:block;
} /* End Hack */ 


#ticket_table {
}

.string {
  text-align: left; 
}

.number {
  text-align: right;  
}

/* tables */
table.tablesorter {
  font-family:arial;
  margin:10px 0pt 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
  color: #3D3D3D;
  background-color: #C7CBD6;
  border: 1px solid #C7CBD6;
  font-size: 8pt;
  padding: 4px;
}
table.tablesorter thead tr th {
  padding-right: 20px;
}

table.tablesorter thead tr .header {
  background-image: url(/resources/images/tablesorter/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  border: 1px solid #C7CBD6;
  padding: 4px;
  vertical-align: top;
}
table.tablesorter tbody tr.odd td {
  background-color:#133158;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(/resources/images/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(/resources/images/tablesorter/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #C7CBD6;
}
