/* 
================================
 Container Styles for DotNetNuke
================================
*/   



.TitleClass
{
    font-weight: bolder;
    font-size: 13px;
    color: #b1515c;
    font-family: Tahoma, Arial, Verdana;
}

.Container_NoBorder
{
	padding-bottom: 5px;
	width: 100%;
	background-color: transparent;
}

.Container_Border {
	width: 100%;
	background-color: transparent;
	border-right: #A2964A 1px solid; 
	border-top: #A2964A 1px solid; 
	border-left: #A2964A 1px solid; 
	border-bottom: #A2964A 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
		padding-bottom: 15px;
}

br.ContainerBreak
{height:3px;
	
}
.ContainerBreak
{height:3px;
	
}

.MenuStart
{
    background-position: right top;
    background-image: url(images/break-start.gif);
    background-repeat: no-repeat;
    font-size: 3px;
}

.MenuRepeat
{
	BACKGROUND-POSITION: top;
	background-image: url(images/break-repeat.gif);
	background-repeat: repeat-x;
		
  font-size: 3px;
	
}

.MenuBar
{
	height: 5px;
}






































































































































































































































































































































