@media screen {

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body, p, td, div 
{
  font-family:Verdana, Helvetica, sans-serif;
  color:black;
}

body, div 
{
  font-size:12px;
}

body 
{
  background-color: white;

}

a, a:visited 
{
  color:#333333;
}

div#page {
	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-image: url(/images/bright_bg_strip.png);
  background-position: bottom left;
  background-repeat: repeat-x;
}

div#main {
	position:relative;
	padding:40px 0 180px;
	margin: 0 auto;
	width:900px;
	clear:both;
}

.uleft
{
  height:auto; width: 440px; float:left;
}

.uright
{
  height:auto; width: 440px; float:right;
}

.pad {
  height:0;
  clear:both;
  padding:5px;
}

div#zipnosis_logo
{
  width:320px; margin:0 auto 50px;
}

div#zipnosis_logo IMG
{
   width:320px height:100px; 
}

div#information_links p
{
  margin:0 0 2.5em;
  font-size:1.25em;
}

div#foot 
{
  height:179px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
  background-color: transparent;
  color:white;
}

div#foot_logo 
{
  position: absolute;
  bottom:0;
  text-align:center;
  width:100%;
  z-index:4;
}

div#foot_content_wrapper
{
  position:relative;
  padding:0;
  margin: 125px auto 0px;
  width:900px;
}

div#foot_content {
  position:relative;
  float:left;
  width:350px;
  z-index:5;
}

div#foot_contact_info {
  position:relative;
  float:right;
  text-align:right;
  width:350px;
  z-index:5;
}

div#foot_contact_info a {
  color:white;
}

div#foot_contact_info a:visited
{
  color:#c0c0c0;
}

div#foot_content a
{
  color:white;
}

div#foot_content a:visited
{
  color:#c0c0c0;
}

div#person_image /* The Dude abides */
{
  position:absolute; right:-550px; bottom:85px;
}

h1,h2,h3,h4,h5,h6
{
  text-align: inherit;
}

h1
{
  font-size: 1.75em;
  margin:0 0 1.75em;
}

h2
{
  font-size: 1.5em;
  margin:0 0 1.5em;
}

h3
{
  font-size: 1.25em;
  margin:0 0 1.25em;
}

h3.summary
{
  margin: 2em 0 .5em;
  padding: .25em;
  background-color: #CCCCCC;
}

img
{
  border: none;
}

TEXTAREA, INPUT
{
  font-family:Verdana,Helvetica,sans-serif;
  font-size:12px;
}

DIV.center_column
{
  width:36em;
  margin:auto;
}

DIV.center_column.form_wrapper,
DIV.center_column.form_wrapper INPUT[type=text],
DIV.center_column.form_wrapper[type=password]
{
  width:24em;
}

.center_column UL
{
  padding-left: 1em;
}

DIV#patient_zips
{
  width:420px; margin: 0 auto; text-align:center;
}

.accent
{
  color:#11439b;
}


INPUT.brightbut
{
  background-color:#11439b;
  color: white;
  padding:5px;
}
INPUT.brightbut:hover {
  background-color:#2163db;
}
#addendum_form_buttons .brightbut
{
  display:inline;
}

DIV#addendum_column, TEXTAREA#addendum_body
{
  width:30em;
}

#notify_popup
{
  position: absolute;
  background: #fff;
  border: 5px solid #11439b;
  width: 220px;
  height: 150px;
  padding: 10px;
  clear: both;
  text-align:center;
  z-index: 5;
}
#notify_popup .brightbut
{
  display:inline;
  margin:5px;
}

.overlay
{
  position: absolute;
  top:0px; left:0px;
  background:#000;
  opacity:.40;
  /* For IE */
  filter: alpha(opacity=40);
}

.page_block 
{
  position: relative; 
  height:362px; 
  text-align:center;
}

.page_block DIV.past_zips
{
  position:absolute;
  padding:5px;
  font-size:1.5em;
}
.page_block DIV.past_zips:hover
{
  padding:4px;
  border: 1px black solid;
}
.page_block DIV.bottom_text
{
  position:absolute; bottom:0; left:0; width:440px; text-align:center;
}

.page_block.right
{
  border-left:5px solid #202020;
}

a.visitbut 
{
  display:block;
  background:#ccc;
  color:#000;
  font-size:1.1em;
  text-decoration:none;
  text-align:center;
  width:420px;
  margin:0 0 10px;
  padding:5px 0;
}

