/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color: transparent;
	padding:5px;
	padding-bottom:10px;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 150%;
}
.title_blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#2151A6;
	line-height: 150%;
}

.title_gray
{
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: dimgray;
    line-height: 150%;
}

.dotted {
	border-bottom:1px dotted #FFFFFF;
}
.dotted_grey {
	border-bottom:1px solid #CCCCCC;
}
.bluetopbox {
	background-image:url(bluetop.gif);
	background-repeat:repeat-x;
	padding-left:7px;
	padding-right:7px;
	height:31px;
	background-repeat:repeat-x;
	padding-left:7px;
	padding-right:7px;
	height:30px;
}
.bluebottombox {
	background-image:url(bluebottom.gif);
	background-repeat:repeat-x;
	padding-left:5px;
	padding-right:5px;
	height:11px;
}
.container_content {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:8px;
	padding-top:20px;
}
.container_content_simple {
	padding-left:7px;
	padding-right:7px;
	padding-bottom:5px;
	padding-top:20px;
	
}

.containter_bluebg
{
    /*background-image: url(blue_gradient.jpg);
    background-repeat: repeat-x;
    background-position-y: bottom;
    */
    background: white;
    padding: 10px;
    width: 100%;
    border: darkgray 1px solid;
    font-size: 11px;
    max-width: 240px;
}

.bluebg_title
{
    font-family: Sans-Serif;
    font-size: 18px;
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    background-image: url(blue_gradient_title.jpg);
    background-repeat: repeat-x;
    padding: 4px;
    height: 40px;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-right: darkgray 1px solid;
    min-width:240px;    
}

#invert .container_banner
{
    font-family: verdana, arial;
    color: #ffffff;
    padding-bottom: 10px;
}

.sidemenulink, a.sidemenulink:hover, a.sidemenulink:visited, a.sidemenulink:active
{
    line-height: 20px;    
}