/* DesignAway03 Containers - Update November 01 2005 -
Nina Meiers - dotnetnuke@xd.com.au */

.TanDesignAwayTitle
{
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 5px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #E6B276;
	height: 60px;
}

.TanDesignAwayRow {
	background-color: #E6B276;
}

.TanDesignAwayPix {
	background-color: #E6B276;
	background-image: url(XDPix/SunsetSky.jpg);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	border-right: 1px, white;
}

.TanDesignAwayBorder {
	border-left: 1px solid #E6B276;
	border-right: 1px solid #E6B276;
	border-top: 1px solid #E6B276;
	border-bottom: 1px solid #E6B276;
}

.TanDesignAwayPane {
	background-color: transparent;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color: #404040;
}

