/**
	Based on Nifty Corners
	These styles allow for rounded corners purely with CSS.  No images and no JS.
*/

span.rtop, span.rbottom {
	display:block;
	background: #f7f7f9;
}

span.rtop span, span.rbottom span {
	display:block;
	height: 0px;
	overflow: hidden; 
	background: #f7f7f9;
}

span.r1 {
	margin: 0 5px;
}

span.r2 {
	margin: 0 3px;
}

span.r3 {
	margin: 0 2px;
}

span.rtop span.r4, span.rbottom span.r4 {
	margin: 0 px;
	height: 2px;
}

#sidebar div.block {
	background: #f7f7f9;
	padding-bottom: 0;	
	margin-bottom: 1em;
	border: 1px #9c9e9f solid;
}

div.roundedCorner {
	padding-left: 1em;
}

/* Used to flag already-rounded corners */
div.alreadyRounded {
}
