TABLE.form_body{
  background-color:#f1f1f1;
  border-spacing:5px;
}
TABLE.form_body{
  border-bottom:0;
}
TABLE.event_info{
  background-color:#f1f1f1;
  border-spacing: 5px;
}
TABLE.event_info td{
  border-bottom:0;
}
.content TABLE td{
  border-bottom:0;
}

.form_notes{
/*  background-image:url('http://www.j-chipusa.com/images/list_bg.png'); */
  background-repeat:repeat-y;
  background-position:right;
  border-right:1px solid #f60;
  padding-right:10px;
}
.form_notes H4{
  margin-top:0;
}
.form_notesep{
  background-color:#609ec1;
  color:#edf8ff;
  text-align: center;
  font-weight:bold;
}
.form_content A{
  font-weight:normal;
}
.form_content P{
  margin-top:0;
  margin-bottom:0.5em;
  text-indent:1em;
}
.form_buttons{
  background-color:#e6e6e6;
  margin:5px 0;
  padding:10px 3px;
  text-align:center;
}
FIELDSET{
  border: 0;
  padding: 0;
}
FIELDSET DIV.field{
  float: left;
  margin-right: 5px;
  white-space: nowrap;
}
FIELDSET>DIV {
  FLOAT: left;
}
FIELDSET DIV.nl{
  clear: left;
}
FIELDSET DIV.err{
  color:#f00;
}
FIELDSET DIV.lfield {
  MARGIN-BOTTOM: 4px;
  PADDING-RIGHT:20px;
  MIN-WIDTH: 80%;
  FLOAT: left;
  WHITE-SPACE: nowrap;
}
FIELDSET DIV.lfield LABEL {
  TEXT-ALIGN: left;
  CLEAR: left;
  FLOAT: left;
}
FIELDSET DIV.password LABEL {
  CLEAR: left;
  FLOAT: left;
  MARGIN: 0;
  WIDTH: 8em;
}
DIV#password INPUT, DIV#password SELECT {
  MARGIN-LEFT: 1em;
}
DIV#lfield INPUT, DIV#lfield SELECT {
  FLOAT: right;
  CLEAR: right;
}

.hr{
  clear:both;
  background:#f60;
  margin:4px 0;
  padding:0;
  width:100%;
  height:2px;
}

.eventcontent table{
  width:auto;
}
.eventcontent p, .eventcontent h1, .eventcontent h2, .eventcontent h3{
  padding:0;
}
.eventcontent img{
  margin:3px;
}

.charity {
  background:#f1f1f1;
  margin:10px 0;
  border:1px solid #e6e6e6;
}
.results{
  cursor:default;
  padding:3px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  background-color:#FFFFFF;
}
.results td{
  border-top:1px solid #e6e6e6;
  padding:2px 2px;
  color:black;
}
.results .link{
  cursor:pointer;
}
.results A{
  font-weight:normal;
}
.results .canceled{
/*   background:url('/siten/images/bg_50perc_white.png') !important; */
}
.results .canceled font{
  color:#CCCCCC !important;
}
.results .link:hover{
  color:black;
  background-color:#eaeaea;
}
.results thead tr, .results thead tr:hover{
  background-color:#d9d9d9;
  font-weight:bold;
}
.results thead td, .results tfoot td{
  border:none !important;
}
.results tfoot tr, .results tfoot tr:hover{
  background-color:#d9d9d9;
}
.results tfoot .listleft{
  cursor:pointer;
  background-image:url('http://www.j-chipusa.com/images/arrow_left.png');
  background-position:left center;
  background-repeat:no-repeat;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.results tfoot .listright{
  cursor:pointer;
  background-image:url('http://www.j-chipusa.com/images/arrow_right.png');
  background-position:right center;
  background-repeat:no-repeat;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}
.registerhref{
  display:block;
  background:#f72;
  border:solid #153a4f;
  border-width:1px 2px 2px 1px;
  width:125px;
  text-align:center;
  color:black;
  cursor:pointer;
  padding:2px 10px;
  margin-left:6px;
}
.registerhref:hover{
  background:#fb7;
  color:black;
}
