﻿/**
* Styles for print
**/

/**
* Turn off backgrounds for all page items and set them to a readable colour
**/
body
{
	font-size: 0.8em;
	padding: 1em;
}

div, p, table, a, body
{
	background: white !important;
	color: Black !important;
	border: none !important;
}

div, p, table, body
{
	float: none !important;
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.ColHolder p
{
	padding-bottom: 10px !important;
}

.alpha
{
list-style-type: lower-alpha;
}

.roman
{
list-style-type: lower-roman;
}

.decimal
{
list-style-type: decimal-leading-zero;
}

/**
* Set certain page elements to not appear
**/
.hide, .Top, .jqueryslidemenu, .Search, .LeftMenu, .footerLinks, .TopLogin
{
	display: none !important;
}

