/* DT Register CSS - ver. 2.6.0 */

/* Frontend Event Listing */

.eventListRow1 {
 background: #EFEFEF;
}

.eventListRow2 {
 background: #D4D0C8;
}

tr.categoryRow td {
 color: #ffffff;
 font-weight: bold;
 padding: 2px 2px 2px 3px;
 background: #474747;
}

tr.categoryRow td.subcategory {
 color: #ffffff;
 font-weight: bold;
 text-indent: 0px;
 padding: 2px 2px 2px 3px;
 background: #6c6c6c;
}

th.coltitle {
 text-decoration: underline;
 font-weight: bold;
 padding: 2px;
}

td.eventlist {
 text-indent: 2px;
 color: #000000;
}

tr.eventListRow1 td,
tr.eventListRow2 td {
 padding: 2px;
}

img.event_button {
  border: 0px;
  padding: 2px;
}

a.detailslink:link,
a.detailslink:visited {
  color: blue;
  font-weight: bold;
  font-style: italic;
}

a.detailslink:hover {
}

/* Frontend Registrant List */

th.attendee_coltitle {
  padding: 2px;
  font-weight: bold;
  text-align: left;
  color: #ffffff;
  background: #474747;
}

th.attendee_coltitle a:link,
th.attendee_coltitle a:visited {
  font-weight: bold;
  color: #ffffff;
}

th.attendee_coltitle a:hover {
  text-decoration: underline;
}

/* Form Styling */

.authorizenetformtable {
 width:100%;
}

.authorizenetformtable td {
 font-size:12px;
 color:#333333;
}

.message {
 width:100%;
 border:0;
}

.message td {
 font-size:12px;
 color:#000000;
}

.authorizenetformtable th {
 font-size:14px;
 color:#000000;
}

td.fieldlabel {
 font-size: 12px;
 padding: 0px; 
 min-width: 120px;
}

.required {
 color: red;
 font-size:16px;
}

/* Lightbox Styling for Terms & Conditions */

table.lbWindow {
 width: 500px;
 text-align: left;
}

.lbText {
 color: #000000;
}

a.lbAction:link,
a.lbAction:visited {
 color: #000000;
}

a.lbAction:hover {
}

/* Lightbox Styling for Location Display */

table.location_box {
  padding: 0px 2px 0px 2px;
}

td.location_name {
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0px 2px 2px;
}

td.location_image {
  padding-right: 10px;
}

td.location_details {
}

#map_canvas {
  padding: 4px 6px 2px 6px;
}