a.visitbut.inbox
{
  margin:0 5px 10px;
  min-height:25px;
  padding: 10px 10px 10px 20px;
  text-align:left;
  width:400px;
}

a.visitbut.report
{
  margin:0 5px 10px;
  min-height:25px;
  padding: 10px 10px 10px 20px;
  text-align:left;
  width:400px;
}

a.visitbut.inbox.opened,
a.visitbut.inbox.opened:visited
{
  background: #11439b;
  color: #bbc;
}

a.visitbut:visited 
{
  color:#000;
}
a.visitbut:hover {
  background:#ddd;
}

a.visitbut.new_reply, a.visitbut.inbox
{
  background:#11439b;
  color:#FFF;
}
a.visitbut.new_reply:visited, a.visitbut.inbox:visited
{
  color:#FFF;
}
a.visitbut.new_reply:hover, a.visitbut.inbox:hover {
  background:#2163db;
}

a.visitbut.waiting_for_response, a.visitbut.waiting_for_response:visited 
{
  color:#666;
}
a.visitbut.waiting_for_response:hover {
  background:#ccc;
}

a.visitbut.needs_attention, a.visitbut.needs_attention:visited 
{
  background:#cc3333;
  color:#fff;
}
a.visitbut.needs_attention:hover {
  background:#dd4040;
}

.roundbut, a.cancel {
display:block;
background:#CCF;
color:#006;
text-decoration:none;
text-align:center;
margin-top:3px;
padding:5px;
}

.add_addendum_button
{
  margin-left:64px; text-align:left
}


fieldset
{
  border:none;
  margin:1em 0;
}
fieldset legend
{
  font-weight: bold;
  margin:0 0 .5em;
}
fieldset div p
{
  margin: .4em 0;
}
fieldset div
{
  margin-left: 3em;
  height: 2.4em;
  vertical-align:baseline;
}

DIV#demographics_wrapper
{
  width:24em;
}
DIV#demographics_wrapper INPUT[type=text],
DIV#demographics_wrapper INPUT[type=password]
{
  width:24em;
}

#doctor_form_wrapper td.indented
{
  text-align: right;
  padding-left: 2em;
}

.fieldWithErrors label
{
  color: red;
}

.fieldWithErrors input, .fieldWithErrors select
{
  background: pink;
  border: 1px solid red;
}

TD.profile_add_control
{
  padding-top:5px;
  padding-bottom:5px;
}

DIV.record_controls
{
  margin: 2em 0 1em;
}

#completed_visits_column
{
  height:auto; width: 440px; float:right;
}
/********************* CSS Rules for Visit Form Process *********************/


#spacer {
height:440px;
position:relative;
}

#cover {
left:0px;
position:absolute;
height:440px;
width:900px;
}

.patform {
position:absolute;
left:177px;
top:20px;
width:600px;
padding:10px;
}

.patinner {
height:360px;
position:relative;
background-color:#494
padding:5px;
}

.zip_interface
{
display:none;
}

#next {
position:absolute;
right:40px;
top:150px;
border:0;
opacity:0.2;
}

#prev {
position:absolute;
left:40px;
top:150px;
border:0;
visibility:hidden;
}

.done_button
{
  position: absolute;
  text-align:center;
  width:600px;
}

#stop_control
{
    width:900px; text-align:center
}
#left_cover {
width:745px;
position:absolute;
height:425px;
left:-620px;
top:0px;
background-image:url(/images/left_white_cover.png);
background-repeat:repeat-y;
}

#right_cover {
width:745px;
position:absolute;
height:425px;
right:-630px;
top:0px;
background-image:url(/images/right_white_cover.png);
background-repeat:repeat-y;
}

#patform1 {
left:150px;
}

#patform2 {
left:1000px;
}

.patajax {
position:absolute;
width:600px;
padding:0px;
/*background-color:#FF0000*/
}

.patajax table { 
text-align:left;
width:600px;
}

.patajax table td {
vertical-align:top;
}

.patform #concluding_message
{
  text-align:center;
  font-size:1em;
  margin-top:2em;
}
.patform #countdown
{
  font-size:1em;
}

DIV#report
{
  float:left;
  width:425px;
}

DIV.stats_header
{
  
}

DIV.stats_body
{
  margin-top:25px;
}

DIV.report_summary
{
  margin-top:25px;
}

