﻿.AjaxTabStrip .ajax__tab_header
{   
    font-size: 10pt;    
    padding-left:5px;
    height:28px!important;
    height:20px;    
    padding-top:2px;
     border-bottom:0;
/* border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;*/
background-image: url(Images/tab.gif); background-color: #6495ed; padding-bottom: 10px;
}



/* 默认tab设置 */
.AjaxTabStrip .ajax__tab_tab
{
    font-size: 10pt;
    padding-top: 15px;
    padding-top: 6px;
    color: Black;
    padding-bottom: 4px;
    padding-left: 0px;
    padding-left: 0;
    height: 18px;
    border: #cccccc 1px solid;
    border-bottom: 0;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    background-image: none;
}

/* 鼠标经过设置*/
.AjaxTabStrip .ajax__tab_hover .ajax__tab_tab
{
    /*font-weight:bold;
    text-decoration: underline;*/
    color:Red;
}
/* 当前激活选项卡设置*/
.AjaxTabStrip .ajax__tab_active .ajax__tab_tab
{
    /*background-color: #f9fff5;
    font-weight:bold;*/
    border-right: #C2E2ED 1px solid;
    border-top: #C2E2ED 1px solid;
    background-color: #f9fff5; /*FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cccccc);*/
    border-left: #C2E2ED 1px solid;
    cursor: pointer;
    border-bottom: 0;
}


/*Body设置*/

.AjaxTabStrip .ajax__tab_body
{
    border: #C2E2ED 1px solid;
    border-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 15px;
}


