/**
* $Id: print.css 66 2011-03-28 14:01:41Z brandon $
*
* McKeel Academies
* Core v1.0
* Print styles
* Last Updated: $Date: 2011-03-28 10:01:41 -0400 (Mon, 28 Mar 2011) $
*
* @author			Brandon Davie
* @copyright	(c) 2009 McKeel Academies
* @package		Core
* @subpackage	CSS
* @link				http://mckeelacademy.com/
* @since			2008-05-13
* @version		$Rev: 66 $
* @author			$Author: brandon $
*/

/**
* Printer friendly styles
*/

* {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #000000;
}

#header,
#right_col,
#footer,
#section_menu,
.tab_bar,
.button_row,
h1 img {
	display: none;
}

#breadcrumb {
	display: block;
	margin-bottom: 10px;
}

#breadcrumb li {
	list-style: none;
	float: left;
	margin-right: 7px;
}

h1 {
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.mcktable {
	width: 100%;
}

.mcktable th {
	background: #dee5ec;
	font-weight: bold;
	font-size: 14px;
	padding: 6px;
}

.mcktable td {
	padding: 6px;
}

,mcktable .row1 {
	background-color: #f1f4f7;
}

.mcktable .row2 {
	background-color: #fafbfc;
}

.desc {
	font-size: 10px;
}
