/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tab {
background:transparent none repeat scroll 0% 0%;
border:medium none;
color:#C1CEE2;
font-weight:bold;
position:absolute;
text-align:center;
}
.tab > u {
display:block;
position:relative;
}
.tab > u[selected="true"] {
color:#444444;
}
.tab.set4 {
width:14%;
}
.tab.set4.t2 {
left:14%;
width:16%;
}
.tab.set4.t3 {
left:30%;
width:14%;

}
.tab.set4.t4 {
left:44%;
}
.tab.set4.t5 {
left:58%;
}

.tab.set4.t6 {
left:72%;
}

.tab.set4.t7 {
left:86%;
}


.tabbar1 {
 z-index: 2;
 height: 30px;
 border-bottom: 1px solid #dedede;
 background: #f7f7f7;
 font-size: 14px;
}

.tabbar1 > .tab > u {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 top: -4px;
 left: 1px;
 margin-right: 1px;
 padding-top: 6px;
 line-height: 29px;
 margin-bottom:4px;
}

.tabbar1 > .tab > u[selected="true"] {
 background: #FFFFFF url(../images/bars.png) repeat-x 0 -1100px !important;
}

.tabbar1 > .tab {
 background: url(../images/divider.png) no-repeat left center;
}

.tabbar3 {
background:#F3F6FB url(../images/bars.png) repeat-x scroll 0pt -1001px;
border-bottom:1px solid #C1CEE2;
border-top:1px solid #C1CEE2;
font-size:13px;
height:25px;
top:32px;
width:100%;
z-index:2;
}

.tabbar3 > .tab {
border-left:1px solid #C1CEE2;
height:26px;
line-height:26px;
}

.tabbar3 > .tab > u {
color:#6D84B4;
padding-top:1px;
}

.tabbar3 > .tab > u[selected="true"] {
background:#FFFFFF url(../images/bars.png) repeat-x scroll 0pt -900px;
border-right:1px solid #C1CEE2;
color:#444444;
height:26px;
line-height:25px;
padding-top:5px;
top:-5px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.detail_header {
	width:auto;
	height:67px;
  	font-size: 14px;
  	line-height:12px;
	background: url(../images/detail_header_bg.png);
	padding:2px;
	padding-left:12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail_header img {
	float:left;
	margin-top:3px;
	margin-left:1px;
	margin-right:5px;
}

.profileTable {
	clear:both;
	margin:10px 0pt 5px;
	width:100%;
}

td.label, td > .datawrap {
	font-size:12px;
	overflow:hidden;
	padding:0pt 5px 6px;
	vertical-align:top;
}

td.data, td > .datawrap {
	font-size:14px;
}