/*GENERIC STYLESHEET for web build*/
/*All buttons across all pages INCLUDING DMS PAGES*/
.button{
}
form {
	margin: 0px;
	padding: 0px;
}

.button a, input.button{
	
}
/*input based things*/
input, textarea, select{
	margin: 2px;
	padding: 2px;
}
input.button{
	float: right;
}
.button a:hover, input.button:hover{
}
input.button, input.button:hover{
	cursor: pointer;
}
input:focus, textarea:focus, input:hover, textarea:hover, select:focus, select:hover {	
}
/*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;
	color: #333333;
}
body{
	background-image: url(../img/frame-bg.jpg);
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
a, a:visited{
	text-decoration: none;
	font-weight: normal;
}

a:hover {
}

ul{
	list-style: none;
}
li{
}
li a, li a:visited{
}
li a:hover{
}
#thedmsSearch0_category ul{
}
#thedmsSearch0_category li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#thedmsSearch0_category li a, #thedmsSearch0_category li a:visited{
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 1px;
	display: block;
}
#thedmsSearch0_category li a:hover{
	text-decoration: underline;
}
img, img a{
	border:0;
}
p {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 4px;
	padding-left: 4px;
}
/* used as main heading */
h1 {
	font-size: 150%;
	color: #C0C0C0;
	margin-bottom: 15px;
}
h2 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
/*seperate if visited is different*/
h2 a, h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
/*table styles*/
table{
}

th {
}

td {
	padding: 6px;
}

tr{
}
/*site build styles- here are some examples of some generic names that you should really be using to keep to standards.*/
#frame{
	width: 990px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.float-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#header{
	height: 160px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#header-press{
	height: 160px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../img/header-press.jpg);
}
#topnav ul{
	display: block;
}
#topnav {
	width: 990px;
}

#topnav li{
	display: inline;
	float: left;
	margin-right: 1px;
}
#topnav li.news {
display:inline;
float:left;
margin-right:0px;
}
#topnav li a, #topnav li a:visited{
	display:block;
	font-size:14px;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 27px;
	padding-bottom: 11px;
	padding-left: 27px;
	color: #FFFFFF;
	font-weight: normal;
}
#content{
}
#content-left {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#content-right {
	float: right;
	width: 180px;
}
#content-middle {
}
.content-centre {
	width: 598px;
	padding: 4px;
	background-color: #fff;
	float: left;
}
.content-centre p{

}
.content-side-box {
	width: 178px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	padding-bottom: 2px;
	border: 1px solid #FFFFFF;
}
.content-side-box h2 {
	background-color: #D2D2D2;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.content-side-box img {
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.content-side-box a, .content-side-box a:visited{
}
#footer{
	background-image: url(/img/footer.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	padding: 2px;
	width: 986px;
	float: left;
	margin-top: 10px;
	font-weight: bold;
	text-align: right;
}
#footer ul{

}
#footer li{
	font-size:12px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#footer li a, #footer li a:visited {
	color: #862170;
}
#footer li a:hover {
	color: #2EA2A9;
}
#footer li.end{
}
/*specific overrides here, for page specific h1s for example*/
#frmAccommSearch{
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
input#date {
	font-size:11px;
	margin-bottom:0px;
	margin-left:0px;
	margin-left: 4px;
}
select#nd {
	font-size:11px;
	margin-bottom:0px;
	margin-left:15px;
}
select#accommType {
	font-size:11px;
	margin-bottom:0px;
	margin-left:7px;
}
select#in {
	font-size:11px;
	margin-bottom:0px;
	margin-left:22px;
}



