/*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 */
/*universal selector or 'wildcard' works on literally EVERYTHING... Comment back in if you need it.*/
*{
	padding: 0;
	margin: 0;
}
.clearer{
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #8C9197;
	color:#333333;
}

a, a:visited{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {	
	color: #000;
}
ul{
	list-style: none;
}
.thedms img {
	border:0;
}
p {
	
	font-size: 95%;
	margin: 2px 0px 2px 0px;
}

h1, h2, h3 {
	color: #8C9197;
}
h1{
	font-size: 150%;
}
h2{
	font-size: 120%;
	padding-top: 3px;
}
h2 a, h2 a:visited {
	color: #999;
	font-size: 110%;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}
h3{
	font-size: 100%;
}
.feedback{
	clear: both;
}
/*table styles*/
table{
	text-align: center;
	background-image: url(../img/greygradient.jpg);
	background-repeat: repeat-x;
	background-color: #95999C;
}

th {
	color: #FFFFFF;
	font-size: 80%;
}
th img{
	background-color: #FFFFFF;
	height: 29px;
	width: 29px;
}

td {
	background-color: #FFFFFF;
	padding: 2px;
}

tr{
	font-size: 90%;
}
/* Search page form classes */
/* to have different colours on ea or ac search pages have two versions of form .heading and prefix with DIV#thedms0 and DIV#thedms10 */
/* form classes */
form h2 { 
}

input{
	}
/*styles added by SL so that it works straight off*/
form ul {
	padding: 0px;
	margin: 0px;
}
form li {
	margin-top: 10px;
	list-style: none;
	clear: both;
}

form li.radio label {
	clear: none;
	float: left;
}
form li.radio input {
	float: left;
} 

form li.check label {
	text-align: left; 
	margin-right: 0; 
	float: none; 
	display: inline
}
form li.check span {
	display:block; 
}

/* General classes */
.thedms ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* used for TEL, FAX etc captions */
.Caption {
	font-size: 70%;
	font-weight: bold;
}

/* used for instructions, eg what to do next */
.Instructions {
	font-weight: bold;
	text-align: center;
}

/* used for feedback to user, eg error messages or advice such as you need to enter your name, or no information found */
.Feedback {
	color: red;
	font-weight: normal;
	text-align: center;
}
/*---------------------------------------------------------------------attractions/venues----------------------------------------------------------------------------------*/
/*venue search pages*/
/*venue details pages*/
TABLE#thedmsOpeningTimesTableFullWidth th{
	padding: 3px;
	background: none;
}
/*-------------------------------------------------------------accommodation and attractions browse ------------------------------------------------------*/

#thedms01 DIV#thedmsBrowseGrid .BrowseCell {
	float: left;
	margin: 1px;
	padding: 3px;
	width: 32%;/* width will changing if not 3 column version, 49% if 2 column version  */
}

/* widths may need changing if not 100% width */
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	width: 82%;
	float: left;
}

#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 15%;
	float: left;
}
/*---------------------------------------------------CONFERENCE PAGES-------------------------------------------------------------------------------*/
.BrowseCellConference, #thedmsConfFacilities ul{
	background-color: #95999C;
	background-image: url(../img/greygradient.jpg);
	background-repeat: repeat-x; 
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	padding: 5px;
}
 .BrowseCellConference li{
	padding: 2px;
	height: 32px;
	line-height: 32px;
}
/*Conference details*/
/*#thedmsContactPanel, #thedmsConferenceChart{
	padding: 4px;
	width: 95%;
	margin: 10px auto 10px auto;
	float: none;
	border: #CCCCCC 1px solid;
	border-bottom: #999 2px solid;
	border-right: #999 2px solid;
}
#thedmsContactPanel{
	width: 100%;
	float: right;
	margin-top: 200px;
}
*/
div#thedmsConfPictures{
	width: 100%;
	float: left;
	clear: both;
}
#thedmsFeaturePicture1{
	float:left;
}
#thedmsfeatureamentities img{
	background-color: #FFFFFF;
}
#thedmsConferenceChart table{
	border: #CCC 1px solid;
}


