/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster{
	width: 100%;
}
.containerTitle_blue{
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;	

}
.container_blue{
	font-family: Arial;
	color: #000000;
	padding-left: 10px;	
}
.containerTitle_grey{
	font-family: Arial;
	color: #65820e;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;	
}
.container_grey{
	font-family: Arial;
	color: #000000;
	padding-left: 10px;
}
.contatinerTitle_Menu{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #709110;
	height: 20px;
	padding-top:3px;
	padding-left:5px;
}
.containercommoncontent{
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10px;
	text-align: left;
}
.containermenucontent{
	font-family: Arial;
	font-size: 10px;
	text-align: left;
	background-color: #c2c2c2;
	padding-left: 10px;	
}
.containerfooter{
width:100%;
}
.contHead   {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
}

.common_blue_left{
	background-image: url(bhead_left.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 31px;
	width: 9px;
}
.common_blue_mid{
	background-image: url(bhead_mid.gif);
	background-repeat: repeat-x;
	height: 31px;
	width: 99%;
}
.common_blue_right{
	background-image: url(bhead_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
	width: 9px;
}

.common_blue_leftside{
	background-image: url(bcont_lside.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 10px;
}
.common_blue_botleft{
	background-image: url(bcont_botleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
}
.common_blue_botmid{
	background-image: url(bcont_botmid.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.common_blue_botright{
	background-image: url(bcont_botright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
}
.common_blue_rightside{
	background-image: url(bcont_rside.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}

/*###########################################################*/

.common_grey_left{
	background-image: url(ghead_left.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 31px;
}
.common_grey_mid{
	background-image: url(ghead_mid.gif);
	background-repeat: repeat-x;
	height: 31px;
}
.common_grey_right{
	background-image: url(ghead_right.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 31px;
}
.common_grey_leftside{
	background-image: url(gcont_lside.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}
.common_grey_botleft{
	background-image: url(gcont_botleft.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
}
.common_grey_botmid{
	background-image: url(gcont_botmid.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.common_grey_botright{
	background-image: url(gcont_botright.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
}
.common_grey_rightside{
	background-image: url(gcont_rside.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 10px;
}
