﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

body
{
	background-image: url(../Images/backgrounds/masterbgthingstodo.jpg);
}

h1
{
	background-color:#DEB8CE;
	border: solid 1px #fff;
	color:#fff;
}


#Banner /*div to contain the scrolling image on the top of all pages*/
{
	border-bottom:solid 3px #DEB8CE;
}

#MasterContent /*This sets the color of the full width of the masterpage content*/
{
	border-top:solid 1px #F7EEF3;
	background-color: #DEB8CE;
}

.MasterLeftContent /*left side of master content which is split in two with this and MasterRightContent*/
{
	border:solid 10px #DEB8CE;
	background-color:#fff;
}

.MasterRightContent
{
background-color:#F7EEF3;
border:solid 10px #DEB8CE;
}


.sidebarbox /*Used to hold/box content in the right side content area below the submenu*/
{
    left:0px;
    border-color:#F7EEF3;
}

.SmallEventsGuideImage
{
    float:left;
    margin-right:20px;
    border:solid 1px #000;
}


/*Selected menu item styles - there is a set of styles defined for each of the master pages
so that the selected section link in the main nav can be the same color as the background*/

/*Selected menu item styles*/
 .PrettyMenu .AspNet-Menu-Selected  /*SLECTED MENU ITEM*/
{
background-color:#DEB8CE;
color:#fff;
}
 .PrettyMenu  .AspNet-Menu-ChildSelected /*SELECTED MENU ITEM*/
{
background-color:#DEB8CE;
color:#fff;
}

 .PrettyMenu .AspNet-Menu-Horizontal-Selected a /*SELECTED MENU ITEM a*/
{
background-color:#DEB8CE;
color:#fff;
}

 .PrettyMenu ul.AspNet-Menu  li.AspNet-Menu-Selected 
{
background-color:#DEB8CE;
color:#fff;
}

 .PrettyMenu ul.AspNet-Menu  li.AspNet-Menu-ChildSelected
{
background-color:#DEB8CE;
color:#fff;
}



/*DMS STYLES*/

div#thedms00 h2, div#thedms10 h2 

{
background-color: #FFCC00;
}

div#thedmsSearch0, div#thedmsSearch1 
{
background-color:#F7EEF3;
}

.eventsTableDates, .eventsTableEvents, .eventsTableVenue, .eventsTableTimes, .eventsTableContact, table#thedmsOpeningTimesTableFullWidth th, table#thedmsBrowseEvents th 

{
background-color: #FFCC00;
}
