@charset "UTF-8";

.TabbedPanels {

	margin: 0px;

	padding: 0px;

	float: right;

	clear: none;

	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/

}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b60d98;
	height: 29px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 115px;
	text-align: center;
	background-image: url(../images/chitiet.png);
}
.TabbedPanelsTabHover {
	
	color: #b60d98;
	text-decoration: underline;
	height: 29px;
}

.TabbedPanelsTabSelected {
	height: 29px;
	color: #b60d98;
	background-image: url(../images/chitiet1.png);
}

.TabbedPanelsTab a {
	color: #9900CC;
	text-decoration: overline;
	height: 29px;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
}

.TabbedPanelsContent {
	padding: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f989e1;
	border-right-color: #f989e1;
	border-bottom-color: #f989e1;
	border-left-color: #f989e1;
}
.VTabbedPanels .TabbedPanelsTabGroup {

	float: left;

	width: 10em;

	height: 29px;

	background-color: #f989e1;

	position: relative;


}

.VTabbedPanels .TabbedPanelsTab {

	float: none;

	margin: 0px;

	border-top: none;

	border-left: none;

	border-right: none;

}

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

.VTabbedPanels .TabbedPanelsContentGroup {

	clear: none;

	float: left;

	padding: 0px;

	width: 30em;

	height:32px;

}

