/* DT Register CSS - ver. 3.2.2 */

.jgrid span.state {
    display: inline-block;
    height: 16px;
    width: 16px;
}
.jgrid span.unpublish {
    background-image: url("../images/publish_x.png");
}
.jgrid span.publish {
    background-image: url("../images/tick.png");
}
.jgrid span.text {
    display: none;
}
h2,div,dt,dd {
	white-space: normal;
}

dt {
    clear: left;
    float: left;
    padding: 3px 0;
}

#dt_tabs dt {
	clear: none;
}

dd {
	float: left;
	padding: 3px 0;
}

dt.dtlabel {
	position: relative;
    font-size: 12px;
    width: 16em;
	background:none;
	border:none;
	text-transform:none;
	font-weight:normal;
	font-size:12px;
	text-align: left;
}

dd.dtfield {
	position: relative;
	min-width: 300px;
	max-width: 500px;
}

dd.dtfield input[type="text"],
dd.dtfield input[type="email"] {
	max-width: 80% !important;
}

dd.dtfield img {
	vertical-align: middle !important;
}

dd.dttip {
	position: relative;
	width: 30px;
}

.dt_member_box dt.memheading,
.dt_member_box dd.memheading {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #037200;
    border-left: 1px solid #037200;
    border-top: 1px solid #defedd;
    border-right: 1px solid #defedd;
}

.dt_member_box dt,
.dt_member_box dd {
    padding: 2px 4px;
}

div #dtregform {
}

div #dtnav_buttons {
    padding: 10px 5px 5px 0px;
}

div #dtform_message {
	width: 100%;
}

div #dtthanks {
}

div.dttextual {
	clear: both;
}

div.dt_user_box {
	background: #EFEFEF;
	border: 1px solid #999999;
	font-size: 85%;
	padding: 5px 5px 0px 5px;
	margin: 5px 0px 5px 0px;
	clear: both;
}

div.dt_member_box {
	background: #EFEFEF;
	border: 1px solid #999999;
	clear: both;
	margin: 0 0 10px 0;
}

div.dt_groupwarning {
	background: #EFEFEF;
	border: 1px solid #ff0000;
	clear: both;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 5px 0;
	color: #ff0000;
}

/* 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;
}

tr.eventListRow1 td,
tr.eventListRow2 td {
 padding: 2px;
}

td.eventlist {
 text-indent: 2px;
 color: #000000;
}

/* Event title when not a link */
td.eventlist .event_title {
}

/* Event title when an active link */
.eventlist a:link,
.eventlist a:visited {
}

.eventlist a:hover {
}

img.event_button {
  border: 0px;
  padding: 2px;
}

a.detailslink:link,
a.detailslink:visited {
  color: blue;
  font-weight: bold;
  font-style: italic;
}

a.detailslink:hover {
}

input.dtreg,
select.dtreg {
	width: auto;
}


/* 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;
}

table.event_message {
 width:100%;
 border:0px #ffffff solid !important;
}

table.event_message td {
 font-size:12px;
}

.authorizenetformtable th {
 font-size:14px;
}

.dtrequired {
 color: red;
 font-size:16px;
}

#dt_pricebox {
	border: #000000 solid 0px;
	padding: 0px;
	margin: 2px 0px 12px 0px;
}

#dt_price_breakdown {
	padding: 6px 20px 0px 0px;
}

/* Lightbox Styling for Terms & Conditions */

table.lbWindow {
 width: 96%;
 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;
  border: none;
  border-collapse: collapse;
}

table.location_box tr,
table.location_box td {
  border: none;
  border-collapse: collapse;
}

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;
}

label.dt_error {
  background: url("../images/unchecked.gif") no-repeat 0px 0px;
  height: 15px;
  display: inline-block;
  padding: 0 0 0 18px;
  margin: 0 0 0 5px;
}

label.success {
  background:url("../images/checked.gif") no-repeat 0px 0px;
  padding-left: 18px;
  display: inline-block;
  height: 12px;
  margin: 0 0 0 6px;
}

.dt_checkbox_label {
	padding: 0 10px 0 10px;
	margin: 0 0 0 18px;
}

input.disabledStyle {
	opacity: 0.5;
}


/* Frontend Event Management */

.dtheading, .dt_heading,
.adminform .dtheading,
.adminform .dt_heading {
  background: #d3e8c1;
  padding:4px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #037200;
  border-left: 1px solid #037200;
  border-top: 1px solid #defedd;
  border-right: 1px solid #defedd;
}

