@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; 
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height:26px;
	background-color: #fffff;
}

.TabbedPanelsTab {
	position: relative;
	height:24px;
	width:126px;
	top:2px;
	float: left;
	padding: 0px 0px;
	margin: 0px 1px 0px 0px;
	font: bolder 10px arial;
	background-image:url(/tasarim_img/tabpasif.gif);
	list-style: none;
	color :#000000;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #ffffff;
	background-image:url(/tasarim_img/tabpasif.gif);
	color: #000000;
	text-decoration:underline;
}

.TabbedPanelsTabSelected {
	background-color: #ffffff;
	background-image:url(/tasarim_img/tabaktif.gif);
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #ffffff;
	border-top: 1px solid #aa9e91;
	border-bottom: 4px solid #aa9e91;
	border-left: 1px solid #aa9e91;
	border-right: 1px solid #aa9e91;
}

.TabbedPanelsContent {
	padding: 15px 0px 10px 0px  ;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #181a2f;
	position: relative;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


