﻿@charset "utf-8";


/* ================================================================
    RadComboBox ItemTemplate Style
   ================================================================*/

.rcbTemplate {
    padding: 10px 10px 10px 80px !important;
    border: 0 !important;
    border-bottom: 1px solid #cccccc !important;
    *zoom: 1;
}

    .rcbTemplate:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
    }

    .rcbTemplate .imageWrap {
        margin: 0 0 0 -70px;
        float: left;
    }


/* ================================================================
    Small text link buttons (clear button in item selectors etc)
   ================================================================*/

a.catMiniAction, a.catMiniAction:link, a.catMiniAction:active {
    color: #C3C3C3;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif, Avant Garde;
    font-size: 12px;
}

    a.catMiniAction:hover {
        color: #2E3D47;
        text-decoration: none;
        font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif, Avant Garde;
        font-size: 12px;
    }

    
/* ================================================================
    Big text link buttons in line with selectors
   ================================================================*/

.catInlineAction {
    list-style-type: none;
    display: block;
    text-align: left;
    margin: 0;
}

    .catInlineAction li {
        padding: 6px 3px 0 0;
        float: left;
    }
    
    

/* =============================================================
    RadRotator and RadAsynchUpload fix (overwrites default css)
   =============================================================*/

.rrItemsList, .rrItem {
    list-style-type: none !important;
}

.ruInputs, .ruInputs li {
    list-style-type: none !important;
}


/* =============================================================
    RadListBox and RadComboBox fix (overwrites embedded css)
   =============================================================*/

.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

.rcbHeader, .rcbFooter, .rcbItem, .rcbHovered, .rcbDisabled, .rlbGroup, .rlbGroupRight, .rlbList, .rlbItem {
    list-style-type: none !important;
}

    .rlbGroup ul, .rlbGroupRight ul, .rlbList ul, .rlbItem ul {
        list-style-type: none !important;
    }

    .rcbHeader li, .rcbFooter li, .rcbItem li, .rcbHovered li, .rcbDisabled li, rlbGroup li, rlbGroupRight li, rlbList li, rlbItem li {
        list-style-type: none !important;
    }

    
/* =============================================================
    RadComboBox fix (overwrites default css)
   =============================================================*/ 
    
.dnnFormItem .rcbInput {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 2px 0 1px !important;
    width: 100% !important;
}

/* ================================================================
    Help button tooltip pin location fix (overwrites _default.css)
   ================================================================*/

a.pinHelp {
    bottom: 12px !important;
    top: inherit !important;
}


/* ================================================================
    Corrections for dnn tooltip
   ================================================================*/

.dnnTooltip .dnnFormHelpContent, .dnnHelperTip .dnnFormHelpContent {
    width: 400px !important;
}

    .dnnTooltip .dnnFormHelpContent th, .dnnHelperTip .dnnFormHelpContent th, .dnnTooltip .dnnFormHelpContent td, .dnnHelperTip .dnnFormHelpContent td, .dnnTooltip .dnnFormHelpContent table, .dnnHelperTip .dnnFormHelpContent table {
        color: #DDDDDD;
    }
