﻿/*print button color - force black*/
.link-skip-content {
    position: absolute;
    left: 4px;
    top: 4px;
    color: white;
    padding: 8px 16px;
    text-align: center;
    z-index: 100;
    background-color: #b23a3b;
    border-radius:4px;
    text-decoration:none;
    opacity:0;
}

.printme a {
    color: #444 !important;
}

/*skip to main content link*/

/*cmcPLinks background colors*/

li.cmcPLinks1 a:not(:hover) {
    background-color: #336292 !important;
}

li.cmcPLinks2 a:not(:hover) {
    background-color: #247a86 !important;
}

li.cmcPLinks3 a:not(:hover) {
    background-color: #9d5d27 !important;
}

li.cmcPLinks4 a:not(:hover) {
    background-color: #506f25 !important;
}

li.cmcPLinks5 a:not(:hover) {
    background-color: #af3231 !important;
}

/*h2 headers*/
h2, h1 {
    color: #735906 !important;
}

/*cmcIntLeft tab strip*/
.cmcIntLeft .RadTabStripVertical .rtsLI a {
    color: #444 !important;
}

.cmcIntLeft .RadTabStripVertical .rtsLI a:hover {
    color:white !important;
}

/*gallery*/

.galleria-container {
    background: #eee !important;
}

.galleria-container .galleria-counter{
    color: black !important; 
    opacity:1 !important;
}

.galleria-thumb-nav-left {
    background-position: -497px 5px !important;
}

.galleria-thumb-nav-right {
    background-position: -576px 5px !important;
}


.galleria-thumb-nav-right, .galleria-thumb-nav-left {
    background-color: #444 !important;
}