#thedmsConferenceChart table, caption{
	padding: 0px;
	margin: auto;
	
}
#thedmsClassification{
	text-transform:lowercase;
	font-size: 70%;
}
#thedms06 h1, h2{
	color: #FFFFFF;
}
/* to have different colours on ea or ac browse page headings have two versions of DIV#thedmsBrowseGrid  .BrowseCell h2 and prefix with DIV#thedms01 and DIV#thedms11 */

/*-------------------------------------------------------------accommodation styles go here------------------------------------------------------*/
/*this may need to be deleted, but it makes it work on most of the layouts, especially accommodation layout 1.*/
#thedmsAvailabilityChart table {
	clear:left;
}

/*--------------------------------------------------------------------- events ----------------------------------------------------------------------------------*/
#thedmsBrowseEvents {
	clear:both;
}
.thedmsBackgroundFix /*works as a clearer div in the dms*/{
	clear: both;
	font-size: 1px;
	height: 1px;
}
/*All key backgrounds with the gif images for fuzzy edges- set background to a lighter colour*/
.thedmskey{
	background-color: #FFFFFF;
}
div.thedmsExternalChannelLinks li a img.thedmsImageLink{
	display: none;
	visibility: hidden;
}
div.thedmsExternalChannelLinks {
	margin: 10px;
	float: left;
}
/*-------------------------------------------------------------------------------All buttons sitewide------------------------------------------------------------------------------*/
.button{
	float: right;
	margin-right: 20px;
}

.button a, .button a:visited, div.thedmsExternalChannelLinks a, div.thedmsExternalChannelLinks a:visited{
	display: block;
	text-align:center;
	text-decoration:none;
	padding: 4px;
	background-color: #8D9194;
	color: #FFF;
}

.button a:hover, div.thedmsExternalChannelLinks a:hover{
	text-decoration:none;
	background-color: #CCCCCC;
	}
	
input.button{
}
.thedms{
	margin-left: 4px;
}
/* END OF GENERIC FORM STYLES */
/* Try to keep to the standard names*/
/* ----------------------------------------------------------------------------Website styles--------------------------------------------------------------------------------*/
#frameshadow{
	background-image: 
}

#frame{
	background-color: #FFF;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #6F7479;
}

#header{
	width: 930px;
	float: left;
	padding-left: 10px;
}

#topnav{
	padding: 5px;
	background: url(../img/logoheader-blue.jpg) no-repeat left center #002244;
	margin: 5px 10px 5px 0;
	width: 910px;
}

#topnav ul{
	float: right;
	width: auto;
}

#topnav li{
	background-image: url(../img/topnavdotty.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 2px; 
}

#topnav a, #topnav a:visited{
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../img/topnavarrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
	color: #BDBFC1;
}
#topnav a:hover{
	background-image: url(../img/topnavarrow_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #9EA0A3;
}
#mainimage{	
	background-image: url(../img/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 920px;
	height: 272px;
	margin: auto;
	clear: both;
}
#main-text{	
	width; 920px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	
}

/*maincontent*/
#content, #delcontent, #confcontent, #defaultcontent{
	clear: both;
	margin: 5px;
	
}
#leftcol{
	float: left;
	width: 254px;
	background-color: #FFFFFF;
	padding: 0 5px 5px 5px;
}
#midcol, #dmscontent{
	width: 95%;
	float: left;
	padding: 0px 10px 10px 10px;
}
#midcol2, #dmscontent{
	width: 75%;
	float: left;
	padding: 0px 10px 10px 0px;
}
#defaultcontent #midcol{
	width: 300px;
}
#dmscontent{
	width: 100%;
}
#rightcol{
	width: auto;
	float: left;
}
.mininav{
	float: right;
	width: 20%;
}
#dmstop{
	border-bottom: double #ccc 1px;
	width: 98%;
}
#dmstop p{
	float: left;
	width: 78%;
}
.thedms{
	clear: both;
}
#delcontent #rightcol, #confcontent #rightcol{
	float: left;
	width: auto;
	text-align: center;
}

