/* 

FixNixer Screen Styles

 */


/*************************************** 

MEYER RESET

******************************************/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;
	font-size:62.5%;*/
	vertical-align: baseline;
	background: transparent;
}
/*body {
	line-height: 1;
}*/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*************************************** 

Main Structures

******************************************/



body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color:#000000;
	min-width:980px
}

#profileButtonNext{
	border:0;
}

#wrapper{
	width:100%;
	margin:0 auto;
	background-image: url(../images/mainBg.png);
	background-repeat: no-repeat;
	background-position:center top;
}

html{height:100%;


}

#footer {
	height: 50px;
	width: 100%;
	background-image: url(../images/bgFoooter.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	clear: both;
}


#header {
	height: 223px;
	width: 1010px;
	clear: both;
	margin: 0 auto;
}


/*************************************** 

Form Styles

******************************************/

.formwrapper, .submitwrapper

{
	position: relative;
	padding:10px;
	clear:both;
	width: 100%;
	display: block;
}

.submitdiv

{
	margin-right:10px;
	margin-left:10px;
	text-align:right;
	width:780px;
	padding-top:10px;
	clear: both;

 }


.leftCol

{
position: relative;
padding:10px;
float: left;
width:360px;

/*background:red;*/	

}

.rightCol

{
float: right;
position: relative;
padding:10px;
width:330px;

/*margin-left:50px;*/

/*background: green;	*/

}


.innerFormTitle

{
position: relative;
padding-top:5px;
height:25px;
font-weight: bold;	
font-size: 12px;
		
}

/*label{
float: left;
width: 140px;
font-weight: normal;
padding-bottom:8px;
}*/

.longlabel{

float: left;
width: 300px;
font-weight: normal;
padding-bottom:8px;

}

.shortlabel{

float: left;
width: 250px;
font-weight: normal;
padding-bottom:8px;

}

input, textarea{

}
textarea{
width: 250px;
height: 150px;

}
.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

fieldset {
	border:solid 1px;
	padding:0px 9px 9px 9px;
	border-color: #AE0000;
	background-color: #530000;
  }

