﻿body
{
    font-family:verdana,tahoma,helvetica;
}

/* ajax__tab_yuitabview-theme theme (../images/tabImages/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    border-bottom:solid 5px #a71700;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    margin:0px 0em 0px 0px;
    padding:0.1em 0px 0.1em 0px;
    vertical-align:bottom;
    border-bottom-width:0px;
}


.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    padding:0.25em 0.5em;
    border:solid 1px #808080;
    border-top-width:0px;
}

.tabImageDiv
{
	position: relative;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer img.activeImage
{
	display: none;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer img.inactiveImage
{
	display: block;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer img.activeImage
{
	display: block;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer img.inactiveImage
{
	display: none;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer img
{
	width: 9em;
	height: 2.3em;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer img
{
	width: 9em;
	height: 2.5em;
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer .tabImageDiv p
{
	position: absolute;	
	line-height: 2.3em;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 9em;			
}

.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer .tabImageDiv p span
{
	font-family: tahoma, arial, sans-serif;
	color: black;
	font-size: 1em;
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer .tabImageDiv p
{
	position: absolute;	
	line-height: 2.5em;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 9em;				
}

.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer .tabImageDiv p span
{
	font-family: tahoma, arial, sans-serif;
	color: #fdf9f9;
	font-weight: regular;
	font-size: 1em;
}

