﻿.fancy .ajax__tab_header, .ajax__tab_header a, .ajax__tab_header a:active, .ajax__tab_header a:visited, .ajax__tab_header a:hover
{
	font-size:12px;
	font-weight:bold;
	color:#BE1E2C;
    font-family:sans-serif;
    background:url(img/blue_bg.gif) repeat-x;
    text-decoration: none;
}
.fancy .ajax__tab_active .ajax__tab_outer 
{
    background:url(img/blue_left.gif) no-repeat left top !important;
}

.fancy .ajax__tab_header .ajax__tab_outer
{
    background:url(img/blue_left_inactive.gif) no-repeat left top;
}
.fancy .ajax__tab_hover .ajax__tab_outer
{
    height:30px;
    color: #fff;
}
.fancy .ajax__tab_active .ajax__tab_inner 
{
    background:url(img/blue_right.gif) no-repeat right top !important;
    height:30px !important;
    margin-left:9px !important; /* offset the width of the left image */
}
.fancy .ajax__tab_header .ajax__tab_inner
{
    background:url(img/blue_right_inactive.gif) no-repeat right top;
    height:30px;
    margin-left:11px; /* offset the width of the left image */
}

.fancy .ajax__tab_hover .ajax__tab_inner
{
  /*  height:46px !important;
    margin-left:15px !important; /* offset the width of the left image */
}
.fancy .ajax__tab_active .ajax__tab_tab,
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_header .ajax__tab_tab
{
	margin:8px 9px 0px 0px;
}
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_active .ajax__tab_tab 
{
	color:#BE1E2C;
	margin:8px 10px 0px 0px !important;
	cursor:pointer;cursor:hand;
}
.fancy .ajax__tab_body 
{
    font-family: Calibri, verdana,tahoma,helvetica;
    border-top:0;
    padding-bottom:8px;
    background: #CAE8EE url(img/tab_bg.png) repeat-x;
}
