﻿.tabHeader {
    font-family:verdana,tahoma,helvetica;
    font-size:8pt;
    color:Black;    
    width:950px;	
    border-style:none;
}
.tabVoid
{
	width:100%;
	background-image:url(../../Images/In2TabMultiView/tabVoid.gif);
	height:21px;
	background-repeat:repeat-x;
	background-position:bottom;
}
.tabInActiveMiddleLarge
{
	height:31px;
	background-image:url(../../Images/In2TabMultiView/tabMiddleLarge.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.tabInActiveMiddle
{
	height:21px;
	background-image:url(../../Images/In2TabMultiView/tabMiddle.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
.tabInActiveMiddleLarge a
{
    color:Black;
	position:relative;
	top:4px;
}
.tabInActiveMiddle a
{
    color:Black;
	position:relative;
	top:4px;
}
/*.tabInActiveMiddle a :hover
{
    color:#e35bab;
    text-decoration:underline;
}*/
.tabInActiveRightLarge
{
	height:31px;
	width:5px;
	background-image:url(../../Images/In2TabMultiView/tabRightLarge.gif);
	background-repeat:no-repeat;	
}
.tabInActiveRight
{
	height:21px;
	width:5px;
	background-image:url(../../Images/In2TabMultiView/tabRight.gif);
	background-repeat:no-repeat;	
}
.tabInActiveLeftLarge
{
	height:31px;
	width:3px;
	background-image:url(../../Images/In2TabMultiView/tabLeftLarge.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.tabInActiveLeft
{
	height:21px;
	width:3px;
	background-image:url(../../Images/In2TabMultiView/tabLeft.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.tabActiveMiddleLarge
{
	height:31px;	
	background-image:url(../../Images/In2TabMultiView/tabActiveMiddleLarge.GIF);
	background-repeat:repeat-x;				
}
.tabActiveMiddle
{
	height:21px;	
	background-image:url(../../Images/In2TabMultiView/tabActiveMiddle.GIF);
	background-repeat:repeat-x;				
}
.tabActiveMiddle span
{
	color:Black;
	position:relative;
	top:4px;
}
.tabActiveMiddleLarge span
{
	color:Black;
	position:relative;
	top:4px;
}
.tabActiveRightLarge
{
	height:31px;
	width:5px;
	background-image:url(../../Images/In2TabMultiView/tabActiveRightLarge.GIF);
	background-repeat:no-repeat;
}
.tabActiveRight
{
	height:21px;
	width:5px;
	background-image:url(../../Images/In2TabMultiView/tabActiveRight.GIF);
	background-repeat:no-repeat;
}
.tabActiveLeftLarge
{
	height:31px;
	width:3px;
	background-image:url(../../Images/In2TabMultiView/tabActiveLeftLarge.GIF);
	background-repeat:no-repeat;
	background-position:top;	
}
.tabActiveLeft
{
	height:21px;
	width:3px;
	background-image:url(../../Images/In2TabMultiView/tabActiveLeft.GIF);
	background-repeat:no-repeat;
	background-position:top;	
}
.tabContainer
{
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-width:1pt;
	border-color:#999999;
	padding:4px 4px 4px 4px;
	width:940px;	
}