.themeSquareTabView
{
	width:845px;
}
.themeSquareTabView ul.tabs
{
	padding-top: 7px;
	padding-left: 10px;
	background:#f4f4f4;
	height:30px;
	position:relative;
	color:#505050;
	background:url("/images/tabview/bg.gif") repeat-x;
}

* html .themeSquareTabView ul.tabs { padding-top: 9px; }

.themeSquareTabView ul.tabs li
{
	float: left;
	height: 14px;
	padding: 5px 15px 3px 15px;
}
*html .themeSquareTabView ul.tabs li {padding:6px 15px 2px 15px;}

.themeSquareTabView ul.tabs li.on
{
	background:#ffffff;
	border:1px solid #cccccc;
	border-bottom:none;
}

.themeSquareTabView ul.tabs li.off
{
	background:url("/images/tabview/pipeline.gif") no-repeat 0 6px; margin-left:-1px;
}

.themeSquareTabView ul.tabs a
{

}

.themeSquareTabView ul.tabs a:link
{
	color: #505050;
}

.themeSquareTabView ul.tabs a:visited
{
	color: #505050;
}

.themeSquareTabView ul.tabs a:hover
{
	color: #505050;
}

.themeSquareTabView ul.tabs a.active
{

}

.themeSquareTabView div.view
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}