.ts_tabs {
	position: relative;
    padding: 10px 10px 0 10px;
    z-index:1;
}
.ts_tabs .tab_list {
	background: url('/view/skins/persian/images/windows/wc_top.jpg') repeat-x bottom center;
	height:39px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.ts_tabs .tab_list_right {
	background: url('/view/skins/persian/images/windows/wc_top_right.png') no-repeat bottom right;
	height:16px;
	width:16px;
	position:absolute;
	right:10px;
	top:33px;
	z-index:9;
}
.ts_tabs .tab_list_left {
	background: url('/view/skins/persian/images/windows/wc_top_left.png') no-repeat bottom left;
	height:16px;
	width:16px;
	position:absolute;
	left:10px;
	top:33px;
	z-index:9;
}
.ts_tabs .tabs_content_wrraper {
    background: url('/view/skins/persian/images/windows/wc_center.jpg') repeat bottom center;
	height:auto;
	width:100%;
    margin-top: -3px;
    margin-bottom: -5px;
	position:relative;
}
.ts_tabs .tabs_content_right {
    background: url('/view/skins/persian/images/windows/wc_center_right.jpg') repeat-y right;
	width:3px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
}
.ts_tabs .tabs_content_left {
    background: url('/view/skins/persian/images/windows/wc_center_left.jpg') repeat-y left;
	width:3px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}	
.ts_tabs .tabs_buttom {
	background: url('/view/skins/persian/images/windows/wc_bottom.jpg') repeat-x;
    height: 9px;
    width:100%;
}
.ts_tabs .tabs_buttom_right {
	background: url('/view/skins/persian/images/windows/wc_bottom_right.png') no-repeat  right top;
	height:9px;
	width:100%;
}
.ts_tabs .tabs_buttom_left {
	background: url('/view/skins/persian/images/windows/wc_bottom_left.png') no-repeat  left top;
	height:9px;
	width:100%;
}
.ts_tabs .tab_list ul {
	height:24px;
	padding:0px 15px;
}


.ts_tabs .ts_tabs_nav li { 
	background:url('/view/skins/persian/images/windows/un_active_tab_left.jpg') repeat-x;
	float: left;
	margin: 0 .2em 1px 0;
	white-space: nowrap;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.ts_tabs .ts_tabs_nav li a {
	background:url('/view/skins/persian/images/windows/un_active_tab_right.jpg') no-repeat top right;
	font-family: 'CartoGothicStdBoldItalic', tahoma, candara, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight:normal;
	padding:6px 15px 4px 15px;
	height:19px;
	display: block;
	color: #452812;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected {
	background:url('/view/skins/persian/images/windows/active_tab_left.jpg') repeat-x;
}

.ts_tabs .ts_tabs_nav li.ts_tabs_selected a {
	background:url('/view/skins/persian/images/windows/active_tab_right.jpg') no-repeat top right;
	color: #4c2001;
}

.ts_tabs .ts_tabs_panel { 
	padding:5px 10px; 
	text-align:justify; 
	margin-top: 3px;
}

.ts_tabs .ts_tabs_panel .content_tab {
	width: 100%;
	height:100%;
}

.ts_tabs .ts_tabs_hide {
	display: none;	
}

.tab_spinner_loading {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/view/skins/persian/images/tab_spinner_loading.gif');
	position: absolute;
}

.tab_nav_left {
	display: block;
	width: 12px;
	height: 25px;
	position:absolute;
	left:0; top: 9px;
	background: url('/view/normal/images/tab_arrows.png')  no-repeat 0 1px;
	z-index: 10;
}
.tab_nav_right {
	display: block;
	width: 12px;
	height: 25px;
	position:absolute;
	right:0; top: 9px;
	background: url('/view/normal/images/tab_arrows.png')  no-repeat -27px 1px;
	z-index: 10;
}
.tab_error {
	text-align: center;
	width: 225px;
	font-size: 12px !important;
	height: 41px;
	font-weight: bold;
	padding: 5px;
	line-height: 39px;
	margin: 0 auto;
	color: #722323;
	background: #FFC3C3;
	border: 1px solid #FF8989;
	border-radius: 5px;
}

