﻿/* LAYOUT & FORMATTING
-----------------------------------------------------------------------------------*/
#paper-holder 
{
    position:absolute;
    top:15px;
    /*right:95px;*/
    left:350px;
    width:600px;
    color: #767676;
    line-height:1.3em;
}
#paper-holder .top-of-paper {
    background: transparent url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/paper-bg.jpg") no-repeat left top;
    padding: 60px 50px 5px 50px;
}
#paper-holder .bottom-of-paper {
    background: transparent url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/paper-bottom.jpg") no-repeat left top;
    height:36px;
}
#content-holder
{
    clear:both;
    overflow:visible;
}
#content-holder option
{
	padding: 0px 4px;
}


#paper-holder .top-of-paper h1
{
    float:left;
    display:block;
    width:100%;
    font-size:17px;
    margin-bottom:10px;
    clear:both;
}
#paper-holder .top-of-paper h2
{
    font-size:14px; 
	font-weight:bold;
    color: #000 !important;
}
#paper-holder .top-of-paper h3
{
    font-size:12px;
    color: #000;
}
#paper-holder .top-of-paper a 
{
    color:#c8c8c8;
}
#paper-holder .top-of-paper p
{
    color: #767676;
    padding: 5px 0 5px 0;
}

.bold-subheading { 
	font-size:12px; 
	color:#000;
	font-weight:bold; 
}
#paper-holder .top-of-paper li { 
	list-style-type:decimal;
	color:#000;
	font-weight:bold;
	margin-left:20px;
	padding:5px 0;
}
#paper-holder .top-of-paper li td {
	font-weight:normal;
	color:#767676;
}

/* PROGRESS BAR
-----------------------------------------------------------------------------------*/
#progress-holder 
{
    float:left;
    padding: 5px;
	text-align:center;
	margin-bottom:20px;
    background: transparent url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/progress-holder-bg.gif") no-repeat center top;
    height:45px;
	width:490px;
}
#progress-headers h3
{
    margin:0 50px;
    display:inline;
    font-size:10px !important;
    font-weight:bold;
    color: #767676 !important;
}
#progress-headers .selected
{
    color:#67c526;
}
#progress-indicator
{
    width:450px;
    height:13px;
    margin:5px auto;
    background: transparent url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/progress-indicator-bg.gif") no-repeat center top;
}
#progress-percentage
{
    float:left;
    background: url('/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/progress-bg-v2.gif') repeat-x left;
	margin-left:5px;
	margin-top:4px;
    height:8px;
}
/* FACTOID
-----------------------------------------------------------------------------------*/
#factoid-holder 
{
    float:left;
    display:inline;
    width:180px;
    height:200px;
    background-color:#FFF;
    padding:10px 5px 0 10px;
    line-height:1.3em;
}
#factoid-holder a 
{
    color:#67c526;
    text-decoration:underline;
    line-height:1.5em;
    font-size:12px;
}
/* QUESTIONS
-----------------------------------------------------------------------------------*/
#question-holder 
{
    float:left;
    display:inline;
    width:260px;
    margin-right:10px;
    padding:10px 5px 0 0px;
    background-color:#FFF;
    line-height:1.3em;
}
#question-holder .question-number 
{
    font-size:18px;
    font-weight:bold;
    padding-right:5px;
    color:#000;
}
#question-holder ul 
{
    list-style-type:none;
    margin-bottom:10px;
}
#question-holder li
{
    padding:2px 5px;
}
#question-x-of-y-label 
{
    float:left;
    display:inline;
    padding:5px;
}
#question-cta 
{
    color:#67c526;
    float:right;
    width:auto;
    padding:5px;
}
#question-cta a 
{
    color:#67c526;
    font-size:12px;
    text-decoration:none;
}
#question-cta a:hover
{
    cursor:pointer;
}
/* MISC
-----------------------------------------------------------------------------------*/

#your-profile-link
{
    display:inline;
    clear:none;
    padding:5px 0 10px 25px;
    height:40px;
    font-size:10px;
    background: url('/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/head-grey.gif') no-repeat 0px 3px;
}
#your-profile-link a
{
    padding-top:5px;
    padding-bottom:5px;
}
#your-profile-link.active
{
    background: url('/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/head-black.gif') no-repeat 0px 3px !important;
}
#your-profile-link.active a
{
    color:#000;
    font-weight:bold;
    text-decoration:underline;
}
#cta 
{
    display:inline;
    float:right;
    width:auto;
    margin:5px 0 0 0;
}
#cta h2
{
    display:inline; 
	font-weight:bold;
    border-bottom:dotted 1px #000;
}
#cta a 
{
	color:#000;
    text-decoration:none;
}
.score 
{
    line-height:1.5em;
    border: solid 1px #d4d4d4;
    color:#67c526;
    padding:3px;
    font-size:18px;
}
.emphasized 
{
    line-height:1.5em;
    font-size:18px;
}
hr 
{
    color:#fff;
    border-bottom:solid 1px #d4d4d4;
}
#set-quit-date-inputs 
{
    margin-top:10px;
    float:left;
    display:inline;
}
#set-quit-date-inputs input
{
    color:#747474;
    text-align:center;
    padding:2px;
}

/* EMAIL YOURSELF
-----------------------------------------------------------------------------------*/
#error-msg 
{
    display:inline;
    color:#f00;
    font-size:14px;
    font-weight:bold;
    padding:0px;
}
table td
{
    padding:5px;
}
table td.left-column-email
{
    font-weight:bold;
}
#smallscreen-holder h2
{
    font-size:14px;
    color: #000 !important;
}

