div.tabs {
	width: 100%;
	margin-left: -10px;
}

div.tabs div {	
	float: left;		
	margin-right: 0.5em
}

div.tabs div.selected div {
	text-decoration: none
}

div.tabs div div {		
	float: none;
	margin: 0
}

div.tabs div div div div {	
	padding: 4px 10px !important
}

div.tabs div div div div a {
	text-decoration: none;
	border-bottom: 1px dashed #0071BC
}

div.sheets {	
	clear: left;
	padding-top: 2em	
}

div.sheets div {
	display: none
}

div.sheets div.active, div.sheets div.active div {
	display: block
}