.home{
	background-image: url(../img/button-home-Bg.jpg);
}
.home a:hover{
	background-color: #7F1A69;
}
.seedo{
	background-image: url(../img/button-see-do-Bg.jpg);
}
.seedo a:hover{
	background-color: #74719A;
}
.whatson{
	background-image: url(../img/button-whats-on-Bg.jpg);
}
.whatson a:hover{
	background-color: #9BA075;
}
.stay{
	background-image: url(../img/button-stay-Bg.jpg);
}
.stay a:hover{
	background-color: #2EA2A9;
}
.fooddrink{
	background-image: url(../img/button-food-drink-Bg.jpg);
}
.fooddrink a:hover{
	background-color: #711618;
}
.getaround{
	background-image: url(../img/button-get-around-Bg.jpg);
}
.getaround a:hover{ 
	background-color: #1B2D6C;
}
.groups{
	background-image: url(../img/button-groups-Bg.jpg);
}
.groups a:hover{
	background-color: #336C1B;
}
.conference{
	background-image: url(../img/button-conferences-Bg.jpg);
}
.conference a:hover{
	background-color: #541B6C;
}
.news{
	background-image: url(../img/button-news-Bg.jpg);
}
.news a, .news a:visited{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 37px;
	margin: 0px;
}
.news a:hover{
	background-color: #969821;
}
.city{
	background-image: url(../img/button-food-drink-kBg.jpg);
}
.fooddrink a:hover{
	background-color: #711618;
}
.page-colour-tag {
	background-color: #801B69;
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 10px;
}
.page-colour-tag ul{
	background-color: #801B69;
	padding: 2px;
}
.page-colour-tag li{
	display: inline;
	list-style-type: circle;
}
.page-colour-tag li a, .page-colour-tag li a:visited{
	padding-right: 10px;
	color: #FFFFFF;
	list-style-type: circle;
}
.page-colour-tag li a:hover{
	list-style-type: disc;
}






.calOuterTable {
border:1px solid #909090;
width:210px;
}
.calOuterTable a {
	color:#000000;
	font-weight: normal;
}
.calOuterTable a:visited {
color:#000000;
}
.calOuterTable a:hover {
color:black;
}
.calCtrl {
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.calWTitle {
background:#808080 none repeat scroll 0%;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:20px;
line-height:normal;
text-align:center;
width:20px;
}
.calDayCurrent {
background:#FFC0C0 none repeat scroll 0%;
width:20px;
}
.calDayWeekend {
background:silver none repeat scroll 0%;
width:20px;
}
.calDayHoliday {
background:gray none repeat scroll 0%;
width:20px;
}
.calDayWorking {
	width:20px;
	background-attachment: scroll;
	background-color: #666666;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}
.calThisMonth {
color:black;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:none;
}
.calOtherMonth {
color:#909090;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:none;
}
.calForbDate {
color:red;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
.calTimetable {
font-family:Tahoma,Verdana,sans-serif;
font-size:12px;
}
.calDataTitle {
color:#FFFFFF;
font-family:Tahoma,Verdana,sans-serif;
font-size:12px;
}
#content-centre ul{
}
#content-centre li{
}
#content-centre li a, #content-centre li a:visited{
}
#content-centre li a:hover{
}
.feature-box2 {
	float: left;
	width: 280px;
	margin-right: 4px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	margin-left: 5px;
	margin-top: 10px;
}
.feature-box2  h2, .feature-box4 h2 {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.feature-box2 a, .feature-box2 a:visited{
	color: #FFFFFF;
}
.feature-box2 a:hover{
}

.feature-box2 ul{
	padding: 5px;
	margin: 0px;
}
.feature-box2 li{
	margin-bottom: 6px;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.feature-box2 li a, .feature-box2 li a:visited{
	color: #273979;
}
.feature-box2 li a:hover{
	color: #8A98C6;
}
.feature-box2 img {
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.feature-box3 {
	float: right;
	background-color: #EFEFEF;
	margin: 0px;
	width: 225px;
}
.feature-box3 h2 {
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.feature-box3 ul{
	padding: 5px;
}
.feature-box3 li{
	margin-bottom: 6px;
	list-style-type: disc;
	list-style-position: inside;
}
.feature-box3 li a, .feature-box3 li a:visited{
	color: #273979;
}
.feature-box3 li a:hover{
	color: #8A98C6;
}
.feature-box4 {
	padding: 2px;
	width: 590px;
	float: left;
}
#frame #content .content-centre .feature-box4 p {
	float: left;
}
.feature-box4 img {
	float: left;
}


.go-button {
	padding: 3px;
	width: auto;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
}
.go-button a, .go-button a:visited{
	color: #000000;
}
.go-button a:hover{
}
.feature-box-img {
	height: 140px;
	width: 150px;
	background-color: #CCCCCC;
	float: left;
	margin: 3px;
}
.frmAccommSearch a, .frmAccommSearch:visited{
}
.frmAccommSearch:hover{
}
.content-centre-img {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.group {
	margin-bottom: 2px;
}
.news-article {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #EBE9ED;
	margin-top: 5px;
	width: 585px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.press-article {
	background-color: #FFFFFF;
	border: 1px dotted #cccccc;
	margin-top: 5px;
	background-image: url(../img/pdf.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 35px;
	background-position: left center;
}
.advanced-search {
	padding: 2px;
	display: block;
}



#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
float: left; 
}
#keyboardMsg{ 
float: right; }

#lightbox img{ 
border: none; 
} 
#overlay img{ 
border: none; 
}
#overlay{ 
background-image: url(../img/overlay.png); 
}
* html #overlay{
	background-color: transparent;
	back\ground-color: transparent;
	background-image: url(../img/overlay.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
.map-holder {
	float: left;
}
.disable {
	float: left;
	margin-right: 20px;
}
.disable-text {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	width: 40%;
	text-align: left;
	float: left;
}

/* DMS97 new accommodation details page */

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyBook, div#thedms02n .thedmsGridBook, div#thedms02n .thedmsGridBook a 
{
    background:#9C004A;
    color:White;
}
.content-side-box li a {
	padding-left: 5px;
}

div#thedms02n .thedmsGridBook a, div#thedms02n .thedmsGridBook a:visited 
{
	color:White;
	text-decoration:none;
}
div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyBook, div#thedms02n .thedmsGridBook 
{

}

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyAvailable, div#thedms02n .thedmsGridAvailable
{
    background:#C2A9DA;
    color:#333;
}

div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyNotAvailable, div#thedms02n .thedmsGridNotAvailable
{

}
div#thedms02n #thedmsAvailabilityKey .thedmsGridKeyUnknown, div#thedms02n .thedmsGridUnknown
{

}

div#thedms02n .thedmsGridIcon, div#thedms02n .thedmsGridIconText 
{
    background:#666;
    margin-right:4px;
}

div#thedms02n .thedmsGridTableHeader, #thedmsGridAvailabilityChart .thedmsGridTableHeader th 
{
    background:#2EA2A9;
    color:white;
}

div#thedms02n .Caption 
{
    font-size:100%;
}

div#thedms02n h2 
{
    margin:10px 0px;
}

div#thedms02n #thedmsAvailability 
{
    background:#F0F0F0;
    padding:10px
}

div#thedms02n select#nd 
{
    margin-left:0px;
}
.content-side-box li a, .content-side-box li a:visited {
	color: #8a0054;
}
#calicon_0{
	float: none;
}
.content-side-box #frmAccommSearch .submit_button {
	margin-left: 35px;
}

