﻿/* Send to a Friend popup */

#send_to_a_friend_container 
{
	display: none;
}

#send_to_a_friend_popup 
{
	width: 603px;
	height: 624px;
	background-image: url('/images/global/controls/send_to_a_friend/send-to-a-friend-background.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.staf_iframe 
{
	padding: 0;
	margin: 20px;
	width: 563px;
	height: 584px;
}

body.send_to_a_friend 
{
	padding: 0;
	width: 563px;
}

body.send_to_a_friend form 
{
	margin: 0;
	padding: 0;
}

#send_to_a_friend_content #close_button 
{
	padding-left: 546px;
	width: 17px;
	margin: 0;
}

#staf_scrollable_area 
{
	width: 563px;
	height: 584px;
	overflow: auto;
	clear: both;
}

#staf_scrollable_area #heading, #staf_scrollable_area .form, #staf_scrollable_area .preview, #staf_scrollable_area .confirm
{
	width: 538px;
	padding-left: 25px; 
	padding-bottom: 16px; 
	background-image: url('/images/global/controls/send_to_a_friend/send-to-a-friend-stripe-background.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#staf_scrollable_area .form, #staf_scrollable_area .preview, #staf_scrollable_area .confirm
{
	padding-top: 16px;
}

#staf_scrollable_area .form table 
{
	width: 539px;
	vertical-align: middle;
	font-size: inherit;
}

#staf_scrollable_area .form table input, #staf_scrollable_area .form table textarea
{
	width: 200px;
	border: solid 1px #999999;
}

#staf_scrollable_area .form table .checkbox input
{
	width: auto;
	border: 0;
}

#staf_scrollable_area .form table td.label 
{
	width: 158px;
	text-align: right;
	padding-bottom: 10px;
}

#staf_scrollable_area .form table td.label span.limit_label 
{
	font-size: 0.75em;
}

#staf_scrollable_area .form table td.field 
{
	width: 200px;
	padding-left: 8px;
	padding-bottom: 10px;	
}

#staf_scrollable_area .form td.validation 
{
	width: 181px;
	text-align: left;
	padding-bottom: 10px;	
}

#staf_scrollable_area .preview, #staf_scrollable_area .confirm
{
	display: none;
}

#staf_scrollable_area .footer 
{
	padding: 30px 0px 16px 30px
}

#staf_scrollable_area .footer #privacy 
{
	float: left;
	width: 340px;
	padding-right: 5px;
	line-height: 1.5em;
}

#staf_scrollable_area .footer .form_button 
{
	float: left;
	display: block;
	padding: 0px 30px 0px 0px;
	margin-bottom: 4px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-position: left top;
	background-repeat: no-repeat;	
}

/* Send to a Friend popup */

/* hospital checklist */ 

div.hc_blue_link_button 
{
	background-image: url('/images/global/blue-link-button-long.gif');
	background-position: 15px 0px;
	background-repeat: no-repeat;
}

#hospital_checklist_content 
{
	width: 800px;
}

#checklist_step_1 
{
	width: 740px;
	height: 400px;
	padding: 60px 0px 0px 60px;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-step-1-background.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#checklist_step_1 p 
{
	margin-right: 350px;
}

#checklist_step_2 
{
	display: block;
	visibility: hidden;
}

#checklist_step_2 #tabs 
{
	width: 770px;
	margin-top: 20px;	
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-tabs-background.gif');
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom: solid 5px #0041CC;
}

#checklist_step_2 #tabs ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#checklist_step_2 #tabs ul li 
{	
	float: left;
	display: block;
	width: 154px;
	height: 46px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url('/images/global/tools/hospital_checklist/unselected-tab.gif');
	background-position: left top;
	background-repeat: no-repeat;	
}

#checklist_step_2 #tabs ul li a 
{
	display: block;
	padding: 20px 4px 0px 4px;
	color: #000000;
	text-align: center;
	text-decoration: none;	
}

#checklist_step_2 #tabs ul li.selected, #checklist_step_2 #tabs ul li a:hover 
{
	background-image: url('/images/global/tools/hospital_checklist/selected-tab.gif');
	font-weight: bold;
}

#checklist_step_2 #tabs h2, #checklist_step_2 #tabs h4 
{
	margin-left: 10px;
	margin-right: 10px;
}

#checklist_step_2 div.checklist_group 
{
	display: none;
	position: relative;
}

#checklist_step_2 table.checklist 
{
	width: 750px;
	margin: 20px 10px 20px 10px;
	vertical-align: top;
	line-height: normal;
}

#checklist_step_2 table.checklist td 
{
	width: 369px;
	padding: 3px;
	
}

#checklist_step_2 table.checklist td input[type=checkbox], .hc_checkbox
{
	float: left;
	display: block;
	background-color: Purple;
}

#checklist_step_2 table.checklist td label 
{
	float: left;
	width: 300px;
	display: block;
	margin-left: 5px;
}

#checklist_step_2 div.extra_items 
{
	margin: 0px 4px 20px 4px;
}

#checklist_step_2 div.extra_items p
{	
	float: left;
	width: 220px;
	margin-right: 10px;
	text-align: right;	
}

#checklist_step_2 div.extra_items span.smaller_text 
{
	font-size: 92%;
}

#checklist_step_2 div.extra_items textarea 
{
	width: 500px;
	float: left;
	border: solid 1px #666666;
}

#checklist_step_2 div.tip 
{
	width: 722px;
	padding: 10px 20px 10px 20px;
	margin: 0px 4px 0px 4px;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-tip-background.gif');
	background-position: left top;
	background-repeat: repeat-y;	
}

#checklist_step_2 div.tip p 
{
	width: 390px;
	margin: 0 75px 0 0;
	float: left;
}

/* end hospital checklist */

/* hospital checklist preview */

#preview_header 
{
}

#preview_header h1 
{
	float: left;
	width: 587px;
	
}

#preview_header #buttons 
{
	float:right;
	width: 213px;
	height: 123px;
	overflow: hidden;
}

#preview_header #buttons a 
{
	color: #666666;
	font-size: 92%;
	text-decoration: none;
	text-align: center;	
}

#preview_header #buttons a.print 
{
	float: left;
	display: block;
	padding-top: 100px;
	margin-right: 47px;
	width: 74px;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-print-button.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#preview_header #buttons a.send
{
	float: left;
	display: block;
	padding-top: 100px;
	width: 63px;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-send-button.gif');
	background-position: left top;
	background-repeat: no-repeat;
}


#preview_body 
{
	width: 800px;
	border-top: solid 12px #0041CC;
	border-bottom: solid 5px #0041CC;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-preview-background.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

#preview_body div.section 
{
	padding: 20px 32px 20px 32px;
}

#preview_body div.section_border 
{
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-preview-section-background.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}


#preview_body div.section h4 
{
	float: left;
	width: 500px;	
	color: #A69233;	
}

#preview_body div.section div.edit_link 
{
	float: left;
	width: 236px;
	text-align: right;
}

#preview_body div.section div.edit_link a 
{
	color: #333333;
	font-size: 92%;
}

#preview_body div.section ul 
{
	width: 736px;
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#preview_body div.section ul li 
{
	padding: 4px 4px 4px 20px;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-checkbox.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: normal;
}

#preview_body div.section a 
{
	color: #0066CC;
	font-size: 92%;
}

#send_hc_pdf_container
{
	display: none;
}

#send_hcpdf_popup 
{
	width: 603px;
	height: 624px;
	background-image: url('/images/global/controls/send_to_a_friend/send-to-a-friend-background.png');
	background-position: left top;
	background-repeat: no-repeat;
}

/* end hospital checklist preview */

/* hospital checklist PDF styles */

table.hospital_checklist_pdf_parent_table 
{
	width: 100%;
	height: 100%;
}

table.hospital_checklist_pdf_parent_table td.heading 
{
	height: 100px;
}

table.hospital_checklist_pdf_parent_table td.border_top 
{
	height: 12px;
	background-color: #0041CC;
}

table.hospital_checklist_pdf_parent_table td.border_bottom 
{
	height: 5px;
	background-color: #0041CC;
}

table.hospital_checklist_pdf_parent_table td.left 
{
	width: 2%;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-preview-background.gif');
	background-position: left top;
	background-repeat: repeat-y;
}

table.hospital_checklist_pdf_parent_table td.right 
{
	width: 2%;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-preview-background.gif');
	background-position: right top;
	background-repeat: repeat-y;
}

table.hospital_checklist_pdf_parent_table td.middle 
{
	width: 96%;
}

table.sections 
{
	width: 100%;
}

td.section 
{
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-preview-section-background.gif');
	background-position: center bottom;
	background-repeat: no-repeat;	
	width: 100%;	
}

h4.pdf 
{
	margin-top: 1em;
	color: #A69233;	
}

ul.pdf 
{
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

ul.pdf li 
{
	padding: 4px 4px 4px 20px;
	background-image: url('/images/global/tools/hospital_checklist/hospital-checklist-checkbox.gif');
	background-position: left center;
	background-repeat: no-repeat;
	line-height: normal;
}

/* end hospital checklist PDF styles */

/* feeding tool */

.scroll
{
	clear:both;
	overflow-y:auto;
}

/*1st tool page*/
#feeding_tool_p1
{
	background-image: url('/images/global/tools/feeding_tool/feeding-tool-bkg.png');
	background-repeat: no-repeat;
	height:530px;
	width:800px;
	padding: 25px 25px 25px 45px;
}

#feeding_tool_p1 img 
{
	
	margin: 0;
	padding: 0;
	border: 0;
	display:inline-block;
	border: 0 0 0 0;
}

#feeding_tool_p1 a 
{
	margin: 0;
	padding: 0;
	border: 0;
	display:inline-block;
	cursor: pointer;	
}

#feeding_tool_p1 h1
{
	font-family:'HelveticaNeue LT 45 Light';
	font-size:3.0em;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	color: #968539;
}

#feeding_tool_p1 h2
{
	font-family:Arial;
	font-size:1.083em;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	margin: 12px 510px 25px 0px;
	padding: 0px;
	border: 0;
	display: block;
	line-height: 1.25em;
	color:#333333;	
}

#feeding_tool_p1 h3
{
	font-family:Arial;
	font-size:1.083em;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	margin: 12px 510px 0px 0px;
	padding: 0px;
	border: 0;
	display: block;
	line-height: 1.25em;
	color:#333333;	
}

#feeding_tool_p1 #nav_p1
{
	margin: 6px 0px 0px 20px;
}

#feeding_tool_p1 .gold_button_large
{
	background-image:url('/images/global/tools/feeding_tool/feeding-tool-button-large.png'); 
	background-repeat:no-repeat; 
	height:38px;
	width:239px;
}

#feeding_tool_p1 .gold_button_large_number
{
	font-family:Arial;
	font-weight:bold; 
	padding-top:13px; 
	padding-left:19px;
	color:White; 	
	height:23px;	
	float:left;
}
#feeding_tool_p1 .gold_button_large_text
{
	font-family:Arial; 
	font-weight:bold; 
	padding-top:13px; 
	padding-left:26px;
	color:Black;
	height:23px;	
	float:left;
}

#feeding_tool_p1 a:link
{
	font-style:normal;
	font-variant:normal;
	text-decoration: none;
	cursor: pointer;
}

#feeding_tool_p1 a:visited
{
	font-style:normal;
	font-variant:normal;
	text-decoration: none;
	cursor: pointer;	
}

#feeding_tool_p1 a:active
{
	font-style:normal;
	font-variant:normal;
	text-decoration: none;
	cursor: pointer;	
}

/*2nd tool page*/
#feeding_tool_p2
{
	height:530px;
	width:800px;
	background-image: url('/images/global/tools/feeding_tool/feeding-tool-p2-bkg.png');
	background-repeat: no-repeat;
	padding: 25px 25px 25px 45px;	
}

#feeding_tool_p2 #p2_crying, #p2_gas, #p2_stoolcon, #p2_allergies, #p2_stoolcolor, #p2_spitup
{
	cursor: pointer;
}

#feeding_tool_p2 h1
{
	font-family:'HelveticaNeue LT 45 Light';
	font-size:3.0em;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	color: #968539;
}

#feeding_tool_p2 h2
{
	font-family:Arial;
	font-size:1.67em;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	margin: 30px 0px 12px 0px;
	padding: 0px;
	border: 0;
	display: block;
	line-height: 1.25em;
	color: #968539;
}

#feeding_tool_p2 h3
{
	font-family:Arial;
	font-size:1.33em;
	font-weight:bold;
	font-style:normal;
	font-variant:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0;
	display: block;
	line-height: 1.25em;
	color:#333333;	
}

#feeding_tool_p2 img 
{
	margin: 0;
	padding: 0;
	border: 0;
	display:inline-block;
	border: 0 0 0 0;
}

#feeding_tool_p2 a 
{
	margin: 0;
	padding: 0;
	border: 0;
	display:inline-block;
}

#feeding_tool_p2 p
{
	margin: 0px 30px 0px 0px;
	padding: 0px;
	border: 0;
	display: block;
	line-height: 20px;
}

#feeding_tool_p2 ul
{
	line-height:1.5em;
}

#feeding_tool_p2 li
{
	color:#000000;
	font-weight:normal;
	list-style-image:url(/images/global/nutrition/nutrition-bullet.gif);
	list-style-position:outside;
	margin-left:20px;	
}

#feeding_tool_p2 p
{
	line-height:1.5em;
	color: Black;
}

#feeding_tool_p2 hr
{
	width:680px;
	margin: 0px 160px 0px 0px;	
}

#feeding_tool_p2 .question
{
	margin: 15px 0px 15px 25px;	
	display:none;	
}

#feeding_tool_p2 .answer
{
	margin: 0px 40px 0px 0px;
	padding-left: 15px;
	padding-top:20px;
	display:none;	
}

#feeding_tool_p2 .response
{
	margin: 0px 0px 0px 55px;	
	display:none;	
}

#feeding_tool_p2 input
{
	margin: 0px 10px 0px 0px;	
}

.close_button
{	
	background-image: url('/images/global/tools/feeding_tool/feeding-tool-exit-button.png');
	background-repeat: no-repeat;
	margin-left:710px;
	cursor: pointer;
	height: 17px;
}

/* end feeding tool */
