﻿
.Tab .ajax__tab_header
{
	color: #4682b4;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration:none;
    background-color: #ffffff;
    margin-left: 0px;
    
}



/*Body*/

.Tab .ajax__tab_body
{
    /*border:1px solid #b4cbdf;*/
    padding-top:0px;
    background-image:  url("Images/Tab/tabpagetop.png");
    background-repeat: repeat-x;
}



/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab
{
	color: #ffffff;
	background-color: #4436a5;
	height:20px;
    width:170px; 
    padding-top:10px;
    padding-bottom:5px;
	
    
    
}

.Tab .ajax__tab_active .ajax__tab_inner
{
    color: #ffffff;
	background-color: #4436a5;
	padding-left:5px;
	-moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
	
}

.Tab .ajax__tab_active .ajax__tab_outer
{
    color: #ffffff;
    background-color: #4436a5;
    padding-right:5px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    
}

/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab
{
    color: #ffffff;
    background-color: #c5c5db;
    height:20px;
    width:170px; 
    padding-top:10px;
    padding-bottom:5px;
    
}

.Tab .ajax__tab_hover .ajax__tab_inner
{
    color: #ffffff;
    background-color: #c5c5db;
    padding-left:5px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
}

.Tab .ajax__tab_hover .ajax__tab_outer
{
    color: #ffffff;
    background-color: #c5c5db;
    padding-right:5px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;

    
}

/*Tab Inactive*/
.Tab .ajax__tab_tab
{
    color: #ffffff;
    background-color: #8a89d7;
    height:20px;
    width:170px; 
    padding-top:10px;
    padding-bottom:5px;
    
}

.Tab .ajax__tab_inner
{
    color: #ffffff;
    background-color: #8a89d7;
    padding-left:5px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    cursor:pointer;
}

.Tab .ajax__tab_outer
{
    color: #ffffff;
    background-color: #8a89d7;
    padding-right:5px;
    margin-right: 2px;
    -moz-border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    border-top-left-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
}