/******************************************************************************
  
\file    print.css
  
  \brief   Used to render printer friendly pages. Use with media type: print
  
  \example 
  <link rel="stylesheet" href="../css/print.css" type="text/css" media="print"> 
  
  \note    Derived from Hartija Css Print  Framework Version:   0.8 (2008-03-10)

**************************** REVISION HISTORY *********************************

1. 10-Nov-2009 by Nrip Nihalani -- Updated to handle commonly used tags at plus91

*******************************************************************************/

body { 
width:100%;
margin:0;
padding:0;
line-height: 1;
word-spacing:1pt;
letter-spacing:0.2pt; font-family: Arial; color: #000; background: none; font-size: 12pt; }

/*Headings */
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1{font-size:17pt;}
h2{font-size:15pt;}
h3{font-size:13pt;}
h4,h5,h6{font-size:11pt;}

code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
hr { background-color: #ccc; }

/* Images */
img { float: left; margin: 1em 1.5em 1.5em 0; }
a img { border: none; }

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 

#header{
display:none;
}

#headertop{
display:none;
}


#loginbox{
display:none;
}

#footer{
display:none;
}

input .hideWhenPrint{
display:none;
}

.hideWhenPrint{
display:none;
}


#main #summaryTableData{
display:none;
}

#main #messageToCall
{
display:none;
}
/*
#body_content #summaryTableHeader{
display:none;
}
*/
#fertile_cal
{
	color: #3ADB3A;
	
}

#normal_cal
{
		color: #224466;
}

#heading_cal
{
	color: #224466;
	
}

#day_heading_cal
{
	background-color: #D9FDD9;
	color: #556677;

}

#alertSetBox
{
display:none;
}

#fertile_cal
{
	background: #3ADB3A;
			color: #224466;
	
}

#fertile_cal4
{
	color: #3ADB3A;
			
	
}

#cycle_cal0
{
	color: #DB3A3A;
	
}


#fertile_cal3
{
	color: #3FE23F;
	
}

#cycle_cal1
{
	color: #E23F3F;
}




#fertile_cal2
{
	color: #4AEB4A
	
}

#cycle_cal2
{
	color: #EB4A4A;
	
}



#fertile_cal1
{
	color: #4FF24F;
	
}

#cycle_cal3
{
	color: #F24F4F;
	
}



#fertile_cal0
{
	color: #8FFF8F;
	
}


#cycle_cal4
{
	color: #FF8F8F;
	
}

#unsafe_cal0
{
    	color: #2277cc;

}

#unsafe_cal1
{
    	color: #2277cc;
}

#unsafe_cal2
{
    	color: #2277cc;
}

#key_legend
{
    width: 80%;
    font-size: 11px;
    font-family: Arial;
    color:black;
}

#disclaimer{
    width: 80%;
}