/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster{
	width: 100%;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background:white;
	margin-bottom:15px;
}

hr {
	border: 1px #999999 inset;
}
.silvercontainer_content {
padding-left:5px;
}
.silvercontainer_topleft {
background-image: url(silvercontainer_topleft.jpg);
background-repeat:no-repeat;
height:0px;
font-size:5px;
width:16px;
}
.silvercontainer_topright {
background-image: url(silvercontainer_topright.jpg);
height:9px;
font-size:5px;
background-repeat:no-repeat;
width:14px;
}
.silvercontainer_headleft {
background-image: url(silvercontainer_headleft.gif);
background-repeat:no-repeat;
height:32px;
width:16px;
}
.silvercontainer_headright {
background-image: url(silvercontainer_headright.gif);
background-repeat:no-repeat;
height:32px;
width:14px;
}
.silvercontainer_headbg {
background-image: url(silvercontainer_headbg.gif);
}
.silvercontainer_bottomright {
background-image: url(silvercontainer_bottomright.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-size:5px;
width:14px;
}
.silvercontainer_bottomleft {
background-image: url(silvercontainer_bottomleft.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-size:5px;
width:16px;
}
.silvercontainer_left {
background-image: url(silvercontainer_left.jpg);
background-repeat:repeat-y;
width:16px;
}
.silvercontainer_right {
background-image: url(silvercontainer_right.jpg);
background-repeat:repeat-y;
width:14px;
}
.silvercontainer_top {
background-image: url(silvercontainer_top.jpg);
background-repeat:repeat-x;
font-size:5px;
}
.silvercontainer_bottom {
background-image: url(silvercontainer_bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
font-size:5px;
}


.roundedcorners_topleft 
{
background-image: url(roundedcorners_topleft.jpg);
background-repeat:no-repeat;
height:0px;
font-size:5px;
width:22px;
height:22px;
}
.roundedcorners_topright {
background-image: url(roundedcorners_topright.jpg);
height:9px;
font-size:5px;
background-repeat:no-repeat;
width:22px;
height:22px;
}
.roundedcorners_top {
background-image: url(roundedcorners_top.jpg);
background-repeat:repeat-x;
font-size:5px;
height:22px;
}
.roundedcorners_left {
background-image: url(roundedcorners_left.jpg);
background-repeat:repeat-y;
width:22px;
}
.roundedcorners_right {
background-image: url(roundedcorners_right.jpg);
background-repeat:repeat-y;
width:22px;
}
.roundedcorners_bottom {
background-image: url(roundedcorners_bottom.jpg);
background-repeat:repeat-x;
background-position:bottom;
font-size:5px;
}
.roundedcorners_bottomright {
background-image: url(roundedcorners_bottomright.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-size:5px;
width:22px;
}
.roundedcorners_bottomleft {
background-image: url(roundedcorners_bottomleft.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-size:5px;
width:22px;
}
.roundedcorners_master{
	width: 100%;
	background-color: #f6f6f6;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	margin-bottom:15px;
}
