/* DesignAway03 Containers - Update November 01 2005 -
Nina Meiers - dotnetnuke@xd.com.au */

.TanDesignAwayTitle
{
	font-family: Tahoma;
        font-size: 12px;
	font-weight: bold;
        line-height: 32px;
	padding-left: 5px;
	vertical-align: middle;
	color: #FFFFFF;
        background-color: #000099;
        height: 32px;
}

.TanDesignAwayRow {
        background-color: #000099;
}

.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 #000099;
        border-right: 1px solid #000099;
        border-top: 1px solid #000099;
        border-bottom: 1px solid #000099;
}

.TanDesignAwayPane {
	background-color: transparent;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	color: #404040;
}

