html, body
{
	height: 100%;
}
.track-left
{
	/*position: absolute; 		width: 0px; 		height: 7px; 		background: transparent url(/images/slider-images-track-left.png) repeat top left;*/
}

.track
{
	background: transparent url(/images/track123.png) repeat top right;
}

.processing
{
	width: 550px;
	text-align: center;
	color: White;
	height: 351px;
	position: absolute;
	border: #CCCCCC;
	background-color: #CCCCCC;
}

.processingPannel
{
	width: 950px;
	text-align: center;
	color: White;
	height: inherit;
	position: absolute;
	border: #CCCCCC;
	background-color: #CCCCCC;
}

.scrollDiv
{
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto; *padding-bottom:17px;

}

.treatmentContainer
{
	float: right;
	margin-left: 2px;
	margin-top: 1.3em;
	width: 550px;
}

.graphContainer
{
	float: left;
	clear: both;
	margin-left: 2px;
	margin-top: 1.3em;
}

.commonContainer
{
	float: left;
	clear: both;
	margin-left: 2px;
	margin-top: 0.6em;
	width: 960px;
}

h2.normalized
{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}

h2.admin
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0px 0px 0px 2px;
	color: rgb(97,152,220); /* light blue */
}

table.customHead
{
	margin-bottom: 0em;
	font-size: 1.8em;
	font-weight: normal;
	border-collapse: collapse;
	width: 530px;
}
table.customHead h2
{
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}
table.customHead a
{
	font-size: 0.6em;
	font-weight: normal;
	margin: 0.1em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}
table.customGraph
{
	margin-bottom: 0em;
	font-size: 1.8em;
	font-weight: normal;
	border-collapse: collapse;
	width: 400px;
}
table.customGraph h2
{
	font-size: 0.9em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}
table.customGraph a
{
	font-size: 0.6em;
	font-weight: normal;
	margin: 0.1em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}

h2.history
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}

h2.history a
{
	font-size: 0.6em;
	font-weight: normal;
	margin: 0.1em 0 0.1em 0;
	padding-left: 14px;
	color: #111111;
	text-decoration: underline;
}

h2.history a:hover
{
	font-weight: bold;
	text-decoration: none;
}


h2.history a.selected
{
	font-weight: bold;
	text-decoration: none;
}

h2.treatment
{
	font-size: 19px;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: rgb(97,152,220); /* light blue */
}

﻿table.custom
{
	margin-bottom: 1.0em;
	font-size: 0.9em;
	border-collapse: collapse;
	width: 530px;
}
table.custom thead th
{
	color: rgb(110,102,92); /* grey */
	font-size: 0.7em;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
	border-right-width: 0px;
	border-bottom-width: 0px;
	vertical-align: bottom;
}

table.custom thead th em
{
	display: block;
	font-style: normal;
	color: rgb(105,139,180); /* blue */
	text-transform: uppercase;
}

