/*	Styles for DotNetNuke Css Container			*/
/*	by Falcon Web Technologies, LLC				*/
/*	http://www.falconwebtech.com				*/
/*	Cornerstone v1								*/

div.orheader
{
	margin-top: 20px;
	background-image: url(rssheader.gif);
	width: 198px;
	height: 20px;
	background-repeat: no-repeat;
	text-align: center;
}
div.orheader span.title
{
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	float: left;
	height: 20px;
	width: auto;
	text-align: center;
}
div.orheader .action
{
	float: left;
	height: 20px;
	width: 10px;
	padding-left: 10px;
}

div.orborder
{
	background-color: #f1f1f1;
	width: 190px;
	margin-right: 8px;
}
div.orborder .content
{
	padding: 20px 10px 20px 10px;
	clear: both;
	font-size: 11px;
}
div.orborder .bottom { text-align: right; margin-top: 1em; }