DIV#assessment
{
  
}

DIV#visit_instructions_view
{
  margin-bottom:1em;
  padding:1em;
  border:thin gray solid;
}

DIV#doctor_bottom
{
  margin-top:50px;
}

DIV#buttons
{
  margin-top:1em;
}

.section_header
{
  text-align:center;
}

DIV#actions
{
  margin-left:475px;
  width:425px;
}

DIV#plan
{
  margin-top:25px;
}

DIV.pdf_button
{
  background:#cccccc
}

DIV.pdf_button:hover
{
  background:#ddd;
}

A.pdf_button
{
  background: url(/images/pdficon_large.gif) 10px 50% no-repeat;
  color:#000;
  display:block; 
  font-size:1.1em;
  min-height:25px;
  padding: 10px 10px 10px 64px;
  text-align:left;
  text-decoration:none;
}

.small_pdf_button{
  background: url(/images/pdficon_small.gif) 10px 50% no-repeat;
  background-color:#CCF;
  padding-left: 3.3em;
}

DIV#heroku_toolbar {
  visibility:hidden !important;
}

.border_tl {
    background-image:url(/images/form_border_corner.png);
    width:25px;
    height:25px;
    position:absolute; /* needed for footer positioning*/
    top:-25px;
    left:-25px;
  opacity:.80;
}

.border_t {
    background-image:url(/images/form_border_side.png);
    height:25px;
    position:absolute; /* needed for footer positioning*/
    top:-25px;
    left:-0px;
    right:-0px;
  opacity:.80;
}

.border_tr {
    background-image:url(/images/form_border_corner_90.png);
    width:25px;
    height:25px;
    position:absolute; /* needed for footer positioning*/
    top:-25px;
    right:-25px;
  opacity:.80;
}

.border_bl {
    background-image:url(/images/form_border_corner_270.png);
    width:25px;
    height:25px;
    position:absolute; /* needed for footer positioning*/
    bottom:-25px;
    left:-25px;
  opacity:.80;
}

.border_b {
    background-image:url(/images/form_border_side_270.png);
    height:25px;
    position:absolute; /* needed for footer positioning*/
    bottom:-25px;
    left:-0px;
    right:-0px;
  opacity:.80;
}

.border_br {
    background-image:url(/images/form_border_corner_180.png);
    width:25px;
    height:25px;
    position:absolute; /* needed for footer positioning*/
    bottom:-25px;
    right:-25px;
  opacity:.80;
}

.border_l {
    background-image:url(/images/form_border_side_90.png);
    width:25px;
    position:absolute; /* needed for footer positioning*/
    left:-25px;
    top:-0px;
    bottom:-0px;
  opacity:.80;
}

.border_r {
    background-image:url(/images/form_border_side_180.png);
    width:25px;
    position:absolute; /* needed for footer positioning*/
    right:-25px;
    top:-0px;
    bottom:-0px;
  opacity:.80;
}

.left_field{
    align:right;
    text-align:right;
}

#prescriptions{
    margin:0 auto;
    text-align:center;
    padding:1em;
    width:425px;
    background-color: #DDD;
}

#prescriptions table{
    margin-left: auto;
    margin-right: auto;
}

#prescriptions td{
  padding:0.5em;
  background-color: #FFF;
}

#instructions{
    height:200px;
    margin-bottom:2em;
    overflow:auto;
}

#mapsearch{
    background-color: #DDF;
    padding:1em;
}

#mapsearch_button{
    margin-left:2em;
}

#pharmacy_selector{
    width:100%;
    height:500px;
}

.grey_box{
    text-align:center;
    padding:1em;
    margin-left:1em;
    background-color: #DDD;
}

#maptd{
  width:50%;
}

#map{
  width:100%;
  height:500px;
}

#pharmacy_list{
    overflow:scroll;
    height:400px;
    vertical-align:top;
}

#pharmacy_list table{
    border-collapse:collapse;
}

#pharmacy_list tr{
    background-color:#EEE;
    border-width:0px;
    padding:5px;
    margin:5px;
}

#pharmacy_list .spacer{
    background-color:white;
    height:5px;
}

#prescription_filled{
    background-color:#9F9;
    padding:5px;
}

#prescriptions_view table{
    padding-top:10px;
    margin-right: auto;
}

#prescriptions_view table{
    margin-left: auto;
    margin-right: auto;
}

