﻿.TabMenu
{
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   color: white;
   font-size: 9px;
   font-weight: normal;
   background-color: transparent;
}
.Tab
{
   background: url( "images/tabstrip/editor.png" );
   background-position: center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat: no-repeat;
   height: 26px;
   text-align: left;
   text-decoration: none;
   padding-left: 20px;
   color: gray;
   line-height: 20px;
   background-color: transparent;
}
.Tab:hover
{     
   background: url("images/tabstrip/editor_over.png");
   background-position:center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat:no-repeat;
   height: 26px;
   text-decoration: none;
   color: gray; 
   text-align:left;
   line-height:20px;
   background-color: transparent;
}
.TabSelected
{
   background: url("images/tabstrip/editor_down.png");
   background-position:center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat:no-repeat;
   height: 26px;
   text-decoration: none;
   color: white; 
   line-height:20px;
   text-align:left;
   background-color: transparent;
}
.TabSelected:hover
{     
   background: url("images/tabstrip/editor_down.png");
   background-position:center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat:no-repeat;
   height: 26px;
   text-decoration: none;
   color: white; 
   cursor:pointer;
   line-height:20px;
   text-align:left;
   background-color: transparent;
}
.NoTab
{
   background: #191970 url("images/tabstrip/tab-darkblue-left.gif") left top no-repeat;   
   padding-left: 10px; 
   padding-right: 10px;          
   font-size:11px;   
   background-color: transparent;
}

.TabEdit
{
   background: url(images/tabstrip/editor.png) center 50%;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   height: 26px;
   text-decoration: none;
   background-repeat:no-repeat;
   color: gray;
   line-height: 20px;
 text-align:center;
 background-color: transparent;
}
.TabEdit:hover
{     
   background: url("images/tabstrip/editor_over.png");
   background-position:center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat:no-repeat;
   height: 26px;
   text-decoration: none;
   color: gray; 
   text-align:center;
   line-height:20px;
   background-color: transparent;
}
.TabSelectedEdit
{
   background: url("images/tabstrip/editor_down.png");
   background-position:center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat:no-repeat;
   height: 26px;
   text-decoration: none;
   color: white; 
   line-height:20px;
   text-align:center;
   background-color: transparent;
}

.TabSelectedEdit:hover
{     
   background: url("images/tabstrip/editor_down.png");
   background-position:center;
   font-weight: bold;
   font-size: 9px;
   width: 75px;
   background-repeat:no-repeat;
   height: 26px;
   text-decoration: none;
   color: white; 
   cursor:pointer;
   line-height:20px;
   text-align:center;
   background-color: transparent;
}

.TabSelectedEditNoImage
{
   font-weight: bold;
   font-size: 9px;
}

.TabSelectedEditNoImage:hover
{     
   font-size: 9px;
   text-decoration: none;
}

.NoTabEdit
{
   background: #191970 url("images/tabstrip/tab-darkblue-left.gif") left top no-repeat;   
   padding-left: 10px; 
   padding-right: 10px;          
   font-size:11px;   
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    
    /*background:url(img/xp/tab-line.gif) repeat-x bottom;*/
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer 
{
    padding-right:4px;
    /*background:url(img/xp/tab-right.gif) no-repeat right;*/
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner 
{
    padding-left:3px;
    /*background:url(img/xp/tab-left.gif) no-repeat;*/
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab
{
    /*height:13px;*/
    padding:4px;
    margin:0;
    /*background:url(img/xp/tab.gif) repeat-x;*/
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer 
{
    /*background:url(img/xp/tab-hover-right.gif) no-repeat right;*/
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner 
{
    /*background:url(img/xp/tab-hover-left.gif) no-repeat;*/
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab 
{
    /*background:url(img/xp/tab-hover.gif) repeat-x;*/
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer 
{
    /*background:url(img/xp/tab-active-right.gif) no-repeat right;*/
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner 
{
    /*background:url(img/xp/tab-active-left.gif) no-repeat;*/
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab 
{
    /*background:url(img/xp/tab-active.gif) repeat-x;*/
}
.ajax__tab_xp-theme .ajax__tab_body 
{
    /*font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;*/
    background-color:#0077C0;
}
