/* CSS Document */

#ifdDepthTabs {
   padding: 10px 0 0 0; 
}

.ui-tabs{
	clear: both;
	margin: 32px 0 0 0;
	z-index: 1;
}

.ui-tabs-nav{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	overflow: auto;
}

.ui-state-default{
	background-color: #e3e9ef;
	border: 1px solid #999;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	z-index: 3;
}

.ui-state-default.ui-state-hover{
	background-color: #fff;
}
.ui-state-default.ui-tabs-active.ui-state-hover{
	background-color: #fff;
}

a.ui-tabs-anchor{
	color: #3E4B5B;
	display: block;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 10px;
	position: relative;
	text-decoration: none;
}

.ui-tabs-active{
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.ui-tabs-panel{
	border-top: 1px solid #999;
	margin-top: -1px;
	z-index: 2;
	padding-right: 10px;
	padding-bottom: 10px;
}