legend{
	font-weight: bold;
	color:#FFFFFF;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

.checkBoxText

{
font-weight: normal;	
font-size: 11px;

}

/*---------FIELD LOOK AND FEEL -------*/


.it_regular{ /*regular box*/

color : #000000;
font-weight: normal;
font-size: 11px;
border: 1px solid #999999;
height:18px;
width:160px;
background: #FFFFFF;
padding:1px;
display:block;
 }

.it_date{ /*date box*/
 
color : #000000;
font-weight: normal;
font-size: 11px;
border: 1px solid #999999;
background-color: #FFFFFF;
text-align:left;
}


.it_short{ /*short box*/

color : #000000;
font-weight: normal;
font-size: 11px;
border: 1px solid #999999;
height:18px;
width:35px;
background: #FFFFFF;
padding:1px;
 }

 

 .it_textbox{ /*multiline box*/
color : #000000;
font-weight: normal;
font-size: 11px;  
background-color: #ffffff;  
border: 1px solid #999999;  
height:75px;
width:280px; 
padding:1px;
overflow: auto;

font-family:Arial, Helvetica, sans-serif;
 }
 
 .it_textbox_sm{ /*multiline box*/
color : #000000;
font-weight: normal;
font-size: 11px;  
background-color: #ffffff;  
border: 1px solid #999999;  
height:38px;
width:180px; 
padding:1px;
overflow: auto;

font-family:Arial, Helvetica, sans-serif;
 }

 .it_long{ /*extralong box*/
color : #000000;
font-weight: normal;
font-size: 11px;  
background-color: #ffffff;  
border: 1px solid #999999;  
height:18px;
width:260px;
padding:1px;

font-family:Arial, Helvetica, sans-serif;
 }

 

 .it_dropdown{  /*drop down*/
color : #000000;
font-weight: normal;
font-size: 12px;  
background-color: #ffffff;  
border: 1px solid #999999;  
height:18px; 
display:block;
margin:5px 0;
 }
.it_dropdown2{  /*drop down*/
color : #000000;
font-weight: normal;
font-size: 11px;  
background-color: #ffffff;  
border: 1px solid #999999;  
height:18px;
}
.wideDropDown{
	width:310px;
	font-size: 11px;
}

 .submitButton {
color : #ffffff;
font-weight: bold;
font-size: 12px;  
background-color: #990033;  
border: 1px solid #999999;  
 }

.formError{
width:320px;
border: 1px solid #999999;	
text-align: left;
z-index:50;
}

.survey{
	padding:10px;
	background:#6F3B3B no-repeat 0 0;
	color:#FFF;
	margin:10px 0;
}
.survey em{
	color:#FCC;
}
.survey h5{
	margin:5px;
	font-size:16px;
	font-style:italic;
}



.formErrorTitle {
padding:3px;
width: auto; 
border-bottom: 1px solid #999999;	
text-align: left;
background: #ff0000;
font-weight: bold;
color: #ffffff;
}


.formErrorMessage {
padding:3px;
font-weight: normal;
font-size: 11px;  
width: auto; 
text-align: left;
background-color:#9a0000;
color:#FFF;
}

 .form_example {
font-weight: normal;
font-size: 11px;
}

.checkBoxes td {
font-weight: normal;
font-size: 12px;
vertical-align:top;
}

.checkBoxes label {
display:block;
text-align:left;
width:150px;
margin-top:-20px;
margin-left:20px;
}
.checkBoxes tr td label{
	display:block;
	float:none;
	margin-bottom:10px;
	padding-top:4px;
}


/*************************************** 

Main Site Look and Feel

******************************************/


#footerImage {
	height:100%;
	width:100%;
	background-image: url(../images/bgRepeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/*************************************** 

Login Page Styles

******************************************/

#loginPage {
	margin: 0px auto 20px auto;
	width: 370px;
	background-image: url(../images/registerBox.png);
	padding: 100px 60px 0px 150px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 200px;
	clear: both;
	display: block;
}
#loginPage h2 {
	font-size: 15px;
	margin:5px 0;
}
#loginPage form{
	margin:0;
	padding:0;
}
#loginPage a:link, #loginPage a:visited {
	color: #F69A8B;
	padding:0px 2px;
	float: none;
}
#loginPage a:hover {
	text-decoration: none;
	background-color: #F69A8B;
	color: #000000;
		padding:0px 2px;
}
/*
#login {
	background-color: #FF3300;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 5px 40px 0px 0px;
	padding:0px;
	border:0px;
}*/
#loginPage form {
	width: 260px;
}

/*************************************** 

Register page Styles

******************************************/


/*#registerPage {
	margin: 0 auto;
	width:85%;
	display: block;
	
}*/
#registrationPage{
	width: 820px;
	background-color: #3b0000;
	border: 20px solid #000;
	color: #CCCCCC;
	padding: 10px;
	margin:auto;
}


#registerTitle1 {/* STEP 1 */
	background-image: url(../images/RegistrationTitle1.png);
	height: 173px;
	width: 415px;
	display: block;
	position: absolute;
	left: 71px;
	top: 0px;
}


#registerTitle2 { /*STEP 2 */
	background-image: url(../images/RegistrationTitle2.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}

#registerTitle3 { /*STEP 3 */
	background-image: url(../images/RegistrationTitle3.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}

#registerTitle4 { /*STEP 4 */
	background-image: url(../images/RegistrationTitle4.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}

#registerTitle5 { /*STEP 5 */
	background-image: url(../images/RegistrationTitle5.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}
#registerTitle6 { /*STEP 6 */
	background-image: url(../images/RegistrationTitle6.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}
#registerTitle7 { /*STEP 7 */
	background-image: url(../images/RegistrationTitle7.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}
#registerTitle8 { /*STEP 7 */
	background-image: url(../images/RegistrationTitle7.png);
	height: 173px;
	width: 415px;
	position: absolute;
	left: 71px;
	top: 0px;
}


#header h2 {
	margin: 0px;
	padding: 0px;
}

#header span {
	visibility: hidden;
}
#basicPage {
	width: 820px;
	margin: 0 auto 20px auto;
	background-color: #3b0000;
	border: 20px Solid #000;
	color: #CCCCCC;
	padding: 10px;
}