/*PUBLICATION STYLESHEET for the dms - Ready for a grey site*/
/*Used across all dms pages*/
.thedmsBackgroundFix /*works as a clearer div in the dms*/{
	clear: both;
	font-size: 0px;
	height: 0px;
}
/*across all forms*/
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; 
}
/*All key backgrounds with the gif images for fuzzy edges- set background to a lighter colour*/
.thedmskey{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
table#thedmsBrowseEvents .row1 {
	background-color:#EEEFE6;
	color: #000000;
}
table#thedmsBrowseEvents .row2 {
	background-color:#DCDFCD;
	color: #000000;
}
table#thedmsBrowseEvents .row1 a, table#thedmsBrowseEvents .row1 a:visited, table#thedmsBrowseEvents .row2 a, table#thedmsBrowseEvents .row2 a:visited{
	color: #888E5F;
}
/* 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;
}
.thedms img {
	border:0;
}

div#thedmsBrowseGrid .detailbtn {
	float:right;
	padding:3px;
	width:auto;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
/*---------------------------------------------------------------------attractions/venues pages----------------------------------------------------------------------------------*/
/*venue search pages*/
/*venue details pages*/
TABLE#thedmsOpeningTimesTableFullWidth th{/*
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;*/
}
/*-------------------------------------------------------------accommodation and attractions browse pages------------------------------------------------------*/

#thedms01 DIV#thedmsBrowseGrid .BrowseCell {
	float: left;
	margin: 1px;
	padding: 3px;
	width: 32%;/* width will changing if not 3 column version, 48% if 2 column version  */
}
/* widths may need changing if not 100% width */
#thedms11 DIV#thedmsBrowseGrid .BrowseCell {
	width: 84%;
	float: right;
	margin: 0px;
	padding: 0px;
}
#thedms11 DIV#thedmsBrowseGrid .BrowseSmallPicture {
	width: 14%;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#thedmsBrowseGrid .BrowseRow{
	margin-bottom: 5px;
	background-color: #EFEFEF;
}
div#thedmsBrowseGrid .BrowseCellCol1{
	border-right: 1px solid #ccc;
	margin: 4px;
}
div#thedmsBrowseGrid .BrowseCellCol2{
	border-right: 1px solid #ccc;
	margin: 4px;
}
/* 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------------------------------------------------------*/
#thedmsAvailabilityChart{
	margin: 4px;
}
/*this may need to be deleted, but it makes it work on most of the layouts, especially accommodation layout 1.*/
#thedmsAvailabilityChart table {
	clear:left;
	margin: auto;
}

