

.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;	padding-left:200px;
}


.TabbedPanelsTab {
	position: relative;
	
	float: left;
	background:url(ico.png) no-repeat 0px 20px;
	line-height:46px;
	padding-left:12px;
	padding-right:12px;
	font-size:14px;
	
	font-weight:bold;		color:#f00;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	text-decoration:underline;	
}

.TabbedPanelsTabSelected {

}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	
}
.TabbedPanelsContent {

}

.TabbedPanelsContentVisible {
}

