﻿
.Tab1Spatial .ajax__tab_header 
{
		background-color:#DFE4EE;
		background-image:url("../images/tab-bg-on.gif") repeat-x;
		border-bottom:2px solid #829EB8;
		border-top:2px solid #829EB8;
 }
.Tab1Spatial .ajax__tab_hover .ajax__tab_outer
{
	
	background:url(../images/tab-bg.gif) no-repeat left top;
	
}

.Tab1Spatial .ajax__tab_active .ajax__tab_outer 
{
	background-color:#829EB8;
    
}


.Tab1Spatial .ajax__tab_hover .ajax__tab_inner
{
	background-color:#24568E;
	height:18px;
	border-style:double;
	border-width:3px;
	border-color:#829EB8;
}

.Tab1Spatial .ajax__tab_active .ajax__tab_inner 
{
	height:22px;
	background-color:#829EB8;
	border-style:double;
	border-width:1px;
	border-color:#FFFFFF;
}





/*Red*/
.red .ajax__tab_header 
{
    background:url(../images/red_bg.gif) repeat-x;
}
.red .ajax__tab_hover .ajax__tab_outer,
.red .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/red_left.gif) no-repeat left top;
}
.red .ajax__tab_hover .ajax__tab_inner,
.red .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/red_right.gif) no-repeat right top;
}

/*Blue*/
.blue .ajax__tab_header 
{
    background:url(../images/blue_bg.gif) repeat-x;
}
.blue .ajax__tab_hover .ajax__tab_outer,
.blue .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/blue_left.gif) no-repeat left top;
}
.blue .ajax__tab_hover .ajax__tab_inner,
.blue .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/blue_right.gif) no-repeat right top;
}




/*Blue small*/
.blue1S .ajax__tab_header 
{
    background:url(../images/blue_bg_1S.gif) repeat-x;
}
.blue1S .ajax__tab_hover .ajax__tab_outer,
.blue1S .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/blue_left_1S.gif) no-repeat left top;
}
.blue1S .ajax__tab_hover .ajax__tab_inner,
.blue1S .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/blue_right_1S.gif) no-repeat right top;
}



.green .ajax__tab_header 
{
    background:url(../images/green_bg.gif) repeat-x;
}
.green .ajax__tab_hover .ajax__tab_outer,
.green .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/green_left.gif) no-repeat left top;
}
.green .ajax__tab_hover .ajax__tab_inner,
.green .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/green_right.gif) no-repeat right top;
}

.orange .ajax__tab_header 
{
    background:url(../images/orange_bg.gif) repeat-x;
}
.orange .ajax__tab_hover .ajax__tab_outer,
.orange .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/orange_left.gif) no-repeat left top;
}
.orange .ajax__tab_hover .ajax__tab_inner,
.orange .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/orange_right.gif) no-repeat right top;
}

.purple .ajax__tab_header 
{
    background:url(../images/purple_bg.gif) repeat-x;
}
.purple .ajax__tab_hover .ajax__tab_outer,
.purple .ajax__tab_active .ajax__tab_outer 
{
    background:url(../images/purple_left.gif) no-repeat left top;
}
.purple .ajax__tab_hover .ajax__tab_inner,
.purple .ajax__tab_active .ajax__tab_inner 
{
    background:url(../images/purple_right.gif) no-repeat right top;
}

