/*GENERIC STYLESHEET for web build*/

/*Generic styles across all pages- This also contains all of the default colours and layouts from the initial web build. Overrides can be found in <PUBLICATIONCODE>_dynamic.aspx*/
*{
	padding: 0px;
	margin: 0px;
}
body{
	/*font-family: Lucida Sans Unicode, Helvetica, Arial, sans-serif;*/
	font-family: Arial, sans-serif;
	font-size: 80%;
	background: url(/img/body_bg.jpg) repeat-x #FFFFFF;
	color: #7e7e7e;
}

a, a:visited{
	color: #B42131;
}

a:hover {
text-decoration:none;
}

ul{
    padding-left:50px;
}

img, img a{
	border:0;
}
p {
	margin: 2px;
}

h1, h2, h3{
	margin: 2px 0px 4px 0px;
	color: #B42131;
}

/* used as main heading */
h1 {
    color:#333232;
    font-size:200%;
    font-weight:lighter;
}
h2 {
	font-size: 100%;
	font-weight:bold;
}

/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
}
/*table styles*/
table{
}

th {
}

td {
}

tr{
}
/*All buttons across all pages INCLUDING DMS PAGES*/


a.button, .button a, .button input, input.button{
	margin: 2px auto;
	background:url(/img/bigredbutton.jpg) repeat-x top left #B4091B;
	padding: 5px;
	text-transform: uppercase;
	font-size: 110%;
	text-align: center;
	border: 1px solid #AC2231;
	color:#fff !important;
	float:right;
	text-decoration:none;
    position:relative;
}

a:hover.button, .button a:hover, .button input:hover, input:hover.button, a:hover.button-wide, a:hover.arrowlink, .arrowlink-outter a:hover, a:hover.morelink
{
    text-decoration:underline;
}

a.button-wide{
	margin: 5px 0px;
	background: url(/img/bigredbutton.jpg) repeat-x top left #B4091B;
	padding: 5px;
	text-transform: uppercase;
	font-size: 110%;
	text-align: center;
	border: 1px solid #AC2231;
	color:#fff !important;
	clear:both;
	display:block;
	text-decoration:none;
}

a.arrowlink, .arrowlink-outter a
{
    background:transparent url(/img/redarrow.jpg) no-repeat scroll 95% center;
    display:block;
    padding:4px 14px 4px 10px;
    border:1px solid #E7EAEA;
    margin-bottom:1px;
    color:#B42131 !important;
    text-decoration: none;
}

a.morelink{
	color: #AC2231 !important;
	text-transform:uppercase;
	font-size: 90%;
	text-align: right;
	margin: 2px 18px 2px 8px;
	float: right;
}

.snc-inner a.arrowlink
{
    color:#B42131 !important;
    border:0px;
    border-bottom:1px dashed #999;
}

.advanced-button
{
    padding-top:15px;
    display:block;
}

/*input based things
input, textarea, select{
}

input.button{
	float: right;
}

.button input:hover
{
    cursor:pointer;
    text-decoration:underline;
}*/

/*input.button:hover {
	color: #EAEAEA;
	text-decoration: none;
	display: block;
}*/

input.button, input.button:hover{
	cursor: pointer;
}

input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {	
}



fieldset{
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/
#skiplinks {
    left:-9000px;
    position:absolute;
    top:0;
    z-index:20;
}

#fontsize{margin-right:30px;margin-top:7px;float:left;}
#fontsize a{cursor: pointer;text-decoration: underline;padding:5px;display:inline;}
#fontsize a#fontsmall{font-size: 120%;}
#fontsize a#fontmedium{font-size: 140%;}
#fontsize a#fontlarge{font-size: 170%;}

#frame{
	width: 995px;
	margin: auto;
}

#header{
	height: 93px;
}

#logo
{
    float:left;
}

#grouptravel{
	background: url(/img/grouptravel.jpg) no-repeat  top right;
	float: right;
	width: 225px;
	height: 25px;
	margin:15px;
	clear:right;
}

#topnav{
	float: right;
	text-align: right;
	font-size: 80%;
	list-style: none;
}

#topnav li 
{
    float:left;
}

#topnav li a {float:none;display:block;}
#topnav li #fontsize a{display:inline;}
#topnav li#basket-icon{}

#basketsummaryframe
{
    width:170px;
    height:20px;
    font-size:80%;
    margin-top:8px;
}

#mainnavigation{
	background: url(/img/nav_leftcorner.jpg) no-repeat left top #272324;
}

