﻿/* 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
{
    font-size: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.Heading2, h2
{
    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 *** */

body  {
background: url('../Images/AlternativeLayout/eycorange/body-bg.gif')
}

#divAltLayoutHeader 
{
    height: 119px;
    background: url('../Images/AlternativeLayout/eycorange/background.jpg')
}


#divBody
{
    padding: 0px 10px 200px 10px;
    background: #ffffff url('../Images/AlternativeLayout/eycorange/body-orange.jpg') no-repeat right bottom;
}

.Heading1, h1 /* Set the colour of the heading 1 tags here */
{
    color: #000000;
}
.Heading2, h2 /* Set the colour of the heading 2 tags here */
{
    color: #000000;    
}

#divBreadcrumbs .whubBox {
    background-color: #ccebf8;
}

#divBreadcrumbs .whubBox .whubBoxContent {
    background-color: #ccebf8;
}

#divBreadcrumbs .whubBox .whubBoxHeader {
    background-image:url("../Images/AlternativeLayout/eycorange/corner-tl.gif");
}

#divBreadcrumbs .whubBox .whubBoxHeader .whubBoxCornerTR {
    background-image:url("../Images/AlternativeLayout/eycorange/corner-tr.gif");
}

#divBreadcrumbs .whubBox .whubBoxFooter {
    background-image:url("../Images/AlternativeLayout/eycorange/corner-bl.gif");
}

#divBreadcrumbs .whubBox .whubBoxFooter .whubBoxCornerBR {
    background-image:url("../Images/AlternativeLayout/eycorange/corner-br.gif");
}

#divLeftHandColumn .whubBox
{
    background-color: #ed8657;
}

#divLeftHandColumn .whubBox .whubBoxHeader .whubBoxCornerTR  {
   background-image:url("../Images/AlternativeLayout/eycorange/orange-corner-tr.gif");
}

#divLeftHandColumn .whubBox .whubBoxHeader  {
   background-image:url("../Images/AlternativeLayout/eycorange/orange-corner-tl.gif");
}

#divLeftHandColumn .whubBox .whubBoxFooter .whubBoxCornerBR  {
   background-image:url("../Images/AlternativeLayout/eycorange/orange-corner-br.gif");
}

#divLeftHandColumn .whubBox .whubBoxFooter  {
   background-image:url("../Images/AlternativeLayout/eycorange/orange-corner-bl.gif");
}

#divNav
{
    border: none;
    border-bottom: none;	
    border-top: 1px dotted #ffffff;
    margin:5px 0px 5px 0px;
    width: 178px;
}

#ulVNav li a, #ulVNav li a:visited
{
    background-color: #ed8657;
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
    display: block;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    width: 100%;
}

#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: #f9a36a;
}
#divNav ul li a.current, #divNav ul li a:visited.current /* Set the background colour of the navigation item that is current active here */
{
    background-color: #ed8657;
}



#divPageProperties .whubBox
{
    background-color: #ccebf8;
}

#divPageProperties .whubBox .whubBoxHeader .whubBoxCornerTR  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-tr.gif");
}


#divPageProperties .whubBox .whubBoxHeader  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-tl.gif");
}

#divPageProperties .whubBox .whubBoxFooter .whubBoxCornerBR  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-br.gif");
}

#divPageProperties .whubBox .whubBoxFooter  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-bl.gif");
}


#divContent .whubBox
{
    background-color: #ccebf8;
}

#divContent .whubBox .whubBoxHeader .whubBoxCornerTR  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-tr.gif");
}


#divContent .whubBox .whubBoxHeader  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-tl.gif");
}

#divContent .whubBox .whubBoxFooter .whubBoxCornerBR  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-br.gif");
}

#divContent .whubBox .whubBoxFooter  {
   background-image:url("../Images/AlternativeLayout/eycorange/corner-bl.gif");
}


#divRightHandColumn .whubBox
{
background: #99d7f1;  
}


#divRightHandColumn .whubBox .whubBoxHeader .whubBoxCornerTR  {
   background-image:url("../Images/AlternativeLayout/eycorange/blue-corner-tr.gif");
}

#divRightHandColumn .whubBox .whubBoxHeader  {
   background-image:url("../Images/AlternativeLayout/eycorange/blue-corner-tl.gif");
}

#divRightHandColumn .whubBox .whubBoxFooter .whubBoxCornerBR  {
   background-image:url("../Images/AlternativeLayout/eycorange/blue-corner-br.gif");
}

#divRightHandColumn .whubBox .whubBoxFooter  {
   background-image:url("../Images/AlternativeLayout/eycorange/blue-corner-bl.gif");
}

/* 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
{
    font-size: 1em;
}
#divColumn1 h2, #divColumn2 h2, #divColumn3 h2
{
    font-size: 1em;
}

/* End of override undos */
