﻿/* #2e406b - dark background color */
/* #b9c9fe - mid (header) background color */
/* #e8edff - lighter background color */
/* #2e406a - text color (note is same as background color, off by 1 for diff */

.OfferHeadline
{
    display: block;
    width: 603px;
    background-color: #915A35;
    font-weight: bold;
    color:White;
}    

#offerTable
{
    display:block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}
#offerTable th
{
	font-size: 12px;
	font-weight: normal;
	background: #D8AC7D;
	border-bottom: 1px solid #fff;
	color: White;
}

#offerTable td
{
	background: #EFDCB1; 
	border-bottom: 1px solid #fff;
	color: #915A35;
	border-top: 1px solid transparent;
}
#offerTable tr:hover td
{
	background: #915A35;
    color: White;
}