﻿/*tab states*/
.ROGtabs li.rtsFirst div.rtsLink
{
    color:#000;
}

.ROGtabs li.rtsLast div.rtsLink
{
    color:#000;
}

.ROGtabs div.rtsLink
{
    color: #000;   
}

.ROGtabs div.rtsSelected
{
    color:#000;
}

.ROGtabs div.rtsAFter
{
    color:#000;
}

/*.RadTabStripTop_Default .rtsLink {
    background-image: url(/images/telerik-bg.png) !important;
}*/

/*.RadTabStripTop_Default .rtsSelected .rtsOut {
    background-image: url(/images/telerik-bg.png) !important;
}*/

/*.RadTabStripTop_Default .rtsLast .rtsOut {
    background-image: url(/images/telerik-bg.png) !important;
}*/

.RadTabStripTop_Default .rtsLevel1 .rtsLink, .RadTabStripTop_Default .rtsLevel1 .rtsOut, .RadTabStripBottom_Default .rtsLevel1 .rtsLink, .RadTabStripBottom_Default .rtsLevel1 .rtsOut, .RadTabStripTop_Default_Baseline .rtsLevel1, .RadTabStripBottom_Default_Baseline .rtsLevel1 
{
    background-image: url(/images/telerik-tabs.png) !important;
}


/* License Audit RadGrid Edit Modal */
#modalDivId_ctl00_ctl00_MainContentArea_contentLeftColumn_RadGridAgents
{
    background:url(/images/bgModal.png) repeat !important;
}

/* ROGGrid Skins */
.ROGGrid
{
    background:#111;
    border:solid 1px #BF9B4E !important;
    font-size:11px;
    line-height:16px;
}
div.Small tbody td
{
    overflow:hidden;
}
.ROGGrid table
{
    width:100%;
}
.ROGGrid thead tr th
{
    padding:3px 4px;
    height:18px;
    background:#785E25 url(/images/bgGoldGradient.png) repeat-x top center;
    border:none;
    color:#000;
    font-weight:normal;
}
.ROGGrid thead tr th
{
    text-align:left;
}
.ROGGrid thead tr th a
{
    color:#000;
    font-weight:normal;
}
.ROGGrid thead tr th input
{
    height:16px;
    margin:0;
    padding:0;
    vertical-align:top;
}
.ROGGrid tbody tr td
{
    padding:2px 4px;
    cursor:default;
}
.ROGGrid th.money, .ROGGrid td.money
{
    text-align:right;
}
.ROGGrid tbody tr td:first-child
{
    text-align:left;
}
.ROGGrid tbody tr.rgRow
{
    background-color:#333;
}
.ROGGrid tbody tr.rgAltRow
{
    background-color:#202020;
}
.ROGGrid tfoot tr td
{
    padding:3px 4px;
    height:18px;
    background:#785E25 url(/images/bgGoldGradient.png) repeat-x top center;
    color:#000;
    font-weight:normal;
    text-align:left;
}
.ROGGrid .rgPager td
{
    /*padding:2px 4px;*/
    font-size:11px;
    padding:0;
    background:#785E25 url(/images/bgGoldGradient.png) repeat-x top center;
    color:#000;
    font-weight:normal;
    text-align:left;
}
.ROGGrid .rgPager td table td
{
    padding:2px 4px;
    font-size:11px;
}
.ROGGrid .rgPager div
{
    float:left;
    padding:0 2px;
    height:18px;
}
.ROGGrid .rgPager div:last-child
{
    float:right;
}
.ROGGrid .rgPager div a
{
    float:left;
    margin:0 1px;
    /*margin:0 1px;*/
    padding:0 3px;
    border:solid 1px #BF9B4E;
    font-weight:normal;
    text-decoration:none;
    line-height:16px;
}
.ROGGrid .rgPager div a span
{
    line-height:16px;
}
.ROGGrid .rgPager .rgAdvPart     
{     
    display:none;        
}    
.ROGGrid .rgPager div a:link, .ROGGrid .rgPager div a:visited
{
    color:#202020;
}
.ROGGrid .rgPager div a:hover, .ROGGrid .rgPager div a:active
{
    color:#202020;
    background:#FFF;
}
.ROGGrid .rgPager .rgArrPart1 a, .ROGGrid .rgPager .rgArrPart2 a
{
    float:left;
    margin:0;
    padding:0;
    height:18px;
    border:none;
}
.ROGGrid .rgPager .rgArrPart1 img, .ROGGrid .rgPager .rgArrPart2 img
{
    float:left;
    margin:1px 2px;
    width:16px;
    height:16px;
}
.ROGGrid .rgPager .rgArrPart1 a img, .ROGGrid .rgPager .rgArrPart2 a img
{
    margin:1px 2px;
    width:16px;
    height:16px;
}
.ROGGrid .rgPager div a.rgCurrentPage
{
    color:#FFF;
    background:#BF9B4E;
    border:solid 1px #FFF;
    font-weight:bold;
}
.ROGGrid .rgPageFirst
{
    width:18px;
    height:18px;
    margin:0;
    padding:0;
    background:url(/images/icons/start.png) no-repeat center center;
    border:none;
}
.ROGGrid .rgPagePrev
{
    width:18px;
    height:18px;
    margin:0;
    padding:0;
    background:url(/images/icons/prev.png) no-repeat center center;
    border:none;
}
.ROGGrid .rgPageNext
{
    width:18px;
    height:18px;
    margin:0;
    padding:0;
    background:url(/images/icons/next.png) no-repeat center center;
    border:none;
}
.ROGGrid .rgPageLast
{
    width:18px;
    height:18px;
    margin:0;
    padding:0;
    background:url(/images/icons/end.png) no-repeat center center;
    border:none;
}
.ROGGrid .rgSortAsc
{
    margin:0;
    padding:0;
    width:16px;
    height:16px;
    background:url(/images/icons/asc.png) no-repeat;
    border:none;
}
.ROGGrid .rgSortDesc
{
    margin:0;
    padding:0;
    width:16px;
    height:16px;
    background:url(/images/icons/desc.png) no-repeat;
    border:none;
}
.rgHoveredRow
{
    background:#e1ba67;
    color:#FFF;
}