/* class of main table which includes tab bar*/
.1387-GreenCh_h_shadetabs{
	
	list-style-type: none;
	margin: 0;
	padding:0;
	border-width:0;
	height:22px;
	direction:rtl;
	align:right;
}

/* general class for each cell*/
.1387-GreenCh_h_shadetabs tr td {
	padding:0;
	height:100%;
	vertical-align:middle;
}
/* general class for hyperlinks*/
.1387-GreenCh_h_shadetabs tr  td  a {
cursor:pointer;
width:100%;
text-align: center;
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size:11px;
}

.1387-GreenCh_h_shadetabs tr  td  a:hover {
	cursor:pointer;
	text-decoration:none;
}
/**************** Tab **********************/
/* the class of selected tab (Note: without left and right pics)*/
.1387-GreenCh_h_shadetabs tr  td.tab-selected {
	background:transparent url(images/tabStripeOn.gif) repeat-x center top;
	cursor:none;
	padding: 0;
}
.1387-GreenCh_h_shadetabs tr  td.tab-selected  a {
	color:#000000;	
}
/* the class of not selected tab (Note: without left and right pics)*/
.1387-GreenCh_h_shadetabs tr  td.tab-normal {
	background:transparent url(images/tabStripeOff.gif) repeat-x center top;
	cursor:none;
	padding: 0;
}
.1387-GreenCh_h_shadetabs tr  td.tab-normal a{
	color:#000000;	
	}


/********** right img ******************/
.1387-GreenCh_h_shadetabs tr  td.selected-first {
	background:url(images/tabLeftFirstOn.gif) no-repeat left top;
	cursor:none;
	width:9px;
}
.1387-GreenCh_h_shadetabs tr  td.selected-img {
	background:url(images/rightTabNotSelected.gif) no-repeat right top;
	cursor:none;
	width:20px;
}
.1387-GreenCh_h_shadetabs tr  td.first {
	background:url(images/tabLeftFirstOff.gif) no-repeat left top;
	cursor:none;
	width:9px;
}
.1387-GreenCh_h_shadetabs tr  td.rightselected {
	background:url(images/rightTabSelected.gif) no-repeat right top;
	cursor:none;
	width:19px;
}
.1387-GreenCh_h_shadetabs tr  td.normal-img {
	background:url(images/NormalTab.gif) no-repeat right top;
	cursor:none;
	width:20px;
}

/*************last img *****************/
.1387-GreenCh_h_shadetabs tr  td.selected-last {
	background:url(images/tabRightLastOn.gif) no-repeat right top;
	cursor:none;
	width:9px;
}
.1387-GreenCh_h_shadetabs tr  td.last {
	background:url(images/tabRightLastOff.gif) no-repeat right top;
	cursor:none;
	width:9px;
}


/***************************/




.1387-GreenCh_h_tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid black;
width: 100%;
margin-bottom: 1em;
padding: 10px;
padding-top:20px;
clear:both;
float:right;
direction:rtl;
text-align:right;
border-top:0;
background-image:url(images/TabPanel.gif);
background-repeat:repeat-x;
background-position:top;

}

.1387-GreenCh_h_tabcontent{
display:none;

}

@media print {
.1387-GreenCh_h_tabcontent {
	display:block!important;
	}
}


