﻿body 
{
	background-color:#7FC2FA;
	background-image:url(/assets/images/hdrbkgd.png);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0
}
img
{
	border: 0;
}
#content
{
	background-image:url(/assets/images/contentbkgd.png);
	background-position:center center;
	background-repeat:repeat-y;
}
#LayoutRoot 
{
	width: 800px;
	margin: auto;
}
#NavBar 
{
	margin: 1em;
	height: 21px;
	color: #015294;
	text-align: right;
	font-size: 24;
	font-weight: bold;
	padding-right: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #7FC2FA;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-align: center;
	padding-bottom: 20px;
}

#footer a:visited {
	color: #006699;
	text-decoration: underline;
	font-weight: normal
}

#footer a:link {
	color: #006699;
	text-decoration: underline;
	font-weight: normal
}

#footer a:active {
	color: #006699;
	text-decoration: underline;
	font-weight: normal
}

#footer a:hover {
	color: #000033;
	text-decoration: underline;
	font-weight: normal
}

.whatwhyhow {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	text-align: left;
}
.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	padding: 0 20px 0 20px;
}

.callouthdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #84aa19;
}

/* --------- Start Buttons ---------- */

.awesome, .awesome:visited {
	background: #222 url(/assets/images/alert-overlay.png) repeat-x;
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover								{ background-color: #111; color: #fff; }
.awesome:active								{ top: 1px; }
.small.awesome, .small.awesome:visited 		{ font-size: 11px; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
	
.green.awesome, .green.awesome:visited		{ background-color: #b5d93c; }
.green.awesome:hover						{ background-color: #87ab13; }
	
/* --------- End Buttons ---------- */

/* --------- Start Login Box ---------- */

#loginbox {
	width: 210px;
	padding: 20px;
	background-color: #C0E2FF;
	border-color: #005295;
	border-style: solid;
	border-width: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005295;
	line-height: 19px;
	position: absolute;
	top: 30px;
	display: none;
	right: 0px;
	z-index: 100;
}

#loginbox a:visited {
	color: #005295;
	text-decoration: underline;
	font-weight: bold
}

#loginbox a:link {
	color: #005295;
	text-decoration: underline;
	font-weight: bold
}

#loginbox a.loginbutton 
{
	color: #FFF;
	text-decoration: none;
}
#loginbox a:active {
	color: #005295;
	text-decoration: underline;
	font-weight: bold
}

#loginbox a:hover {
	text-decoration: none;
	font-weight: bold
}

