* {
	margin:0;
	padding:0;
}

h2{ 
	margin-bottom:10px;
}

#tabContainer_750 {
font: 12px Arial, Helvetica, sans-serif;
width:735px;
	/*comment this after positioning*/
display:none;
}

.tabs{
	height:94px;
	border-bottom:#CCC 1px solid;
	font-size:13px !important;
}

.tabs > ul{
	margin:0;
	padding:0 !important;
	list-style:none;
}

.tabs > ul > li{
float: left;
color:#000;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
font-weight: bold;
text-align: center;

background:url(/Resources/personal/img/tabber/largeTabs_l.jpg) no-repeat 0 0;
margin-left : 0px !important;
padding: 0px !important;
}
.tabs > ul > li a{
color:#000;
text-decoration:none;
display:table-cell;
vertical-align:middle;
padding: 7px;
background:url(/Resources/personal/img/tabber/largeTabs_r.jpg) no-repeat 100% 0;
}
.tabs > ul > li a div {
    word-wrap: break-word;
}

.tabs > ul > li.tabActiveHeader{
	background:url(/Resources/personal/img/tabber/largeTabs_l.jpg) no-repeat 0 -150px;
	cursor:pointer;
	color: #333;
	border-bottom:#fff 1px solid;
}
.tabs > ul > li.tabActiveHeader a{
color:#E51A20;
text-decoration:none;
display:table-cell;
vertical-align:middle;
padding: 7px;
background:url(/Resources/personal/img/tabber/largeTabs_r.jpg) no-repeat 100% -150px;
}

.tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */	
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed));*/ /* webkit */
	margin:0;
	color:#333;
}

*:first-child+html .newdisplay{ display:block;}