#basicPage a:link, #basicPage a:visited {
	color: #FF3300;
}
#basicPage a:hover {
	color: #FFFFFF;
	
}
.legendNote{
	font-size:12px;
	color:white;
}
.registrationNote{
	margin:5px 0 15px 5px;
	font-size:14px;
	color:#F58781;
	width:375px;
	text-align:justify;
}

/*************************************** 

FORUM PAGE

******************************************/
#forumPage {
	width: 820px;
	margin: 0 auto 20px auto;
	background-color: #3b0000;
	border: 20px Solid #000;
	color: #FFFFFF;
	padding: 10px;
}
#forumPage a {
	color:#FFFFFF;
}
#forumTitle { /*Forum title */
	background-image: url(/images/forumTitle.png);
	height: 173px;
	width: 550px;
	display:block;
	float:left;
	background-repeat: no-repeat;
}


/*************************************** 

Header Styles

******************************************/

#header h1 {
	background-image: url(../images/FixnixerLogo.png);
	background-repeat: no-repeat;
	height: 180px;
	width: 418px;
	margin: 0px;
	padding: 0px;
	position: relative; 
	left: 509px; 
	top: 0px;
	z-index:25;
}

/*************************************** 

Main Nav Styles

******************************************/

#nav {
	height: 50px;
	width: 100%;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
float:left;
padding:0px;
white-space:nowrap;
}

#nav {
	height: 50px;


}
#nav ul {
	margin: 1px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float:right;
}
#nav a span {
visibility:hidden;
}
#nav a {
display:block;
text-decoration:none;
padding:0px;
margin:0px;
}


/********* HOME BUTTON *************/
#nav #home a{display:block;height:49px;width:71px; background-color:#000;}
#nav #home a:link,  #nav #home a:visited{background:url(../images/homeBTN.jpg) no-repeat;}
#nav #home a:hover{background:url(../images/homeBTN.jpg) no-repeat; background-position:0 2px;}

/********* QUITTING 101 BUTTON *************/
#nav #quit101 a{display:block;height:49px;width:92px; background-color:#000;}
#nav #quit101 a:link,  #nav #quit101 a:visited{background:url(../images/quitting101BTN.jpg) no-repeat;}
#nav #quit101 a:hover{background:url(../images/quitting101BTN.jpg) no-repeat; background-position:0 2px;}

/********* FORUM BUTTON *************/
#nav #forum a{display:block;height:49px;width:65px; background-color:#000;}
#nav #forum a:link,  #nav #forum a:visited{background:url(../images/forumBTN.jpg) no-repeat;}
#nav #forum a:hover{background:url(../images/forumBTN.jpg) no-repeat; background-position:0 2px;}

/********* BLOGS BUTTON *************/
#nav #blogs a{display:block;height:49px;width:107px; background-color:#000;}
#nav #blogs a:link,  #nav #blogs a:visited{background:url(../images/sharedBlogsBTN.jpg) no-repeat;}
#nav #blogs a:hover{background:url(../images/sharedBlogsBTN.jpg) no-repeat; background-position:0 2px;}

/********* PROFILE BUTTON *************/
#nav #profile a{display:block;height:49px;width:113px; background-color:#000;}
#nav #profile a:link,  #nav #profile a:visited{background:url(../images/updatedProfileBTN.jpg) no-repeat;}
#nav #profile a:hover{background:url(../images/updatedProfileBTN.jpg) no-repeat; background-position:0 2px;}

/********* START OVER BUTTON *************/
#nav #startover a{display:block;height:49px;width:108px; background-color:#000;}
#nav #startover a:link,  #nav #startover a:visited{background:url(../images/StartOverBTN.jpg) no-repeat;}
#nav #startover a:hover{background:url(../images/StartOverBTN.jpg) no-repeat; background-position:0 2px;}

#header #lockHeader {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#dashboard {
	background-image:url(../images/FixnixerLogo.png);
	background-repeat:no-repeat;
	background-position:525px 50px;
	width:1010px;
	display: block;
	margin:0 auto;

}


#dashboard #lockHeader {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}