#prescriptions_view td{
    background-color:#DDF;
    margin:3px;
    padding:5px;
}

div#login_bar {
background-image: url(/images/corp/login_bar_bg.png);
padding: 0;
height:46px;
margin-bottom:5px;
}
/* Use absolute positioning for signup to avoid IE bug. */
div#login_form {
position: absolute;
top: 20px;
left: 100px;
color: white;
font-size: .88em;
}
div#login_form A {
color: white;
font-size: .88em;
}
div#login_form A:visited {
color: white;
}
div#login_form input[type=text],div #login_bar input[type=password] {
width: 120px;
margin:0 15px 0 5px;
}
div#login_form .login_button {
background: url(/images/corp/Login_Button_bg.png);  
color: #FFFFFF;
border: 1px solid gray;
height:26px;
padding-bottom:2px;
}
/* Use absolute positioning for signup to avoid IE bug. */
div#sign_up_cta {
position: absolute;
top: 20px;
right: 20px;
}
div#sign_up_cta a {
font-size: 18px;
color: white;
}
div#login_bar div#sign_up_cta A {
text-decoration:none;
}
div#login_bar div#sign_up_cta A:hover {
text-decoration:underline;
}

div#corp_main {
 width:940px;
 position: relative;
 margin: 0 auto;
 padding: 10px 0 0 0;
}
div#corp_footer { 
padding:0;
width: 940px; height:56px;
margin-bottom: 15px;
margin-top: 38px;
}
div#corp_footer .contents {
background-image: url(/images/corp/bottom_bar_bg.png);
text-align:center;
width: 928px; height:44px;
padding-top: 12px;
margin-left:6px;
}
div#footer_links {
position: absolute;
right: 20px;
bottom: 20px;
}
div#footer_links A {
color: white;
text-decoration:none;
}
div#footer_links A:hover {
text-decoration:underline;
}

div#multicolumns {
background-image: url(/images/corp/multicol_bg.png);
width: 940px;
margin-top:20px;
z-index:1;
}

div#multicolumns h2 {
font-size:1.2em;
}

div#multicolumns div.column {
float:left;
margin:-7px 0;
position:relative;
width: 234px;
border-right: 1px #c5c5c5 solid;
}

div#multicolumns div.wide_column {
float:left;
margin:-7px 0;
position:relative;
width: 270px;
padding: 20px;
}

div#multicolumns div.center_wide_column {
	border-left: 1px #c5c5c5 solid;
	border-right: 1px #c5c5c5 solid;
}

div#multicolumns div.last.column {
border-right: none
}

div#multicolumns div.column div{
width: 200px;
height: 286px;
padding-top:17px;
margin:0 10px 0 24px;
}
div.button_bar {
margin:38px 0 0 61px;
height:104px;
}

div.button_bar img {
float:left;
margin-right:61px;
}

div.page_element {
width:940px; margin-top:20px; background-color:white; position:relative;
}
div.page_element div.full_width {
border-left: 2px solid #bcbcbc; border-right: 1px solid #cccccc;
padding: 10px 30px 20px;
}
div.page_element div.full_width p {
margin-top:1em; margin-bottom:0;
font-size:1.1em;
}
div.page_element div.full_width h2 {
text-align:center;
}

div#summary {
background: url(/images/corp/first_read_lower_bg.png);
width:940px;
height:60px;
font-size:1.25em;
text-align:center;
}

div#summary p{
padding-top:18px;
margin:0
}

div.callout {
margin:20px auto 0; background-color:#eceae9;
}
div.callout div.top_border {
height:7px;
}
div.callout div.top_border img.right {
width:6px;height:7px; float:right;
}
div.callout div.top_border img.left {
width:7px;height:7px; float:left;
}
div.callout div.top_border div.mid_border {
border-top:1px solid #a1a09f;
}
div.callout div.middle {
width:100%; border-left: 1px solid #a1a09f;
}
div.callout div.middle div.content {
margin:0px 20px; padding:10px 0;
}
div.callout div.middle div.content h3 {
text-align:center;
}
div.callout div.bottom_border {
height: 7px;
}
div.callout div.bottom_border img.right {
width:6px;height:7px; float:right;
}
div.callout div.bottom_border img.left {
width:7px;height:7px; float:left;
}

}

#feedback{
    background-color:#DDF;
    padding:10px;
}

.iphone_only{
    display:none;
}

@media print {
  
}