/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
body {
	background-image: url(board_bg.jpg);
}
.modtop {
	background-image: url(modtop_tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
}
.modright {
	background-image: url(modright_tile.jpg);
	background-repeat: repeat-y;
	width: 4px;
}
.modleft {
	background-image: url(modleft_tile.jpg);
	background-repeat: repeat-y;
	width: 2px;
}
.modbottom {
	background-image: url(modbottom_tile.jpg);
	background-repeat: repeat-x;
	height: 3px;
}
.containermaster {
	width: 100%;
}
.containercap {
	height: 26px;
}
.containerhead {
	height: 26px;
}
.containertitle {
	color: #af160d;
	font-size: 16pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica; 
}

/* yellow container */
.modbg_yellow {
	background-image: url(yellowmod_bg.jpg);
}
.modbg_yellow .containertitle {
	color: #0f2a6f;
}
.modbg_yellow .containerhead {
	padding-left: 10px;
	padding-right: 10px;
}
.yellowcontent {
	padding-left: 10px;
	padding-right: 10px;
}
.yellowfoot {
	padding-left: 10px;
	padding-right: 10px;
}

/* red container */
.modbg_red {
	background-image: url(redmod_bg.jpg);
}
.modbg_red .containertitle {
	color: #ee3434;
}
.modbg_red .containerhead {
	padding-left: 10px;
	padding-right: 10px;
}
.redcontent {
	padding-left: 10px;
	padding-right: 10px;
}
.redfoot {
	padding-left: 10px;
	padding-right: 10px;
}

/* green container */
.modbg_green {
	background-image: url(greenmod_bg.jpg);
}
.modbg_green .containertitle {
	color: #162704;
}
.modbg_green .containerhead {
	padding-left: 10px;
	padding-right: 10px;
}
.greencontent {
	padding-left: 10px;
	padding-right: 10px;
}
.greenfoot {
	padding-left: 10px;
	padding-right: 10px;
}

/* blue container */
.modbg_blue {
	background-image: url(bluemod_bg.jpg);
}
.modbg_blue .containertitle {
	color: #081478;
}
.bluecontent {
	padding-top: 10px;
	padding-bottom: 10px;
}
