﻿.tabBoxContainer
{
    /*width:302px;*/ /* not sure we need this anymore?? */
    float:right;
    
    margin-left:10px;
    margin-bottom:5px;
}

.tabBoxContainer .RadTabStrip li
{
    list-style-type:none;
    background:none;
    
}

.tabBoxContents
{
    background:#ffffff;
    border:1px solid #828282;
    width:200px;
    margin-top:-1px;
    min-height:175px;
    padding:10px;
    font-size:11px !important;    
}
.tabBoxContainer .rtsTxt
{
    font-size:11px !important;
}    
.tabBoxContainer .rtsTxt, .tabBoxContainer .rtsIn
{
    padding-left:2px !important;
    padding-right:2px !important;
}
.tabBoxContainer .rtsLevel
{
    width:auto !important;
}

.tabBoxContainer .rtsLink
{
    text-decoration:none !important;
}

.tabBoxContainer .RadTabStrip
{
    position:relative;
    z-index:2;
}

.tabBoxContents
{
    position:relative;
    z-index:1;
}