#InfoBox 
{
	width: 570px;
	margin-top: 15px;
	border: 3px solid #FFB502;
	background: #FFF;
}
#DashboardInfo
{
	width: 435px;
	margin-top: 15px;
}
#LoginBox 
{
	margin-top: 15px;
	border: 3px solid #FFB502;
	background: #FFF;
	text-align: center;
}
div#LoginBox input
{
	width: 150px;
}
div#CurrentPromotionList
{
	width: 340px;
	float: right;
	margin-top:  15px;
	border: 3px solid #FFB502;
	height: 416px;
	background: #FFF;
}
div.Clear 
{
	clear: both;
}
h3.CurrentPromotions
{
	text-align: center;
}
h3.LoginMessage 
{
	padding-left: 15px;
	padding-top: 10px;
}
#LoginTable 
{
	margin: auto;
}
.RememberMeBox 
{
	font-size: 9pt;
	padding-left: 5px;
}
.LoginButton
{
	border: 1px solid #999;
	background: #CCC;
	width: 75px;
	height: 30px;
	margin-left: 75px;
	margin-top: 10px;
}
.LoginButton:hover
{
	cursor: pointer;
	background: #999;
}
span.ForgotPasswordText 
{
	font-size: 9pt;
	color: #666;
	margin-left: 20px;
}
div.IntroLinkButton
{
	float: right;
	padding: 10px;
	margin: 5px;
}
div.IntroLinkButton:hover
{
	background: #EEE;
	cursor: pointer;
}
div#TitleBox
{
	float:left;
	padding: 15px;
	font-size: 24px;
}
div#FocusBox
{
	border: 1px solid #000;
}
div#NextOptionBox
{
	border: 1px solid #999;
	color: #999;
}
div#ThirdOptionBox
{
	border: 1px dashed #999;
	color: #999;
}
div#MarketingImage
{
	border: 1px solid #000;
	width: 95%;
	height: 150px;
	margin: auto;
}
div#WhatExplanation
{
	font-size: 18px;
	width: 95%;
	margin: auto;
	padding: 10px;
}
div#JoinButton
{
	width: 150px;
	height: 35px;
	font-size: 22px;
	border: 1px solid #000;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	background: #30760D;
	color: #FFF;
}
div#JoinButton:hover 
{
	cursor: pointer;
	background: #275C0C;
}
span.NavOption
{
	padding-left: 15px;
	padding-right: 15px;
}
span.SelectedNavOption
{
	padding-left: 15px;
	padding-right: 15px;
	color: #000;	
}
span.NavOption:hover 
{
	color: #000;
	cursor: pointer;
}
div.DashboardDetails
{
	border: 3px solid #FFB502;
	width: 435px;
	height: 200px;
	background: #FFF;
}
div.TopLeftCorner 
{
	border-bottom: 1px solid #FFB502;
	padding-left: 10px;
	height: 25px;
}
.RegisterInput 
{
	width: 225px;
}
.WatermarkRegisterInput
{
	width: 225px;
	color: #999;
}
div#GettingStartedPanel
{
	border: 1px solid #7FC2FA;
	background: #FFF;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
div#BenefitsPanel
{
	border: 1px solid #7FC2FA;
	background: #FFF;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
div#CreateOfferPanel
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 802px;
}
div#VerifyEmail
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div#DashboardHolder 
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
div#ProgressPanel
{
	margin-top: 10px;
}
table.InputTable
{
	margin: auto;
	margin-top: 15px;
}
div.Step
{
	width: 175px;
	padding: 5px;
	float: right;
	font-weight: bold;
	text-align: center;
}
div.NextStep, div.PreviousStep
{
	color: #CCC;
}
div.CurrentStepBar
{
	background: #0000FF;
	height: 10px;
}
div.CompletedStepBar
{
	background: #30760D;
	height: 10px;
}
div.StepBar
{
	background: #CCC;
	height: 10px;
}
div#RegisterText
{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 365px;
}
div#BenefitsText
{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 465px;
}
p.Greeting
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div#UserDetails
{
	border: 2px solid #7FC2FA;
	padding: 5px;
	background: #FFF;
	margin: 1em;
}
div.OfferType
{
	width: 70%;
	margin: auto;
	height: 150px;
	background: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.OfferType:hover
{
	background: #BBB;
	cursor: pointer;
}
h2.OfferHeader
{
	border-bottom: 1px solid #000;
	margin: 5px;
	width: 60%;
}
p.OfferTypeDescription
{
	font-size: 14px;
	padding: 10px;
	width: 325px;
	float: left;
}
img.OfferTypeImage 
{
	float: right;
	margin: 10px;
	height: 130px;
	width: 175px;
	margin-top: -25px;
	border: 2px solid #000000;
}
div.VerifyPanel
{
	background: #FFF;
	margin: 0px;
	border: 3px solid #FFB502;
	padding: 10px;
}
div#LogoDiv
{
	margin-bottom: -23px;
	margin-left: 10px;
	padding-top: 10px;
	z-index: 999;
	position: relative;
	width: 220px;
}
div.DefaultError
{
	font-size: 10px;
	font-weight: bold;
}
div.ThinBox
{
	border: 1px solid #7FC2FA;
	margin: 1em;
	padding: 1em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

div.ThinBox h3
{
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	width: 100%;
}
table.SearchTable th
{
	vertical-align: top;
	padding-right: 2em;
}
input.ActionButton 
{
	padding-left: .25em;
	padding-right: .25em;
}
table.FilterTable
{
	width: 100%;
}
table.FilterTable th
{
	background-color: #CCC;
	padding: 4px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
table.FilterTable th.Right
{
	text-align: right;
}
input.FilterButton 
{
	margin-left: .25em;
	margin-right: .25em;
	border: 2px solid #000;
}
table.StandardTable
{
	width: 100%;
	font-family:arial;
	font-size: 8pt;
	margin: 0 0 15px;
	text-align: center;
}
table.StandardTable thead tr th 
{
	background-color: #E6EEEE;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #000;
	font-size: 8pt;
	padding: 4px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
}
div.LeftPortion 
{
	width: 40%;
}
div.RightPortion
{
	width: 50%;
	float: right;
}
table.StandardTable tbody tr.odd td {
	background-color: #F0F0F6;
}
table.StandardTable h4
{
	color: #4C4646;
	margin: 1em;
}
div#StaticFrame
{
	background: #FFF;
	margin-top: 10px;
	padding: 1em;
}
th.LeftHeader 
{
	width: 200px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}
th.LeftHeader a
{
	font-weight: normal;
	font-size: 8pt;
}
h4.CompanyNameError 
{
	font-size: 24px;
	margin-left: 80px;
	font-weight: bold;
}
.FilterButton {
	margin-left: .25em;
	margin-right: .25em;
}
h3.LearnMore 
{
	margin-top: 1.5em;
	margin-bottom: 0px;
	font-size: 18px;
}
p.LearnMore
{
	margin-top: 5px;
}
h2.WhatWhy
{
	margin: 1em;
	margin-bottom: 0px;
	font-size: 24px;	
	padding-bottom: 15px;
}
p.WhatWhy
{
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
}
div.ErrorPanel p
{
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
div#TermsAndConditionsDiv
{
	width: 98%;
	height: 200px;
	overflow: scroll;
	border: 1px solid #C6C6C6;
	margin-left: auto;
	margin-right: auto;
}
div#MerchantTermsLink
{
	margin-top: 2em;
	padding: 1em;
	background: #DDD;
	text-align: center;
	color: #5C5858;
	font-size: 11px;
}
div#LoginBox
{
	border: 1px solid #7FC2FA;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	width: 320px;
}
div#PromptRegistration
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 165px;
}
div#PromptRegistration h3
{
	color: #005295;
	font-size: 20px;
	text-align: left;
	padding-left: 5px;
	margin-bottom: 7px;
}
div#LoginBox h3
{
	color: #005295;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 5px;
}
div#LoginBox table
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#LoginBoxRegisterLink
{
	background-color: #DDD;
	color: #5C5858;
	padding: .5em;
	text-align: center;
}
div#LoginBoxRegisterLink a
{
	color: #2276BB;
	text-decoration: none;
}
div#LoginBoxRegisterLink a:hover
{
	text-decoration: underline;
}
div#MerchantTermsLink a 
{
	color: #2276BB;
	text-decoration: none;
}
div#MerchantTermsLink a:hover 
{
	text-decoration: underline;
}
h2.LearnMore
{
	font-size: 24px;
	margin-top: 1em;
}
div#Header
{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
div#BackgroundPopup 
{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	background: #FFFFFF;
}
td.SearchBar
{
	height: 40px;
	background-color:#7FC2FA;
	padding-left: 1em;
	font-weight: bold;
}
td.SearchFooter
{
	height: 9px;
	background: url(/assets/images/SearchGradient.gif) repeat-x;
}
td.CategoryBar
{
	height: 40px;
	background: url(/assets/images/CategoryGradient.jpg) repeat-x;
}
.Faded
{
	color: #999;
	vertical-align: middle;
	margin-right: 2em;
}
.GoButton
{
	vertical-align: middle;
}
.GoButtonInput
{
	margin-right: 2em;
	vertical-align: middle;
}
div#IPhoneBlank
{
	position: relative;
	width: 297px;
	top: -280px;
	left: 50px;
	background-color: #FFFFFF;
	background: url(/assets/images/iphoneblank2.png);
}
a.FAQLink
{
	text-decoration: none;
	color: #006FBA;
	font-size: 11px;
	padding-top: .3em;
	padding-bottom: .3em;
	display: block;
}
a.BIGFONT
{
	font-size: 18px;
}
a.FAQLink:hover
{
	text-decoration: underline;
}
h4.FAQQuestion
{
	font-size: 16px;
	font-weight: bold;
}
td.CategoryLink a
{
	color: #FFF;
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	padding-left: .2em;
	padding-right: .2em;
	font-size: 11px;
}
td.CategoryLink a:hover 
{
	color: #C9C9C9;
}
td.CategoryLinkSeparator
{
	background: url(/assets/images/CategoryGradientSeparator.jpg) repeat-x;
	padding: 0px;
	width: 1px;
}
.PopularCategories
{
	background: url(/assets/images/CategoryGradient.jpg) repeat-x;
}
.PopularCategories h4
{
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 9px;
	text-align: center;
	margin-bottom: 10px;
}
.PopularCategoriesTable
{
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
}
.PopularCategoriesTable tr td
{
	padding-left: 8px;
}
.PopularCategoriesTable a
{
	text-decoration: none;
	color: #006FBA;
}
.PopularCategoriesTable a:hover 
{
	text-decoration: underline;
}
.PopularCategoriesOddRow 
{
	background-color: #EDEDED;
}
div#SearchIndexBackground
{
	width: 880px;
	height: 291px;
	background: url(/assets/images/SearchImage.png);
}
div#IPhoneHoriz
{
	height: 250px;
	width: 382px;
	position: relative;
	top: 25px;
	left: 60px;
	background: url(/assets/images/iphonehorizcoup.png);
}
td.LeftColumn
{
	width: 5%;
}
td.RightColumn
{
	font-weight: bold;
	padding-right: .5em;
	width: 10%;
}
div.PromoteCouponsPanel
{
	float: right;
	font-size: 16px;
	font-weight: bold;
	left: -15px;
	position: relative;
	top: -33px;
}
div.PromoteCouponsPanel a
{
	color: #006FBA;
	text-decoration: none;
}
div.PromoteCouponsPanel a:hover
{
	color: #000000;
}
td.HorizLine
{
	border-top: 1px solid #CCC;
}
input.VMiddle
{
	vertical-align: middle;
}
td.SearchResultsSeperator
{
	background: url(/assets/images/SearchResultSeperator.png);
	height: 3px;
}
td.SearchResultsRight
{
	width: 25%;
	background: url(/assets/images/SearchResultsRightBG.png) repeat-y;
	text-align: center;
}
td.SearchResultsLeft
{
	width: 35%;
	background: url(/assets/images/SearchResultsLeftBG.png) repeat-y;
	background-position: right;
}
h3.SearchResultsHeader
{
	color: #666;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0.5em 0.5em 0em 1.5em;
	font-weight: normal;
}
h4.SearchResultsCount
{
	color: #666;
	border-bottom: 1px solid #999;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0.5em 0.5em 0.5em 6em;
	font-weight: normal;
	margin-bottom: 1em;
}
span.blue 
{
	color: #006FBA;
	font-weight: bold;
	font-size: 22px;
}
td.SubCategoryCell
{
	font-size: 14px;
	padding-left: 1em;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: 1em;
	font-weight: bold;
	border-top: 1px solid #000;
	color: #006FBA;
}
td.SubCategoryFooterCell
{
	font-size: 14px;
	padding-left: 1em;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left: 1em;
	border-top: 1px solid #000;
}
td.SubCategoryCell:hover
{
	cursor: pointer;
	background-color: #DDD;
}
td.even 
{
	background-color: #EEE;
}
div.StackedLogo
{
	text-align: center;
}
div.F2Logo
{
	text-align: center;
}
div.StackedLogo img
{
	margin-top: 15px;
	margin-bottom: 15px;
}
div.F2Logo img
{
	margin-top: 5px;
}
td.PhoneDisplay
{
	font-size: 13px;
	color: #006FBA;
	font-weight: bold;
	vertical-align: middle;
}
td.GrayUnderline
{
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
}
td.OptionCell
{
	width: 120px;
}
.Pointer
{
	cursor: pointer;
}
table.HeadlineListTable
{
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
td.Headline
{
	font-weight: bold;
	font-size: 13px;
	color: #333;
}
td.PromotionExpiration
{
	color: #AAA;
	font-size: 11px;
	font-weight: normal;
}
a.ClipCoupon
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: block;	
	padding: 3px;
	text-decoration: none;
	color: #000;
}
span.ClipCouponHeadline
{
	padding: 0px;
}
span.ClipDetails
{
	display: block;
	height: 37px;
	left: 5px;
	position: relative;
}
span.PromotionExpiration
{
	color: #AAA;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 6px;
	padding: 0px;
}
a.ClipCoupon:hover
{
	cursor: pointer;
	background-color: #EEE;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
div.HeadlineDiv
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
div.HeadlineDiv:hover
{
	cursor: pointer;
	background-color: #EEE;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.PromotionLocationPanel
{
	width: 100%;
}
td.CouponImage
{
	text-align: center;
}
table.PromotionLocationPanelPadLeft 
{
	margin-left: 2em;
	margin-right: 2em;
}
table.PromotionLocationPanelPadLeft2
{
	margin-left: 50px;
}
span.MapLink
{
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
	cursor: pointer;
	padding-left: 10px;
}
span.MapLink:hover
{
	text-decoration: underline;
}
span.NoResults 
{
	color: #006FBA;
	font-size: 22px;
	font-weight: bold;
}
h5.LocalDeals
{
	color: #696969;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h5.FeaturedBrands
{
	text-align: center;
	color: #696969;
	margin: 0px;
	font-size: 12px;
}
span.MSISDNError
{
	vertical-align: middle;
	padding-left: 5px;
	padding-top: 3px;
}
td.DollarSign
{
	width: 22px;
}
a.HeaderLink
{
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	padding-left: 1em;
	padding-right: 1em;
}
a.HeaderLink:hover
{
	text-decoration: underline;
}
h3.PopularCities
{
	color: #666;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0.5em 0.5em 0em 1.5em;
	font-weight: normal;
}
.PopularCitiesTable
{
	width: 90%;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
.PopularCitiesTable tr td
{
	padding-left: 8px;
}
.PopularCitiesTable a
{
	text-decoration: none;
	color: #006FBA;
}
.PopularCitiesTable a:hover 
{
	text-decoration: underline;
}
.PopularCitiesTableOddRow 
{
	background-color: #EDEDED;
}
div.YPCDivider
{
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0em;
}
table.ExternalListingsTable
{
	width: 100%;
}
table.YPCListingTable
{
	width: 100%;
}
td.YPCListingCell
{
	border: 1px solid #FFF;
	cursor: pointer;
	text-align: left;
}
td.PPCListingCell
{
	border: 1px solid #FFF;
	cursor: pointer;
	text-align: left;
	background-color: #79C68D;
	line-height: 20px;
}
td.YPCListingCell a
{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px;
}
td.PPCListingCell a
{
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px;
	cursor: default;
}
td.YPCListingCell:hover
{
	border: 1px solid #BBB;
	background-color: #DEDEDE;
}
td.PPCListingCell:hover
{
	border: 1px solid #BBB;
}
a.CouponCreatorVideoLink
{
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}
a.iPhoneVideoLink
{
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
h3.CreatorVideoHeader
{
	font-size: 20px;
	font-weight: bold;
}
td.EvenRow
{
	background-color: #ECECEC;
}
table.ExternalListingPadLeft
{
	margin-left: 1em;
	margin-right: 2em;
}
td.PPCPhoneIcon
{
	vertical-align: bottom;
}
td.SponsorText
{
	color:#FFF;
	vertical-align:bottom;
}
div#ChangeLocationDiv
{
	width: 235px;
	height: 100px;
	background-color: #7FC2FA;
	display: none;
	position: absolute;
	border: 3px solid #005295;
	padding: 3px;
	text-align: center;
}
input.DoChangeLocationButton 
{
	float: right;
	position: relative;
	right: 10px;
	top: 3px;
}
.CloseIcon
{
	cursor: pointer;
}
h3.ExecutiveTeam
{
	color: #006FBA;
	margin-top: 3em;
	font-size: 13px;
}
h3.Executive
{
	color: #BC0033;
	font-size: 13px;
	margin-bottom: 0px;
}
h3.PressHeader
{
	color: #000;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 2em;
}
h4.ExecutiveTitle
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
}

div.TwitterDivider
{
	background: #000;
	font-weight:bold;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.TwitterDivider table
{
	width:100%;
	text-align: center;
}

h5.F2SponsoredHeader
{
	color:#696969;
	font-size:11px;
	margin: 0em;
}
h4.FHeader
{
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
}
td.FHeader
{
	border-bottom: 1px solid #696969;
	background-color: #EEE;
	padding-left: 5px;
}
img.LogoImage
{
	margin-top:10px;
	margin-bottom:10px;
}
ul.SortableList  
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 60%; 
}
ul.SortableList li  
{
	margin: 0 3px 3px 3px; 
	padding: 0.4em; 
	padding-left: 1.5em; 
	font-size: 1.4em; 
	height: 18px;
}
ul.SortableList li span  
{
	position: absolute; 
	margin-left: -1.3em;
}
li.SortableItem
{
	border: solid 1px #CCC;
	background-color: #FEFEFE;
	cursor: pointer;
	list-style: none;
	margin-bottom: .5em;
	margin-top: .5em;
	width: 275px;
	padding: .5em;
	padding-bottom: .75em;
	font-weight: bold;
}
li.SortableItem:hover
{
	border-color: #7FC2FA;
	background-color: #C7DDEF;
}
span.Sort
{
	background-image:url(/assets/images/SortArrow.png);
}
a.PromotionLink
{
	text-decoration: none;
	display: block;
	border: 1px solid #FFF;
	color: #000;
	padding: 5px;
	padding-left: 15px;
	line-height: 20px;
}
a.PromotionLink:hover
{
	background-color: #EEE;
	cursor: pointer;
	border: 1px solid #000;
}
table.SearchResultTable
{
	width: 100%;
}
td.SearchResultsEntityName
{
	color: #006FBA;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
span.SearchResultsEntityName
{
	color: #006FBA;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}
span.SearchResultEntityDistance
{
	font-weight: bold;
	float: right;
}
span.CouponCountColumn
{
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -5px;
	padding-left: 3px;
}
span.SearchResultEntityAddress
{

}
span.TwitterDealzEntityName
{
	color: #006FBA;
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
}
a.TwitterDeal
{
	text-decoration: none;
	display: block;
	border: 1px solid #FFF;
	color: #000;
	padding: 5px;
	padding-left: 15px;
	line-height: 20px;
}
a.TwitterDeal:hover
{
	background-color: #EEE;
	cursor: pointer;
	border: 1px solid #000;
}
span.TwitterDealzEntityDistance
{
	font-weight: bold;
	float: right;
}
span.TwitterDealzDealCount
{
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -7px;
	padding-left: 3px;
}
span.YPCEntityName
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	position: relative;
	top: -6px;
	padding-left: 2px;
	padding-right: 5px;
}
span.YPCEntityDescription
{
	position: relative;
	left: 29px;
}
span.YPCEntityDistance
{
	float: right;
	position: relative;
	font-weight: bold;
}
span.SponsorText
{
	float: right;
	position: relative;
	font-weight: bold;
	color: #FFF;
}
span.YPCPPCPhone
{
	float: left;
	position: relative;
	left: 5px;
	width: 0px;
	top: 43px;
}
input.RegisterBox
{
	width: 200px;
}
span.RequiredFieldIndicator
{
	color: Red;
	font-size: 17px;
	position: relative;
	top: 3px;
	padding-left: 3px;
	padding-right: 5px;
}
div#UpdateRegistrationInfo
{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EDEDED;
	border: 2px solid #7FC2FA;
	margin-top: 60px;
	padding: 10px;
	font-size: 11px;
}
div#UpdateRegistrationInfo h3
{
	margin-top: 0px;
	font-size: 13px;
}
div#UpdateRegistrationInfo table
{
	margin-left: auto;
	margin-right: auto;
}
div.SecureSuccess
{
	padding: 20px;
}
div.SecureSuccess a
{
	text-align: right;
}
div.SecureError
{
	width: 350px;
	border: 2px solid #FF0000;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	background: #FEEEEE;
	font-weight: bold;
}
div#RegisteredUserControl
{
	color: #FFF;
	font-size: 13px;
	text-align: right;
}
div#RegisteredUserControl a 
{
	color: #FFF;
}
img.ScissorsImage 
{
	position: relative; float:left;
}
div#RegisteredUserControl a
{
	text-decoration: none;
	font-weight: bold;
}
div#RegisteredUserControl a:hover
{
	text-decoration: underline;
}
a.bottomright
{
	text-align: right;
}
div.MerchantsLoginLink
{
	width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #005295;
	font-size: 16px;
}
div.MerchantsLoginLink a
{
	color: #005295;
}
div#TrendsReportHolder
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}