﻿/*
	Created by: Khalid Ahmed	03/03/2010
*/

.ajax__tab_xp_Modified .ajax__tab_header {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_outer {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_inner {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_tab {
    height:20px;
    padding:4px;
    margin:0;
    background:#cccccc;
    font-family:Tahoma;
    font-size:10pt;
    font-weight:bold;
}
.ajax__tab_xp_Modified .ajax__tab_hover .ajax__tab_outer {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_hover .ajax__tab_inner {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_hover .ajax__tab_tab {
    background: #0f75bc;
    color:#FFF;
}
.ajax__tab_xp_Modified .ajax__tab_active .ajax__tab_outer {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_active .ajax__tab_inner {
    background-color:Transparent;
}
.ajax__tab_xp_Modified .ajax__tab_active .ajax__tab_tab {
    background: #0f75bc;
    color:#FFF;
}
.ajax__tab_xp_Modified .ajax__tab_body {
    border:0;
    background-color:Transparent;
}
