.tabsLine
{
	height: 39px;
	margin-top: 16px;
	background: url(/shared/img/tabs/tab-gap.gif) repeat-x;
	color: #7f7f7f;
	font-size: 11px;
	font-weight: normal;
	float: left;
}
.tabsLine div
{
	float: left;
	display: inline;
}
.tabsLine #selectedTab, .tabsLine #selectedTab1
{
	color: black;
	background-position: 0px -78px;
}
.tabsLine .tabHeading
{
	margin: 7px 0px 0px 32px;
}
.tabsLine .tabSpan
{
	margin: 7px 0px 0px 0px;
}
.tabsLine .gap
{
	width: 1px;
	height: 39px;
	background: url(/shared/img/tabs/tab-gap.gif) no-repeat;
	float: left;
}
.tabsBlock1
{
	width: 692px;
	height: 39px;
	background: url(/shared/img/tabs/tab-gap.gif) repeat-x;
}
.tabsBlock1 a, .tabsBlock1 a:active, .tabsBlock1 a:visited
{
	display: block;
/*	margin-right: 1px;*/
	float: left;
	width: 172px;
	height: 39px;
	line-height: 31px;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: url(/shared/img/tabs/tabs1.png) no-repeat 0px 0px;
}
.tabsBlock1 a:hover
{
	text-decoration: none;
	color: #7f7f7f;
}
.tabsBlock1 #selectedTab
{
	background-position: 0px -78px;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.tabsBlock
{
	height: 25px;
	overflow: hidden;
	margin-top: 10px;
}
.tabsBlock a, .tabsBlock a:active, .tabsBlock a:visited
{
	display: block;
	margin-right: 1px;
	float: left;
	width: 120px;
	height: 26px;
	line-height: 25px;
	color: #7f7f7f;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: url(/shared/img/layoutimages/tabs.gif) no-repeat 0px 0px;
}
.tabsBlock a:hover
{
	text-decoration: none;
}
.tabsBlock #selectedTab
{
	background-position: 0px -25px;
	font-size: 11px;
	font-weight: bold;
	color: black;/*#79b5d2;*/
}