﻿.contentStyle .rtsLevel ul
{
    clear:both;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
    z-index:4;
}
.contentStyle .rtsLevel li
{
    float:left;
    padding:0 4px 0 0;
    margin:0px;
}
body .contentStyle .rtsLink,
body .contentStyle .rtsLink:visited
{
    display:block;
    background:#21242c;
    color:#919192;
    height:21px;
    line-height:21px;
    text-align:left;
    padding:0 8px;
    float:left;
    border:none;
    position:relative;
}
body.gtRtl .contentStyle .rtsLevel ul,
body.gtRtl .contentStyle .rtsLevel li
{    
    float:right;
}
body .contentStyle .rtsLink:hover
{
    color:#c0d542;
    background:#21242c;
}
.IE6 .contentStyle .rtsLink
{
    top:1px;
}
body .contentStyle .rtsSelected,
body .contentStyle .rtsSelected:hover,
body .contentStyle .rtsSelected:visited
{
    background:#c0d542;
    color:#3c3e34;
    border:none;
    height:23px;
}
.IE7 .contentStyle .rtsSelected
{
    height:22px;
}
.contentStyle .rtsSelected:hover
{
    background:#c0d542;
    color:#3c3e34;
}
body .contentStyle .rtsTxt
{
    padding:0px;
    margin:0px;
}
body .contentStyle .rtsOut
{
    padding:0px;
    margin:0px;
}
body .contentStyle .rtsIn
{
    padding:0px;
    margin:0px;
}
.tabContentContainer
{
    width:99%;
    float:left;
    clear:both;
    background-color:#fff;
}
.contentStyle .tabStrip
{
    height:23px;
    width:98%;
    padding:0 0 12px 7px;
    margin:0 0 12px 0;
    background:#fff url(/App_Themes/EFEF/Images/2011/tabstrip-bg.png) no-repeat left bottom;    
    clear:both;
    position:relative;
    z-index:1;
}
.tabContent
{
    background-color:#fff;    
    line-height:18px;
    clear:both;
    float:left;
    width:100%;
}
.tabContentBg
{
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:right top;
}
.tabIFrame
{
    width:608px;
}

.rtsNn
{
    padding:20px 0 0 8px;
    clear:both;
    display:none;
}
.rtsNnItem
{
    float:left;
    width:20px;
    height:17px;
    text-align:center;
    padding-right:3px;
}
.tabContentContainer .rtsNnItem  a,
.tabContentContainer2 .rtsNnItem  a
{
    float:left;
    display:block;
    width:17px;
    height:16px;
    line-height:16px;
    background-color:#f78b39;
    color:#fff;
    border:solid 1px #939393;
    font-size:10pt;
    cursor:pointer;
    text-align:center;
}
.tabContentContainer .rtsNnItem a:hover,
.tabContentContainer2 .rtsNnItem a:hover
{
    color:#fff;
    background:#1a627f;
}
.tabContentContainer .rtsNnItem a.activeTabNumber:hover,
.tabContentContainer2 .rtsNnItem a.activeTabNumber:hover
{
    color:#303030;
}
.tabContentContainer .rtsNnItem a.activeTabNumber,
.tabContentContainer2 .rtsNnItem a.activeTabNumber
{
    background-color:#fff; 
    color:#303030; 
}
