/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.conthr { 
  color: white;
  background-color: white;
  height: 1px;
  border: 0;
  width: 180px;
}
.contclass1 {
	padding: 5px 10px 0 10px;
}
.contclass2 {
	padding: 0 10px;
}
.contclass3 {
	color: white; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}
.contclass4 {
	padding: 0 10px;
	background: url("shad_tile.gif") repeat-y;
}

