﻿

a, a:visited {
    color: #778811;
    text-decoration: underline;
    outline: none;
}
a:hover {
    color: #ff6600;
    text-decoration: none;
    outline: none;
}
a:focus 
{
	outline: none;
}

.bodyBoxContent ul.faqList li {
    background: transparent url('../images/bulletFaqQGreen.gif') no-repeat 0px 3px;
}
.bodyBoxContent dl.faqList dt {
    background: transparent url('../images/bulletFaqQGreen.gif') no-repeat 0px 3px;
}
.bodyBoxContent dl.faqList dd {
    background: transparent url('../images/bulletFaqAOrange.gif') no-repeat 0px 3px;
}

/*HEADER STYLES*/

ul#headerNavbar li a, 
ul#headerNavbar li a:visited {
    color: #778811;
    outline: none;
}
ul#headerSwitcher {
    background: #4fafbd url('../images/bgSwitcherBlue.gif') no-repeat;
}
    /*temp styles for sifr transparency shortfall compensation
    ul#headerSwitcher li#item01 a {
        background: transparent url('../images/imageSwitcherEmployersGuideBlue.gif') no-repeat;
    }
    ul#headerSwitcher li#item02 a {
        background: transparent url('../images/imageSwitcherEmployersFaqBlue.gif') no-repeat;
    }*/

/*SEARCH BAR STYLES*/
#searchContainer {
    background: #8ca01d url('../images/bgSearchGreen.gif') repeat-x;
}

p.searchDefinitions {
    background: transparent url('../images/bgSearchDefinitionsGreen.gif') no-repeat left;
}

input.searchSubmitButton {
    background: transparent url('../images/bgSearchButtonGreenAnimOut.gif') no-repeat;
}
input.searchSubmitButton:hover {
    background: transparent url('../images/bgSearchButtonGreenAnimOver.gif') no-repeat;
}

/*BODY STYLES*/
#bodyContainer {
    background-color: #bed730;
}

.bodyBoxTop {
    background: white url('../images/bgBoxTopGreen.gif') no-repeat;
}
.bodyBoxMiddle {
    background: white url('../images/bgBoxMiddleGreen.gif') repeat-y;
}
.bodyBoxBottom {
    background: white url('../images/bgBoxBottomGreen.gif') no-repeat;
}

ul.bodyBoxHeader li{
    background: #ffffff url('../images/bulletArrowSmallGreen.gif') no-repeat right;
    color: #bed730;
}
ul.bodyBoxHeader li.heading {
    background: #ffffff url('../images/bulletArrowBigGreen.gif') no-repeat right;
}
.bodyBoxContent {
    background: white url('../images/bgBoxDotsGreen.gif') repeat-y;
}
.bodyHr {
    background: #bed730;
}
.backToTopLink a,
.backToTopLink a:visited {
    background: white url('../images/bgArrowBackToTopGreen.gif') no-repeat right;
    color: #758418;
    outline: none;
}
.bodySideBoxTop {
    background: transparent url('../images/bgBoxSmallTopGreen.gif') no-repeat;
}
.bodySideBoxMiddle {
    background: transparent url('../images/bgBoxSmallMiddleGreen.gif') repeat-y;
}
.bodySideBoxBottom {
    background: transparent url('../images/bgBoxSmallBottomGreen.gif') no-repeat;
}
.bodySideImage.imageContact {
    background: transparent url('../images/imageContactGreen.gif') no-repeat;
}.bodySideImage.imageFAQ {
    background: transparent url('../images/imageFAQGreen.gif') no-repeat;
}.bodySideImage.imageQuotes {
    background: transparent url('../images/imageQuotesGreen.gif') no-repeat;
}
.bodySideThumbnail {
    background: transparent url('../images/imageBoxSmallFrameGreen.gif') no-repeat;
}

.RadComboBox_TECMA td.rcbArrowCell
{
	background:url('TECMA/ComboBox/rcbArrowCellGreen.gif') no-repeat 0 0 !important;
}