/* use for any element you don't want to be printed */
.dontprint   {
	display: none;
}
/* use this to remove margains from an area for printing */
.nomargins {
	margin: 0!important;
}

body {
	background-image: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000!important;
}
h2 {
	border-bottom: none;
}
div#print_header {
	display: block;
}
table#header,
table#widget_search_bar {
	display: none;
}
table.main {
	background: none;
	border: none;
}

/* Online ordering for Allina Labs */

.ordertitle {
	font-weight: bold; 
	font-size: .8em; 
	color: #099; 
	font-family: Georgia, Times New Roman, Times, serif; 
	text-decoration: none; 
	voice-family: inherit
}
.orderheadingtop {
	font-size: .8em; 
	color: #666; 
	font-family: Georgia, Times New Roman, Times, serif; 
	text-decoration: none; 
	voice-family: inherit
}
.orderdetailtitle {
	font-size: .8em; 
	color: #000; 
	font-family: Georgia, Times New Roman, Times, serif; 
	text-decoration: none; 
	voice-family: inherit
}
.orderbottomborder {
	border-bottom: #ccc 1px solid
}

#allina_header, #task_bar { /*MC 12/5/11*/
 display: none;
}

.allina_copyright_links { /*MC 12/5/11*/
 display: none;
}
