﻿


/* TAB for image */

.Image_tab .ajax__tab_header 
{
    font-family:verdana,tahoma,helvetica;
    font-size:12px;
    background:url(images/tab-line.gif) repeat-x bottom; 
    color:Blue;
}

.Image_tab .ajax__tab_outer 
{
    padding-right:4px;
    background:url(images/tab-right.gif) no-repeat right;
    height:21px;
}

.Image_tab .ajax__tab_inner 
{
    padding-left:3px;
    background:url(images/tab-left.gif) no-repeat;
    height:21px;
}

.Image_tab .ajax__tab_tab 
{
    height:21px;
    padding:4px;
    margin:0px;
    background:url(images/tab.gif) repeat-x;
    width:125px;
    color:Blue;
}

.Image_tab .ajax__tab_hover .ajax__tab_outer 
{
    cursor:pointer;
    background:url(images/tab-hover-right.gif) no-repeat right;
}

.Image_tab .ajax__tab_hover .ajax__tab_inner 
{
    cursor:pointer;
    background:url(images/tab-hover-left.gif) no-repeat;
}

.Image_tab .ajax__tab_hover .ajax__tab_tab 
{
    cursor:pointer;
    background:url(images/tab-hover.gif) repeat-x;
}

.Image_tab .ajax__tab_active .ajax__tab_outer 
{
    background:url(images/tab-active-right.gif) no-repeat right;
}

.Image_tab .ajax__tab_active .ajax__tab_inner 
{
    background:url(images/tab-active-left.gif) no-repeat;
}

.Image_tab .ajax__tab_active .ajax__tab_tab 
{
    background:url(images/tab-active.gif) repeat-x;
    color:Red;
}

.Image_tab .ajax__tab_disabled 
{ 
    color: #A0A0A0;
}

.Image_tab .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding:8px;
	
}




