﻿.TabRight
{
	background-image:url(Images/TabRight.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:6px;
	height:23px;
}
.TabLeft
{
	background-image:url(Images/TabLeft.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:6px;
	height:23px;
}
.TabTile
{
	background-image:url(Images/TabTile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:23px;
	color:#ffffff;
	padding:0px 8px;
	text-align:center;
	vertical-align:middle;	
}
.TabTile a
{
	text-decoration:none;
	color:#ffffff;
	display:block;
}
.TabTile a:hover
{
	color:#ffff00;
}
.TabRightSelected
{
	background-image:url(Images/TabRightSelected.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:6px;
	height:23px;
}
.TabLeftSelected
{
	background-image:url(Images/TabLeftSelected.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:6px;
	height:23px;
}
.TabTileSelected
{
	background-image:url(Images/TabTileSelected.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:23px;
	color:#000000;
	padding:0px 8px;
	text-align:center;
	vertical-align:middle;	
}
.TabTileSelected a
{
	text-decoration:none;
	color:#000000;
	display:block;
}
.TabTileSelected a:hover
{
	color:#ffff00;
}
/******* InnerTabbing *******/
.InnerTabRight
{
	background-image:url(Images/InnerTabRight.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:3px;
	height:19px;
}
.InnerTabLeft
{
	background-image:url(Images/InnerTabLeft.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:2px;
	height:19px;
}
.InnerTabTile
{
	background-image:url(Images/InnerTabTile.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:19px;
	color:#000000;
	padding:0px 5px;
	text-align:center;
	vertical-align:middle;	
}
.InnerTabRightSelected
{
	background-image:url(Images/InnerTabRightSelected.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:3px;
	height:19px;
}
.InnerTabLeftSelected
{
	background-image:url(Images/InnerTabLeftSelected.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:2px;
	height:19px;
}
.InnerTabTileSelected
{
	background-image:url(Images/InnerTabTileSelected.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:19px;
	color:#000000;
	padding:0px 5px;
	text-align:center;
	vertical-align:middle;	
}
.InnerTab
{
	background-image:url(Images/InnerTab.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:19px;
}
