/* CSS Document */
h2, h1, h3 {
	color:#71B1D5;
}
h2 a, h2 a:visited {
	color:#71B1D5;
}

a, a:visited {
	color:#71B1D5;
}

/*  ----------------------- ACCOMMODATION STYLING --------------------  */
#thedms01 div#thedmsBrowseGrid  .BrowseCell h2 {
	color:#FFF; /*3EAAA7*/
	background-color:#FFFFFF;
	background-image:url(../img/offers-grad.png);
	background-repeat:repeat-y;
}
#thedms01 div#thedmsBrowseGrid .BrowseCell h2 a {
	color:#FFFFFF;
}

#thedms01 div#thedmsBrowseGrid {
	background-image:url(../img/accomm-gradient-main.png);
	background-position:top left;
	background-repeat:repeat-x;
}
#thedmsSearch0 h2, #thedmsSearch1 h2 {
	background-color:#B4D7E9;
	color:#FFFFFF;
}

/* ---------------------- ATTRACTIONS STYLING ------------------------ */

/* Attractions Browse Page - Reduce div width to accommodate side boxes */

#thedms11 div#thedmsBrowseGrid {
	clear:both;
	margin:auto;
	padding:12px 12px 0px;
	width:650px;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell h2 {
	width:640px;
	background-color:#b4d7e9;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell h2 a {
	color:#676767;
}
#thedms11 div#thedmsBrowseGrid .BrowseCell {
	float:left;
	margin:0px;
	padding:0px 0px 10px;
	position:relative;
	width:480px;
}

/* End dms 11*/

/* - EVENTS TABLE - */

#thedmsBrowseEvents th {
	background-color:#B4D7E9;
}
#thedmsBrowseEvents tr:hover {
	background-color:#F0F0F0;
	background-image:url(/img/events/events-arrow-table.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

div#thedms13 table#thedmsOpeningTimesTableFullWidth th {
	background-color:#B4D7E9;
}