ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px; /*--Set height of tabs--*/
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 26px; /*--Vertically aligns the text within the tab--*/
	/*margin-bottom: -1px;*/ /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	margin-right:4px;
}
ul.tabs li a {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #646566;
	display: block;
	outline: none;
}
ul.tabs li a:hover {
	color:#fff;
}
ul.tabs li.active {
}
ul.tabs li.active, ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/*border-bottom: 1px solid #fff;*/ /*--Makes the active tab look like it's connected with its content--*/
}

ul.tabs li.active a {
	color:#fff;
}

.az_tab_left, .az_tab_right, .az_tab_mid {
	display:block;
	cursor:pointer;
}
.az_tab_left {
	background:url(../images/az_tab_left.png) no-repeat;
}
.az_tab_right {
	background:url(../images/az_tab_right.png) 100% 0 no-repeat;
	padding:0 8px;
}
.az_tab_mid {
	background:url(../images/az_tab_mid.png) repeat-x;
	height:26px;
	line-height:26px;
}
.active .az_tab_left, .active .az_tab_right, .active .az_tab_mid, 
ul.tabs a:hover .az_tab_left, ul.tabs a:hover .az_tab_right, ul.tabs a:hover .az_tab_mid {
	background-position:0 -26px;
}
.active .az_tab_right, ul.tabs a:hover .az_tab_right {
	background-position:100% -26px;
}


.tab_cont_top_left {}
.tab_cont_top_right {}
.tab_cont_top_mid {
	border:1px solid #d6d6d6;
	border-bottom:0;
	background:#fff;
	height:4px;
}
.tab_cont_bottom_left {}
.tab_cont_bottom_right {}
.tab_cont_bottom_mid {
	border:1px solid #dadadb;
	border-top:0;
	height:4px;
	background:#fff;
}
.tab_cont_left {
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}
.tab_cont_right {
	padding:0 0px;
}
.tab_cont_mid {
	background:#fff;
}

/* Tab content */
.tab_container {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#646566;
	overflow: hidden;
	/*clear: both;*/
	float: left;
	width: 100%;
}
.tab_content {
	padding:10px 15px;
}
.tab_container table, .tab_container p {
  font-size: 14px;
}