/* Tabs 9-21-05 */
.tabOBG, .tabBBG{
	height:31px;
	width:100%;
}
.tabOBG{
	background: url(i/t/O.gif) repeat-x bottom;
	text-align : left;
}
.tabBBG{
	background: url(i/t/B.gif) repeat-x bottom;
	text-align : left;
}
.tabOL, .tabBL{
	height:31px;
	width:10px;
}
.tabOL{
	background: url(i/t/OL.gif) no-repeat bottom right;
}
.tabBL{
	background: url(i/t/BL.gif) no-repeat bottom right;
}
.tabOA, .tabBA{
	height:31px;
	padding:4px 8px;
	vertical-align:middle !important;
	color:White !important;
	font-weight:bold !important;
}
.tabOA{
	background: url(i/t/OA.gif) no-repeat bottom;
}
.tabBA{
	background: url(i/t/BA.gif) no-repeat bottom;
}
.tabOR, .tabBR{
	height:31px;
	width:4px;
}
.tabOR{
	background: url(i/t/OR.gif) no-repeat bottom left;
}
.tabBR{
	background: url(i/t/BR.gif) no-repeat bottom left;
}
.tabLink{
	height:31px;
	padding:0px 12px;
	vertical-align:middle !important;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

/* Carried stDesc over from tabs.css because it is used on the description line in the search panes */
.stDesc{
	border:none;
	width:100%;
	padding: 10px 10px 10px 0px;
	font-size: 12px;
}
.stDesc img{
	vertical-align:top;
	margin-left:6;
}
