p.cstmTitle {
	color: #2D4261;
	font-size: 16pt;
	font-weight: bold;
}

p.cstmHeading, span.cstmHeading {
	color: #2D4261;
	font-size: 12pt;
	font-weight: bold;
}

p.cstmText {
	color: #666;
	font-size: 10pt;
}

.cstmBack {
	background-color: #fcc;
}


.cstmFrame {
	color: #666;
	background-color: #fcc;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

td.cstmBtnBack {
	padding-right : 2px;
	padding-left : 2px;
	background-color: #6880A5;
	border-bottom: #2b3a59 1px solid;
	border-top: #bbcadd 1px solid;
	border-left: #91a5c1 1px solid;
	border-right: #4a5d7f 1px solid;
}

p.cstmBtnText, a.cstmBtnText {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #fdd; 
	text-decoration:none; 
}
a.cstmBtnText:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #fdd; 
	text-decoration:none; 
}
a.cstmBtnText:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #fdd; 
	font-weight: bold;
	text-decoration:none; 
}
a.cstmBtnText:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #fee;
	font-weight: bold;
	text-decoration:none; 
}

/*
	-- Vertical Scroller --
*/

.controlArea {
	color: #fdd;
	background-color: #6880A5;
	border-bottom: thick solid #6880A5;
	border-left: thick solid #6880A5;
	border-right: thick solid #6880A5;
	margin-top: 0px;
	padding-top: 3px;
	text-align: center;
}

.addBorder{
	background-color: #6880A5;
	border-top: 2px solid #bbcadd;
	border-left: 2px solid #91a5c1;
	border-right:  2px solid #4a5d7f;
	border-bottom:  2px solid #2b3a59;
	padding: 3px 2px 4px 3px;
}

.scrollingBack {
	background-color: white;
	margin-bottom: 0px;
}

table.NSscrollArea {
	background-color: #6880A5;
}

div.controlArea p {
	color: #fdd;
}

div.controlArea a, div.controlArea a:link, div.controlArea a:active, div.controlArea a:hover, div.controlArea a:visited {
	color: #fdd;
}

p.scrollingText {
	color: black;
}

/* JOIN MY TEAM */
td.cstmBtnBack {
background:none;
border:none;
}

td.cstmBtnBack a.cstmBtnText {
color:transparent;
display:inline-block;
height:35px;
width: 165px;
background:#ffffff url('../images/content/pagebuilder/JoinMyTeam.gif') no-repeat right top;
}

/* VISIT MY TEAM */
table.cstmBack td a {
display:inline-block;
height:35px;
width: 165px;
color:transparent;
background:#ffffff url('../images/content/pagebuilder/visitmyteampage.gif') no-repeat right top;
}

table.cstmBack td p.Smaller a {
display:inline;
background: none;
}

/* remove white background from personal paragraph */
.appArea p strong span,
.appArea p span {
background: none !important;
}


/*  make pink things – think this needs to just be added to general style page CustomStyle_Avon.css 
think there’s some js somewhere that creates class “controlArea” that is used by CSS to change color of everything
Compare wrappers between events – think it’s something in there

*/

.addBorder {
    background-color: #FFBAD6 !important;
    border-color: #E03486 !important;
}
.controlArea {
    background-color: #FFBAD6;
    border-bottom: thick solid #FFBAD6 !important;
    border-left: thick solid #FFBAD6 !important;
    border-right: thick solid #FFBAD6 !important;
    color: #E03486;
}
div.controlArea a:visited {
    color: #E03486;
}
div.controlArea p {
    color: #000000;
}
table.cstmBack tr td {
    padding-left: 5px;
}
.addBorder {
    width: 160px !important;
}
.cstmBack {
    background: none repeat scroll 0 0 #FFFFFF;
}
.cstmImgFrame {
    width: 100% !important;
}
div#statusInd.addBorder div#campTitle.controlArea p.centered a {
    color: #330033;
}
div.addBorder div.controlArea p.Smaller a {
    color: #330033;
}