/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;

}
.containerrow1_blue {
	BACKGROUND-IMAGE: url(header-bg.gif);
	background-repeat:repeat-x;
	height:27px;
	
}
.containerrow2_blue {
	BACKGROUND-IMAGE: url(footer-bg.gif);
	background-repeat:repeat-x;
	height:26px;
}
.containerrow2_blue {
	background-color: #FFFFFF
}

.Head 
{
	font-size:12px;
	color:#00376f;
	font-family:Verdana, Arial, Sans-Serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
	
.headerbar-left
{
	background-color:transparent;
	background-image:url(header-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:4px;
	text-align:left;
}

.headerbar 
{
	line-height:13px;
	padding:0px;
	margin:0px;
	text-align:left;
}


.headerbar-right
{
	background-color:Transparent;
	background-image:url(header-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:4px;
	padding:0px;
	margin:0px;
	}

.footerbar-left
{
	background-image:url(footer-left.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:4px;
	text-align:left;
}


.footerbar-right
{
	background-image:url(footer-right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:4px;
	padding:0px;
	margin:0px;
	text-align:left;
}

.contentpaneborder 
{
	border:1px solid #d0d0d0;
	font-size:11px;
	border-top:none;
	border-bottom:none;
	padding:10px 10px 10px 10px;
	line-height:150%;
}

select {
	width:167px;
	}

