/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.contclass1 {
	height: 25px;
	background: transparent url("som.gif") no-repeat center right;
	padding-left: 10px;
	padding-bottom: 2px;
}
.contclass2 {
	padding: 10px;
}
.contclass3 {
	color: white; 
	font-family: Arial; 
	font-size: 8pt; 
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.contpad {
	padding: 0 10px 0 10px;
}
.contfooter {
	background: transparent url("ball.gif") no-repeat center right;
}