/* FOOTER POSITION OVERRIDE
-----------------------------------------------------------------------------------*/
#footer 
{
    position:relative;
	padding-top: 30px;
    z-index:1;
}

/* SMALLSCREEN VIEW STUFF
------------------------------------------------------------------------------------*/
#smallscreen-holder 
{
    position:absolute;
    top:79px;
    left:375px;
    width:475px;
    height:300px;
    padding:10px 5px 0 20px;
    color: #767676;
    background-color: #FFF;
    line-height:1.3em;
    overflow:auto;
}
#smallscreen-holder #content-holder
{
    position:relative;
    padding:0px;
    width:445px;
    overflow:visible;
}
#smallscreen-holder p 
{   
    padding: 5px 0;
    line-height:1.5em;
}
#smallscreen-holder .callout
{
    position:relative;
    display:block;
    padding:10px 0px;
    width:445px;
    height:95px;
}
#smallscreen-holder .callout .head 
{
    width:445px;
    height:10px;
    background: #FFF url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/callout-sml-bg-top.gif") no-repeat top left;
}
#smallscreen-holder .callout .body 
{
    padding:5px 20px;
    width:405px;
    background: #FFF url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/callout-sml-bg-mid.gif") repeat-y top left;
}
#smallscreen-holder .callout .foot
{
    width:445px;
    height:10px;
    background: #FFF url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/callout-sml-bg-btm.gif") no-repeat top left;
}
#smallscreen-holder .callout p
{
    position:relative;
    display:block;
    width:419px;
}
#print-panel
{
    float:right;
}
#print-panel td
{
    padding:3px;
}
#print-panel li a 
{
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#000000;
	line-height: 1.5em;
	padding:0 0.2em;
	text-align:left;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	margin: 0px 10px;
}
#print-nav dt {
		text-indent:-9999em;
		width: 1px;
	}
#print-nav dd {
		float:left;
		padding:10px 0;
	}
#print-nav dd a {
	display:block;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#000000 !important;
	line-height: 1.5em;
	padding:0 0.2em;
	text-align:center;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	margin: 0px 10px;
}

#questions-for-doc
{
	margin-top:40px;
}
#questions-for-doc h2
{
	font-weight: bold;
	color:#000;
}
	
/* FULLSCREEN VIEW STUFF
------------------------------------------------------------------------------------*/
#fullscreen-holder 
{
    position:relative;
    width:760px;
    margin:0px 50px 50px 50px;
    padding:70px 5px 0 50px;
    color: #767676;
    line-height:1.3em;
}
#fullscreen-holder #content-holder
{
    padding:0px;
    height:auto;
    overflow:visible;
}
#fullscreen-holder p 
{   
    padding: 5px 0;
    line-height:1.5em;
}
.callout
{
    position:relative;
    display:block;
    padding:10px 0px;
    width:726px;
    height:95px;
}
.callout .head 
{
    width:726px;
    height:10px;
    background: #FFF url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/callout-bg-top.gif") no-repeat top;
}
.callout .body 
{
    padding:5px 20px;
    width:686px;
    background: #FFF url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/callout-bg-mid.gif") repeat-y top left;
}
.callout .foot
{
    width:726px;
    height:10px;
    background: #FFF url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/callout-bg-btm.gif") no-repeat top;
} 
.callout h3
{
    font-weight:bold;
}
.callout p
{
    width:700px;
}
#cut-off-line-holder 
{
    position:relative;
}
#cut-off-line
{
    position:relative;
    z-index:12;
    width:968px;
    height:1px;
    background: #fff url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/cut-off-line-bg.gif") no-repeat top;
}
#close-icon 
{
    float:right;
    margin:10px 10px 0px 0px;
}
#close-icon img
{
    margin-top:3px;
    padding-top:3px;
}
#close-icon a
{
    font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:1em;
	font-weight: bold;
	color:#000000;
	line-height: 1.5em;
	padding:0 0.2em;
	text-align:left;
	text-decoration: none;
	margin: 0px 10px;
}
.print 
{
    display:none;
}

/*
 * FACTOID BOX
 *----------------------------------------------------------------------------------------*/
#factoid {
	position:absolute;
	top:350px;
	left:100px;
}

#factoid .head {
	background: #fff url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/factoid-bg-top.gif") no-repeat top;
	height:10px;
	width:209px;
}
#factoid .body {
	background: #fff url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/factoid-bg-mid.gif") repeat-y top;
	width:189px;
	padding: 0 10px;
}
#factoid .body p {
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#7f7f7f;
	line-height:1.2em;
	padding:5px 0;
}
#factoid .body .factoid-paging-list {
	padding:5px 0;
	text-align:center;
}
#factoid .body .factoid-paging-list li {
	display:inline;
	padding:0 5px;
}
#factoid .body p.factoid-paging-label {
	font-weight:bold;
	text-align:center;
}
#factoid .foot {
	background: #fff url("/sites/QuitSmoking2/en/QuitSmokingImages/quit-profile/factoid-bg-btm.gif") no-repeat top;
	height:10px;
	width:209px;
}

/********************WIPRO*******************/
#divAddicSumm{
	width:495px;
}
#divMotivSumm{
	width:495px;
}

#divMotivSumm DIV.btn-size-med {	WIDTH: 190px}
#divAlert{
	position:relative;
	top:25px;
	right:-130px;
	width:200px;
	font-weight:bold;
}
#divQpView .bold-subheading{
	white-space:nowrap;
}

#divQpViewEmpty{
	display:block;
	height:40px;
}


