/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_yellow {
	width: 100%;
	background-color: #ffd696;
	border-right: #e08c0b 1px solid; 
	border-top: #e08c0b 1px solid; 
	border-left: #e08c0b 1px solid; 
	border-bottom: #e08c0b 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.top_leftcorner {
	background-image: url(top_leftcorner.jpg);
	width:14px;
	height:18px;
	background-repeat:no-repeat;
}

.top_rpt1 {
	background-image: url(top_rpt.jpg);
	width:100%;
	background-repeat:repeat-x;
}

.top_rpt2 {
	background-image: url(top_rpt.jpg);
	background-repeat:repeat-x;
}

.top_rightcorner {
	background-image: url(top_rightcorner.jpg);
	width:13px;
	height:18px;
	background-repeat:no-repeat;
}

.left_rpt {
	background-image: url(left_rpt.jpg);
	width:4px;
	height:3px;
	background-repeat:repeat-y;
}

.right_rpt {
	background-image: url(right_rpt.jpg);
	width:4px;
	height:3px;
	background-repeat:repeat-y;
}

.bot_leftcorner {
	background-image: url(bot_leftcorner.jpg);
	width:14px;
	height:18px;
	background-repeat:no-repeat;
}

.bot_rightcorner {
	background-image: url(bot_rightcorner.jpg);
	width:13px;
	height:18px;
	background-repeat:no-repeat;
}

.bot_rpt {
	background-image: url(bottom_rpt.jpg);
	background-repeat:repeat-x;
	padding:2px;
}

.SmallE	{
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold;
	background-color:#CCCCFF;
	border: 1px #003366 solid;
	padding:2px;
}

.SmallC {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:  bold;
    color: white;
}



