    
/* CSS Document */

/*-----------DMS Only Stylesheet, for things (colours etc) that change according to foldername in the thedms.aspx pages------------------------------------------------*/

/*----------------------------------------------------Background Images-------------------------------------------------------------------*/
/* 28/8/09 CJC/Bobbie, for walking routes */

.sprite-rating-0 span {
	background: url(/img/sprite-rating-5.gif) no-repeat 0 0;
}
.sprite-rating-1 span {
	background: url(/img/sprite-rating-5.gif) no-repeat 0 -40px;
}
.sprite-rating-2 span {
	background: url(/img/sprite-rating-5.gif) no-repeat 0 -80px;
}
.sprite-rating-3 span {
	background: url(/img/sprite-rating-5.gif) no-repeat 0 -120px;
}
.sprite-rating-4 span {
	background: url(/img/sprite-rating-5.gif) no-repeat 0 -160px;
}
.sprite-rating-5 span {
	background: url(/img/sprite-rating-5.gif) no-repeat 0 -200px;
}
div#thedmsBrowseGrid .BrowseRoute {
	background-color: #EFF1F0;
    border: 1px solid #73827A;
    padding: 5px;
    margin-left: 5px;
}
div#thedmsEmailFriendPrintButtonHolder a {
	margin-right: 5px;
}
/*any buttony styles*/

/*Needed for IE6 dms=1 browse page buttons*/
.detailbtn  a, .detailbtn a:visited {
	background-color:#FAA61A;
	background-image:url(/img/_bg/buttons/view-more-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:0pt none;
	color:#000000;
	cursor:pointer;
	float:right !important;
	font-size:0.9em;
	padding:0.4em 0.5em;
	text-decoration:none;
}

.detailbtn a:hover {
	background-color:#FBA51A;
	background-image:none;
	text-decoration:none;
	color:#000;
}

div#thedms65 li a, div#thedms65 li a:visited, .myplanbutton a, .myplanbutton a:visited, .TPButtons a, .TPButtons a:visited, #thedmsItineraryDescription a, ul.thedmstabnav li, #thedmsMultiMediaButtons .multimediabtn a{
	text-align:center;
	background-color:#73827A;
	background-image:url(/img/_bg/accomm/book-button.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px outset #000;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin:3px;
}

#thedmsItineraryDescription a {
	padding:2px;
}

div#thedms65 li a:hover, .myplanbutton a, .myplanbutton a:hover,  .TPButtons a:hover, ul.thedmstabnav li, #thedmsMultiMediaButtons .multimediabtn a:hover {
	background-color:#73827A;
	color: #fff;
}

#thedmsMultiMediaButtons .multimediabtn a:hover {
	background-image:none;
}

div#thedms65 li a, div#thedms65 li a:visited {
	width:90%;
}

div#thedms65 li {
	width:30%;
	font-size:100%;
}

/*any heading styles*/
#thedms01 #thedmsBrowseGrid .BrowseCell h2 {
	display:block;
	padding:7px 11px;
	font-size:1em;
	background-color:#73827A;
	background-image:url(/img/_bg/accomm/accomm-browse-headings.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:-3px -3px 0px -3px;
}




/*----------------------------------------------------Colours of backgrounds and borders-------------------------------------------------*/

