@charset "UTF-8";
#TabbedPanels1 .TabbedPanelsTabGroup a:hover {
	color:#fff;
	font-family:'Roboto', Arial, sans-serif;
}

.TabbedPanels {
	overflow: hidden;
	margin:  0;
	padding: 0;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0;
	padding: 0;
	
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0 .1em 0 0;
	/*font-weight:bold;*/
	background-color: #88c53f;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-align:center;
	border-top-left-radius: 5px; border-top-right-radius: 5px;
		}


.TabbedPanelsTabHover {
	background-color: #88c53f;
	text-decoration: none;
	color:#fff;
	
}
.TabbedPanelsTab:focus {
	outline:none;
}


.TabbedPanelsTabSelected {
	background-color: #e60;
	border-bottom: 1px solid #e60;
}


.TabbedPanelsTab a {
	color: #000;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	background-color: #e60;
	border-top: solid 1px #e60;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}


.TabbedPanelsContent {
	overflow: hidden;
	padding: .4em;
}
 

.TabbedPanelsContentVisible {
}


