﻿html, body
{
	background-color: White;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	line-height: 16px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 10px 0;
	font-weight:bold;
}

h1
{
	font-size:1.1em;
}

h2
{
	font-size: 1.1em;
}

h3
{
	font-size: 1.1em;
}

h4
{
	font-size: 1.1em;
}


img
{
	border: 0px;
}

ul, ol
{
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 30px;
}

li
{
	padding-bottom: 8px;
}

radio, checkbox
{
	border: 0px;
}

/* The input definitions for border should match the ones in MyAccount\commonrvb.css
input.inputOnFocus, textarea.inputOnFocus, option.inputOnFocus
  (or override MyAccount styles here) */
input, textarea, option, select
{
	font-family: Verdana, Arial, Sans-Serif;
	color: #3B5F5F;
	font-size:0.95em;
}

small
{
	font-size: .9em;
}

hr
{
	position: relative;
	border-style: dotted;
	color: #3B5F5F;
	width: 100%;
	height: 1px;
	margin: 0px 0px 15px 0px;
}

/* generic text & links start */
a, a:visited
{
	color: #FF0000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* --- BEGIN: USER CONTROLS --- */

/* --- BEGIN: logincontainer --- */
.logincontainer
{
	padding: 1px 1px 5px 1px;
	overflow: hidden;
}

.logincontainer input, .logincontainer textarea, .logincontainer option, .logincontainer select
{
	padding: 2px;
	border:solid 1px #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	background-color: transparent;
}

.logincontainer span.error
{
	display: inline;
}

.loginrow
{
	color: #3B5F5F;
	margin-bottom: 2px;
	overflow: hidden;
}

.fieldinput input
{
	padding: 3px;
	font-size: .95em;
	color: #3B5F5F;
}

.loginerror
{
	margin-bottom: 20px;
	font-size: .85em;
	color: #CC0000;
}

.loginlink
{
	color: #3B5F5F;
	margin: 0 5px;
	font-size: .9em;
	float:left;
}

/* --- END: logincontainer --- */



/* --- END - USER CONTROLS --- */

.container
{
	width: 820px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

.popupcontainer
{
	padding: 10px 25px;
	text-align: left;
}

/* middle start*/
.middlecontainer
{
	float: left;
	width: 624px;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

.middlewarning
{
	position: relative;
	float: left;
	width: 585px;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
}

.section
{
	width: 585px;
}

.fieldHeader
{
	display: inline;
	float: left;
	width: 180px;
}

.fieldHeader span
{
	color: #CC0000;
}

.fieldContent
{
	padding-left: 180px; /* "padding-left" needs to be the same as "width" in "fieldHeader" to avoid wrap */
	margin-bottom: 1em;
}


.promo img
{
	margin: 30px 0px 30px 0px;
}
/* middle end*/

.bghome
{
	float:left;
	width: 444px;
	padding: 20px 0px 0px 0px;
	overflow: visible;
	background-image: url(../images/home/bg_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.content, .contenthomepage
{
	margin: 0;
	color:#3B5F5F;
}

.contenthomepage
{
	width: 624px;
	padding: 0;
	font-size:0.9em;
	letter-spacing:0.1em;
}

.content
{
	width: 584px;
	padding: 20px 0 40px;
}

.bgcode
{
	position: relative;
	width: 95%;
	padding: 8px;
	background-color: #3B5F5F;
	color: White;
	margin-top: 8px;
	font-family: @Arial Unicode MS;
}

.whitelink, .whitelink a, .whitelink a:visited
{
	color: White;
	text-decoration: none;
	font-size: .85em;
}

.whitelink a:hover
{
	color: White;
	text-decoration: underline;
}

.graylink, .graylink a, .graylink a:visited
{
	color: #3B5F5F;
	text-decoration: none;
	font-size: .8em;
}

.graylink a:hover
{
	color: #3B5F5F;
	text-decoration: underline;
}

.redlink, .redlink a, .redlink a:visited
{
	color: #CC0000;
	text-decoration: none;
}

.redlink a:hover
{
	text-decoration: underline;
}

.red
{
	color: #CC0000;
}

.copy
{
	letter-spacing: .1em;
	color: #3B5F5F;
	font-size: .9em;
}

.title
{
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 6px;
}

.subtitle
{
	font-weight: bold;
	padding: 6px 0px 1px 0px;
}

.faq
{
	margin-bottom: 20px;
}

.top
{
	padding: 8px 0px 16px 0px;
}

.error, span.error
{
	display: block;
	font-size: .85em;
	color: #CC0000;
}

.errorhead
{
	font-size: .85em;
	color: White;
}

.errormain
{
	color: #CC0000;
	line-height: 18px;
}
/* generic text & links end */

/* header start*/
.header
{
	height: 125px;
	padding: 0px;
	margin: 0px auto;
	background-image: url(../images/header/slice.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: left;
	overflow: hidden;
}

.headerhomepage
{
	height: 246px;
	padding: 0px;
	margin: 0 auto;
	background-image: url(../images/header/slice.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}


/* Redefine styles for login box on the header */

.headerhomepage .logincontainer
{
	width: 194px; /*  196 (leftcontainer) - 2 (logincontainer)  */
	font-size: 0.9em;
	font-weight: normal;
}
.headerhomepage .loginrow
{
	position:relative;
	padding: 10px 0;
	color: #FFFFFF;
}

.headerhomepage .loginlabel
{
	display: inline;
	float: left;
}

.headerhomepage .logininput
{
	display: inline;
	float: right;
}

.headerhomepage input, .headerhomepage textarea, .headerhomepage option, .headerhomepage select
{
	border:solid 1px #FFFFFF;
	color: #FFFFFF;
}

.headerhomepage a, .headerhomepage a:visited, .headerhomepage a:hover
{
	float: left;
	color: #FFFFFF;
	font-size: 1em;
}

.headerhomepage span.error
{
	color: #FFFFFF;
}

.headerimg
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 517px;
}

.headerLogo
{
	display: block;
	height: 65px;
	padding-top: 10px;
}

.headerContact
{
	float: right;
	width: 196px;
	height: 77px;
	margin-top: 10px;
	padding-top: 0;
	background-image: url(../images/header/contact.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 1;
}

.headerpages
{
	height: 125px;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	background-image: url(../images/header/mid.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
}

.inputhead
{
	position: absolute;
	left: 80px;
	display: inline;
	font-size: .95em;
	border: solid 1px White;
	line-height: 14px;
	height: 15px;
	width: 90px;
	background-color: #CB0202;
	color: White;
	vertical-align: middle;
	padding: 2px 2px 0px 2px;
}


.forgothead
{
	position: relative;
	float: left;
}

.headerpopcontainer
{
	position: relative;
	height: 74px;
	overflow: visible;
	text-align: center;
	margin: 0px auto;
}

.headerpopleft
{
	position: relative;
	float: left;
	display: inline;
	background-image: url(../images/popup/left.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 0px;
	height: 74px;
	width: 20%;
}

.headerpop
{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	height: 74px;
	width: 500px;
}

.headerpopright
{
	position: relative;
	float: left;
	display: inline;
	background-image: url(../images/popup/right.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	padding: 0px;
	height: 74px;
	width: 80%;
}

/* Overrides properties in pageMessageArea (\MyAccount\Css\commonrvb.css)*/
.pageMessageArea
{
	width: 444px; /* must be the same as 'bghome' width */
	margin-bottom: 15px;
	background-color: #FF3333;
	background-image: none;
}

.pageMessage
{
	background-image: none;
}


.profilebtn
{
	float: left;
	padding-left: 180px;
	margin-bottom:20px;
}

.inputloginmain
{
	font-size: .95em;
	border: solid 1px #3B5F5F;
	line-height: 14px;
	height: 15px;
	width: 150px;
	color: #3B5F5F;
	vertical-align: middle;
	padding: 2px 2px 0px 2px;
}


.inputsmalllogin
{
	position: absolute;
	left: 80px;
	display: inline;
	font-size: .95em;
	border: solid 1px #3B5F5F;
	line-height: 14px;
	height: 15px;
	width: 70px;
	color: #3B5F5F;
	vertical-align: middle;
	padding: 2px 2px 0px 2px;
}

.forgotRow
{
	position: relative;
	float: left;
	margin: 0px 0px 10px 0px;
	width: 580px;
}

.forgotmain
{
	position: relative;
	float: left;
	color: #3B5F5F;
	padding: 3px 0px 0px 102px;
	width: 150px;
}

.forgotleft
{
	position: relative;
	float: left;
	color: #3B5F5F;
}

.forgotRight
{
	position: relative;
	float: left;
	width: 200px;
}

.remindbtn
{
	position: relative;
	float: left;
	left: 190px;
}

.loginbtn
{
	position: relative;
	float: left;
	left: 26px;
	border: 0px;
}

.loginbutton
{
	position: relative;
	float: left;
	border: 0px;
	margin-bottom: 5px;
}

.loginmainbtn
{
	position: relative;
	float: left;
	padding: 0px 0px 0px 98px;
	border: 0px;
	width: 68px;
	height: 26px;
}

.loggedinusername
{
	vertical-align: top;
	font-weight: bold;
	font-size: 1.1em;
	color: White;
}

.logoutbtn
{
	margin-left: 20px;
	border: 0px;
}


/* --- END: logincontainer --- */

/* --- START: leftcontainer --- */
.leftcontainer
{
	float: left;
	width: 196px;
	padding: 20px 0;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
}

.leftloggedincontainer
{
	float: left;
	padding: 20px 0;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
}

.menu a, .menu a:visited
{
	display: block;
	color: #CC0000;
	text-decoration: none;
}

.menu a:hover
{
	text-decoration: underline;
}

.menu a.linkDisabled, .menu a.linkDisabled:visited, .menu a.linkDisabled:hover
{
	text-decoration: none;
	color: #808080;
}

.submenu
{
	padding:0 0 10px 10px;
    font-size: 0.9em;
    font-weight: normal;
	line-height:14px;
}


/* --- END: leftcontainer --- */

.sectionContent
{
	position: relative;
	padding-bottom: 10px;
	line-height: 14px;
	font-weight: bold;
}

.subsection
{
	position: relative;
	left: 10px;
	font-size: .9em;
}

.h8
{
	position: relative;
	height: 15px;
	padding-top: 2px;
	margin: 0px;
}
/* leftnav end*/

/* register start*/
.steps
{
	position: relative;
	vertical-align: middle;
	margin: 10px 0px 15px 0px;
}

.strtnxt
{
	position: relative;
	right: 333px;
}

.next
{
	position: absolute;
	left: 245px;
}

.back
{
	position: absolute;
	left: 177px;
}
/* register end*/

/* tabs start*/
.tabs
{
	/*height: 30px;*/
	width: 568px;
	background-image: url(../images/tabs/underline.gif);
	background-position: 0px 22px;
	background-repeat: repeat-x;
	text-align: left;
	padding: 0px;
	margin: 10px auto;
}

.reporttabs
{
	position: relative;
	float: left;
	height: 30px;
	width: 568px;
	background-image: url(../images/tabs/underline.gif);
	background-position: 0px 23px;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 10px auto;
}
/* tabs end*/

/* Profile & Campaign start */
.row
{
	margin: 0px 0px 10px 0px;
	display: block;
}
.row textarea
{
	width: 99%;
	display: block;
}

.password
{
	position: relative;
	float: left;
	width: 480px;
	text-align: left;
}

.changepassword
{
	position: relative;
	float: left;
	padding-left: 38px;
	width: 138px;
}

.cancelpassword
{
	position: relative;
	float: left;
	padding-left: 0px;
	width: 66px;
}

.failure
{
	position: relative;
	float: left;
	text-align: left;
}

.tablegrad
{
	position: relative;
	background-color: White;
	background-image: url(../images/tablegrad.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
}

.edit
{
	position: relative;
	text-align: right;
	visibility: hidden;
}

.dots
{
	position: relative;
	border-bottom: dotted 1px #3B5F5F;
	width: 550px;
	height: 1px;
	margin: 0px 0px 10px 0px;
}

.inputarea
{
	width: 220px;
	padding: 3px;
	display: block;
}

/* 'inputarea' definitions paddings should match the ones in MyAccount\commonrvb.css
input.inputOnFocus, textarea.inputOnFocus, option.inputOnFocus
*/
input.inputarea, textarea.inputarea, option.inputarea
{
}

.inputcampaign
{
	position: relative;
	font-size: .95em;
	border: solid 1px #3B5F5F;
	width: 200px;
	color: #3B5F5F;
	vertical-align: middle;
	padding: 2px;
}

.inputprofile
{
	width: 220px;
	font-size: .95em;
	font-family: Verdana, Arial, Sans-Serif;
	color: #3B5F5F;
	vertical-align: middle;
	padding: 3px;
	margin-bottom: 2px;
}

.inputcomment
{
	position: relative;
	border: solid 1px #3B5F5F;
	line-height: 16px;
	height: 100px;
	width: 200px;
	color: #3B5F5F;
	vertical-align: middle;
	padding: 2px;
	overflow: auto;
	font-size: 1em;
}

.campaigns
{
	width: 600px;
}

.campaigns tr
{
	vertical-align: middle;
	background-color: White;
}

.campaigns th
{
	height: 20px;
	padding: 0px 5px;
	border: 0px;
	vertical-align: middle;
	font-weight: bold;
	color: Black;
	background-color: White;
}

.campaigns th span
{
	display: block;
}

.campaigns td
{
	min-height: 30px;
	padding: 0px 5px;
	border-right: solid 2px White;
	vertical-align: middle;
}

.gap tr, .gap td
{
	position: relative;
	height: 3px;
	border: 0px;
	background-color: White;
}

.selectedlink a, .selectedlink a:visited
{
	text-decoration: none;
}

.mediarow
{
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 100%;
	display: block;
}
/* Profile & Campaign end */
/* reports start*/
.reportrow
{
	position: relative;
	float: left;
	width: 90%;
	white-space: nowrap;
}

.rptttlcol
{
	width: 300px;
}

.rptvalcol
{
	width: 250px;
}

.dateselector
{
    height: 30px;
    font-size: .9em;
    word-spacing: 0;
    vertical-align: top;
}

.datesection .datesectionitem, .datesection select, .datesection .inputdate, .datesection .inputdatelast, .datesection .inputimage
{
	display: block;
	float: left;
	margin-right: 2px;
}

.datesection select, .datesection option, .datesection input
{
	color: #3B5F5F;
	font-size: .9em;
}

/* For the preset selector */
.datesection select
{
    width: 100px;
	padding: 1px 0;
}

.datesection .inputdate, .datesection .inputdatelast
{
	width: 70px;
	padding: 2px 0;
}

.datesection .inputimage
{
	margin-right: 30px;
}

.datesection .inputdatelast
{
   margin-right: 0;
}


/* --- BEGIN Date selector (Styles copied from MyAccount) ---*/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.GH_Calendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color: white;
    z-index:1;
}

.GH_Calendar .ajax__calendar_other .ajax__calendar_day,
.GH_Calendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.GH_Calendar .ajax__calendar_hover .ajax__calendar_day,
.GH_Calendar .ajax__calendar_hover .ajax__calendar_month,
.GH_Calendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.GH_Calendar .ajax__calendar_active .ajax__calendar_day,
.GH_Calendar .ajax__calendar_active .ajax__calendar_month,
.GH_Calendar .ajax__calendar_active .ajax__calendar_year {
    color: #000000;
    font-weight:bold;
    background-color: #33AA33;
}

/* --- END Date selector ---*/

.reporterror
{
	color: #CC0000;
	white-space: nowrap;
}
/* reports end*/
/* right start*/
.right
{
	float: right;
	width: 152px;
	padding-top: 10px;
	text-align: center;
}
.right img
{
	margin: 5px auto;
}
.rightcontent
{
	position: relative;
	float: left;
	width: 160px;
	text-align: left;
	padding: 20px 0px 20px 0px;
}
/* right end*/

/* footer start*/
.footer
{
	margin: 10px auto 10px auto;
	padding: 10px 0;
	clear: both;
	background-color: #F0F0F0;
	color: #3B5F5F;
	font-size: .79em;
	letter-spacing: normal;
	text-align: center;
	/*min-height: 205px;*/
}

.copyright
{
	display: inline;
	float: left;
	width: 310px;
}

.twitblog
{
	float:left;
	margin:4px 8px 8px 0px;
}

.footerlink
{
    padding-left: 180px;
	text-align: right;
	color: #3B5F5F;
}

.footerlink a, .footerlink a:visited
{
	color: #3B5F5F;
	text-decoration: none;
}

.footerlink a:hover
{
	text-decoration: underline;
}
/* footer end*/

/* popup start*/
.popuptextarea
{
	width: 420px;
	overflow: auto;
	height: 70px;
	display: inline;
	background-color: #efefef;
}

.popupmiddle
{
	position: relative;
	width: 460px;
	padding: 10px 15px 15px 15px;
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
}

.popupcombo
{
	width: 470px;
	padding: 0px;
	margin: 0px;
	letter-spacing: .1em;
	color: #3B5F5F;
	font-size: .9em;
}

.popuprow
{
	padding: 5px 0px;
	width: 470px;
	clear: both;
}

.popuplabel
{
	display: inline;
	float: left;
	width: 150px;
}

.popupvalue
{
	float: left;
	width: 200px;
}

.popupbutton
{
	position: relative;
	text-align: right;
	padding-right: 48px;
	height: 30px;
}

.popupcombocolumn
{
	padding: 2px 2px 2px 2px;
}

.popupmedia
{
	text-align: center;
}

#popupleftlink
{
	width: 210px;
	float: left;
}

#popuprightlink
{
	width: 210px;
	text-align: right;
	float: left;
}
/* popup end*/

/* calendar image */
.calendarimg
{
	text-decoration: none;
}

.calendarimg img
{
	position: relative;
	top: 4px;
}

/* calendar image end */

/* Styles to support xml cms rollout - jun 08 - kf */

.dashed_line
{
	width: 100%;
	height: 7px;
	background-image: url(/cmsdocs/affiliates/site/dashed_ln.gif);
	background-repeat: repeat-x;
}

/* corrects line spacing differences between ie and f-fox - kf */
p
{
	margin: 0px 0px 17px 0px;
}

/* dynamic anchors rollout 1st on news page - jun 08 - kf */

.AnchorLinksNewsCols
{
	float: left;
	width: 250px;
	margin: 0px 5px 0px 25px;
	white-space: nowrap;
	overflow: hidden;
}
a.AnchorLinks
{
	line-height: 18px;
}
.AnchorSetting
{
	background-image: url(../../cmsdocs/Affiliates/site/080613_Furniture_Grey_Grad.jpg);
	background-repeat: repeat-x;
	height: 138px;
}
.AnchorSettingScroll
{
	display: block;
	height: 87px;
	overflow: auto;
}

.starbottom
{
	float:left;
	width: 180px;
	padding: 0;
	margin: 0;
	text-align: right;
}


.affAward
{
	padding-top: 15px;
	padding-right:5px;
	text-align: right;
}

.maintenanceStarBottom
{
	position: absolute;
	top: -20px;
	left: 475px;
}

.maintenanceMessage
{
	margin: 50px 0px;
}

.AffImgLeft
{
	border: 0;
	float: left;
	margin: 8px 10px 0px 0px;
}

/* Wrap with of the panel to the size of the content.
   This is necessary for Ajax Extenders
*/
.wrapToWidth
{
	width: auto;
	display: inline;
	border:none 0px white;
}