/*anything with the light color background and the mid top border*/
div#thedmsPropertyEssentials, div#thedmsContactPanel, .BrowseRow, #thedmsAvailabilityCheck, div#thedmsAccessibility { 
	padding:15px;
	border-top:4px #BBC4BF solid;
	background-color:#EFF1F0;
}
body #dmsinfopage{
	border-top:4px #BBC4BF solid;
	background-color:#EFF1F0;
}
/*anything with the mid color background and the dark top border*/
div#thedmsItemsPanel, #thedmsRoutePanel, #thedmsTourPanel {
	border-top: 4px solid #BBC4BF;
	background-color: #EFF1F0;
	padding: 2px;
}
/*anything with the mid color background and no top border*/
#thedms13 #thedmsRoutePanel th, #thedms13 #thedmsTourPanel th {
	background-color: #EFF1F0;
    color: #333;
}
/*any h2 or th with a dark background*/
div#thedmsPropertyEssentials h2, div#thedmsContactPanel h2, #thedmsSearch0 h2, #thedmsSearch1 h2, #thedms13 div#thedmsItemsPanel h2, #thedms07 h2, #thedmsRoutePanel h2, #thedmsTourPanel h2, div#thedmsAccessibility h3 {
	background-color:#73827A;
	padding:3px;
	font-size:1.2em;
	color:#FFFFFF;
	margin:5px 0px 11px 0px;
}
#thedms11 div#thedmsBrowseGrid h2 {
	background-color:#73827A;
	color:#FFFFFF;
	font-size:0.9em;
	margin:0px 0px 5px;
	padding:7px;
	clear: none;
}
#thedms11 div#thedmsBrowseGrid h2 a, #thedms159 #thedmsTabMenu li.active a {
	color: #FFF;
}

#thedms13 th, div#thedmsAvailabilityChart th, #thedmsBrowseEvents th, #thedms159 #thedmsTabMenu li.active {
	background-color:#73827A;
	color:#fff;
}
/*any dark text*/
.thedms h2{
	color:#73827A;
}

/*any dark 1px border*/
#thedms01 #thedmsBrowseGrid .BrowseCell {
	border:1px #73827A solid;
	}
/*anything with a full 4px border*/
div#thedmsSpecialOffer {
	padding:8px;
	border:1px #73827A solid;
	background-color:#BBC4BF;
	font-weight:bold;
}
.BrowseSmallPicture img, #thedmsFeaturePicture1 img, #thedmsFeaturePicture2 img{
	border:0px #73827A solid;
}
#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6, #tabs-1, #tabs-2, #tabs-3, #thedms159 #thedmsTabMenu li {
	border:4px #73827A solid;
}
#thedms159 #thedmsTabMenu li {
	border-bottom: none;
}
/*any images with borders etc*/
#thedmsLargeImgOne img, #thedmsSmallImg img, #thedmsLargeImgTwo img, #thedmsImgSingle img, #thedmsFeaturePicture1 img, #thedmsFeaturePicture2 img {
	border:0px #73827A solid;
}
#thedmsLargeImgTwo {
	
}
#thedmsSmallImg {
	border-left:1px #73827A dotted;
	border-right:1px #73827A dotted;
	margin-bottom: 30px;
}
/*any table styles*/
table#thedmsBrowseEvents, #thedmsAvailabilityChart table{
	/*background-color: #FFF;*/
	border: 0px #73827A solid;
	margin-left:10px;
}
table#thedmsBrowseEvents .row1 {
	background-color: #EFF1F0;
}

#thedms13 td{
	/*border-bottom: 1px solid ;*/
	margin: 0px;
}
/*Map buttons*/

#map-control #thedmsShowMap, #map-control #thedmsHideMap, #map-control #thedmsShowListings, #map-control #thedmsHideListings {
	border-bottom:solid #BBC4BF;
	background-color:#EFF1F0;
}

#map-control #thedmsShowMap a, #map-control #thedmsHideListings a {
	text-decoration:none;
}
/*any link styles*/
div#thedmsItemsPanel a{
	display: block;
	float: right;
	padding:3px;
	padding-left:35px;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	background-image:url(/img/link-button.gif);
	background-position:10px 5px;
	background-repeat:no-repeat;
	width: 80%;
}

div#thedmsItemsPanel a:hover {
	text-decoration:none;
	background-color: #EFF1F0;
}
div#thedmsItemsPanel table#thedmsBrowseEvents a {
	margin:2px 0px;
	text-align:left;
	font-weight:bold;
	text-decoration:none;
	background-image: none;
}

div#thedmsItemsPanel table#thedmsBrowseEvents a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}

