﻿/* This style sheet is a user selectable style sheet and provides the CMS Editor the style information it needs */
/* This style sheet is always the last style sheet applied to the page when selected so sometimes overrides styles included in the system style sheets */
/* Use the section at the bottom of this style sheet to undo overrides */


/* Start of editor selectable styles */

.Heading1, h1
{
    color: #990000;
    font-size: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.Heading2, h2
{
    color: #990000;
    font-size: 1.3em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.Heading3, h3
{
    font-size: 1.1em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight: bold;
}

/* End of editor selectable styles */

/* Start of table styles */

/* Default Table (Overrides) */
table.ImmTS_Default
{
	background-color: #ffffff;
	border-collapse: collapse;
	padding: 0px;
	width: 100%;
}
table.ImmTS_Default th, table.ImmTS_Default td
{
	/* Cell padding and spacing styles */
	margin: 3px;
	padding: 3px;
}
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td
{
	border: 1px solid #000000;
}
table.ImmTS_Default th
{
	background-color: #cccccc;
	text-align: left;
}
table.ImmTS_Default tr
{
	vertical-align: top;
}
	
/* End of table styles */

/* *** Start of alternative layout customisations *** */

#divAltLayoutHeader /* Set the background image and height of the alternative layout header */
{
    background: url('../Images/AlternativeLayout/WhatsOnWorcestershire/header.jpg') no-repeat;
    height: 196px;
}
.Heading1, h1 /* Set the colour of the heading 1 tags here */
{
    color: #7d7d7d;
	font-weight:bold;
}
.Heading2, h2 /* Set the colour of the heading 2 tags here */
{
    color: #7d7d7d;
	border-bottom: 4px solid #41c4dc;
}
#divNav ul li a:hover, #divNav ul li a:focus /* Set the background colour of the navigation item that is being hovered over here */
{
    background-color: #41c4dc;
}
#divNav ul li a.current, #divNav ul li a:visited.current /* Set the background colour of the navigation item that is current here */
{
    background-color: #41c4dc;
}
#divAltLayoutFooter /* Set the background image and height of the alternative layout footer here */
{
    background: #41c4dc url('../Images/AlternativeLayout/WhatsOnWorcestershire/footer.gif') no-repeat;
    height: 71px;
}

/* Other customisations */
body
{
    background: #ffad33 url('../Images/AlternativeLayout/WhatsOnWorcestershire/background.gif') no-repeat center top;
}
#divBody 
{
    background: #ffffff;
    padding-bottom: 0px;
    padding-top: 0px;
}
.whubBox .whubBoxHeader, .whubBox .whubBoxHeader .whubBoxCornerTR, .whubBox .whubBoxFooter, .whubBox .whubBoxFooter .whubBoxCornerBR
{
    background: none;
}

/* Application Programming Plugin CSS */
fieldset.WOWArtists{margin:1em 0 0 0;padding:0;}legend.WOWArtists{margin-left:1em;font-weight:bold;}fieldset.WOWArtists ol{padding:1em .5em 0 .25em;list-style:none;}fieldset.WOWArtists li{padding-bottom:.5em;padding-left:1em;margin-left:0;}fieldset.WOWArtists label{float:left;width:15em;}fieldset.WOWArtistsRadioButtons ol{padding:1em .5em 0 .25em;list-style:none;}fieldset.WOWArtistsCheckboxes ol{padding:1em .5em 0 .25em;list-style:none;}fieldset.WOWArtistsCheckboxes input{margin-left:50px;margin-right:10px;}fieldset.WOWArtistsSavebuttons{border-style:none;}

/* *** End of alternative layout customisations *** */

/* Start of override undos (some of the above styles override styles that are set in the system style sheets) */
/* Please do not make changes to this section */

#divHeader h2
{
    background-color: transparent;
    border: 0px;
    font-size: 1em;
    padding: 0px 10px 7px 10px;
}
#divColumn1 h2, #divColumn2 h2, #divColumn3 h2
{
    background-color: transparent;
    border: 0px;
    font-size: 1em;
    padding: 0px;
}

/* End of override undos */