/*leftnavigations*/
.leftnav /*for the homepage*/, #leftnav{
	width: 254px;
	margin: auto;
	height: 272px;
}
.leftnav a{
	text-decoration: none;
}
.leftnav a:hover{
	
}
#confnav h2, #delenav h2, #contactdetails h2, #contactdetails .darkgreybox h2{
	text-align: center;
	position: relative;
	font-size: 100%;
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 34px;
	line-height: 32px;
}
#confnav h2 span{
	background-image: url(/img/conferenceorganisersspan.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 254px;
	position:absolute;
	height: 32px;
	line-height: 32px;
	left: 0px;
	top: -1px;
}
#confnav ul{
	border-left: #000F35 solid 4px;
	margin-top: -3px;
	padding-left: 5px;
}

#confnav li, .conflinks a{
	line-height: 28px;
	border-bottom: #999 solid 1px;
	padding: 2px;
}
#confnav a, .conflinks a{
	padding-left: 25px;
	color: #000F35;
	background-image: url(/img/conf_arrow.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}
#confnav a:hover, .conflinks a:hover{
	background-image: url(/img/conf_arrow_hover.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #435363;
}
#delenav h2 span{
	background-image: url(/img/delegatesspan.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 254px;
	position:absolute;
	height: 32px;
	line-height: 32px;
	left: 0px;
	top: -1px;
}
#delenav h2 a:hover, #confnav h2 a:hover{
	cursor: pointer;
}
#delenav ul{
	border-left: #7AA4D0 solid 4px;
	margin-top: -3px;
	padding-left: 5px;
}
#delenav li{
	line-height: 28px;
	border-bottom: #999 solid 1px;
	padding: 2px;
}
#delenav a{
	padding-left: 25px;
	color: #000F35;
	background-image: url(/img/dele_arrow.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}
#delenav a:hover{
	background-image: url(/img/dele_arrow_hover.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #435363;
}
#contactdetails{
	width: 320px;
}
#contactdetails img{
	margin-left: 4px;
}

#contactdetails h2 span{
	background-image: url(/img/contactemp.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	position:absolute;
	width: 340px;
	height: 32px;
	line-height: 32px;
	left: 0px;
	top: 0px;
}
#contactdetails #contactdetailscontent{
	border-left: #5B6066 solid 4px;
	margin-top: -3px;
	padding: 5px;
	width: 100%;
	text-align: center;
}
.darkgreybox{
	background-color: #8D9194;
	color: #FFF;
	width: auto;
	margin: 4px;
	padding: 4px;
}
#contactdetails .darkgreybox h2 span{
	background-image: url(/img/contactbureau.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	width: 320px;
	height: 32px;
	line-height: 32px;
	left: 0px;
	top: 0px;
}
.telephone{
	font-weight: bold;
	font-size: 120%;
	background-image: url(/img/telephone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 20px;
	height: 30px;
	clear: both;
}
.email{
	font-weight: bold;
	font-size: 110%;
	background-image: url(/img/email.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	clear: both;
}
.darkgreybox a, .darkgreybox a:visited{
	color: #FFFFFF;
	padding: 2px;
}
.darkgreybox a:hover{
	text-decoration: underline;
}
/*footer*/
#footer{
	font-size: 80%;
	background-image: url(/img/topnavdotty.jpg);
	background-repeat: repeat-x;
	margin: 5px 5px 2px 5px;
	clear: both;
}

#footer ul{
	text-align: right;
	padding: 2px;
}

#footer li{
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px #ccc;
}
#footer li.first{
	border-left: none;
}
#footer a, #footer a:visited{
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover{
	text-decoration: none;
}
/* ----------------------------------------------------------------------------Page Specific Styles--------------------------------------------------------------------------------*/
/*any styles which are static and not related to the dms at all*/
/*at a glance page*/
th.venue{
	width: 30%;
}
#thedms150 label{
	width: 20%;
	display: block;
	float: left;
}
#thedms150 li{
	padding: 3px;
}
#thedms150 input{
	float: left;
}
#thedms150 input.button{
	float: right;
}

