﻿/* **** evoke.Web.UI */
.evokeHeaderImage{text-indent:-1000px;overflow:hidden;background-repeat:no-repeat;}
/* **** */

body 
{
	background-color: #FEE47C;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

sup
{
    line-height:0;
    font-size:.85em;
}

img 
{
	border-width: 0px;
}
h1, h3, h4
{
	margin-top: 0px;
}
h1
{
	font-size: 18px;
	color: #4759b1;
}
h2
{
	font-size: 14px;
	color: #4759b1;
	margin: 26px 0 10px 0;
}

h2.noTopMargin 
{
    margin-top: 0px;
}

h2.myth
{
	font-size: 13px;
	color: #4759b1;
	margin-top: 26px;
}

.boldItalic
{
	font-weight: bold;
	font-style: italic;
}

.smallItalic
{
	font-style: italic;
	font-size: 0.85em;
}

.small
{
	font-size: 0.85em;
}
.formDisclaimer
{
	font-size: 0.9em;
	font-weight: bold;
}

.footnote
{
	font-size: 0.85em;
	color: #666666;
}

.errorMessage
{
	color: #cf0808;
	font-style: italic;	
}

.pageBreakAfter
{
	page-break-after: avoid;
}

.forprint
{
	display: none;
}

#topLeftWhite
{
	height: 60px;
	width: 941px;
	background-color: #FFFFFF;
	z-index: 1;
}

#container
{
	position: relative;
	top: -60px;
	width: 940px;
	margin: 0px auto;
	z-index: 2;
	padding-left: 0px;
}

#topContainer
{
	position: absolute;
	top: 0px;
	left: 26px;
	width: 888px;
	height: 159px;
	background-color: #ffffff;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 99;
}

#logoVivelleDot
{
	position: absolute;
	top: 0px;
	left: -8px;
	width: 211px;
	height: 100px;
}


/* TOP NAV ----------------------------- */
#topNav
{
	position: absolute;
	top: 9px;
	left: 187px;
	width: 700px;
	height: 25px;
	text-align: right;
	color: #566cd6;
	font-size: 11px;
}
#topNav ul
{
	list-style-type: none;
}
#topNav ul li
{
	margin-left: 0px;
	display: inline;
	padding: 5px 0px 6px 10px;
	height: 25px;
}
#topNav ul li.highlight
{
	margin-left: 0px;
	padding-left: 12px;
	background-image: url(../images/topnav_lcap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9ca9ea;
}
#topNav ul li.highlight a
{
	color: #ffffff;
	background-image: url(../images/topnav_rcap.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
}
#topNav ul li a
{
	color: #566cd6;
	text-decoration: none;
	height: 25px;
	padding: 5px 10px 6px 0px;
	background-image: url(../images/topnav_div.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#topNav ul li.nocap
{
	margin-right: 3px;
}
#topNav ul li.nocap a
{
	background-image: none;
}
#topNav ul li a:hover
{
	text-decoration: underline;
}
/*
#topNav ul li
{
	margin-left: -3px;
	display: inline;
	padding: 5px 0px 6px 10px;
	height: 25px;
}
#topNav ul li:hover
{
	margin-left: -5px;
	padding-left: 12px;
	background-image: url(../images/topnav_lcap.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9ca9ea;
}

#topNav ul li:hover a
{
	color: #ffffff;
	background-image: url(../images/topnav_rcap.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#topNav ul li:hover a.nocap
{
	background-image: url(../images/topnav_rcap.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#topNav ul li a
{
	color: #566cd6;
	text-decoration: none;
	height: 25px;
	padding: 5px 10px 6px 0px;
	background-image: url(../images/topnav_div.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#topNav ul li a.nocap
{
	background-image: none;
}
*/


#regSignIn
{
	position: absolute;
	top: 60px;
	left: 587px;
	width: 300px;
	color: #566cd6;
	text-align: right;
}
#regSignIn a 
{
	text-decoration: none;
	color: #ff8a00;
	font-weight: bold;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 13px;
}
#regSignIn a:hover
{
	text-decoration: underline;
}

#loggedIn
{
	position: absolute;
	top: 60px;
	left: 587px;
	width: 300px;
	color: #566cd6;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#loggedIn a 
{
	text-decoration: none;
	color: #566cd6;
	font-size: 11px;
	font-weight: normal;
}









/* MAIN NAV ---------------------------- */
#mainNav
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 940px;
	height: 59px;
	z-index: 99;
}
#mainNavTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 888px;
	background-image: url(../images/main_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
#mainNavBot
{
	position: absolute;
	top: 54px;
	left: 0px;
	height: 1px;
	width: 888px;
	background-image: url(../images/main_nav_bot.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#mainNavItems
{
	position: absolute;
	top: 1px;
	width: 888px;
	height: 58px;
}
#mainNavItems ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNavItems ul li
{
	float: left;
	position: relative;
}
#mainNavItems ul li div
{
	display: inline-block;
	height: 58px;
	margin: 0px;
	padding: 0px
}
#mainNavItems ul li div a
{
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	height: 58px;
	background-repeat: no-repeat;
}
#mainNavItems ul li.home a
{
	width: 51px;
	background-image: url(../images/con_nav_home.gif);
	background-position: 0px 0px;
}
#mainNavItems ul li.homeSelected a
{
	width: 51px;
	background-image: url(../images/con_nav_home.gif);
	background-position: 0px -58px;
}
#mainNavItems ul li.home:hover a
{
	background-position: 0px -58px;
}
#mainNavItems ul li.aboutVivDot a
{
	width: 152px;
	background-image: url(../images/con_nav_about_vivdot.gif);
	background-position: 0px 0px;
}
#mainNavItems ul li.aboutVivDotSelected a
{
	width: 152px;
	background-image: url(../images/con_nav_about_vivdot.gif);
	background-position: 0px -58px;
}
#mainNavItems ul li.aboutVivDot:hover a
{
	background-position: 0px -58px;
}
#mainNavItems ul li.yourMenoJourn a
{
	width: 198px;
	background-image: url(../images/con_nav_your_journey.gif);
	background-position: 0px 0px;
}
#mainNavItems ul li.yourMenoJournSelected a
{
	width: 198px;
	background-image: url(../images/con_nav_your_journey.gif);
	background-position: 0px -58px;
}
#mainNavItems ul li.yourMenoJourn:hover a
{
	background-position: 0px -58px;
}
#mainNavItems ul li.hystCenter a
{
	width: 172px;
	background-image: url(../images/con_nav_hyster_center.gif);
	background-position: 0px 0px;
}
#mainNavItems ul li.hystCenterSelected a
{
	width: 172px;
	background-image: url(../images/con_nav_hyster_center.gif);
	background-position: 0px -58px;
}
#mainNavItems ul li.hystCenter:hover a
{
	background-position: 0px -58px;
}
#mainNavItems ul li.postMenoOsteo a
{
	width: 231px;
	background-image: url(../images/con_nav_postmeno_osteo.gif);
	background-position: 0px 0px;
}
#mainNavItems ul li.postMenoOsteoSelected a
{
	width: 231px;
	background-image: url(../images/con_nav_postmeno_osteo.gif);
	background-position: 0px -58px;
}
#mainNavItems ul li.postMenoOsteo:hover a
{
	background-position: 0px -58px;
}
#mainNavItems ul li.nextSteps a
{
	width: 84px;
	background-image: url(../images/con_nav_next_steps.gif);
	background-position: 0px 0px;
}
#mainNavItems ul li.nextStepsSelected a
{
	width: 84px;
	background-image: url(../images/con_nav_next_steps.gif);
	background-position: 0px -58px;
}
#mainNavItems ul li.nextSteps:hover a
{
	background-position: 0px -58px;
}

#mainNavItems ul li:hover ul
{
	display: block;
}

#mainNavItems ul li ul
{
	position: absolute;
	top: 54px;
	left: 0px;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	opacity: 0.95;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
}

#mainNavItems ul li ul li
{
	display: block;
	clear: both;
	border: solid 1px #dddddd;
	border-top-width: 0px;
	background-color: #ffffff;
	padding: 5px;
	width: 100%;
	cursor: pointer;
	background-image: none;
}

#mainNavItems ul li.aboutVivDot ul li,
#mainNavItems ul li.aboutVivDot ul li a,
#mainNavItems ul li.aboutVivDotSelected ul li,
#mainNavItems ul li.aboutVivDotSelected ul li a,
#mainNavItems ul li.yourMenoJourn ul li,
#mainNavItems ul li.yourMenoJourn ul li a,
#mainNavItems ul li.yourMenoJournSelected ul li,
#mainNavItems ul li.yourMenoJournSelected ul li a,
#mainNavItems ul li.hystCenter ul li,
#mainNavItems ul li.hystCenter ul li a,
#mainNavItems ul li.hystCenterSelected ul li,
#mainNavItems ul li.hystCenterSelected ul li a,
#mainNavItems ul li.postMenoOsteo ul li,
#mainNavItems ul li.postMenoOsteo ul li a,
#mainNavItems ul li.postMenoOsteoSelected ul li,
#mainNavItems ul li.postMenoOsteoSelected ul li a,
#mainNavItems ul li.nextSteps ul li,
#mainNavItems ul li.nextSteps ul li a,
#mainNavItems ul li.nextStepsSelected ul li,
#mainNavItems ul li.nextStepsSelected ul li a
{
	background-image: none;
}

#mainNavItems ul li ul li:hover
{
	background-image: none;
	background-color: #eeeeee;
}
#mainNavItems ul li ul li a
{
	background-image: none;
	text-decoration: none;
	font-size: 12px;
	color: #566cd6;
}
#mainNavItems ul li ul li a:hover
{
	background-image: none;
	text-decoration: underline;
}
#mainNavItems ul li ul li.subSelected
{
	background-image: none;
	background-color: #eceffe;
}
#mainNavItems ul li ul li.subSelected a
{
	background-image: none;
	text-decoration: none;
	font-size: 12px;
	color: #566cd6;
}
#mainNavItems ul li ul li.subSelected a:hover
{
	background-image: none;
	text-decoration: underline;
}














#contentContainer
{
	position: absolute;
	top: 159px;
	left: 26px;
	width: 888px;
}

#contentSubContainer
{
	background-color: #ffffff;
	width: 888px;
}

#leftNav
{
	position: absolute;
	top: 146px;
	left: 0px;
	width: 180px;
	height: 307px;
	overflow: visible;
	background-image: url(../images/bg_leftnav.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 33px;
	padding-left: 12px;
	z-index: 10;
}

#leftNav #section
{
	color: #7386df;
	font-size: 15px;
	width: 158px;
	padding: 0px 5px 8px 17px;
	background-image: url(../images/leftnav_div.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#leftNav #section .arrow
{
	position: absolute;
	width: 11px;
	top: 38px;
	left: 11px;
}
#leftNav #section a
{
	color: #7386df;
	text-decoration: none;
}
#leftNav #section a.selected
{
	color: #6c7fd9;
	font-weight: bold;
	text-decoration: none;
}
#leftNav #section a:hover
{
	color: #2b3e9c;
}
#leftNav #section a.selected:hover
{
	color: #6c7fd9;
	font-weight: bold;
	text-decoration: none;
}

#leftNav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 32px;
}

#leftNav ul li
{
	padding: 8px 5px 8px 0px;
	background-image: url(../images/leftnav_div.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#leftNav ul li.selected
{
	list-style-image: url(../images/leftnav_rarrow.gif);
	background-color: #ffffff;
	background-image: url(../images/leftnav_div_selected.jpg);
}

#leftNav ul li a
{
	color: #7386df;
	font-size: 12px;
	position: relative;
	top: -2px;
	text-decoration: none;
}
#leftNav ul li.selected a
{
	color: #6c7fd9;
	font-weight: bold;
}
#leftNav ul li:hover
{
	list-style-image: url(../images/leftnav_rarrow.gif);
}
#leftNav ul li a:hover
{
	color: #2b3e9c;
}

#leftNav ul li.selected:hover a
{
	color: #7386df;
}

#leftNav ul li.selected ul
{
	padding-left: 20px;
}


#leftNav ul li.selected ul li
{
	list-style-image: none;
}
#leftNav ul li.selected ul li.subselected
{
	list-style-image: none;
}
#leftNav ul li.selected ul li.subselected a
{
	color: #6c7fd9;
	font-weight: bold;
}
#leftNav ul li.selected ul li a 
{
    font-weight:normal;
}
#leftNav ul li:hover ul li a
{
	color: #6c7fd9;
}
#leftNav ul li.selected ul li a:hover
{
	color: #2b3e9c;
}




#pageHeader
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#pageUtilNav .interior
{
	position: absolute;
	top: 147px;
	left: 501px;
	width: 203px;
	z-index: 21;
}

#pageUtilNav .noCallouts
{
	position: absolute;
	top: 147px;
	left: 674px;
	width: 203px;
	z-index: 21;
}

#pageUtilNav .noLeftNavNoCallouts
{
	position: absolute;
	top: 147px;
	left: 674px;
	width: 203px;
	z-index: 21;
}

#pageShare
{
	display: none;
	position: absolute;
	top: 16px;
	left: -410px;
	width: 595px;
	background-image: url(../images/bg_share.jpg);
	background-repeat: repeat-x;
	background-color: #eef1ff;
	border: solid 1px #4759b1;
	color: #333333;
}

#pageShare .txtInputShare
{
	background-color: #ffffff;
	border: solid 1px #9ba9ee;
	width: 180px;
}
#pageShare .txtInputShareUrl
{
	background-color: #ffffff;
	border: solid 1px #9ba9ee;
	width: 200px;
}

#pageShare a
{
	color: #788ae4;
}

#pageShare .errorMsgShare
{
	color: #cc0000;
	font-style: italic;
	font-size: 0.9em;
}

#pageShare #shareLB
{
	position:absolute;
	left:0px;
	top:0px;
	width:595px;
	height:100%;
	background-color:#000000;
	opacity:0.4;
	color:#ffffff;
}

#shareClose
{
	position:absolute;
	width:55px;
	height:19px;
	left:540px;
	top:0px;
}


#pageContent
{
	color: #333333;
}
#pageContent .interior
{
	position: relative;
	width: 467px;
	min-height: 300px;
	overflow: visible;
	padding: 183px 10px 20px 227px;
	background-color: #ffffff;
	z-index: 1;
}

#pageContent .noCallouts
{
	position: relative;
	width: 631px;
	min-height: 300px;
	padding: 183px 30px 0px 227px;
	background-color: #ffffff;
	z-index: 1;
}
#pageContent .noLeftNavNoCallouts
{
	position: relative;
	width: 828px;
	min-height: 300px;
	padding: 183px 30px 0px 30px;
	background-color: #ffffff;
	z-index: 1;
}
#pageContent .noLeftNav
{
	position: relative;
	width: 654px;
	min-height: 300px;
	padding: 183px 0px 0px 30px;
	background-color: #ffffff;
	z-index: 1;
}

#pageContent a
{
	color: #ff8a00;
	font-weight: bold;
	text-decoration: none;
}
#pageContent a:hover
{
	text-decoration: underline;
}

#pageContent p, #pageContent ul 
{
    margin:10px 0; 
}

#pageNav 
{ 
	margin-top: 20px;
}

#pageNav a
{
	text-decoration: none;
	color: #5d72d1;
}
#pageNav a:hover
{
	text-decoration: underline;
}

#pageNav .prevNextImg
{
	vertical-align: top;
}
#pageNav .navTextYes
{
	color: #5d72d1;
	line-height: 27px;
}

#pageNav .navTextNo
{
	color: #c0c9f3;
	line-height: 25px;
}

#pageNav .navTextHelpful
{
	position: relative;
	top: 2px;
	color: #6f83de;
	font-style: italic;
}
#pageNav .prevNext
{
	margin-top: 14px;
}
#pageNav .prevNextInner
{
	padding: 3px 0px 3px 10px;
}

#pageCallouts
{
	position: absolute;
	top: 0px;
	left: 704px;
	width: 184px;
	height: 597px;
	overflow: visible;
	background-image: url(../images/bg_callout.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#pageCallouts a
{
	color: #788ae4;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#pageCallouts a:hover
{
	text-decoration: underline;
}

#pageCallouts .coLinks
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#pageCallouts .coGeneric
{
	position: relative;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 174px;
}



.isi
{
	background-color: #ffffff;
	padding: 0px 0px 20px 28px;
}





.glossaryTermIcon
{
	margin-left: -10px;
}
.glossaryTerm
{
	font-weight: bold;
	color: #333333;
	padding-right: 15px;
	cursor: pointer;
	/*background-image: url(../images/icon_glossary_term.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
}
#glossaryTerm
{
	display: none;
	position: absolute;
	top: 200px;
	left: 200px;
	padding: 10px;
	z-index: 99;
	width: 200px;
	background-color: #eef1ff;
	border: solid 1px #9ba9ee;
}
.successMsg
{
	background-image: url(../images/checkmark.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #4e60b7;
	font-style: italic;
}
.inputOK
{
	display: none;
	background-image: url(../images/checkmark.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #4e60b7;
	font-style: italic;
}
.formDiv
{
	padding: 5px;
}
.formSelectDiv
{
	padding: 5px;
}
.tblForm
{
	width: 100%;
}
.tblForm td
{
	padding: 5px;
}
.tblForm .tdInput
{
	vertical-align: top;
	padding: 5px;
}
.tblForm .tdMsg
{
	vertical-align: bottom;
	padding: 5px;
	padding-bottom: 8px;
}
tr.fieldOK td
{
	border-bottom: solid 1px transparent;
}
tr.fieldOK .tdMsg
{
	padding-left: 5px;
}
tr.fieldError td
{
	border-bottom: solid 1px #cf0808;	
	background-color: #fce6e6;
}
tr.fieldError .tdMsg
{
	padding-left: 20px;
	background-image: url(../images/error_arrow_left.gif);
	background-repeat: no-repeat;
}
tr.fieldError .errorMsg
{
	color: #cf0808;
	font-style: italic;	
}


tr.fieldError .errorMsgDown
{
	color: #cf0808;
	font-style: italic;	
	background-image: url(../images/error_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	margin: 5px 0px 5px 6px;
}

tr.fieldError .errorMsgUp
{
	color: #cf0808;
	font-style: italic;	
	background-image: url(../images/error_arrow_up.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 5px 0px 0px 6px;
}

.req
{
	color: #ff0000;
}
.reqFieldMsg
{
	color: #ff0000;
	font-size: 0.9em;
	font-style: italic;
}
.formSectionNoBotMarg
{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #4759b1;
}
.formSection
{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #4759b1;
}


div.fieldOK
{
	padding: 5px;
	border-bottom: solid 1px transparent;
}
div.fieldError
{
	padding: 5px;
	border-bottom: solid 1px #cf0808;	
	background-color: #fce6e6;
}

div.fieldError .errorMsg
{
	color: #cf0808;
	font-style: italic;	
	background-image: url(../images/error_arrow_left.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}
div.fieldError .errorMsgDown
{
	color: #cf0808;
	font-style: italic;	
	background-image: url(../images/error_arrow_down.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 5px 0px 5px 6px;
}
div.fieldError .errorMsgUp
{
	color: #cf0808;
	font-style: italic;	
	background-image: url(../images/error_arrow_up.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 5px 0px 0px 6px;
}




#sectionFooter
{
	width: 888px;
	background-color: #ffffff;
	height: 70px;
}

#sectionFooter .left
{
	float: left;
	background-color: #6c7fd9;
	width: 199px;
	height: 54px;
}
#sectionFooter .right
{
	float: left;
	background-color: #6c7fd9;
	width: 689px;
	height: 54px;
}

#sectionFooter div ul
{
	list-style-type: none;
	margin: 0px;
	padding: 8px 0 0 0px;
}
#sectionFooter div ul li
{
	float: left;
	background-image: url(../images/consumer_footer_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-right: 15px;
}
#sectionFooter div ul li a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#sectionFooter div ul li a:hover
{
	text-decoration: underline;
}

#footer
{
	width: 864px;
	margin-top: 20px;
	margin-left: 24px;
}
#footer .logo
{
	float: left;
	width: 160px;
	height: 36px;
}
#footer .nav
{
	float: left;
	margin-left: 20px;
	width: 684px;
	color: #586ed5;
}
#footer .nav a
{
	color: #586ed5;
	text-decoration: none;
	font-weight: bold;
}
#footer .nav a:hover
{
	text-decoration: underline;
}
#footer ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer ul li
{
	float: left;
	margin-right: 15px;
}
#footer ul li.last
{
	margin-right: 0px;
}

#globalFooterDisclaimer
{
	clear:both;
	padding-top:10px;
}


#warnLeaving
{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	width: 450px;
	height: 250px;
	background-color: #eef1ff;
	padding: 20px;
	border: solid 1px #9ba9ee;
}

.txtInputZip
{
	background-color: #ffffff;
	border: solid 1px #9ba9ee;
	width: 90px;
}
.txtInput
{
	background-color: #ffffff;
	border: solid 1px #9ba9ee;
	width: 220px;
}
.txtInputReg
{
	background-color: #ffffff;
	border: solid 1px #9ba9ee;
	width: 160px;
}


#regLoginForm
{
	width: 869px;
}
#regLoginForm .reg
{
	float: left;
	width: 385px;
	padding: 25px;
	background-color: #f7f9fe;
	background-image: url(../images/div_reg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#regLoginForm .reg p
{
	padding-left: 5px;
}
#regLoginForm .login
{
	float: left;
	width: 384px;
	padding: 25px;
}
#regLoginForm .login p
{
	padding-left: 5px;
}
.fadeHeader
{
	margin-left: -5px;
	height: 24px;
	width: 100%;
	color: #4759b1;
	font-size: 16px;
	background-image: url(../images/bg_hdr_fade.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.fadeHeaderWL
{
	margin-left: -5px;
	height: 24px;
	color: #4759b1;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}


#forgotPassword
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 512px;
	height: 344px;
	border: solid 1px #9ba9ee;
	background-color: #eef1ff;
	padding: 10px;
}


#glossaryPageContent
{
	position: relative;
}
#glossaryPageContent a
{
	color: #333333;
}
#glossaryPageContent a:hover
{
	color: #ff8a00;
}

#glossaryPageContent #expandCollapse
{
	font-size: 0.85em;
	margin-bottom: 5px;
}

#glossaryPageContent .glossaryTermOff
{
	position: relative;
	background-color: #eceffe;
	border-bottom: solid 1px #acb7eb;
	background-image: url(../images/bg_glossary_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px 50px 20px 20px;
	cursor: pointer;
}
#glossaryPageContent .glossaryTermOff:hover a
{
	color: #ff8a00;
	text-decoration: underline;
}
#glossaryPageContent .glossaryTermOff .title
{
	font-weight: bold;
}
#glossaryPageContent .glossaryTermOff .definition
{
	margin-top: 2em;
	display: none;
}


#glossaryPageContent .glossaryTermOn
{
	position: relative;
	background-color: #ffffff;
	border-bottom: solid 1px #acb7eb;
	background-image: url(../images/bg_glossary_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px 50px 20px 20px;
	cursor: pointer;
}
#glossaryPageContent .glossaryTermOn .title
{
	font-weight: bold;
}
#glossaryPageContent .glossaryTermOn .definition
{
	margin-top: 2em;
	display: none;
}




#divFaqContent a
{
	color: #333333;
}
#divFaqContent a:hover
{
	color: #ff8a00;
}


#divFaqContent .faqNavOff
{
	background-color: #9ba9ee;
	text-align: center;
	border-left: solid 1px #ffffff;
}
#divFaqContent .faqNavOff a
{
	color: #ffffff;
}
#divFaqContent .faqNavOn
{
	background-color: #404e95;
	text-align: center;
	border-left: solid 1px #ffffff;
}
#divFaqContent .faqNavOn a
{
	color: #b9c2ed;
}

#divFaqContent .faqSection
{
	display: none;
}
#divFaqContent .faqSection .expandCollapse
{
	background-color: #404e95;
	padding: 10px;
	color: #ffffff;
}
#divFaqContent .faqSection .expandCollapse a
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 0.85em;
}


#divFaqContent .faqOff
{
	background-color: #eceffe;
	border-bottom: solid 1px #acb7eb;
	padding: 20px 50px 20px 20px;
	background-color: #eceffe;
	background-image: url(../images/bg_glossary_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
#divFaqContent .faqOff:hover a
{
	color: #ff8a00;
	text-decoration: underline;
}
#divFaqContent .faqOff .question
{
	font-weight: bold;
}
#divFaqContent .faqOff .answer
{
	margin-top: 2em;
	display: none;
}

#divFaqContent .faqOn
{
	background-color: #ffffff;
	border-bottom: solid 1px #acb7eb;
	padding: 20px 50px 20px 20px;
	background-image: url(../images/bg_glossary_on.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
}
#divFaqContent .faqOn .question
{
	font-weight: bold;
}
#divFaqContent .faqOn .answer
{
	margin-top: 2em;
	display: none;
}


/*** Jeff styles ***/

div.purpleFadeBox 
{
    background:#a5b1f0 url(../images/bgPurpleFadeBox.gif) repeat-x;
    text-align:center;
    padding:5px 0 0px 5px;
    margin:20px 0;
    width:440px;
}

div.purpleFadeBoxTitle 
{
    font-size: 14px;
	font-weight:bold;
	color: #4759b1;
	margin:5px 0;
}

div.purpleFadeBoxCol 
{
    background:#eceffe;
    margin-right:5px;
    float:left;
    display:inline;
    width:215px;
    line-height:2em;
    text-align:left;
}

div.purpleFadeBoxCol .content 
{
    padding-left:15px;
}

div.purpleFadeBoxColHdr 
{
    background:#6c7fd9;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#fff;
    width:100%;
    line-height:24px;
}


#pageContent ul 
{
    list-style-type:none;
    margin-left:15px;
    padding-left:0;
}

#pageContent ul li 
{
    background:url(../images/orangeRectBullet.gif) no-repeat 0 4px;
    position:relative;
    padding-left:20px;
    margin-bottom:10px;
}

#pageContent img#imgPinkShirtWoman 
{
    float:right;
    margin-left:10px;
}

div#byYourSideCentered 
{
    margin:0 auto;
    position:relative;
    width:445px;
}

div#purpleBox 
{
    background:#f7f9fe;
    margin:0 auto;
    width:421px;
    padding:12px;
}

div#purpleBox ul 
{
    list-style-type:none;
    margin-left:15px;
    padding-left:0;
}

div#purpleBox ul li 
{
    background:url(../images/orangeTriBullet.gif) no-repeat 0 4px;
    position:relative;
    padding-left:20px;
    margin-bottom:10px;
}

div#purpleBox .fadeHeader 
{
}

div#purpleBox img
{
    margin-right:14px; 
    float:left;
    display:inline;
}

div#purpleBox div.purpleBoxText
{
    float:left;
    width:300px;
}

div#purpleBox div.purpleBoxText p
{
    margin:0 0 10px 0;
}

div#reminderTabs 
{
    position:relative;
    z-index:-1;
}

span#tabRefill, span#tabPatch 
{
    background:#fff url(../images/tabRemindersOff.gif) no-repeat;
    width:166px;
    height:43px;
    float:left;
    margin-right:7px;
}

span#tabRefill a, span#tabPatch a  
{
    display:block;
    width:141px;
    height:36px;
    padding:7px 0 0 25px;
    font-weight:normal; 
    font-size:16px;
    color:#4759b1; 
    outline:none;
}

span#tabRefill.open, span#tabPatch.open { background-image:url(../images/tabRemindersOn.gif); }
span#tabRefill.open a, span#tabPatch.open a { font-weight:bold; }
span#tabRefill a:hover, span#tabPatch a:hover { text-decoration:none; }

div#divRefillForm, div#divPatchForm 
{
    margin-top:0;
    padding-top:0;
    position:relative;
    top:-5px;
    clear:both;
}

div#reminderTabs 
{
    margin-bottom:0;
    padding-bottom:0;
    height:43px;
}

div.reminderForm
{
    padding:15px;
    width:415px;
}

div.reminderForm .req { font-style:italic; }

div.refillReminder {  }

div.reminderFormHdr  
{
    padding-bottom:20px;
    margin-bottom:5px;
    border-bottom:1px solid #afb7de;
}

.ddlInput
{
	background-color: #ffffff;
	border: solid 1px #9ba9ee;
}

div.btnJoinSignIn
{
    width:290px;
    height:40px;
    margin:20px auto;
}

div.btnJoinSignIn a
{
    display:block;
    background:#fff url(../images/btnJoinSignIn.gif) no-repeat;
    width:290px;
    height:40px;
}

span.btnText  
{
    position:absolute;
    top:-1000px;
    left:-5000px;
}       
    
span.orangeTriLink {
    background:url(../images/orangeTriBullet.gif) no-repeat 0 4px;
    padding-left:12px;
    margin-left:6px;
}




.button54
{
	position: relative;
	display: block;
	height: 27px;
	overflow: hidden;
}
.button54 a img
{
	position: relative;
	top: 0px;
}
.button54 a:hover img
{
	position: relative;
	top: -27px;
	
}

.button80
{
	position: relative;
	display: block;
	height: 40px;
	overflow: hidden;
}
.button80 a img
{
	position: relative;
	top: -40px;
}
.button80 a:hover img
{
	position: relative;
	top: 0px;
}

.checkboxList div
{
	margin-bottom: 10px;
}


#popupContent
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	border: solid 1px #9ba9ee;
	background-color: #eef1ff;
	width: 600px;
	height: 460px;
	overflow: auto;
}
#popupContentText
{
	padding: 10px 20px 20px 20px;
}

.nowrap
{
	white-space: nowrap;
}

.isiDivider
{
	width: 888px;
	text-align: center;
}







.patientEduMat
{
	clear: both;
	width: 465px;
}

.patientEduMat .left
{
	float: left;
	width: 86px;
}

.patientEduMat .right
{
	float: left;
	width: 379px;
}

.patientEduMat .spacer
{
	clear: both;
	height: 15px;
}

.tblSitemap td
{
	vertical-align: top;
}

#shareSocial a
{
	text-decoration: none;
}

.tblCommSupport
{
}
.tblCommSupport .logo
{
	text-align: center;
	vertical-align: middle;
	padding-right: 20px;
}
.tblCommSupport .content
{
	text-align: left;
	vertical-align: top;
	background-image: url(../images/comm-support/bg_comm_support.png);
	background-repeat: repeat-y;
	padding: 15px;
}

#sitemap a
{
	font-size: 0.9em;
}

#sitemap .sitemapLink
{
	margin-bottom: 3px;
}

#flashMoviePopup
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 615px;
}
#flashMoviePopupClose
{
	height: 15px;
	background-color: #ffffff;
	text-align: right;
}
#flashMoviePopupVideo
{
	height: 600px;
}
#flashTransdermal
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 430px;
}
#flashTransdermalClose
{
	height: 18px;
	background-color: #ffffff;
	text-align: right;
}
#flashTransdermalVideo
{
	height: 412px;
}

.vvPopup
{
	display: none;
	width: 560px;
}
.vvPopupDivs
{
	position: relative;
}
.vvPhoto
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.vvContent
{
	position: relative;
	top: 0px;
	left: 120px;
	width: 410px;
}
.vvAge
{
	font-size: 13px;
}
.vvQuote
{
	font-size: 15px;
	color: #4759b1;
	font-style: italic;
}


a.button
{
	display: block;
}
a.button span
{
	display: none;	
}
a.button:hover
{
	background-position: 0px 0px;
}
a.btnSignIn
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/sign_in.gif) no-repeat 0px -27px;
}
a.btnRegister
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/register.gif) no-repeat 0px -27px;
}
a.btnSubmit
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/submit.gif) no-repeat 0px -27px;
}
a.btnPrintVoucher
{
	width: 256px;
	height: 40px;
	background: url(../images/buttons/print_voucher_now.gif) no-repeat 0px -40px;
}
a.btnOrderNow
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/order_now.gif) no-repeat 0px -27px;
}
a.btnSave
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/save.gif) no-repeat 0px -27px;
}
a.btnYesDeleteProfile
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/yes_delete_profile.gif) no-repeat 0px -27px;
}
a.btnSetEmailReminders
{
	width: 195px;
	height: 27px;
	background: url(../images/buttons/set_up_email.gif) no-repeat 0px -27px;
}
a.btnNext
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/next.gif) no-repeat 0px -27px;
}
a.btnPrint
{
	width: 105px;
	height: 27px;
	background: url(../images/buttons/print.gif) no-repeat 0px -27px;
}
a.btnGoBackToForm
{
	width: 142px;
	height: 27px;
	background: url(../images/buttons/gobacktoform.gif) no-repeat 0px -27px;
}
a.btnCreateYourCustList
{
	width: 260px;
	height: 40px;
	background: url(../images/buttons/create_customized_list.gif) no-repeat 0px -40px;
}