﻿.MyTabContainer
{
	width:100%;
}


.TabPanel .TabPagePanel
{
    padding-left:16px;
    padding-right:16px;
    padding-top:10px;
    padding-bottom:10px;
}

.TabPanel
{
	clear:both;
}

.MyTab, 
.MyTabActive, 
.MyTabHover
{
	padding:0px;margin:0px;float:left;
	cursor:pointer;
}

.MyTab .Left, 
.MyTabActive .Left, 
.MyTabHover .Left
{
	height:26px;
	width:19px;
	background-image:url(../images/tab/left-inactive.gif);
}

.MyTab .Mid, 
.MyTabActive .Mid, 
.MyTabHover .Mid
{
	padding-top:3px;
	height:23px;
	background-image:url(../images/tab/mid-inactive.gif);
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}

.MyTab .Right, 
.MyTabActive .Right, 
.MyTabHover .Right
{
	width:29px;
	background-image:url(../images/tab/right-inactive.gif);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:hand;
	height:26px;
}


.MyTab .Left, .MyTab .Mid, .MyTab .Right,
.MyTabHover .Left, .MyTabHover .Mid, .MyTabHover .Right
{
}

.MyTabActive .Left
{
	background-image:url(../images/tab/left-active.gif);
}

.MyTabActive .Mid
{
	background-image:url(../images/tab/mid-active.gif);
}

.LastTab .Right
{
	width:87px;
}

.MyTabActive .Right
{
	background-image:url(../images/tab/right-active.gif);
}


.MyTabHover .Left
{
	background-image:url(../images/tab/left-hover.gif);
}

.MyTabHover .Mid
{
	background-image:url(../images/tab/mid-hover.gif);
}

.MyTabHover .Right
{
	background-image:url(../images/tab/right-hover.gif);
}

