/* DesignAway03 Containers - Update November 01 2005 -
Nina Meiers - dotnetnuke@xd.com.au */

.RedDesignAwayTitle
{
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 6px;
	vertical-align: middle;
	text-align: left;
	
	color: #FFFFFF;
	background-color: Red;
	height: 30px;
}

.RedDesignAwayRow {
	background-color: Red;
}

.RedDesignAwayPix {
	background-color: Red;
	width: 1px;
	height: 30px;
	border-right: 1px, black;
}

.RedDesignAwayBorder {
	border-left: 1px solid Red;
	border-right: 1px solid Red;
	border-top: 1px solid Red;
	border-bottom: 1px solid Red;
}

.RedDesignAwayPane {
	background-color: transparent;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
	color: #444;
}