#mainnavigation ul{
	background: url(/img/nav_rightcorner.jpg) no-repeat right top #272324;
	margin-left: 5px;
	text-align: center;
    padding-left:0px;
}

#mainnavigation li{
	display: inline;
	line-height: 30px;
	color: #FFFFFF;
	padding: 0px 4px 0px 4px;
}

#mainnavigation a{
	color: #FFFFFF;
	margin: 0px;
	padding: 7px;
	text-decoration: none;
}

#mainnavigation a:hover{
	background: url(/img/nav_hover.jpg) repeat-x left top;
}

#mainnavigation li a{
}

#topcontent{
    min-height:198px;
    height:auto !important;
    height:198px;
    margin-bottom:10px;
}

#topcontent img{
	float: right;
	margin: 4px 0px;
}

#topcontenttext{
	float: left;
	width: 20%;
    /*margin-bottom:25px;*/
    /*height:150px;*/
	height:auto;
}

#content{
	clear: both;
	margin-top: 10px;
	min-height:150px;
}

#leftcontent, #rightcontent{
	width: 20%;
	float: left;
}

#leftcontent ul, #rightcontent ul {
    padding-left:0px;
	list-style: none;
}

#centrecontent{
	float: left;
	width: 58%;
	padding:0% 9px;
}

.contentbox{
	float: left;
	width: 30%;
	margin: 6px;
	
}
.contentbox img{
	background: url(/img/imgbackground.jpg) no-repeat top left;
	padding: 11px 21px 14px 11px;
}
.contentbox p{
	text-align: left;
	padding: 6px;
}
.contentbox .button{
	padding: 4px;
	font-size: 80%;
	text-align: right;
	margin: 2px 18px 2px 8px;
	float: right;
}

.sidenav{
	position: relative;
	margin-bottom:10px;
}

.sidenav a{

}
.sidenav a span{
	display: none;
}
.sidenav a:hover {
	height: auto; /*Has to be set to make the absolute positioning work in IE*/
}

.sidenav a:hover span{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #CCC;
	display: block;
	background-color: #666666;
}

#footer{
	clear: both;
	background:transparent url(/img/nav_hover.jpg) repeat-x scroll left top;
	margin-top:10px;
}
#footer ul
{
    margin:0 auto;
    padding-bottom:15px;
    padding-top:8px;
    text-align:center;
    padding-left:0px;
}
#footer li
{
    display:inline;
    margin:5px 10px;
    padding:4px 0px;
}
#footer li a, #footer li a:visited
{
    color:#fff;
    text-decoration:none;
}

#footer li a:hover
{
    text-decoration:underline;
}

.nvglink
{
    width:100%;
    text-align:center;
}

/*Sitewide Classes*/
.float-left
{
    float:left;
}

.float-right
{
    float:right;
}

.clearer
{
    clear:both;
    height:0%;
    line-height:0%;
    font-size:0%;
    width:100%;
}

.clearHeight
{
    height:11px;  
}

img.float-left
{
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}

img.float-right
{
    float:right;
    padding-left:10px;
    padding-bottom:10px;
}

.margin-top-fifty
{
    margin-top:50px;
}

.margin-left
{
    margin-left:10px !important;
}

/*Search Tabber*/
.tabs
{
    /*width:100%;
    height:100%;
	height:auto;*/
}

.tabs #search
{
    /*height:100%;*/
	/*height:auto;*/
}

.tabs #search img
{
    margin:0px;
}

.tabs #search ul#anchors
{
    margin:4px 0px 0px;
    border-left:1px solid #999;
    padding-left:0px;
}

.tabs #search #anchors li
{
    display:inline;
    margin:0px;
}

.tabs #search #anchors li a
{
    background:#ccc url(/img/nav_grad.jpg) repeat-x bottom left;
	padding:5px;
	text-align: center;
	color:#fff;
	font-size:80%;
	display:inline-block;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:0px;
	text-decoration: none;
}

.tabs #search #anchors li a:hover
{
    text-decoration:none;
    background:#272324 url(/img/bigredbutton.jpg) repeat-x bottom left;
}

.tabs #search #anchors li.on a
{
    background:#272324 url(/img/bigredbutton.jpg) repeat-x bottom left;
}

.tabs #search .tabbed-content
{
    border:1px solid #999;
    padding:5px;
    background-color:#E6E6E6;
    height:auto;
    width:93%;
    color:#333;
    position:relative;
}

