﻿.tab
{
    width:100%;
    height:30px;   
}
.tab_right
{
    height:35px; 
    background-image: url('../Images/tab/tabRepeat.png');
    margin-left:150px;
}
.tab_left
{
   float:left; 
   width:150px;
   height:30px; 
   background-image: url('../Images/tab/tab.png');	
   background-repeat: no-repeat;
   background-size:150px 30px;

}
.tab_left_disable
{
   float:left; 
   width:150px;
   height:30px; 
   background-image: url('../Images/tab/tabDisable.png');	
   background-repeat: no-repeat;
   background-size:150px 30px;
}
.tab_left_over
{
   float:left; 
   width:150px;
   height:30px; 
   background-image: url('../Images/tab/tab.png');	
   background-repeat: no-repeat;
   background-size:150px 30px;
}
.tab_icon
{
    float:right; 
    width: 25px; 
    height: 25px; 
    margin-right:15px; 
    margin-top:6px;
    cursor:pointer;
    background-image: url('../Images/icons/addUser.png');
}

.tab_icon_disable
{
    float:right; 
    width: 25px; 
    height: 25px; 
    margin-right:15px; 
    margin-top:6px;
}
.tab_icon_over
{
    float:right; 
    width: 25px; 
    height: 25px; 
    margin-right:15px; 
    margin-top:6px;
    background-image: url('../Images/icons/addUser.png');
}
.tab_title
{
    height:25px;
    margin-right:5px;
    margin-top:6px;
    padding-left:5px;
    text-align:left;
    padding-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #FD7D00;
    font-size: 12px;
    cursor:default;
}
.tab_title_disable
{
    height:25px;
    margin-right:5px;
    margin-top:6px;
    padding-left:5px;
    text-align:left;
    padding-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #cccccc;
    font-size: 12px;
    cursor: default;
}
.tab_title_over
{
    height:25px;
    margin-right:5px;
    margin-top:6px;
    padding-left:5px;
    padding-top:2px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color: #FD7D00;
    font-size: 12px;
    cursor:default;
}