/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#wrapper,
div#contentblog,
div#leftbox {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div.breadcrumbs,
div#search,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}
#logo a{
	font-size: 22px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #063170;
	letter-spacing: -1px;
}

h2.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #666666;
	letter-spacing: -1px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
img, a img {
	float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333333;
	text-decoration: underline;
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* End of 'Print' */

