/* Bikercamps Stylesheet */

#rally {
padding-left: 30px;
}

#rally table {
  text-align: center;
  border: black inset 1px;
}

#rally table caption {
font-size: larger;
color: white;
background: black;
font-weight: bold;
}
#rally table tr td {
 font-size: 18px;
 font-weight: bold;
 padding-left: 2px;
 paddding-right: 2px;
 border-right: black solid 1px;
}

#rally_list {
}

#rally_list table {
width: 100%;
}

#rally_list caption {
  font-size: larger;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: black;

}
#rally_detail {
}

#rally_detail table {
width: 100%;
}
#rally_detail caption {
font-size: 18pt;
font-weight: bold;
color: #000066;
}

#rally_detail table tr td {
padding-left: 10px;
text-align: left;
font-size: larger;
}

#rally_detail .label {
font-weight: bold;
color: #000066;
}

#rally_detail .heading {
font-size: larger;
text-align: center;
font-weight: bold;
color: #000066;
}

#signup_form {
}

#signup_form  td {
 font-weight:bold
}

#signup_form td input[type='text'] {
 background: cornsilk;
}

#signup_form .required
{
  color: red;
}

.premium {
font-weight: bold;
background-color: #ffffcc;
}
#key table {
font-family: arial;
font-size: 10px;
color: #2050A0;
background-color: #ffffe6;
border: 3px outset #2F700F;
padding: 2px;
}

#key caption {
 font-weight: bold;
 font-size: larger;
}

.keylabel {
font-family: arial;
color: #2050A0;
font-weight: bold;
font-size: 12px;
}

#key td {
       font-size: smaller;
        padding-left:  3px;
        padding-right: 3px;
        border-right:  1px solid black;
}

#listing {
   font-family: arial;
   font-size: 10px;
}

#listing th {
  font-size: larger;
  text-align: left;
}

