﻿/**
<ForeColor #ff6500>
**/
@import url("../SystemCss/Shared_System.css");
@import url("Shared_Business_Basic.css");

body
{
    BACKGROUND-COLOR: #fff3eb;
}
.MainPanel
{
    BORDER: #ffd9c0 2px dotted;
}
.TwoSideGroups .TopBar
{
    BACKGROUND-IMAGE: url(../ColouredImages/TopBarTwo_Orange.gif);
}
.OneSideGroup .TopBar
{
    BACKGROUND-IMAGE:  url(../ColouredImages/TopBarOne_Orange.gif);
}
.CentralTitle
{
    BACKGROUND-IMAGE:  url(../ColouredImages/SpeechBubble_Orange.gif);
    COLOR: #ff6500;
}
/* main page heading, underlined  */
.MainPanel H1, .Panel H3, .Panel H4, .MainPanel H3, .MainPanel H5
{
    COLOR: #ff6500;
}
.SchemeColor{COLOR: #ff6500;}
.AlrightMessage
{
    COLOR: white;
    BACKGROUND-COLOR: #ff6500;
}

.LinkButtonWide a:link
{
    BACKGROUND-COLOR: #ff6500;
}
.LinkButtonWide a:visited
{
    BACKGROUND-COLOR: #ff6500;
}
.LinkButtonWide a:hover
{
    BACKGROUND-COLOR: #ffd9c0;
}
.LinkButtonWide a:active
{
    BACKGROUND-COLOR: #ff6500;
}





/*  Left and right side of a side panel */
.Panel .f4, .Panel .f3
{
    BACKGROUND-IMAGE:  url(../ColouredImages/PanelSide_Orange.gif);
}
/* Top of a side panel */
.Panel .f2
{
    BACKGROUND-IMAGE:  url(../ColouredImages/PanelTop_Orange.gif);
}
/* Base of a side panel */
.Panel .f1
{
    BACKGROUND-IMAGE:  url(../ColouredImages/PanelBase_Orange.gif);
}
.ActionLinks
{
    COLOR: #fff;
}
.ActionLinks A:link
{
    COLOR: #fff3eb;
    BACKGROUND-IMAGE:  url(../ColouredImages/ActionBulletWhiteOn_Orange.gif);
}
.ActionLinks A:visited
{
    COLOR: #fff3eb;
    BACKGROUND-IMAGE:  url(../ColouredImages/ActionBulletWhiteOn_Orange.gif);
}
.ActionLinks A:hover
{
    COLOR: #000000;
    BACKGROUND-IMAGE:  url(../ColouredImages/ActionBulletWhiteOn_Orange.gif);
    BACKGROUND-COLOR: #ffd9c0;
}
.ActionLinks A:active
{
    COLOR: #fff3eb;
    BACKGROUND-IMAGE:  url(../ColouredImages/ActionBulletWhiteOn_Orange.gif);
}

.Tabular td, .Tabular th
{
    BACKGROUND-COLOR: #fff3eb;
    PADDING: 3px;
}
.Tabular th
{
    COLOR: #ff6500;
}

.Tabular .Buttons a
{
    BACKGROUND-COLOR: #ff6500;
}

.Tabular .Buttons a:link, .Tabular .Buttons a:visited
{
    COLOR: #FFF;
}

.Tabular .Buttons a:hover
{
    BACKGROUND-COLOR: #ffd9c0;
    COLOR: #000;
}
.Tabular .Buttons a:active
{
    BACKGROUND-COLOR: #ff6500;
    COLOR: #FFF;
}

.Tabular .Note
{
    COLOR: #ff6500;
}

/* Performance and importance section */
.PerfImp .AspectRow, .PerfImp .TopPanel
{
    BORDER-BOTTOM-COLOR: #ff6500;
}

.PerfImp .Instruction2
{
    COLOR: #ff6500;
}

.DisplayNameB
{
    COLOR: #ff6500;
    BORDER-COLOR: #ff6500;
}

.SummaryTestimonialDate
{
    COLOR: #ff6500;
}

th .TestimonialIntro, td .TestimonialIntro
{
    BACKGROUND-COLOR: #ff6500;
}

.TestimonialWords
{
    BORDER-TOP-COLOR: #ff6500;
}

.TestimonialWriter, .TestimonialDate
{
    COLOR: #ff6500;
}


.IconPhoneContact, .PhoneIcon
{
    BACKGROUND-IMAGE:  url(../ColouredImages/IconPhoneContact_Orange.gif);
}
.IconEmailContact, .EmailIcon
{
    BACKGROUND-IMAGE:  url(../ColouredImages/IconEmailContact_Orange.gif);
}
.IconBusinessContact, .BusinessContactIcon
{
    BACKGROUND-IMAGE:  url(../ColouredImages/IconBusinessContact_Orange.gif);
}
.IconNotes, .CaseNotesIcon
{
    BACKGROUND-IMAGE:  url(../ColouredImages/IconNotes_Orange.gif);
}


.GoButton
{
    COLOR: #ffffff;
    BACKGROUND-COLOR: #ff6500;
}

.Alternatives td.H2
{
    COLOR: #ff6500;
    DISPLAY: block;
    BORDER-BOTTOM: #ff6500 3px solid;
    MARGIN-TOP: 5px;
}
.PopupPage H1, .Description H1, .Description H3
{
    COLOR: #ff6500;
}
.PopupPage .MainSection
{
    BORDER-COLOR: #ffd9c0;
}



.ControlT
{
    BORDER-COLOR: #ff6500;
}

.VerticalDivider{WIDTH: 50%; VERTICAL-ALIGN: top; PADDING: 5px; BORDER-RIGHT: SOLID 2PX #ff6500}

