/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermouse {
	width: 100%;
	background-color: transparent;
	border-right: #DDD 1px solid; 
	border-top: #DDD 1px solid; 
	border-left: #DDD 1px solid; 
	border-bottom: #DDD 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.bili {
	width: 100%;
	background-color: #FFFFFF;
}
.sivi {
	background-color: #EEEEEE;
}
.lrosi {
	background-color: #FBF1FC;
}
.mrosi {
	background-color: #EFCFEF;
}
.xrosi {
	background-color: #E24AEA;
}
.containermouseR {
	width: 100%;
	background-color: transparent;
	border-right: #EDCFED 1px solid; 
	border-top: #EDCFED 1px solid; 
	border-left: #EDCFED 1px solid; 
	border-bottom: #EDCFED 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}










































































































































































































































































