/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_yellow {
	width: 100%;
	background-color: #FFFFCC;
}

.top_leftcorner_yellow {
	background-image: url(img/top_leftcorner_yellow.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.top_rpt_yellow {
	background-image: url(img/top_rpt_yellow.gif);
	background-repeat:repeat-x;
}

.top_rightcorner_yellow {
	background-image: url(img/top_rightcorner_yellow.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.left_rpt_yellow {
	background-image: url(img/left_rpt_yellow.gif);
	width:10px;
	height:4px;
	background-repeat:repeat-y;
}

.right_rpt_yellow {
	background-image: url(img/right_rpt_yellow.gif);
	width:10px;
	height:4px;
	background-repeat:repeat-y;
}

.bot_leftcorner_yellow {
	background-image: url(img/bot_leftcorner_yellow.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.bot_rightcorner_yellow {
	background-image: url(img/bot_rightcorner_yellow.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.bot_rpt_yellow {
	background-image: url(img/bot_rpt_yellow.gif);
	background-repeat:repeat-x;
	padding:0px;
}

.SmallE_yellow {
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	background-color:#FDBC86;
	border: 1px #003366 solid;
	padding:2px;
}

.containermaster_pink {
	width: 100%;
	background-color: #FED8B8;
}

.top_leftcorner_pink {
	background-image: url(img/top_leftcorner_pink.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.top_rpt_pink {
	background-image: url(img/top_rpt_pink.gif);
	background-repeat:repeat-x;
}

.top_rightcorner_pink {
	background-image: url(img/top_rightcorner_pink.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.left_rpt_pink {
	background-image: url(img/left_rpt_pink.gif);
	width:10px;
	height:4px;
	background-repeat:repeat-y;
}

.right_rpt_pink {
	background-image: url(img/right_rpt_pink.gif);
	width:10px;
	height:4px;
	background-repeat:repeat-y;
}

.bot_leftcorner_pink {
	background-image: url(img/bot_leftcorner_pink.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.bot_rightcorner_pink {
	background-image: url(img/bot_rightcorner_pink.gif);
	width:16px;
	height:20px;
	background-repeat:no-repeat;
}

.bot_rpt_pink {
	background-image: url(img/bot_rpt_pink.gif);
	background-repeat:repeat-x;
	padding:0px;
}

.SmallE_pink {
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	background-color:#FDBC86;
	border: 1px #003366 solid;
	padding:2px;
}

.SmallE	{
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	background-color:#FFFFCC;
	border: 1px #003366 solid;
	padding:2px;
}

.SmallC {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: black;
}





