﻿@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}

@media print {
	.ui-tabs-nav {
		display: none;
		margin: 0;
		padding: 0;
	}
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 4px;
}
.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
	margin: 0;
	border-bottom-width: 0 !important;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 0px;
}
.ui-tabs-nav a {
	margin: 0px 0 0;
	padding-left: 0;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	outline: 0;
	border-bottom-width: 0 !important;
}
.ui-tabs-nav a span {
    width: 64px;
    min-width: 64px;
    height: 18px;
    min-height: 18px;
    padding-top: 6px;
}
*>.ui-tabs-nav a span {
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;
	margin-top: 0;
}
.ui-tabs-nav .ui-tabs-selected a:link,
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link,
.ui-tabs-nav .ui-tabs-disabled a:visited {
	cursor: text;
}
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover,
.ui-tabs-nav .ui-tabs-deselectable a:focus,
.ui-tabs-nav .ui-tabs-deselectable a:active {
	cursor: pointer;
}
.ui-tabs-nav .ui-tabs-selected a span {
}
.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity=40);
}
* html .ui-tabs-nav {
	display: inline-block;
}
*:first-child+html .ui-tabs-nav  {
	display: inline-block;
}



#SBtabview_348 .ui-tabs-panel {
	direction: rtl;
	padding:20px 0px 0px 0px;
	background-color: transparent;
}
#SBtabview_348 .ui-tabs-nav li {
width:119px;
height:28px;
 float:right;
	text-align:center;
	 background-image:url('../images/tabli.jpg');
	 background-repeat:no-repeat;
	 margin-left:3px;
	
}
#SBtabview_348 .ui-tabs-nav a {
	font:  11px Tahoma;
	color: #fff;
	background-color: transparent;
}
#SBtabview_348 .ui-tabs-nav .ui-tabs-selected a,
#SBtabview_348 .ui-tabs-nav a:hover,
#SBtabview_348 .ui-tabs-nav a:focus,
#SBtabview_348 .ui-tabs-nav a:active {
width:119px;
height:28px;
	color:#fff;
	background-image:url('../images/tablihover.jpg');
	background-repeat:no-repeat;
}

#SBtabview_348 .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-width: 0;
}

