/* 
================================
 SchwingSoft CSS Container Styles for DotNetNuke
================================
*/  


.Outer
{
	padding:0.5em 0 0.5em 0;
}

.OuterBorder
{
	padding: 2px 0 2px 2px;
	border: solid 1px #DCC6AD;	
	border-color: #DCC6AD;
}

.dudeHeader
{
	border-bottom: solid 0px #DCC6AD;	
}

.dudeCSSContainer001Title
{
}

.dudeContent
{
	padding-top: 5px;
}

.dudeCSSContainer001Action
{
	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.dudeCSSContainer001 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: #DCC6AD;
}