/*--------------------------------------------------------------------- events ----------------------------------------------------------------------------------*/
#thedmsBrowseEvents {
	clear:both;
}
DIV#thedmsItemsPanel/*events*/, #thedmsAvailabilityCheck /*accommodation*/{
	background-color: #F0F0F0;
	float: right;
}
DIV#thedmsContactPanel {
	width: 54%;
}
table#thedmsBrowseEvents a, table#thedmsBrowseEvents a:visited{
	font-weight: bold;
	color: #FFFFFF;
}
table#thedmsBrowseEvents a:hover{
}

/*--------------------------------------------------------------------- dms styles for google mapping ----------------------------------------------------------------------------------*/
#thedmsShowMap, #thedmsHideMap, #thedmsShowListings, #thedmsHideListings{
	padding:5px;
	font-size: 100%;
	font-weight: bold;
	margin-right: 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	margin-bottom: 0px;
}
#thedmsGoogleMap{
	width: 800px;
	margin: auto;
}
div#thedms01 {
	margin:auto;
	width:100%;
}
div#thedmsBrowseGrid {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#thedmsBrowseGrid .BrowseCell h2 {
	background-color: #2EA2A9;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#thedmsBrowseGrid .BrowseCell h2 a, div#thedmsBrowseGrid .BrowseCell h2 a:visited{
	color: #FFFFFF;
}
div#thedmsBrowseGrid .BrowseCell h2 h2 a:hover{
}
div#thedmsAbbreviationsKey {
	float:left;
	margin-bottom: 10px;
}

.thedms{
	padding: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
}
div#thedms01 {
	margin:auto;
	width:100%;
}
div#thedms02 {
	margin:auto;
	width:100%;
}
div#thedms11 {
	margin:auto;
	width:100%;
}
div#thedms12 {
	margin:auto;
	width:100%;
}
div#thedms13 {
	margin:auto;
	width:100%;
}
div#thedms14 {
	margin:auto;
	width:100%;
}
div#thedms15 {
	margin:auto;
	width:100%;
}
div#thedmsLargeImgOne {
	padding:0px;
	text-align:right;
	float: right;
}
div#thedmsLargeImgTwo {
	padding:0px;
	text-align:right;
	float: right;
}
.thedms a, .thedms a:visited{
}
.thedms a:hover{
}
div#thedms65 {
	margin:auto;
	width:100%;
}
div#thedms65 p{
	margin:0px;
	padding:0px;
}
div#thedms65 .TPButtons {
	display:block;
	float:left;
	text-align:center;
	width:auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#thedms65 #thedmsItineraryEntryHolder {
	float:left;
	width:550px;
	margin-top: 20px;
}
#thedms65 #thedmsTPItineraryRightPane {
	float:right;
	text-align:left;
	width:400px;
	margin-top: 20px;
	background-color: #EEEEEE;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
div#thedms65 .BrowseCell {
	float:right;
	padding:0px;
	text-align:left;
	width:410px;
	margin: 0px;
}
div#thedms65 .BrowseCell h2 {
	padding: 3px;
}
div#thedms65 .BrowseCell h2 a:hover {
	text-decoration: none;
}
div#thedms65 .BrowseCell h2 a, div#thedms65 .BrowseCell h2 a:visited {
	color: #FFFFFF;
	font-size: 100%;
}
div#thedms65 .thedmsImageLink {
	border-style:none;
	margin:3px;
}
div#thedms65 .BrowseSmallPicture {
	float:left;
	margin-right:5px;
}
div#thedms65 .thedmsItineraryItemDescription {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
#thedmsTPitineraryList li a, #thedmsTPitineraryList li a:visited {
	display:block;
	float:left;
	width:295px;
	background-image: url(../img/button-see-do-Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#thedmsTPitineraryList li a:hover {
	background-image: url(../img/button-see-do-Bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#thedmsTPitineraryList li {
	float:left;
	padding: 0px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 300px;
}
div#thedms65 #thedmsTPItineraryRightPane h2{
	color: #FFFFFF;
	background-image: url(../img/button-see-do-Bg.jpg);
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
}
div#thedms65 div#thedmsContactPanel {
	width:auto;
}