@charset "UTF-8";


.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width:875px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
/* IE 6 Hack */
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	float:left;
	width:165px;
	position:relative;
	z-index:-100px;
	
}


.TabbedPanelsTab {
	position: relative;
	right: -2px;
/*	float: left;*/
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 14px sans-serif;
	text-align:center;
	line-height:50px;
	color:#822035;
	background:url(../images/tabs/not-active-tab.png) no-repeat;
	height:55px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	display:block;
}

.TabbedPanelsTabHover {
	
}


.TabbedPanelsTabSelected {
	background:url(../images/tabs/active-tab.png) no-repeat;
	
	height:55px;
}


.TabbedPanelsTab a {
	color: #822035;
	text-decoration: none;
	text-align:center;
	
}

.TabbedPanelsContentGroup {
 float:left;
 _float: right;
 width:700px;
 border-left: solid 1px #c07886;
 border-right: solid 1px #c07886;
 background-color: #fff;
 margin:0px; padding:0px; 
 height: expression( this.scrollHeight < 261 ? "260px" : "auto" ); /* sets min-height for IE */
 min-height: 350px; /* sets min-height value for all standards-compliant browsers */
}

.TabbedPanelsContentGroup_green {
 float:left;
  _float: right;
 width:700px;
 
 border-left: solid 1px #c3e2e2;
 border-right: solid 1px #c3e2e2;
 background-color: #fff;
 margin:0px; padding:0px; 
 height: expression( this.scrollHeight < 261 ? "260px" : "auto" ); /* sets min-height for IE */
 min-height: 450px; /* sets min-height value for all standards-compliant browsers */
}
.TabbedPanelsContent {
	padding: 4px;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	/*height: 20em;*/
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
/*	height: 20em;*/
}
/***********************Hanafi**********************/
.GreenSelected{	
   background:url(../images/tabs/active-tab-green.png) no-repeat;
   color:#999999;
	height:55px;}


/***********************************/


.TabbedPanelsTabf {
	position: relative;
	right: -2px;
/*	float: left;*/
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 14px sans-serif;
	text-align:center;
	line-height:50px;
	color:#2f7979;
	background:url(../images/tabs/not-active-tab-green.png) no-repeat;
	height:55px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	display:block;
}

.TabbedPanelsfContentGroup {
 float:left;
 width:700px;
 border-left: solid 1px #c3e2e2;
 border-right: solid 1px #c3e2e2;
 background-color: #fff;
 margin:0; padding:0; 
 height: expression( this.scrollHeight < 261 ? "260px" : "auto" ); /* sets min-height for IE */
 min-height: 260px; /* sets min-height value for all standards-compliant browsers */
}


.TabbedPanelsTabf a {
	color: #822035;
	text-decoration: none;
	text-align:center;
}

.VTabbedPanels .TabbedPanelsTabf {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabfSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.TabbedPanelsTabfSelected {
	background:url(../images/tabs/active-tab-green.png) no-repeat;
	height:55px;
}


