@charset "UTF-8";

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

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width:100%;
}

.TabbedPanelsTab_leeg {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	display:block;
	float:left;
	background:url(../img/black1pix.jpg) bottom repeat-x;
	text-decoration:none;
	cursor:default;
	height:17px;
	} 
 
.TabbedPanelsTab {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000000;
	background:url(../img/Tab_link.jpg);
	display:block;
	float:left;
	width:67px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	cursor:pointer;
}

.TabbedPanelsTabHover {
	background:url(../img/Tab_hover.jpg);
}

.TabbedPanelsTabSelected {
	background:url(../img/Tab_active.jpg);
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
}

.TabbedPanelsContent {
	padding: 0px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	position: relative;
}

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

.VTabbedPanels .TabbedPanelsTabSelected {
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
}


