/* 
	--------------------------
	IDF Mastitis 2010 Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;	
}
#sidebar, #nav, .date-tabs, #btn-print, #title, #footer, #logo, #timer, #top-image, #left-col, #contact-link, a#siteby, #header, #header-logos{
	display: none;
}

h1{
	font-size: 20pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color: #34A9CF;
}
h2{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #34A9CF;
}
h3{
	font-size: 12pt;
	margin:  1.5em 0 0.5em 0;
	color: #666666;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	float: none;
	width: 100%;	
}
td{
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	padding: 5pt;
}
th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}


a:link, a:visited{
	color: #92af2a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
a img{
	border: 0;
}

table.multibox {
	font-size: 1.1em;	
	border-left: 1px solid #888888;	
}
table.multibox td{
	padding: 4px 4px 4px 4px;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
table td.mb-title {
	background: #30589A;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 4px 4px 4px; 
	border-top: 1px solid #888888;
}
table tr.mb-subtitles td{
	background: #649519;
	color: #fff;	
	padding: 5px 4px 4px 4px;
}

table tr.title td {
	font-weight: bold;	
}

table tr td.pink {
	background: #EAD7E8;
}

/* =Purple Highlights*/
table tr.title td.purple1 {
	background: #677AAF;
	color: #fff;
}
table tr.title td.purple2 {
	background: #929EC8;
	color: #fff;
}
table tr.title td.purple3 {
	background: #B6BBD3;
	color:
}

table td.purple1 {
	background: #C8CDE7;
}
table td.purple2 {
	background: #DCE0F1;
}
table td.purple3 {
	color: #333;
	background: #EEF0F9;
}

/* =Green Highlights*/
table tr.title td.green1 {
	background: #5CB196;
	color: #fff;
}
table tr.title td.green2 {
	background: #8DC1AF;
	color: #fff;
}
table tr.title td.green3 {
	background: #C5DED7;
}

table td.green1 {
	background: #CBE8DD;
}
table td.green2 {
	background: #DEF0EB;
}
table td.green3 {
	color: #333;
	background: #EFF7F1;
}

/* =Orange Highlights*/
table tr.title td.orange1 {
	background: #D9AA6D;
	color: #fff;
}
table tr.title td.orange2 {
	background: #F0D4AF;	
}
table tr.title td.orange3 {
	background: #F9F6E5;
}

table td.orange1 {
	background: #F0D9BA;
}
table td.orange2 {
	background: #F8E8CE;
}
table td.orange3 {
	color: #333;
	background: #F9F6E5;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */

