.tabcontrol .content, .tabcontrol2 .content {
	display:none;
}

.tabcontrol, .tabcontrol2 {
	padding-top:27px;
}

#tab_0_content { /* initally always display first tab */
	display:block;
}
#tab_3_content { /* first tab of 2nd tabcontrol*/
	display:block;
}

ul.tabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	padding-left: 20px;
}
.tabs li{
display: inline;
margin: 0;
}
.content {
	clear:both;
	display: block;
	width:100%;
	background-color: #FFFFFF;
	padding:5px;
	margin-top: 37px !important;
	margin-top: 10px;
}
ul.tabs li a {
margin: 0;
	display:inline;
	width: 120px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	cursor:pointer;
	
}

ul.tabs li a.active {
	color: #046cc0;
	background-image: url(../tpl_imgs/tabs.gif);
	background-repeat: no-repeat;

}

ul.tabs li a.inactive {
	background: url(../tpl_imgs/tabs.gif) no-repeat 0 -27px;
	color: #ccc;
	
}