table.custom tbody th
{
	color: rgb(110,102,92); /* grey */
	font-weight: normal;
	border-right-width: 0px;
	border-bottom-width: 0px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.custom tbody td
{
	border-right-width: 0px;
	border-bottom-width: 0px;
	vertical-align: middle;
	text-align: left;
}

table.custom tbody td.highlight
{
	background: rgb(236,245,255);
	color: rgb(105,139,180); /* blue */
	font-weight: bold;
}

table.sideeffectscontainer
{
	margin-bottom: 0.1em;
	font-size: 0.9em;
	border-collapse: collapse;
	width: 960px;
}

table.questiontable
{
	margin-bottom: 0.1em;
	font-size: 0.9em;
	width: 960px;
}


table.questiontable thead th
{
	color: rgb(110,102,92); /* grey */
	font-size: 0.7em;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	vertical-align: bottom;
}

table.questiontable thead th em
{
	display: block;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.1em;
	color: #333333; /* blue */
	text-transform: uppercase;
	text-align: center;
}

table.questiontable tbody th
{
	color: rgb(110,102,92); /* grey */
	font-weight: normal;
	text-align: right;
	padding-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.questiontable tbody tr.alternate
{
	background-color: #EEEEEE; /* gray */
}

table.questiontable tbody tr.white
{
	background-color: #FFFFFF; /* white */
	border: solid 1px #6b9ede;
}

table.questiontable tbody tr.brightwhite
{
	background-color: #FFF; /* bright white */
	border: solid 1px #6b9ede;
}
table.questiontable tbody tr.brightwhite td.sideeffects
{
	border-bottom: solid 1px #6b9ede;
	border-top: solid 1px #6b9ede;
}

table.questiontable tbody tr.brightwhite th
{
	border-bottom: solid 1px #6b9ede;
	border-top: solid 1px #6b9ede;
}

table.questiontable tbody tr.brightwhite th.first
{
	border-left: solid 1px #6b9ede;
}

table.questiontable tbody tr.brightwhite td.last
{
	border-right: solid 1px #6b9ede;
}

table.questiontable tbody tr.darkgray
{
	background-color: #bdcbdc; /* darkgrey */
}

table.questiontable tbody tr.lightblue
{
	background-color: #e7eef7; /* light gray */
}

table.questiontable tbody tr.mediumblue
{
	background-color: #DDDDDD; /* medium gray */
}

table.questiontable tbody tr.lightgray
{
	background-color: #f9f9f9; /* light gray */
}
table.questiontable tbody tr td, table.questiontable tbody tr th
{
	border: 1px solid #fff;
	border-width: 1px 0 1px 0;
}
table.questiontable tbody tr th.first
{
	border-left: 1px solid transparent;
}
table.questiontable tbody tr td.last
{
	border-right: 1px solid transparent;
}

table.questiontable tbody tr.mediumgray
{
	background-color: #e6eaec; /* medium gray */
}


table.questiontable tbody tr.lightred
{
	background-color: #f9f9f9; /* light gray */
}

table.questiontable tbody tr.lightred th
{
	color: Red;
}

table.questiontable tbody tr.mediumred
{
	background-color: #e6eaec; /* medium gray */
}

table.questiontable tbody tr.mediumred th
{
	color: Red;
}

table.questiontable tbody tr.yesno
{
	background-color: #f1f4f9; /* blue */
}

table.questiontable tbody td
{
	vertical-align: middle;
	text-align: left;
}

table.questiontable tbody td.sideeffects
{
	vertical-align: middle;
	text-align: center;
}

table.questiontable tbody td.treatment
{
	border-right-width: 0px;
	border-bottom-width: 0px;
	vertical-align: middle;
	text-align: center;
	width: 116px;
}

table.questiontable tbody td.treatment input
{
	width: 15px;
	height: 15px;
}

table.questiontable tbody td.sideeffects input
{
	width: 18px;
	height: 18px; *width:25px;
*height:25px;
}

table.questiontable tbody td.highlight
{
	background: #EEEEEE;
	font-weight: bold;
}
table.questiontable tbody th.highlight
{
	background: #EEEEEE;
	font-weight: bold;
}

table.admintable
{
	margin-bottom: 1.0em;
	font-size: 0.9em;
	border-collapse: collapse;
	width: 960px;
}

table.admintable thead th
{
	color: rgb(110,102,92); /* grey */
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border-right: 1px solid rgb(218,218,218); /* grey */
	border-bottom: 1px solid rgb(218,218,218); /* grey */
	vertical-align: bottom;
}

table.admintable thead th em
{
	display: block;
	font-style: normal;
	color: rgb(105,139,180); /* blue */
	text-transform: uppercase;
}

table.admintable tbody th
{
	color: rgb(110,102,92); /* grey */
	font-weight: normal;
	border-right: 1px solid rgb(218,218,218); /* grey */
	border-bottom: 1px solid rgb(218,218,218); /* grey */
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.admintable tbody td
{
	border-right: 1px solid rgb(218,218,218); /* grey */
	border-bottom: 1px solid rgb(218,218,218); /* grey */
	vertical-align: middle;
	text-align: center;
}

table.admintable tbody td.left
{
	border-right: 1px solid rgb(218,218,218); /* grey */
	border-bottom: 1px solid rgb(218,218,218); /* grey */
	vertical-align: middle;
	text-align: left;
}

table.admintable tbody td.noborder
{
	border-right: 0px solid rgb(218,218,218); /* grey */
	border-bottom: 0px solid rgb(218,218,218); /* grey */
	vertical-align: middle;
	text-align: center;
}

table.admintable tbody td.nobottomborder
{
	border-right: 1px solid rgb(218,218,218); /* grey */
	border-bottom: 0px solid rgb(218,218,218); /* grey */
	vertical-align: middle;
	text-align: center;
}

table.admintable tbody td.noborder-left
{
	border-right: 0px solid rgb(218,218,218); /* grey */
	border-bottom: 0px solid rgb(218,218,218); /* grey */
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

table.admintable thead th.noborder
{
	border-right: 0px solid rgb(218,218,218); /* grey */
	border-bottom: 0px solid rgb(218,218,218); /* grey */
	vertical-align: middle;
	text-align: center;
}

table.admintable tbody td.highlight
{
	background: rgb(236,245,255);
	color: rgb(105,139,180); /* blue */
	font-weight: bold;
}

.ComPopup
{
	width: 400px;
	text-align: left;
}

.ComPopupContent
{
	padding: 4px 4px 4px 4px;
	text-align: justify;
}

.FaqPrintThis
{
	visibility: hidden;
	display: none;
}

.FAQItem
{
	padding: 7px 3px 3px 8px;
	text-align: justify;
}


.tblFAQbody .tblhead
{
	font-size: 18px;
	color: #4a8ecb;
	padding: 2px;
	border-bottom: #cccccc 1px solid;
	text-align: justify;
}

.tblFAQbody td
{
	color: #666666;
	padding: 5px 2px 2px 2px;
	vertical-align: top;
}

.tblFAQbody td ul
{
	margin-top: 2px;
}

.tblFAQbody .tblQus
{
	color: #357ab8;
	font-weight: bold;
	vertical-align: top;
	width: 130px;
	text-align: justify;
}

.tblQus
{
	color: #4a8ecb;
	font-weight: bold;
	vertical-align: top;
	width: 130px;
}

/*comments popup*/
.ppopupWin
{
	display: none;
	width: 500px; /*height: 260px;*/
	color: #444444;
	background-color: White;
	border: solid 2px #7faae1;
	z-index: 1001;
	padding: 5px 10px;
}

.ppopupComment
{
	display: none;
	width: 500px; /*height: 225px;*/
	color: #444444;
	padding: 5px 15px;
	background-color: White;
	border: solid 2px #7faae1;
	z-index: 1001;
}

/* Accept window pop-up */
.ppopupAccept
{
	display: none;
	width: 500px; /*height: 230px;*/
	padding: 5px;
	color: #444444;
	background-color: White;
	border: solid 2px #7faae1;
	z-index: 1001;
}

.ppopupVideo
{
	display: none;
	width: 500px; /*height: 260px; 	color: #444444;*/
	color: White;
	background-color: #d1d1d1;
	border: solid 2px #7faae1;
	z-index: 1001;
}

.ppopupComment td, .ppopupComment td, ppopupAccept td
{
	font-size: 13px;
	padding: 15px 5px 0 10px;
	vertical-align: top;
}
.ppopupWin td
{
	vertical-align: top;
	font-size: 13px;
}
.ppopupWin td
{
	font-size: 13px;
}
/* added on 26 march by sunil
.qScroll
{
	width: 978px;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

*/
.qScroll
{
	padding-top: 30px;
	width: 978px;
	height: auto;
	overflow-y: hidden;
	overflow-x: hidden;
}

/******************** light box ***********************/

.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%; /*background-color: black;*/
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.black_overlay_Light
{
	background-color: white;
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 1001;
	-moz-opacity: 0.2;
	opacity: 0.20;
	filter: alpha(opacity=20);
}

.white_content
{
	display: none;
	position: absolute;
	bottom: 175px;
	left: 25%;
	width: 500px;
	_height: 320px;
	min-height: 320px;
	padding: 0px 0px 10px 10px;
	border: 2px solid #7faae1;
	background-color: white;
	z-index: 1010;
	overflow: hidden;
}

.white_content_question
{
	display: none;
	position: absolute;
	top: 150px;
	left: 25%;
	width: 500px;
	padding: 10px;
	border: 2px solid #7faae1;
	background-color: white;
	z-index: 1010;
	overflow: hidden;
}
#header h1 em
{ *margin-top:0px;
*margin-bottom:0px;



}
.history-header
{
	margin: 10px 0;
}
.history-header h2
{
	font-size: 24px;
	font-weight: normal;
	margin: 0 15px 0 0;
	display: inline;
	color: rgb(97,152,220); /* light blue */
}
.history-header img
{
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.history-header a
{
	color: #666;
	margin: 0 15px 0 0;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}

.history-header a:hover, .history-header a.selected
{
	color: #000;
	text-decoration: none;
}
.history-header span a
{
	margin: auto 5px;
}
.side-ctrl
{
	float: right;
	width: 570px;
}
.treatment-table
{
	width: 90%;
	font-size: 13px;
	margin: 0 auto;
}
.side-ctrl .treatment-table
{
	width: 100%;
}
.treatment-table a
{
	width: 100px;
	margin-right: 10px;
}
.treatment-table td, .treatment-table th
{
	padding: 5px 2px;
}
.treatment-table th
{
	color: #6198DC;
}
.treatment-table td
{
	text-align: left;
}
.treatment-table td .DatePenultimateDiv input, .treatment-table td .DatePenultimateDiv input[type="text"]:hover, .treatment-table td .DatePenultimateDiv input[type="text"]:focus
{
	margin-left: 0px;
	width: 65px;
}
.treatment-table .DatePenultimateDiv img
{
	vertical-align: middle;
}
hr.spliter
{
	margin: 15px 0 15px 0; *margin:15px00px0;
padding:0;

}
.graph-container img
{
	margin-right: 7px;
}
.graph-container div
{
	display: inline;
}
.graph-container div img
{
	margin-right: 0px;
}

table.side-effect
{
	font-size: 12px;
	width: 900px;
}
table.side-effect td, table.side-effect th
{
	padding: 10px 5px;
}
table.side-effect tbody th
{
	color: #6E665C;
	text-align: left;
	font-weight: normal;
	border-right: 1px solid #DADADA;
}
table.side-effect thead th
{
	font-size: 9px;
	white-space: nowrap;
}
table.side-effect td, table.side-effect thead th
{
	border: 1px solid #DADADA;
	border-width: 0 1px 1px 0;
	font-weight: normal;
	text-align: center;
}

table.side-effect tbody td.highlight
{
	background: rgb(236,245,255);
	color: rgb(105,139,180); /* blue */
	font-weight: bold;
}

table.side-effect tbody td.pastscreen
{
	background: rgb(236,245,255);
	color: rgb(105,139,180); /* blue */
	font-weight: bold;
	text-align: left;
}
table.side-effect tr .no-border
{
	border-bottom: none;
}
table.side-effect tr th.no-border
{
	white-space: nowrap;
}

.treatment-form
{
	background: #f5f5f5;
	border: 1px solid #DADADA;
	font-size: 12px;
	width: 100%;
}
.treatment-form td, .treatment-form th
{
	padding: 5px;
}
.treatment-form td a
{
	margin-right: 10px;
}
.treatment-form .DatePenultimateDiv img
{
	vertical-align: middle;
}
#treatment-panel
{
	position: relative;
	border: 1px solid #ddd;
	padding: 20px;
}
#loader
{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 425px;
	top: 100px;
	z-index: 105;
	background: #E8EFF7;
	border: 1px solid #999;
	padding: 10px;
	display: none;
}
#loader img
{
	vertical-align: middle;
	margin-right: 5px;
}
#white-dimmer
{
	background-color: white;
	z-index: 100;
	-moz-opacity: 0.5;
	opacity: 0.50;
	filter: alpha(opacity=50);
	display: none;
	left: 0px;
	top: 0px;
	position: absolute;
}
.center
{
	text-align: center;
}

/* Styles for custom drop down */
.AHADropDownOuterDiv
{
	/*background: transparent url(/images/cust-textbox-left.png) no-repeat left 0;  _background: transparent url(/images/cust-textbox-left.gif) no-repeat left 0;*/
	float: left;
	padding: 0 0 0 0px;
}


.suggestions
{
	border: 1px solid #4A659C;
	padding-right: 15px;
}
.medicationdrop .suggestions
{
	width: 350px;
}
.suggestions div
{
	padding-right: 20px;
	padding: 2px;
}
.m3-button-block
{
	display: -moz-inline-stack;
	display: inline-block;
	height: 54px;
	background: url(/images/m3-main-bu-mid.gif) repeat-x 0 0;
	cursor: pointer;
	text-decoration: none;
	margin-right: 5px;
	outline: none;
	color: #555;
}

.m3-button-block:hover
{
	text-decoration: none;
	color: #000;
}

.m3-button-block em
{
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 18px;
	background: url(/images/m3-main-bu-left.gif) no-repeat 0 0;
	height: 54px;
	font-style: normal;
}
html .blue em
{
	background-image: url(/images/m3-main-bu-left-blue.gif);
}
.m3-button-block strong
{
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 18px;
	background: url(/images/m3-main-bu-right.gif) no-repeat right 0;
	height: 42px;
	padding: 12px 18px 0 33px;
	font-weight: normal;
	min-width: 100px;
	_width: 100px;
	text-align: center;
	white-space: nowrap;
}
.accept-box td
{
	padding: 15px 0 0 10px;
	vertical-align: top;
	font-size: 13px;
}
.accept-box td p
{
	font-size: 13px;
	margin: 0;
	padding-right: 10px;
}

.scroll-border
{
	scrollbar-base-color: #fff;
	scrollbar-track-color: #F8FAFF;
	scrollbar-face-color: #5585C1;
	scrollbar-highlight-color: #5585C1;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-arrow-color: #fff;
	border: 1px solid #6399d0;
	padding: 10px;
	margin-top: 20px;
}
.scroll-border table.questiontable
{
	width: 937px;
}
.fixedContainer
{
	_position: relative;
}
.fixedheader
{
	position: fixed;
	background-color: #FFFFFF;
	top: 0px;
}

html .fixedheader
{
	_position: absolute; /* position fixed for ie6 */
	_top: expression(((e=document.documentElement.scrollTop)?e:document.body.scrollTop)-260+ 'px' );
	_left: expression(((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+ 'px' );
}

.scroll-border .qScroll
{
	width: auto; /*margin-top:10px;*/
	padding-top: 0px;
	border-bottom: 1px solid #eee;
}

.scroll-border table.questiontable tbody th
{
	font-size: 13px;
}
.scroll-border table.questiontable thead th em
{
	font-size: 10px;
}
.scroll-border p
{
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}
div#banner a#take
{
	top: 5px;
}
div#banner a#return
{
	left: 242px;
	position: absolute;
	top: 105px;
	outline: none;
}
.history-header a.pdf
{
	float: right;
	margin-top: 10px;
	background: transparent url(/images/imgIconPdf_16x16.gif) no-repeat left center;
	padding-left: 20px;
}
.alert-box
{
	/*	background-color:#FFCCCC ;*/
	border: 3px solid #BC2C2C;
	font-size: 13px;
	margin: 10px;
	padding: 10px;
}
.alert-box .m3-button-block
{
	background-image: url(/images/m3-main-bu-mid.gif);
	margin-top: 10px;
}
.alert-box .m3-button-block em
{
	background-image: url(/images/m3-main-bu-left.gif);
}
.alert-box .m3-button-block strong
{
	background-image: url(/images/m3-main-bu-right.gif);
}
.top-nav
{
	height: 28px;
	background: url(/images/top-nav-bg.jpg) repeat-x 0 0;
	margin-top: 5px;
	border-top: 1px solid #A8A8A8;
}
.top-nav a
{
	background: url(/images/top-nav-v1.jpg);
	float: left;
	height: 28px;
	color: #fff;
	overflow: hidden;
	text-indent: -999px;
	outline: none;
}
html .spanish a
{
	background: url(/images/top-nav-es-v1.jpg);
}
.top-nav a.about-screen
{
	width: 240px;
	background-position: 20px 0;
}
.top-nav a.about-screen:hover
{
	background-position: 20px -28px;
}
.top-nav a.why-monitor-your-mood
{
	background-position: -215px 0;
	width: 320px;
}
.top-nav a.why-monitor-your-mood:hover
{
	background-position: -215px -28px;
}
.top-nav a.about-us
{
	background-position: -864px 0;
	width: 134px;
}
.top-nav a.about-us:hover
{
	background-position: -864px -28px;
}
.top-nav a.treatment
{
	background-position: -530px 0;
	width: 190px;
}
.top-nav a.treatment:hover
{
	background-position: -530px -28px;
}
.top-nav a.faq
{
	background-position: -728px 0;
	width: 116px;
}
.top-nav a.faq:hover
{
	background-position: -728px -28px;
}
.top-nav a.about-screen-selected
{
	background-position: 20px -56px;
}
.top-nav a.about-screen-selected:hover
{
	background-position: 20px -56px;
}
.top-nav a.why-monitor-your-mood-selected
{
	background-position: -215px -56px;
}
.top-nav a.why-monitor-your-mood-selected:hover
{
	background-position: -215px -56px;
}
.top-nav a.about-us-selected
{
	background-position: -864px -56px;
}
.top-nav a.about-us-selected:hover
{
	background-position: -864px -56px;
}
.top-nav a.treatment-selected
{
	background-position: -530px -56px;
}
.top-nav a.treatment-selected:hover
{
	background-position: -530px -56px;
}
.top-nav a.faq-selected
{
	background-position: -728px -56px;
}
.top-nav a.faq-selected:hover
{
	background-position: -728px -56px;
}
/*spanish*/
.top-nav.spanish a.about-screen
{
	width: 203px;
	background-position: -9px 0;
}
.top-nav.spanish a.about-screen:hover
{
	background-position: -9px -28px;
}
.top-nav.spanish a.about-screen-selected
{
	background-position: -9px -56px;
}
.top-nav.spanish a.about-screen-selected:hover
{
	background-position: -9px -56px;
}


.top-nav.spanish a.why-monitor-your-mood
{
	background-position: -212px 0;
	width: 280px;
}
.top-nav.spanish a.why-monitor-your-mood:hover
{
	background-position: -212px -28px;
}
.top-nav.spanish a.why-monitor-your-mood-selected
{
	background-position: -212px -56px;
}
.top-nav.spanish a.why-monitor-your-mood-selected:hover
{
	background-position: -212px -56px;
}


.top-nav.spanish a.treatment
{
	background-position: -494px 0;
	width: 131px;
}
.top-nav.spanish a.treatment:hover
{
	background-position: -494px -28px;
}
.top-nav.spanish a.treatment-selected
{
	background-position: -494px -56px;
}
.top-nav.spanish a.treatment-selected:hover
{
	background-position: -494px -56px;
}

.top-nav.spanish a.faq
{
	background-position: -629px 0;
	width: 211px;
}
.top-nav.spanish a.faq:hover
{
	background-position: -629px -28px;
}
.top-nav.spanish a.faq-selected
{
	background-position: -629px -56px;
}
.top-nav.spanish a.faq-selected:hover
{
	background-position: -629px -56px;
}


.top-nav.spanish a.about-us
{
	background-position: -842px 0;
	width: 175px;
}
.top-nav.spanish a.about-us:hover
{
	background-position: -842px -28px;
}
.top-nav.spanish a.about-us-selected
{
	background-position: -842px -56px;
}
.top-nav.spanish a.about-us-selected:hover
{
	background-position: -842px -56px;
}



/*=============================*/


html body .top-nav a.aConfidential
{
	overflow: auto;
	text-indent: 0;
	background: none;
	color: White;
	font-size: 1.1em;
	font-weight: 400;
	height: 26px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	padding: 2px 15px 0;
}
html body .top-nav a.aConfidential:hover
{
	text-decoration: none;
	color: #0F2F56;
}
.scroll-border h2
{
	margin: 0 0 2px 0;
	font-size: 1.4em;
}
.info
{
	background: #ffffee;
	padding: 3px;
	border: 1px solid #ddd;
	font-size: 12px;
}
.move-r
{
	float: right;
}
.right
{
	float: right;
}



/*------ Suicide Popup----------*/
.ppopupSuicide
{
	display: none;
	width: 550px; /*height: 230px;*/
	padding: 5px;
	color: #444444;
	background-color: White;
	border: solid 2px #7faae1;
	z-index: 1001;
}
.sucide_warning_popup
{
	background: url(/images/sucide-warning-bg.gif) no-repeat;
	width: 481px;
	height: 222px;
	padding: 15px;
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 3005;
}
.sucide_warning_popup p
{
	text-align: center;
	padding: 0px;
	margin: 20px 0;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.wh-button
{
	height: 35px;
	background: url(/images/wh-button-left-bg.gif) no-repeat;
	text-decoration: none;
	display: inline-block;
	line-height: 35px;
	outline: none;
}
.wh-button em
{
	margin: 0px;
	padding: 0px 15px;
	font-style: normal;
	background: url(/images/wh-button-right-bg.gif) no-repeat right 0;
	height: 35px;
	color: #4d4c4d;
	font-weight: bold;
	line-height: 35px;
	display: inline-block;
}
/*------End Suicide Popup----------*/