.headerlines {
	background-image: url(../images/fixnixerHeader.png);
	background-repeat: no-repeat;
	height: 227px;
}
.headerlines2 {
	background-image: url(../images/fixnixerHeader2.png);
	background-repeat: no-repeat;

}
.whitetxt {
	color: #FFFFFF;
}
#forumPage h3 {
	color: #FFFFFF;
}
#fourmtableTop {
	width: 780px;
	background-image: url(../images/subjectBars.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#forumtable {
	width: 765px;
	background-color: #FFFFFF;
	border: 8px solid #000;
	margin: 10 auto;	color: #000000;
}
#fourmtableTop td {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px;
	height: 25px;
}
#forumtable td {
	padding: 3px;
}

#forumtable a {
	color:#000000;
}
#lockHeader h3 {
	background-image: url(../images/fixnixerHeader3.png);
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin: 0px;
	font-size: 15px;
	width: 455px;
}
.rightDashboard {
	float: right;
	width: 400px;
	margin-bottom: 130px;
	padding-right: 20px;
	overflow: auto;
	height: 190px;
}
.rightDashboard .it_radiobutton{
	width:300px;
}
.dayNumber {
	float: right;
	width: 420px;
	margin-top: 120px;
	clear: right;
	margin-bottom: 10px;
}

#Calender {
	float: left;
	width: 550px;
	background-image: url(../images/fixnixerHeader2.png);
	background-repeat: no-repeat;
	padding-bottom: 23px;
	padding-top: 10px;
	background-position: right bottom;
	z-index: 100;
	top: 100px;
}
.dayNumber h4 {
	color: #FF3300;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
.clearfix {
	clear: both;
}
#Calender p {
padding:0px;
margin:0px 50px 10px 20px;
}
#Calender .caltable td {
	text-align:center;
	padding:0px;
	color: #F48468;
	margin: 0px;
}
.caltable a:link, .caltable a:visited {
	color: #000000;
	padding:0px 1px;
	width:14px;
	display:block;
	float:left;
}
.caltable  a:hover {
	color: #000000;
	background-color: #FFCCBF;
	text-decoration:none;
	padding:0px 1px;
	width:14px;
	display:block;
	float:left;

	
}

a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #FF3300;
	
}
.caltable #current a:link, #Calender #current a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3300;
	padding:0px 2px;
}

#handwrapper0 {
	background-image: url(../images/hands/0hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
	margin:0 auto;
}

