/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffffff;
}
.containerrow {
	background-color: #333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #000000;
}
.containerrow .arrow {
	background-color: #cccccc;
	width: 15px;
	height: 15px;
}
.containerrow .Head {
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
}
.SideBarTitle {
	color: #cdcdcd;
	cursor: default;
}