table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	border-collapse: collapse;
	margin: 8px 0 10px 0;
	margin-bottom: 15px;
	width: 100%;
}
table.adminform.nospace { margin-bottom: 0; }
table.adminform tr.row0 { background-color: #f9f9f9; }
table.adminform tr.row1 { background-color: #eeeeee; }

table.adminform th {
	font-size: 11px;
	padding: 6px 2px 4px 4px;
	text-align: left;
	height: 25px;
	color: #000;
	background-repeat: repeat;
}
table.adminform td { padding: 3px; text-align: left; }

table.adminform td.filter{
	text-align: left;
}

table.adminform td.helpMenu{
	text-align: right;
}

fieldset.adminform { border: 1px solid #ccc; margin: 0 10px 10px 10px; }

table.adminlist {
	width: 100%;
	border-spacing: 1px;
	background-color: #e7e7e7;
	color: #666;
}

table.adminlist td,
table.adminlist th { padding: 4px; }

table.adminlist thead th {
	text-align: center;
	background: #f0f0f0;
	color: #666;
	border-bottom: 1px solid #999;
	border-left: 1px solid #fff;
}

table.adminlist thead a:hover { text-decoration: none; }

table.adminlist thead th img { vertical-align: middle; }

table.adminlist tbody th { font-weight: bold; }

table.adminlist tbody tr			{ background-color: #fff;  text-align: left; }
table.adminlist tbody tr.row1 	{ background: #f9f9f9; border-top: 1px solid #fff; }

table.adminlist tbody tr.row0:hover td,
table.adminlist tbody tr.row1:hover td  { background-color: #ffd ; }

table.adminlist tbody tr td 	   { height: 25px; background: #fff; border: 1px solid #fff; }
table.adminlist tbody tr.row1 td { background: #f9f9f9; border-top: 1px solid #FFF; }

table.adminlist tfoot tr { text-align: center;  color: #333; }
table.adminlist tfoot td,
table.adminlist tfoot th { background-color: #f3f3f3; border-top: 1px solid #999; text-align: center; }

table.adminlist td.order 		{ text-align: center; white-space: nowrap; }
table.adminlist td.order span { float: left; display: block; width: 20px; text-align: center; }

/*table.adminlist .pagination { display:table; padding:0;  margin:0 auto;	 }*/
	
#event {
	margin: 0;
}

.tabs {clear:both;}
.tabs dl { float:left; width:100%;}
.tabs dt,
.up_button { 
	float:left; 
	background: #349123;
    padding: 3px 7px 3px 7px;
    margin: 0px 1px 0px 1px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    border: 3px groove #000000; 
}

a.up_button:link,
a.up_button:visited {
  color: #ffffff;
  font-weight: bold;
}

a.up_button:hover {
  text-decoration: underline;
}

div.current {
clear:both;
padding:10px;
}
/* toolbar */
.icon-32-send 			{ background-image: url(../images/toolbar/icon-32-send.png); }
.icon-32-delete 		{ background-image: url(../images/toolbar/icon-32-delete.png); }
.icon-32-help 			{ background-image: url(../images/toolbar/icon-32-help.png); }
.icon-32-cancel 		{ background-image: url(../images/toolbar/icon-32-cancel.png); }
.icon-32-config 		{ background-image: url(../images/toolbar/icon-32-config.png); }
.icon-32-apply 		{ background-image: url(../images/toolbar/icon-32-apply.png); }
.icon-32-back			{ background-image: url(../images/toolbar/icon-32-back.png); }
.icon-32-forward		{ background-image: url(../images/toolbar/icon-32-forward.png); }
.icon-32-save 			{ background-image: url(../images/toolbar/icon-32-save.png); }
.icon-32-edit 			{ background-image: url(../images/toolbar/icon-32-edit.png); }
.icon-32-copy 			{ background-image: url(../images/toolbar/icon-32-copy.png); }
.icon-32-move 			{ background-image: url(../images/toolbar/icon-32-move.png); }
.icon-32-new 			{ background-image: url(../images/toolbar/icon-32-new.png); }
.icon-32-upload 		{ background-image: url(../images/toolbar/icon-32-upload.png); }
.icon-32-assign 		{ background-image: url(../images/toolbar/icon-32-publish.png); }
.icon-32-html 			{ background-image: url(../images/toolbar/icon-32-html.png); }
.icon-32-css 			{ background-image: url(../images/toolbar/icon-32-css.png); }
.icon-32-menus 			{ background-image: url(../images/toolbar/icon-32-menu.png); }
.icon-32-publish 		{ background-image: url(../images/toolbar/icon-32-publish.png); }
.icon-32-unpublish 	{ background-image: url(../images/toolbar/icon-32-unpublish.png);}
.icon-32-restore		{ background-image: url(../images/toolbar/icon-32-revert.png); }
.icon-32-trash 		{ background-image: url(../images/toolbar/icon-32-trash.png); }
.icon-32-archive 		{ background-image: url(../images/toolbar/icon-32-archive.png); }
.icon-32-unarchive 	{ background-image: url(../images/toolbar/icon-32-unarchive.png); }
.icon-32-preview 		{ background-image: url(../images/toolbar/icon-32-preview.png); }
.icon-32-default 		{ background-image: url(../images/toolbar/icon-32-default.png); }

div.toolbar,
div #toolbar {
padding:0;
text-align:right;
clear:both;
display: flex;
}

table.toolbar {
border-collapse:collapse;
margin:0;
padding:0;
}
table.toolbar td {
color:#666666;
height:48px;
padding:1px 1px 1px 4px;
text-align:center;
}
table.toolbar a {
border:1px solid #FBFBFB;
cursor:pointer;
display:block;
float:left;
padding:1px 5px;
white-space:nowrap;
}
table.toolbar span {
display:block;
float:none;
height:32px;
margin:0 auto;
width:32px;
}

table.toolbar a {
cursor:pointer;
white-space:nowrap;
}

a, img {
margin:0;
padding:0;
}
.icon-48-dtregister {
background-repeat:no-repeat;
line-height:48px;
padding-left:330px !important;
text-transform:uppercase;
}

div.icon-48-dtregister {
background-repeat:no-repeat;
color:#0B55C4;
font-size:20px;
font-weight:bold;
line-height:62px;
margin-left:0px;
}

div.icon-48-dtregister h2 {
	width: 300px;
	margin-right: 10px;
}

/* Cart Module */

div #dtcart {
	clear: both;
	margin: 0 0 10px 0;
}

dt.cart_event {
	position: relative;
    font-size: 12px;
    width: 13em;
}

dd.cart_amount {
	position: relative;
	min-width: 30px;
	float: right;
}
div.toolbar-list li {
    color: #666666;
    float: left;
    height: 48px;
    list-style: none outside none;
    padding: 1px 1px 3px 4px;
    text-align: center;
}
div.toolbar-list a {
    border: 1px solid #F4F4F4;
    cursor: pointer;
    display: block;
    float: left;
    padding: 1px 5px;
    white-space: nowrap;
}
div.toolbar-list span {
    display: block;
    float: none;
    height: 32px;
    margin: 0 auto;
    width: 32px;
}

.dt_pagination {
	border: 0px;
	margin: 0px;
	padding: 4px;
}

.dt_pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

/*.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.pagination li {
	display: inline;
	margin: 0 2px;
	padding: 2px 5px;
	text-align: left;
}*/

.dtfield input {
}

span.icon-calendar {
	background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    padding: 0;
    margin: 0;
}

/* Event Listing Buttons / Text */

span.event_button {
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 5px;
	margin: 2px;
}

span.event_button.eventlink {
    padding: 6px 9px;
	font-size: 125%;
}

span.event_button.blue {
    background: #0033ff;
    color: #fff;
}

a.event_button:hover span.event_button.blue {
	background: #0029cd;
}

span.event_button.black {
    background: #000000;
    color: #fff;
}

a.event_button:hover span.event_button.black {
	background: #444343;
}

span.event_button.brown {
    background: #996633;
    color: #fff;
}

a.event_button:hover span.event_button.brown {
	background: #87592c;
}

span.event_button.green {
    background: #339900;
    color: #fff;
}

a.event_button:hover span.event_button.green {
	background: #297b00;
}

span.event_button.orange {
    background: #ff6600;
    color: #fff;
}

a.event_button:hover span.event_button.orange {
	background: #e65c00;
}

span.event_button.purple {
    background: #cc00ff;
    color: #fff;
}

a.event_button:hover span.event_button.purple {
	background: #af00db;
}

span.event_button.red {
    background: #ff0000;
    color: #fff;
}

a.event_button:hover span.event_button.red {
	background: #e10000;
}

span.event_button.yellow {
    background: #ffec1c;
    color: #000;
}

a.event_button:hover span.event_button.yellow {
	background: #ead600;
}

a.event_button:link,
a.event_button:visited,
a.event_button:hover,
a.event_button:active {
	text-decoration: none;
}

/* Replacing tables with Divs */

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: none;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHead {
    background: #d3e8c1;
    padding:4px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #037200;
    border-left: 1px solid #037200;
    border-top: 1px solid #defedd;
    border-right: 1px solid #defedd;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
