/*
Incentive styles */

div.IncentiveOffer_AdContainer {
	width: 300px; 
	border: none; 
	padding: 0px;
}

div.IncentiveOffer {
	margin: 0px 0px 10px 0px;
	width: 298px;
	padding: 0px;
}
div.IncentiveOffer a {
	outline: none;
}

/* 
Ad image version */
div.IncentiveOffer a.Ad {
	text-decoration: none;
}
div.IncentiveOffer img.Ad {
	display: block;
	width: 300px;
	max-height: 250px;
	overflow: hidden;
}

/* 
Constructed version */
div.IncentiveOffer table {
	margin: 10px;
	width: 278px;
	border-collapse: collapse;
	padding: 0px;
}
div.IncentiveOffer table td {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}
div.IncentiveOffer p.TitleCallout, 
div.IncentiveOffer a.TitleCallout {
	display: block;
	margin: 0px 0px 5px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}
div.IncentiveOffer p.Title, 
div.IncentiveOffer a.Title {
	display: block;
	margin: 0px 0px 5px 0px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
div.IncentiveOffer td.Thumbnail {
	width: auto;
	max-width: 140px;
	width: expression(140 + "px"); /* IE-only max-width fix */
	vertical-align: top;
	overflow: hidden;
}
div.IncentiveOffer img.Thumbnail {
	display: block;
	margin: 0px 10px 0px 0px;
	width: auto;
	max-width: 130px;
	width: expression(this.width > 130? "130px" : true); /* IE-only max-width fix */
	height: auto;
	overflow: hidden;
}
div.IncentiveOffer p.Description {
	margin: 0px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
div.IncentiveOffer a.CallToAction {
	display: inline-block;
	margin: 10px auto 0px auto;
	padding: 2px 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/* 
Redemption styles*/
div.IncentiveRewards {
	margin: 0px 0px 20px 0px;
}

div.IncentiveReward {
}
div.IncentiveRewards p.Title {
	margin: 10px;
	font-size: 24px;
	font-weight: bold;
}
div.IncentiveRewards p.Description {
	margin: 10px;
	font-size: 14px;
	font-weight: normal;
}

div.IncentiveReward {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
div.IncentiveReward a {
	outline: none;
}

/* 
Constructed version */
div.IncentiveReward table {
	margin: 10px;
	border-collapse: collapse;
	padding: 0px;
}
div.IncentiveReward table td {
	margin: 0px;
	padding: 0px;
}
div.IncentiveReward p.Title, 
div.IncentiveReward a.Title {
	display: block;
	margin: 0px 0px 5px 0px;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}
div.IncentiveReward td.Ad {
	width: 195px;
}
div.IncentiveReward a.Ad {
	text-decoration: none;
}
div.IncentiveReward img.Ad {
	display: block;
	width: 300px;
	max-height: 250px;
}
div.IncentiveReward td.Thumbnail {
	width: 90px;
}
div.IncentiveReward img.Thumbnail {
	display: block;
	margin: 0px 10px 0px 0px;
	max-width: 130px;
	height: auto;
}
div.IncentiveReward p.Description {
	margin: 0px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}
div.IncentiveReward a.CallToAction {
	display: inline-block;
	margin: 15px 0px 0px 0px;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}



/* 
Default color scheme (defined distinctly for ease-of-use) */
div.IncentiveOffer {
	border: solid 1px #F6C58C;
	background: #1081BB;
	color: #333333;
}
div.IncentiveOffer p.Title, 
div.IncentiveOffer a.Title {
	color: #FFFFFF;
}
div.IncentiveOffer img.Thumbnail {
	border: solid 1px #666666;
}
div.IncentiveOffer a.CallToAction {
	display: inline-block;
	border: solid 1px #000099;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFB60F;
	padding: 10px 15px;
	color: #333333;
	text-align: center;
}
div.IncentiveReward a.CallToAction:hover {
	background: #0879B9;
}

div.IncentiveRewards {
	border: solid 1px #999999;
	background: #FFFFFF;
}
div.IncentiveReward {
	border: none;
	background: none;
	color: #333333;
}
div.IncentiveReward p.Title, 
div.IncentiveReward a.Title {
	color: #333333;
}
div.IncentiveReward img.Thumbnail {
	border: none;
}
div.IncentiveReward a.CallToAction {
	border: solid 1px #0B5A83;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #1081BB;
	color: #FFFFFF;
}
div.IncentiveReward a.CallToAction:hover {
	background: #0879B9;
}
/* Default color scheme (defined distinctly for ease-of-use) */