﻿/* class of main table which includes tab bar*/
.ClassicPurple_h_shadetabs{
	
	list-style-type: none;
	margin: 0;
	padding:0;
	border-width:0;
	align:justify;
	width:100%;
	height:31px;
	direction:rtl;
}

/* general class for each cell*/
.ClassicPurple_h_shadetabs tr td {
	padding:0;
	height:100%;
	vertical-align:middle;
}
/* general class for hyperlinks*/
.ClassicPurple_h_shadetabs tr  td  a {
cursor:pointer;
width:100%;
text-align: center;
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size:11px;
}

.ClassicPurple_h_shadetabs tr  td  a:hover {
	cursor:pointer;
	text-decoration:none;
}
/**************** Tab **********************/
/* the class of selected tab (Note: without left and right pics)*/
.ClassicPurple_h_shadetabs tr  td.tab-selected {
	background:transparent url(Purple/tabStripeOn.gif) repeat-x center top;
	cursor:none;
	padding: 0;
}
.ClassicPurple_h_shadetabs tr  td.tab-selected  a {
	color:#000000;	
}
/* the class of not selected tab (Note: without left and right pics)*/
.ClassicPurple_h_shadetabs tr  td.tab-normal {
	background:transparent url(Purple/tabStripeOff.gif) repeat-x center top;
	cursor:none;
	padding: 0;
}
.ClassicPurple_h_shadetabs tr  td.tab-normal a{
	color:#FFFFFF;	
	}


/********** right img ******************/
.ClassicPurple_h_shadetabs tr  td.selected-first {
	background:url(Purple/tabRightLastOn.gif) no-repeat left top;
	cursor:none;
	width:15px;
}
.ClassicPurple_h_shadetabs tr  td.selected-img {
	background:url(Purple/tabMiddleOnOff.gif) no-repeat right top;
	cursor:none;
	width:29px;
}
.ClassicPurple_h_shadetabs tr  td.first {
	background:url(Purple/tabRightLastOff.gif) no-repeat left top;
	cursor:none;
	width:15px;
}
.ClassicPurple_h_shadetabs tr  td.rightselected {
	background:url(Purple/tabMiddleOffOn.gif) no-repeat right top;
	cursor:none;
	width:29px;
}
.ClassicPurple_h_shadetabs tr  td.normal-img {
	background:url(Purple/tabMiddleOffOff.gif) no-repeat right top;
	cursor:none;
	width:29px;
}

/*************last img *****************/
.ClassicPurple_h_shadetabs tr  td.selected-last {
	background:url(Purple/tabLeftFirstOn.gif) no-repeat right top;
	cursor:none;
	width:57px;
}
.ClassicPurple_h_shadetabs tr  td.last {
	background:url(Purple/tabLeftFirstOff.gif) no-repeat right top;
	cursor:none;
	width:57px;
}


/***************************/




.ClassicPurple_h_tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
height:auto !important;
width:100% !important;
margin-bottom: 1em;
clear:both;
float:right;
direction:rtl;
text-align:right;
border-top:0;
}
html > body .ClassicPurple_h_tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
height:auto !important;
width:100% !important;
margin-bottom: 1em;
clear:both;
float:right;
direction:rtl;
text-align:right;
border-top:0;
margin-right:-1px;
}

.ClassicPurple_h_tabcontent{
display:none;

}

@media print {
.ClassicPurple_h_tabcontent {
	display:block!important;
	}
}