.tabs #search .tabbed-content ul
{
    margin-bottom:10px;
    padding-left:0px;
	list-style: none;
}

.tabs #search .tabbed-content ul li
{
    font-size:90%;
    margin:3px 0px;
    clear:both;
}

.tabs #search .tabbed-content h2
{
    margin-bottom:10px;
}

.tabs #search .tabbed-content label
{
    width:33%;
    display:block;
    float:left;
    text-align:right;
    padding-right:1%;
}

.tabs #search .tabbed-content input, .tabs #search .tabbed-content select
{
    border:1px solid #666;
    padding:2px;
    margin-bottom:3px;
    float:left;
}

.tabs #search .tab-accommodation input, .tabs #search .tab-events input
{
    width:50%;
}

.tabs #search .tab-accommodation select
{
    width:66%;
}

.tabs #search .tab-attractions input
{
    width:61%;
}

.tabs #search .tab-attractions select
{
    width:66%;
}

.tabs #search .tab-events input.kw
{
    width:62%;
}
/*End Search Tabber*/

/* Theme for jQuery UI Datepicker */

#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
	font-size: 12px !important;
}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	background: #464646;
	color:White;
	font-size: 1.2em;
	border: 4px solid #D4243B;
	width: 15.5em;
	padding: 0.5em .5em .5em .5em;
	position: relative;
}
#ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #464646;
}
.ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-control {
	display: none;
	height:1px;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-prev {
	position: absolute;
	left: .5em;
	background: black url(http://www.thedms.co.uk/graphics/signposts/white/left.png) center no-repeat;
}
.ui-datepicker-next {
	position: absolute;
	left: .5em;
	background: black url(http://www.thedms.co.uk/graphics/signposts/white/right.png) center no-repeat;
}
.ui-datepicker-next {
	left: 14.6em;
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	border: 1px solid #ffffff;
	cursor: pointer;
	color:#fff;
}
.ui-datepicker-header select {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: #0084C9;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
	
}
.ui-datepicker-header select.ui-datepicker-new-month {
    width: 7em;
    left: 2.2em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
left: 9.4em;
}
div#ui-datepicker-div td
{
    padding:1px;
}
table.ui-datepicker {
	width: 15.5em;
	text-align: center;
	margin-top:10px;
}
table.ui-datepicker td a {
	padding: 2px;
	display: block;
	color: white;
	background: black;
	cursor: pointer;
	border: 1px solid white;
}
table.ui-datepicker td a:hover {
	color: black;
	background: white;
	text-decoration:none;
}
table.ui-datepicker td a:active {
	border: 1px solid #0084C9;
	color: #999;
	background: #999;
}
table.ui-datepicker .ui-datepicker-title-row td {
	padding: .3em 0;
	text-align: center;
	font-size: .9em;
	color: white;
	text-transform: uppercase;
	/*border-bottom: 1px solid #ffffff;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #222222;
	background:#eeeeee;
}

/* ___________ IE6 IFRAME FIX ________ */
.ui-datepicker-cover {
   display: none; /*sorry for IE5*/
   display/**/: block; /*sorry for IE5*/
   position: absolute; /*must have*/
   z-index: -1; /*must have*/
   top: -4px; /*must have*/
   left: -4px; /*must have*/
   width: 200px; /*must have*/
   height: 200px; /*must have*/
}

.ui-datepicker-header 
{
    text-align:center;
}

.ui-datepicker-current-day a 
{
    background:White!important;
    color:black!important;
}

/*All Templates*/
.sn-content-grey
{
    background-color:#E6E6E6;
    margin-bottom:10px;
    position:relative;
    display:inline-block;
}

.sn-content-clear
{
    margin-bottom:10px;
}

.sn-content-grey h2
{
    background:#252120 url(/img/nav_grad.jpg) repeat-x scroll left top;
    padding:5px;
    color:#fff;
}

.sn-content-grey .snc-inner
{
    padding:5px;
    color:#333;
    width:95%;
}

#leftcontent .sn-content-grey .snc-inner a.button, #rightcontent .sn-content-grey .snc-inner a.button
{
    background-color:#fff;
    border:1px solid #ccc;
}

.inside-left
{

}

/*Template2*/
.template2 #centrecontent
{
    width:78%;
}

.template2 .contentbox img {
    background:transparent url(/img/_bg/imgbackground-large.jpg) no-repeat scroll right top;
    padding:14px 36px 28px 11px;
    width:202px;
}

