.clsTabTable TD
{
	Font-family: verdana;
	font-weight: bold;
	font-size: 8pt;
	padding:0px;
	margin: 0px;
}
.clsActiveTab
{
	background-image : url(../images/tabonbg.gif);
	background-color : #EEEEEE;
	background-repeat : repeat-y;
	border-bottom: solid 1px #666666;
	padding: 8px 8px 8px 20px;
	color: black;
	font-size: 8pt;
	
}
.clsInactiveTab
{
	background-image : url(../images/taboffbg.gif);
	background-color : #4E73A9;
	background-repeat : repeat-y;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 8px 8px 8px 20px;
	color: white;
}
.clsTabBg
{
	background-image : url(../images/tabbg.gif);
	background-color : #C2C2C2;
	background-repeat : repeat-y;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: none;
	padding: 8px 8px 8px 20px;;
	margin: 0px;
	vertical-align: top;
}
A.tab:link, A.tab:visited
{
	font-size: 8pt;
	color: white;
	text-decoration: none;
	font-weight: normal;
}
A.tab:hover
{
	text-decoration: none;
	color: #CCCCCC;
}
.TabContentArea
{
	border-right: solid 1px #666666;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding: 10px 10px 10px 30px;
	background-color: #EEEEEE;
	vertical-align: top;
	width: 100%;
}
.TabContentArea A
{
	font-weight: normal;
}

.clsActiveTabHorizontal
{
	background-image : url(../images/tabonbgh.gif);
	background-color : #EEEEEE;
	background-repeat : no-repeat;
	background-position: right top;
	border-left: solid 1px #666666;
	padding: 8px 8px 8px 8px;
	color: black;
	font-size: 8pt;
	height: 22px;
}
.TabContentAreaHorizontal
{
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding: 10px;
	background-color: #EEEEEE;
}
.clsInactiveTabHorizontal
{
	background-image : url(../images/taboffbgh.gif);
	background-color : #4E73A9;
	background-repeat : no-repeat;
	background-position: right top;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #666666;
	padding: 8px 8px 8px 8px;
	height: 22px;
	color: white;
}
.clsTabBgHorizontal
{
	background-image : url(../images/tabbgh.gif);
	background-color : #C2C2C2;
	background-repeat : no-repeat;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	border-top: none;
	padding: 8px 8px 8px 20px;;
	margin: 0px;
	vertical-align: top;
	height: 22px;
}