#ProductDetails {
	border:1px solid #73827A;
}

#ProductDetails table {
	border:1px solid #EFF1F0;
}

/*anything with the curvey background image*/

/*anything that needs to clear both*/
div#thedmsItemsPanel h2{
	clear: both;
}

/* Any other styles */
#content {
	border-bottom:7px solid #73827A;
	border-left:7px solid #73827A;
}

#summary-bottom-left, #summary-bottom-right {
	background-color:#BBC4BF;
}

#summary-bottom h3 {
	background-color:#73827A;
}

#breadcrumb {
	background-color:#73827A;
}

#summary-middle h2 {
	background-color:#73827A;
}

#summary-bottom h5 {
	color:#73827A;
}

div.image-link-large a, div.image-link-large a:visited {
	background-color:#73827A;
}

/*more specific positioning styles only -------------------NO COLOURS ALLOWED-----------------------------*/
/*Accommodation Pages*/
/*accommodation browse pages*/
.thedms02 h1, .thedms13 h1 {
	float: left;
	width: auto;
}
div#thedmsTopPanel {
	border:0px;
}

div#thedmsBrowseGrid .BrowseRow /*takes padding from line 35 of this css*/ {
	width: 96%;
	margin-bottom: 15px;
}
#thedms01 #thedmsBrowseGrid .detailbtn {
	float:none;
	width:100%;
	padding:3px 0px;
}
#thedms01 #thedmsBrowseGrid .BrowseCell p {
	margin:0;
	text-align:right;
	padding:6px 0px 5px 0px;
	width:75%;
	float:right;
	clear:both;
}
#thedms01 #thedmsBrowseGrid .signposts_div {
	width:30%;
	position:absolute;
	top:37px;
	left:2px;
	padding:0;
	margin:0;
}
#thedms01 #thedmsBrowseGrid .CellRightDetailsHolder {
	float:left;
	margin:0;
	padding:0;
	width:45%;
}

#thedms01 #thedmsBrowseGrid .BrowseCell {
	float: left;
	padding:3px;
	width: 32%;
	position:relative;
	min-height:17em;
    height:auto !important;
    height:17em;
}
/*accommodation details pages*/
div#thedmsPropertyEssentialsleft {
	width:29%;
}
div#thedmsPropertyEssentialsright {
	float:right;
}
div#thedmsAvailabilityCheck ul {
	padding:15px 0px;
}
div#thedmsImgSingle {
	margin-bottom:10px;
	float:left;
	text-align:center;
	width:40%;
}
div#thedmsGridAvailabilityChart {
	clear: both;
}
div#thedmsLargeImgOne {
	margin-bottom:10px;
}
#thedms01 #thedmsBrowseGrid .thedmsLogos {
	padding:0px 0px 5px 0px;
}
#thedms02 .thedmsLogos, {
	margin:-30px 0px 0px 0px;
}
div#thedmsAvailabilityChart {
	width:80%;
	float:right;
	background-color:#EFF1F0;
	padding:5px;
	border-top:4px solid #BBC4BF;
}
#thedmsFacilitiesKey, div#thedmsAvailabilityCheck {
	line-height:1.4em;
}

#thedmsAvailabilityChart .bookbutton a, #thedmsAvailabilityChart .bookbutton a:visited {
	padding:7px 11px;
	font-weight:bold;
}
#thedmsAvailabilityChart td.bookbutton {
	padding:0;
}
div#thedmsPropertyInfo {
	clear:both;
	width:60%;
}
div#thedmsAvailabilityCheck {
	width:16%;
	padding:10px;
}

#thedms153 #thedmsSearch0 {
	margin-bottom:5px;
}

/*div#thedmsAvailability form img{
	float: right;
}*/

