@charset "UTF-8";

.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; 
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: right;
	padding: 6px 10px;
	margin: 0px 2px 0px 0px;
	font-family:IRANsans;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	background-color: #ffffff;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-radius:8px 8px 0 0;
	text-align:center;
	color:#333333;
}

.TabbedPanelsTabHover {
	background-color: #eeeeee;
	border-style:none;
	border-left: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
}

.TabbedPanelsTabSelected {
	background-color: #0062ad;
	/*border-radius:4px 4px 0 0;*/
	color:#FFF;
	text-align:center;
	border-left: solid 1px #0062ad;
	border-top: solid 1px #0062ad;
	border-right: solid 1px #0062ad;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: white;
	font-family:BBCNassim;
	font-weight:normal;
	font-size:18px;
	line-height:34px;
	color:#333333;
}

.TabbedPanelsContent {
	overflow: hidden;
	padding: 4px;
	font-family:IRANsans;
	font-weight:normal;
	font-size:14px;
	line-height:34px;
	text-align:justify;

}

.TabbedPanelsContentVisible {
}



.VTabbedPanels {
	overflow: hidden;
}

.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;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
	background-color:white;
}
.TabbedPanels1 {
	overflow: visible !important;
	background-color:white;
}

.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
	background-color:white;

}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
	background-color:white;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
	 background-color:white;

}
}