/* DesignAway03 Containers - Update November 01 2005 -
Nina Meiers - dotnetnuke@xd.com.au */

.BlueDesignAwayTitle
{
	
	background-color: #6E84AD;
	height: 42px;
	width: 200px;
	background-repeat: no-repeat;
	border-right: 1px none white;

}

.BlueDesignAwayRow {
	background-color: #6E84AD;
}

.BlueDesignAwayPix {
	background-color: #6E84AD;
	background-image: url('XDPix/CitySites.jpg');
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	border-right: 1px none white;
}

.BlueDesignAwayBorder {
	border-left: 1px solid #6e84ad;
	border-right: 1px solid #6e84ad;
	border-top: 1px solid #6e84ad;
	border-bottom: 1px solid #6e84ad;
}

.BlueDesignAwayPane {
	background-color: transparent;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color: #404040;
}

