﻿.ElvWebTabs 
{
	height:100%;
}
.ElvWebTabs .ajax__tab_header
{
text-align:left;
font-family: verdana,tahoma,helvetica;
font-size: 11px;
color: #000000;
height: 20px;
}


.ElvWebTabs .ajax__tab_inner
{
	background:url('../images/shade.gif') repeat-x;
	border:solid 1px #D7EAF1;
	font-family: verdana,tahoma,helvetica;
	color: #000000;
	font-weight:bold;
	width: 120px;
	text-align: center;
	vertical-align:middle;
}

.ElvWebTabs .ajax__tab_tab
{
font-family: verdana,tahoma,helvetica;
color: #31A3BD;
font-weight:bold;
height: 20px;
width: 120px;
text-align: center;
padding-top:5px;
}

.ElvWebTabs .ajax__tab_hover .ajax__tab_outer
{	
font-family: verdana,tahoma,helvetica;
font-size: 11px;
font-weight:bold;
color:#31A3BD;
text-decoration: underline;
z-index: 0;
}

.ElvWebTabs .ajax__tab_hover .ajax__tab_inner 
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	color:#31A3BD;
	text-decoration: underline;
	z-index: 0;
}

.ElvWebTabs .ajax__tab_hover .ajax__tab_tab {
font-family: verdana,tahoma,helvetica;
font-size: 11px;
text-decoration: underline;
z-index: 0;

}

.ElvWebTabs .ajax__tab_active .ajax__tab_outer
{
font-family: verdana,tahoma,helvetica;
font-size: 11px;
color:#F5971E;
}

.ElvWebTabs .ajax__tab_active .ajax__tab_inner 
{
background:url('../images/shadeactive.gif') repeat-x;
border:solid 1px #D7EAF1;
font-family: verdana,tahoma,helvetica;
font-size: 11px;
color: #F5971E;
text-align: center;
text-decoration:underline;
}

.ElvWebTabs .ajax__tab_active .ajax__tab_tab 
{
font-family: verdana,tahoma,helvetica;
font-size: 11px;
color: #F5971E;
text-align: center;
text-decoration:underline;
}

.ElvWebTabs .ajax__tab_body
{	
font-family: verdana,tahoma,helvetica;
font-size: 11px;
height: 100%;
vertical-align: middle;
border:solid 1px #E0E0E0;
}

.MySubMenuItem
{
padding: 2px 2px 0px 2px;
font-family: verdana,tahoma,helvetica;
color: #000000;
height: 18px;
text-align: center;
vertical-align: middle;
margin-top: 5px;
width: 120px;
}


