﻿.tab-wrap {
        border-bottom:1px solid #6593cf;
        border-top:1px solid #6593cf;
        border-left:1px solid #6593cf;
        border-right:1px solid #6593cf;
        padding-top:2px ;
        }
.tab-strip
{
        padding:0px;
        padding-left:2px;
        }
.tab-strip td{
        padding:0px;
        padding-left:2px;
        }
.tab-strip a, .tab-strip span, .tab-strip em {
        display:block;
        }
.tab-strip a {
        text-decoration:none !important;
        -moz-outline: none;
        outline: none;
        cursor:pointer;
        }
.tab-strip .tab-text {
        font:bold 11px tahoma,arial,helvetica;
        color:#666;
        overflow:hidden;
        white-space: nowrap;
        cursor:pointer;
        text-overflow: ellipsis;
        padding-left:5px;
        }
.tab-strip .on .tab-text {
        cursor:default;
        color:#083772;
        }
.tab-strip .disabled .tab-text {
        cursor:default;
        color:#aaaaaa;
        }
.tab-strip .tab-inner {
         padding:4px 2px;
        }

.tab-strip .on .tab-right {
         background: url(/ASP.Net/Components/Addons/Search/Skins/Blue/Images/tab-sprite.gif) no-repeat right 0px;
        }
.tab-strip .on .tab-left {
         background: url(/ASP.Net/Components/Addons/Search/Skins/Blue/Images/tab-sprite.gif) no-repeat 0px -100px;
        }
.tab-strip .tab-right {
         background: url(/ASP.Net/Components/Addons/Search/Skins/Blue/Images/tab-sprite.gif) no-repeat right -50px;
        }
.tab-strip .tab-left {
         background: url(/ASP.Net/Components/Addons/Search/Skins/Blue/Images/tab-sprite.gif) no-repeat 0px -150px;
        }

.tab-strip  a {
        position:relative;
        top:1px;
        left:0;
        }
.tab-strip .on a {
        position:relative;
        }
.tab-strip .on .tab-inner {
        padding-bottom:5px;
        }

.tab-strip .tab-closable .tab-inner{
        padding-right:22px;
        position:relative;
        }
.tab-content
{
        border-bottom:solid 1px #6593CF;
        border-right:solid 1px #6593CF;
        border-left:solid 1px #6593CF;
        background-color:#FFFFFF;
        padding-top:2px;
        padding-bottom:10px;
        overflow:scroll;
        }






