.roundy {
	background: #eef3f7 url('/assets/fades/white-top.png') repeat-x;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #ccc; 
	color: #333;
	margin-bottom: 2em;
}

.roundy h2 {
	background: #333 url('/assets/fades/grey-h2.png') repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	color: #ffffcc !important;
	padding: 4px 6px;
	margin-bottom: 1em;
	line-height: 1em;
	margin: 0 0 5px 0; padding: 5px;
}

.roundy .green-h2 {
	background: #cccc33 url('/assets/fades/green-h2.png') repeat-x;
}

.roundy .grey-h2 {
	background: #333 url('/assets/fades/grey-h2.png') repeat-x;
	color: white;
}

.roundy .orange-h2 {
	background: #e38836;
	color: white;
}

.roundy-contents {
	padding: 0 1em 1em 1em;
}

.roundy #statsTable {
	background: none;
}

.roundy #statsTable .altCol {
	background: none;
}

