.TabsRightCorner
{
	background-image: url(images/tabs/cornerRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a.SelTabLink,a.SelTabLink:hover,a.SelTabLink:visited,a.SelTabLink:focus
{
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	margin: 5px 7px 16px 8px;
	display:inline-block;
	text-decoration:none;
	white-space: nowrap;
	cursor:default;
}
a.TabLink,a.TabLink:hover,a.TabLink:visited,a.TabLink:focus
{
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	margin: 5px 7px 16px 8px;
	display:inline-block;
	text-decoration:none;
	white-space: nowrap;
}

div.TabLink
{
	display:inline;
}

TD.TabLinkTD
{
	vertical-align:top;
	padding-top:14px;
}

a.bSelTabLink,a.bSelTabLink:hover,a.bSelTabLink:visited,a.bSelTabLink:focus
{
	font-size: 12px;
	color: #333333;
	margin: 5px 7px 0px 7px;
	display:inline-block;
	text-decoration:none;
	white-space: nowrap;
	cursor:default;
}
a.bTabLink,a.bTabLink:hover,a.bTabLink:visited,a.bTabLink:focus
{
	font-size: 12px;
	color: #333333;
	margin: 5px 7px 0px 7px;
	display:inline-block;
	text-decoration:none;
	white-space: nowrap;
}

.TabbedContent
{
	height: auto;
}

.TabsDIV
{
	height: 45px;
	background-image:url(images/tabs/topBg.gif);
}

.TabbedContentTD
{
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(images/tabs/tabsBg.gif);
	height: auto;
	width: 100%;
}

.TabbedContentRight
{
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(images/tabs/bgRight.gif);
	/*padding-right: 9px;*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: auto;
	width: 100%;
}

.contentInner
{
	margin-left: 18px;
	margin-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}


.TabFooter
{
	background-image: url(images/tabs/footerBg.gif);
	color: #999999;
	font-size: 11px;
}