#handwrapper1 {
	background-image: url(../images/hands/01hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper2 {
	background-image: url(../images/hands/02hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper3 {
	background-image: url(../images/hands/03hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper4 {
	background-image: url(../images/hands/04hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper5 {
	background-image: url(../images/hands/05hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper6 {
	background-image: url(../images/hands/06hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper7 {
	background-image: url(../images/hands/07hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper8 {
	background-image: url(../images/hands/08hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper9 {
	background-image: url(../images/hands/09hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper10 {
	background-image: url(../images/hands/10hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper11 {
	background-image: url(../images/hands/11hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper12 {
	background-image: url(../images/hands/12hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	margin:0 auto;
}

#handwrapper13 {
	background-image: url(../images/hands/13hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 270px;
	margin:0 auto;
}

#handwrapper14 {
	background-image: url(../images/hands/14hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 275px;
	margin:0 auto;
}

#handwrapper15 {
	background-image: url(../images/hands/15hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 275px;
	margin:0 auto;
}

#handwrapper16 {
	background-image: url(../images/hands/16hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 280px;
	margin:0 auto;
}

#handwrapper17 {
	background-image: url(../images/hands/17hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 280px;
	margin:0 auto;
}

#handwrapper18 {
	background-image: url(../images/hands/18hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 280px;
	margin:0 auto;
}

#handwrapper19 {
	background-image: url(../images/hands/19hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 280px;
	margin:0 auto;
}

#handwrapper20 {
	background-image: url(../images/hands/20hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 280px;
	margin:0 auto;
}

#handwrapper21 {
	background-image: url(../images/hands/21hands.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 280px;
	margin:0 auto;
}

.caltable h4 {
	font-size: 14px;
	width: 100px;
	padding-top: 15px;
}
#bgRepeat {
	background-image: url(../images/bgRepeat.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#quitter {
	width: 550px;
	margin: 0 auto 100px auto;
}
#remember {
	font-size: 11px;
	color: #CCCCCC;
}

#aboutTitle { /*about */
	background-image: url(../images/aboutTitle.png);
	background-repeat:no-repeat;
	height: 173px;
	width: 470px;
	display: block;
	position: absolute;
	left: 50px;
	top: 3px;;
}

#genericTitle { /*about */
	background-image: url(../images/genericTitle.png);
	background-repeat:no-repeat;
	height: 173px;
	width: 470px;
	display: block;
	position: absolute;
	left: 50px;
	top: 10px;
}

#quittingTitle { /*about */
	background-image: url(../images/quittingTitle.png);
	background-repeat:no-repeat;
	height: 173px;
	width: 470px;
	display: block;
	position: absolute;
	left: 50px;
	top: 10px;
}

#blogsTitle { /*about */
	background-image: url(../images/blogsTitle.png);
	height: 173px;
	width: 415px;
	display: block;
	position: absolute;
	left: 107px;
	top: 3px;
}
#basicPage h3 {
	color: #FFFFFF;
}
#basicPage a.start:link, #basicPage a.start:visited {
	color: #FFFFFF;
	background-color: #FF3300;
	text-decoration:none;
	font-size:16px;
	padding:2px 4px;
	text-transform:uppercase;
}
#basicPage a.start:hover {
	color: #FFFFFF;
	background-color: #FF6666;
	text-decoration:none;
	padding:2px 4px;
}
#bloglist {
	font-size: 14px;
	list-style-type: none;
	width: 800px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	clear: both;
	float: left;
}
#bloglist li {
	float: left;
	width: 100px;
}
#quitmenu {
	float: left;
	width: 250px;
	margin-right: 30px;
	display: block;
	padding: 10px;
	background-color: #4F0000;
}
#quitcontent {
	float: left;
	width: 480px;
	display: block;
}
#quitmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#quitmenu h5 {
	background-color: #861606;
	padding: 5px;
	color: #FFFFFF;
	margin: 20px 0px 5px 0px;
}
#quitmenu h4 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#quitmenu ul li a:visited{
	padding-left:20px;
	background-image: url(../images/checkBox.png);
	background-repeat: no-repeat;
	color:#861606;
}
#quitmenu ul li a{
	padding-left:20px;
}
#quitmenu #current a {
	padding-left: 20px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	color:white;
}


/* Journal Styles */
table.journals {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	width:685px;
	color: #535353;
}

table.journals tr td {
	font-size: 12px;
	padding:8px;
	color: #535353;
}

div#journal {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	width:800px;
	color: #535353;
}

div#journal textarea {
	width:500px;
	height:150px;
}

div#journal fieldset div.header {
	font-size: 12px;
	font-weight: bold;
	padding:8px;
	color: #535353;
}

.quit_date a{
	/*background-image:url(../images/endDate.png);*/
	text-decoration:none;
}
.quit_date a:hover{
	background:none;
}
.no_smoke a{
	/*background-image:url(../images/notSmoked.png);*/
	text-decoration:none;
}
.smoked a{
	/*background-color:red;*/
	/*background-image:url(../images/smoked.png);*/
	text-decoration:none;
}
.quit_date{
	background:url(../images/endDate.png) no-repeat bottom center;
	text-decoration:none;
	color:#000;
}
.no_smoke{
	background-image:url(../images/notSmoked.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
.smoked{
	/*background-color:red;*/
	background-image:url(../images/smoked.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
.day21 a{
	/*background-color:red;*/
	/*background-image:url(../images/day21.png);*/
	text-decoration:none;
}
.day21{
	/*background-color:red;*/
	background-image:url(../images/day21.png);
	background-repeat:no-repeat;
	text-decoration:none;
}
#logout{
	position:relative;
	text-align:right;
	clear:both; 
	padding-right:15px;
	z-index:200;
	float:right;
}
#logout a{
	text-decoration:none;	
}
#logout a:hover,#logout a:visited{
	text-decoration:underline;
}

#userTriedToQuit{
	width:150px;
}
#userTriedToQuit tr td{
	width:50%;
	color:white;
	font-size:12px;
	font-weight:normal;
	vertical-align:top;
}
#calendarLegend{
	padding-left:15px;
}
.QuitTips{
	width:600px;
	float:right;
	clear:left;
}
#grdSurvey tr td{
	border:0;
}
#grdSurvey tr td table tr td input{
	margin:0;
	padding:0;
}
#grdSurvey tr td table tr td label{
	margin:0;
	padding:0;
	width:25px;
}
#profile_4 fieldset table tr td{
	vertical-align:top;
}
#journalPublic_0,#journalPublic_1{
	float:left;
}
#journalPublic tr td label{
	width:200px;
}
#journalSlip tr td label{
	width:100px;
}
#journalSlip_0,#journalSlip_1{
	float:left;
}
#QuitType tr td label{
	width:500px;
}
#QuitType_0,#QuitType_1,#QuitType_2,#QuitType_3{
	float:left;
}

