body {
  font-family: arial,helvetica,sans-serif;
  color: #333;
  margin: 0px;
  font-size: 10pt;
}

a, a:visited {
  color: #630610;
}

a:hover {
  color: #6e6057;
}

table {
  font-size: 10pt;
}


#main_layout #center .item-detail{
    padding-left:20px;
}

.body p,
.event-body p {
   margin-right:20px;
   /* This is because br's were mixed with p's. DO NOT REMOVE */
   margin-bottom:0px;
}  

.body {
  overflow:scroll;
}

#left {
  background-color: #180f0a;
  color: #FFF;
}

#left .blank {
  background-color: #FFF;
}

#left_content {
  font-family: arial,helvetica,sans-serif;
  font-size: 9pt;
  background-color: #180f0a;
  border-top: 2px solid #FFF;
  color: #FFF;
  padding: 10px;
}

#left_content td {
  color: #FFF;
  font-family arial,helvetica,sans-serif;
  font-size: 8pt;
  padding: 1px;
}

#left_content_top {
  border-top: 2px solid #FFF;
}

#left_content a {
  color: #FFF;
}

#center {
  padding: 4px;
}

#main_layout #center .item-detail{
  padding-left:20px;
}

#right {
  font-family: arial,helvetica,sans-serif;
  background-color: #c1b59c;
  color: #333;
  font-size: 9pt;
  width: 175px;
}

#right table td {
  font-size: 9pt;
  padding: 4px;
}

#right table form table td {
  font-family: arial,helvetica,sans-serif;
  color: #333;
  font-size: 8pt;
  padding: 0px;
  padding-left: 4px;
}

#right td input, #right td select
{
  margin-left: 2px;
  margin-bottom: 4px;
  width: 125px;
  font-size: 8pt;
}

#navbar {
  font-family: verdana;
  font-size: 7pt;
  border-right: 1px solid #FFF;
}

#navbar td {
  text-align: center;
  padding: 4px 0px;
  background-color: #180f0a;
  color: #FFF;
  border-left: 1px solid #FFF; 
}

#navbar td.over {
  background-color: #c1b59c;
  color: #000;
  cursor: pointer; 
  cursor: hand;
}

.content {
  padding-left: 16px;
}

.content, .content td {
  font-size: 9pt;
  color: #333;
}


#bottomnav {
  padding: 2px;
  padding-right: 8px;
  background-color: #000;
  color: #fff;
  border-top: 2px solid white;
}

#bottomnav td {
  background-color: #000;
  color: #FFF;
  border-top: 1px solid #FFF;
  font-size: 8pt;
}

#bottomnav a {
  color: #FFF;
}

#copyright {
  margin-left: 27px;
}

.box, .box3 {
 margin:5px 0px 5px 1px;
    padding:5px 5px 5px 5px;
    border:1px solid #E7DFCA;
}

.box2 {
 padding:5px; 
 border:1px solid #E7DFCA; 
 width:153px;
 font-size: 9pt;
}

.sm {
  font-size: 8pt;
}

.form_table
{
  border: 1px solid #E7DFCA;
  padding: 4px 4px 10px 24px;
  width: 455px;
}

.form_table th
{
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 2px;
}

.form_table td
{
  padding: 2px;
  width: 100%;
}

.form_table .submit_row td
{
  padding-top: 15px;
  text-align: center;
}

.error
{
  color: #F00;
}

#left_content input, #left_content select
{
  font-size: 8pt;
  width: 125px;
}

.submit{
    border:none;
    width: 76px; 
    height:30px; 
}
#left_content .submit{
font-size:0px;
    background-image:url(images/ticketstonight/button_signup_b.gif);
}
#right .submit{
font-size:0px;
    background-image:url(images/ticketstonight/button_signup_hp.gif);
}


