.roundcont {
	width: 100%;
	background-color: #99CC00;
	color: #ffffff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(GreenTopRight.gif) no-repeat top right; 
}

.roundbottom {
	background: url(GreenBottomRight.gif) no-repeat top right; 
}

.Orangecont {
	width: 100%;
	background-color: #FF9900;
	color: #ffffff;
}

.Orangecont p {
	margin: 0 10px;
}

.Orangetop { 
	background: url(orangeTopRight.gif) no-repeat top right; 
}

.Orangebottom {
	background: url(orangeBottomRight.gif) no-repeat top right; 
}

img.corner {
   width: 60px;
   height: 30px;
   border: none;
   display: block !important;
}
/* 
================================
 SchwingSoft CSS Container Styles for DotNetNuke
================================
*/  


.Outer
{
	padding:0.5em 0 0.5em 0;
}

.OuterBorder
{
	padding: 2px 0 2px 2px;
	border: solid 1px #0A6CCE;	
	border-color: #666666;
}

.dudeHeader
{
	border-bottom: solid 0px #0A6CCE;	
}

.nbcCSSContainer001Title
{
}

.nbcContent
{
	padding-top: 5px;
}

.nbcCSSContainer001Action
{
	float:right; /* in a table this would match with align=right */
}

/*Because we dont use standard action menu but a selectbox make sure 
* it wil fit in each css column so you dont get weird result
* A small top margin is added to make sure it doesnt align directly to title.
*/
div.nbcCSSContainer001 select
{
margin-top:0.5em;
width:10em;
font-size:80%
}
.DudeBlueHeader {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #0000CC;
}





