/* DWNS Product Style Document . DO NOT EDIT! */

body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

/* Input error text */ 
.errortext {
	color:#FF0000;
}

/* Darker Contrast colour */
td.dark {
	background-color:#666666;
}

/* General Product Box Style */
table.portal {
	border: 1px solid black;
	background-color:#FFFFFF;
}

/* General Product Box Header Style */
table.portal th {
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
	text-align:center;	
	height:30px;	
}

/* redefine input tags */

input {
	margin: 1px;
	padding: 1px;
	background-color: #eeeeee;	
	font-size:11px;
}


/* Show boxes around booking slots.. both these styles are necessary */
table.portal tr.bookingResults td.boxed {
	background-color:#CCCCCC;
	border:1px solid #444444;
	height: 40px; 
}

/* Highlight colour */
td.highlight {
	background-color:#999999;
	border:1px solid #444444;	
	height: 40px; 	
}

/* Portal Booking Events Index Page, smaller spacing */
table.portal tr.booking {
	height: 20px;
}

/* Style for Category */
table.categories {
	background-color:#CCCCCC;
}

/* Style for Business Listings */
table.display {
	background-color:#CCCCCC;
}

/* Administrator Styles */
table.administrator {
	border: 1px solid;
	background-color:#dddddd;
	border-color: #666666;
}

table.administrator td {
	background-color:#FFFFFF;
}

table.administrator td, table.dropdown td, table.dropdown th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;		
}

table.dropdown { 
	border: 1px solid;
	border-top:0px;
	background-color:#CCCCCC;
	border-color: #666666;	
}

table.portal td input.bookings {
	width: 160px;
}

/* Diary styles */
table.daySelect {
	border: 1px solid black;
	background-color:#D1D1D1;
}

table.weekendSelect {
	border: 1px solid black;
	background-color:#F1F1F1;
}

/* This is the style you can customize the appearance of the tooltip on the bookings page */
div#tipDiv {
  position:absolute; 
  visibility:hidden; left:0; 
  top:0; z-index:10000;
  background-color:#ffffff; 
  border:1px solid #000; 
  width:250px; 
  padding:6px;
  color:#000; 
  font-size:11px; 
  line-height:1.3;
}




