table#dbem-bookings-table tfoot td.booking-result {
	font-weight: bold;
   	background:#6D6D6D url(../../../wp-admin/images/menu-bits.gif) repeat-x scroll left top;      
	color: #eee;
}

table#dbem-bookings-table tfoot th {
	text-align: right;
	padding-right: 1em;

}    

table.dbem-rsvp-form  {
	width: 80%;
}  
table.dbem-rsvp-form th { 
	text-align: right;
	width: 35%;
}

table.dbem-rsvp-form td { 
	padding-left: 1em;
	text-align: left;
}      

div.dbem-rsvp-message {     
	margin-bottom: 1em;
	background-color: #FDDD73;
	padding: 5px;
	border: 2px solid #FF9100;
}     

a.bookingdelbutton {
	background: url("../../../wp-admin/images/xit.gif") no-repeat;  
    font-size: 11px;
	text-indent: -9999px;
	height: 10px;   
	width: 10px;
	overflow:hidden;
	position:absolute;

}     
a.bookingdelbutton:hover {
	background: url("../../../wp-admin/images/xit.gif") no-repeat -10px;  

}       
/* Printable stuff */
body#printable {
	font-family: Gill Sans, Helvetica, Arial, sans-serif;  
	text-align: center;
}  
body#printable #container { 
	margin: 0 auto; 
	width: 780px;
	text-align: left;
}                                                                   
table#bookings-table {
	width: 600px;     
	border-spacing: 0px;

}
table#bookings-table td {
	padding: 5px 0;
}
table#bookings-table td.seats-number {
	text-align: right;
	padding-right: 20px;
}
table#bookings-table th {
	text-align: left;
	margin-left: 5px;
}   
table#bookings-table tr#booked-seats td{
	border-top: 2px solid #999;    
}      

table#bookings-table td.total-label {
	text-align: right;
}                                  

table#bookings-table tr#booked-seats td.seats-number, table#bookings-table tr#available-seats td.seats-number {
	font-weight: bold;
}

p#recurrence_warning {
	border: 2px solid #FD0000;
	background: #FF7146;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
div#icon-events{
	background:url('images/calendar-32.png') no-repeat center;
} 

table#dbem-location-data th {
	text-align: right;   
	width: 50px;
}          
#dbem-location-map img {
	max-width: none;
}

/*
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
*/

/* 
	-----------------------------------------------------------------------------------
	Styling you can change for your own blog
	-----------------------------------------------------------------------------------
*/

/* 
	-----------------------------------------------------------------------------------
	Styling you can change for your own blog
	-----------------------------------------------------------------------------------
*/

/*  Map containing <div> */
.mapp-div {  
	overflow: hidden;
	text-align: center; 
	padding: 0px 0px 0px 0px;
	line-height: normal;
	margin: 0 0 0 0; 
	color: black;       
}

/* Map images returned from google - these setting are required or map will not render correctly */
.mapp-div img {
	background-color: transparent;
	max-width: none;  /* Some themes have max-width/max-height set, which interferes with map */
	max-height: none;
}

/* Redundant IDrl selectors as a workaround for themes that use ID selectors on post IMG elements */
#mappress0 img, #mappress1 img, #mappress2 img,  #mappress3 img, #mappress4 img, #mappress5 img, #mappress6 img, #mappress7 img, 
#mappress8 img, #mappress9 img, #mappress10 img, #mappress11 img, #mappress12 img, #mappress13 img, #mappress14 img, 
#mappress15 img, #mappress16 img, #mappress17 img, #mappress18 img, #mappress19 img, #mappress20 img, #mappress21 img,
#mappress22 img, #mappress23 img, #mappress24 img, #mappress25 img, #mappress26 img, #mappress27 img, #mappress28 img,
#mappress29 img, #mappress30 img
{
	background-color: transparent;
	max-width: none;  
	max-height: none;
}

/* Infowindow */
.mapp-overlay-div {
	color: black;
	margin: 5px 5px 5px 5px;
	font-size: 12px;
}

.mapp-overlay-div img {
	margin: 3px 3px 3px 3px;
}

/* InfoWindow title only */
.mapp-overlay-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.mapp-overlay-body {	
}

.mapp-overlay-directions {
	clear: both;
}

/* Street view in the blog body */
.mapp-street-div {    
}

/* Directions in the blog body */
.mapp-directions-div {    
}

/* 
	-----------------------------------------------------------------------------------
	Styling for MapPress internal messages, etc.  You shouldn't need to change these...
	-----------------------------------------------------------------------------------
*/     

/* Map infowindow edit / delete links */
.mapp-overlay-edit {
	clear: both;
}
	
.api_error {
	background-color: #ffebe8;
	border-color: #c00;
}

.api_ok {
	background-color: #ccff99;
	border-color: #669900;
}

.api_error, .api_ok {
	border-width: 1px;
	border-style: solid;
	padding: 0 3px;
	margin: 5px 5px 2px;
}

.mapp-poweredby {
	font-size: 8pt;
}

.mapp-address {
	width: 100%;
}

.mapp-address-corrected {
	font-size: x-small;
	width: 100%;
	border: none;
	background-color: transparent;
}

.mapp-address-error {
	background-color: #ffebe8;
}

.mapp-address-error p {
	margin: 0.5em 0;
	line-height: 1;
	padding: 2px;
}

.mapp-plugin-update {
	line-height: 29px;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #ffebe8;
	border-bottom-color: #ccc;
	border-top-color: #ccc;
	color: #555;    
}

.mapp-plugin-update a {
	font-size: 1.1em;
}

/* Icon list */
.mapp-icon-list {
	background-color: white;
	display:none;
	overflow: hidden;
}

.mapp-icon-list ul li {
	float: left;
}

.mapp-icon-list a:hover img {
	border: 1px solid blue;
}

.mapp-icon-list a img {
	border: 1px solid white;
}


/* Jquery dialog boxes */
.ui-dialog {
	background-color: white;
	border: 1px solid black;    
}

.ui-dialog-titlebar {
	background-color: lightgray;
	text-align: center;
	padding: 3px 3px 3px 3px;        
}