/*Events Pages*/
div#thedmsDetailsPanel{
	margin: 20px 0px;
	width:59%;
}
div#thedmsDetailsPanel p{
	margin-left: 20px;
}
div#thedmsItemsPanel{
	padding-left:10px;
	width:37%;
	padding: 3px;
	float: right;
}
#thedmsItemsPanel table{
	margin:auto;
	width:90%;
	background-color: #FFF;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	float:right;
	padding:0px;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 15%;
	float: left;
}
div#thedmsContactPanel {
	padding:10px 0px 10px 10px;
	width:58%;
	margin-right:0px;
}

/*th, #thedms13 th{
	background-color:#AC0017;
	color:#fff;
}*/
#thedms13 .thedmsBackgroundFix{
	height: 10px;
}

div#thedmsItemsPanel{
	padding-left:10px;
	width:37%;
	padding: 3px;
	float: right;
}
div#thedmsItemsPanel h2{
	clear: both;
}
#thedmsItemsPanel table{
	margin:auto;
	width:90%;
	background-color: #FFF;
}
div#thedmsDetailsPanel p{
	margin-left: 20px;
}
div#thedmsdetailsACbuttons img {
	margin-bottom: 5px;
}
#thedms13 #thedmsTPItineraryGoogleMap p {
	line-height: 20px;
}
#thedms13 #thedmsTPItineraryGoogleMap p img {
	float: left;
    margin-right: 5px;
}

/* DMS Search Forms */

#thedmsSearch0, #thedmsSearch1 {
	width:48%;
}
#thedmsSearch0{
	clear: both;
	float:left;
}

#thedms153 #thedmsSearch0, #thedms153 #thedmsSearch1, #thedms154 #thedmsSearch0, #thedms154 #thedmsSearch1 {
	width:100%;
}
.availability input{
	margin: 2px;
}

#thedmsSearch1 {
	float:right;
}
#thedmsSearch0 li, #thedmsSearch1 li {
	padding:0px 0px 0px 0px;
}
#thedmsSearch0 li h2, #thedmsSearch1 li h2 {
	padding:5px;
	margin:0px;
	font-size:1.3em;
	width:auto;
}
#thedms159 form h2 {
	background: none;
}
div#thedmsSmallImg {
	width:18%;
}

div#thedmsLargeImgTwo {
	width:38%;
}

div#thedmsLargeImgOne {
	width:42%;
}

.thedmsLogos {
	clear:both;
	float:none;
	text-align:right;
}

/*dms styles on multiple pages*/
.thedmsBrowsePaging img{
	vertical-align: middle;
}

/*Added 02-12-07*/
table#thedmsOpeningTimesTableFullWidth {
	background-color:#EFF1F0;
}

.width98 ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:15px;
}


/* DMS 07 Styles  */

.availabilitytable caption {
	background-color:#73827A;
	text-align:left;
	padding:5px;
	color:#FFF;
	font-weight:bold;
}

/* SPECIAL OFFERS STYLES */

.thedmsSO {
	background-color:#BBC4BF;
}

#thedms05 div#thedmsBrowseGrid .BrowseSingleRow .BrowseCell {
	background-color:#EFF1F0;
    border:1px solid #73827A;
}

#thedms05 div#thedmsBrowseGrid .BrowseCell h2 {
	background-color:#73827A;
}

.thedms-voucher form {
	background-color:#EFF1F0;
}

/*
--- Jan 09 Accomodation Details Override ---
*/
div#thedms02n  #thedmsAvailability h2, #thedmsDetailsServices h2
{
	background-color:#73827A;
}

div#thedms02n  #thedmsDetailsServices, div#thedms02n #thedmsPictureContainer, div#thedms02n #thedmsAvailability {
	background-color:#EFF1F0;
}

div#thedms02n #thedmsAvailability
{
	border-top:4px solid #BBC4BF;
}

div#thedmsFestival
{
    font-size: 90%;
}

div#thedmsFestival a
{
    float: right;
    width: 70%;
}

div#thedmsFestival h3
{
    font-size: 90%;

    margin:0px;
    padding: 0px;

    display:inline;

}

div#thedmsFestival ul
{


   clear:both;
}
