/*This stylesheet creates a grey site, that should work out of the box #CCCCCC should be found and replaced to change all of the colors*/
/* START OF GENERIC FORM STYLES */

h1 {
	font-size:240%;
	color:#820927;
	font-weight:normal;
}
h2 {
	font-size: 185%;
	font-weight:normal;
	color:#65282B;
}
h3 {
	font-size: 140%;
	color:#333333;
}
a, a:visited {
	color: #017CA8;
	text-decoration:none;
	font-weight:bold;
}
a.CreateRedButtonLink, a.CreateRedButtonLink:visited {
	padding:6px 8px;
	margin:0px;
	background-image:url(/img/bg/main-button-bg.jpg);
	background-color:#017CA8;
	background-position:bottom;
	background-repeat:repeat-x;
	border:0px #017CA8 solid;
	font-size:85%;
	color:#FFFFFF;
	font-weight:normal;
	cursor:pointer;
	display:block;
	width:70%;
}
a.CreateRedButtonLink:hover {
	background-image:none;
	text-decoration:none;
}
.double-red-lines-paragraph {
	border-left:6px #017CA8 double;
	margin:0px 0px 0px 35px;
	padding:4px 0px 4px 10px;
	display:block;
}

/* -- Accomm and attractions browse -- */

#thedms01n DIV#thedmsBrowseGrid{
	margin:0;
	padding:0;
	margin-left:-10px;
}

#thedms01n DIV#thedmsBrowseGrid .BrowseBookRow {
	
	margin: 0px 0px 20px 10px;
	padding: 0 10px 10px 10px;
	width: 834px;/* width will changing if not 3 column version, 49% if 2 column version  */
	background-image:url(/img/accomm-browserow-bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;

	/* Min height... Works in IE6 etc.. How cool!! */
	min-height:13em;
  	height:auto !important;
  	height:13em;
}
#thedms01n DIV#thedmsBrowseGrid .BrowseBookCell{
	background-color:#8EC0E5;
	border:3px solid #8EC0E5 !important;
}

#thedms01n DIV#thedmsBrowseGrid .BrowseBookCell .smIMG{
	margin-top:10px;
}

#thedms01n DIV#thedmsBrowseGrid .BrowseBookRow h2 {
	margin:-10px -10px 0px -10px;
	padding:8px 3px 5px 10px;
	/*background-image:url(/img/accomm-browsecell-top.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	font-size:150%;
	font-weight:bold;
	border-bottom:3px #990000 double;
}
#thedms01n div#thedmsBrowseGrid .BrowseRow {
	margin:0;
	width:825px;
	padding:5px 0px 5px 0;
}
#thedms01n div#thedmsBrowseGrid .details_holder {
	padding:5px 0px 0px 0px;
}

#thedms01n DIV#thedmsBrowseGrid .BrowseBookactionpanel{
	background-color:#8EC0E5;
}

div.BrowseCell p {
	margin:4px 0px;
}

.thedmsLogosImg
{
	padding:2px;
	background-color:#FFFFFF;
	display:inline-block;
	margin-right:5px;
}

.thedmsbutton a, .detailbtn a, .detailbtn a:visited, .bookbutton a, .bookbutton a:visited, .modebutton a, modebutton a:visited  {

	background-color:#017CA8 !important;
	font-size:90% !important;

}

div.thedmsfunctionholder .thedmsBrowsePagination a{
	background-color:#8EC0E5;
}

div.thedmsfunctionholder .thedmsPaginationCurrentPage{
	background-color:#017CA8 !important;
}