#journalDay{
	float:left;
	margin-right:10px;
	width:100px;
}
#journalDay #title{
	border-bottom:1px solid #ccc;	
}
#journalDay a,#journalDay a:visited{
	display:block;
	margin-bottom:2px;
	background-color:#eee;
	padding:3px;
	text-align:center;
	color:#EC4524;
	text-decoration:none;
}
#journalDay a:hover{
	text-decoration:underline;
}
.username{
	color:#666666;
	font-style:italic;
}
#journalDayTitle{
	font-size:16px;
	margin-bottom:5px;
	color:#666666;
	font-weight:bold;
	text-transform:uppercase;
}
#errorText li{
list-style:none;
}

#rbl_confidence {
	width: 100% !important;
	}

#rbl_confidence tr td {
	text-align: center;
	width: 10% !important;
	}

#rbl_confidence tr td label {
	clear: both !important
	display: block;
	}

#msg {

	color: #96F89E;
	font-size: 11px;
	}

#btn_fPass {
	cursor: pointer;
	}
/*================BEgin INDEX==================*/
/*Global*/
.index{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#shelltop{
	margin:0 auto;
	padding:0;
	width:1036px;
	background:url(img/shell_final.gif) no-repeat center center;
	/*background:url(img/shell.gif) no-repeat center center;*/
	height:499px;
}
#shelltop p{
	font-size:11px;
}
.clear{clear:both;font-size:1px;}
/*Login module*/
#login{
	color:#FFFFFF;
	width:470px;
	height:98px;
	position:relative;
	top:25px;
	left:552px;
}
.return_users_bloc{
	text-transform:uppercase;
	font-size:12px;
	margin-bottom:9px;
}
.loging_lable{
	font-size:12px;
	color:#FFFFFF;
}
#login .textfield{
	border:none 0px;
	margin-left:3px;
	margin-right:10px;
	width:108px;
}
#login .login_btn{
	background:url(img/login_btn.gif) no-repeat center bottom;
	width:47px;
	height:20px;
	padding:0;
	margin:0px;
	border:none;
	cursor:pointer;
}
.forgot_password{
	background:url(img/forgot_pass_btn.gif) no-repeat center bottom;
	border:0px none;
	width:151px;
	height:14px;
	margin:11px 0 4px 0;
}
/*Body*/
.sign_up_here_bloc{
	color:#ffffff;
	margin-top:95px;
	margin-right:102px;
	float:right;
	line-height:138%;
	width:218px;
	font-size:17px;
	text-align:center;
}
.sign_up_here_cta{
	margin-bottom:-3px;
}
.content{
	width:443px;
	float:right;
	margin-right:52px;
	margin-top:37px;
}
.content p{
		font-size:12px;
		line-height:145%;
		margin-bottom:10px;
}
.content a:link, .content a:visited{
	font-size:12px;
	color:#666666;
	text-decoration:none;
	border-bottom:1px none transparent;
	border-top:1px none transparent;
}
.content a:hover, .content a:active{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
	background:#f9b6a5;
}
.videoplayer{
  	position:relative;
	top:55px;
	left:78px;
	width:384px;
	height:304px;
	float:left;
	padding:0;
	margin:0;
}
.playButton{
	font-size:16px !important;
}
/*Footer*/
.footer{
	background:url(img/foot.gif) no-repeat center center;
	width:1036px;
	height:242px;
	padding:0;
	margin:0 auto;
}