/*--------------------------------------------------------gifts brochure type style page-------------------------------------------------*/
Div#thedms151 span.thedmsQuestion {
	width:49%;
	padding:5px;
}
Div#thedms151 fieldset {
	padding: 10px;
}
#thedmsProfiling label {
	margin-left:0.2em;
}
.imageleft{
	float: left;
	padding: 4px;
}

.nvglink {
    color: #ffffff;
    float: right;
    margin-right: 20px;
    padding-top: 15px;
}
.nvglink img{
vertical-align: middle;
}


/* new EAbrowse styling - AR 29/06/11 */
div#thedms11n .thedmsBrowseRow {
    background: none repeat scroll 0 0 #fff;
}
div#thedms11n .thedmsBrowseH2Background {
    background:  url("../img/h2bg.jpg") repeat-x scroll 0 0 #061743;
}
div#thedms11n #thedmsBrowseListing .thedmsBrowseRow .thedmsBrowseH2Background h2 a {
    color: #fff;
    display: block;
    font-size: 90%;
    text-decoration: none;
}
div#thedms11n .thedmsActionsHolder .thedmsbutton a {
    color: #fff;
}

div#thedms11n .thedmsActionsHolder {
    background: #DCE4ED ;

}
.thedmsbutton {
    background:  url("../img/h2bg.jpg") repeat-x scroll 0 0 #061743;
    border: none;
}
div#thedms11n .thedmsContentHolder .smIMG {
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    margin: 0 10px 0 0 ;
    padding: 5px;
}
.thedmsContentHolder {
    float: left;
    position: relative;
    width: 75%;
}
div#thedms11n .thedmsActionsHolder ul li.thedmsbutton {
    margin: 0 0 5px;
}
div#thedms11n .thedmsActionsHolder ul li a {
    margin-left: 4px;
    text-decoration: none;
	color: #021035;
	font-size: 80%;
}
.address a {color: #021035;}
div#thedms11n .thedmsActionsHolder ul li {
    clear: both;
    list-style-type: none;
	margin: 2px 0;
}
div#thedms11n .thedmsfunctionholder {
    float: left;
    width: 70%;
}
.thedmsServerError {display: block;height: 70px;padding: 2%;width: 96%;}

/*Special Offer Styling 19/12/11 - Nathan */

.thedmsSOlist {
background: none repeat scroll 0 0 #DCE4ED;
border: 2px dotted #0C2D82;
}
.thedmsSOlist li img {
  /*  May need something like “background: #fff; padding 2px;“ if it’s a black site and you need the star to show up */
}


/* AC Details: */
#thedmsSpecialOffersHolder {
background: none repeat scroll 0 0 #DCE4ED;
border: 2px dotted #0C2D82;
}

.thedmsSO {
background: none repeat scroll 0 0 #DCE4ED;
border: 2px dotted #0C2D82;
}

a.thedmsSObutton, a.thedmsSObutton:visited {
background: none repeat scroll 0 0 #0C2D82;
border: 1px solid #0C2D82;
color: #FFFFFF;
}

div#thedms02n #thedmsAvailability .thedmsSOdetails {
background: none repeat scroll 0 0 #DCE4ED;
border: 2px dotted #0C2D82;
}

/* EA Browse: */
div#thedms11n .thedmsfunctionholder {
float:left;
width:100%;
}

/* EA Details: */
#thedms13 .thedmsSO {
background: none repeat scroll 0 0 #DCE4ED;
border: 2px dotted #0C2D82;
}
a.thedmsSObutton, a.thedmsSObutton:visited {
background: none repeat scroll 0 0 #0C2D82;
border: 1px solid #0C2D82;
color: #FFFFFF;
}

/* End of special Offer */

