html, body, form
{
    margin:0;
    border:0;
    padding:0;
    width:100%;
    max-height:100%; 
    height:100%; 
    background:#FFFFFF;
    overflow:auto;;
    font: small Tahoma !important;
}
.ImgTable
{
    table-layout: fixed;
    width:100%;
    height:100%;
    text-align:right;
}
.ContentPane
{
    top:112px;
    width:100%;
    position:absolute;
    overflow:auto;
}
#LoadingPanel
{
    position:absolute; 
    width:100%; 
    height:100%; 
    text-align:center;
    z-index:9999;
    background-color:rgba(0,0,0,0.2);
}
#LoadingPanel img
{
    margin-top: 10px;
}
.RadToolBar_rtl
{
    float: none important;    
}
div.RadToolTip table.rtWrapper td.rtWrapperContent 
{
    z-index:9000;
    font: small Tahoma !important;
}
.RadWindow .rwWindowContent div 
{
    background-position: right top !important;
    float: right;
    font-family: Tahoma !important;
    margin-right: 40px !important;
}
.RadWindow .rwPopupButton
{
    margin-top: 20px !important;
}
/*Tab_Template--->*/
.rtsTxt
{
    font-family: Tahoma !important;
     font-size: x-small !important;
}
.rtsIn img
{
    vertical-align:middle;
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.rtsIn .textWrapper
{
    display: inline;
}

/* IE6 fixes for line-height bug */
* html .rtsIn img
{
    margin-bottom: 10px;
}

* html .rtsIn .textWrapper
{
    float: left;
    height: 26px;
}

* html .rtsIn .ie6shim
{
    height: 26px;
    display: inline-block;
}
/*<---Tab_Template*/
