@charset "UTF-8";


.TabbedPanels {
	padding-left: 10px;
	float: left;
	clear: none;
	width: 579px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-top:-20px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	/*background-color: #DDD;*/
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
	
}

.TabbedPanelsTabHover {
	/*background-color: #CCC;*/
}


.TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
	border-bottom: 1px solid #EEE;
	color:#A99777;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #999;
	


	/*background-color: #EEE;*/
}


.TabbedPanelsContent {
	padding: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}

.TabbedPanelsContent h2{
	padding-left: 0px;
	font-size: 17px;
	color: #A99777;
}

.TabbedPanelsContent h3{
	padding-left: 0px;
	font-size: 15px;
	color: #A99777;
}

.TabbedPanelsContent td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.nutri td{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	/*background-color: #EEE;*/
	position: relative;
	margin-left: 0px;
	border: 1px solid #999;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


