/* Start of CMSMS style sheet 'Rovsing_Theme : print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
color: #000 !important; /* we want everything in black */
font-size: 90%; /*we want a little bit smaller for print */
background-color:#fff !important; /* on white background */
font-family:myriad, helvetica, arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag 
* {
border:0 !important;
} */

#printLogo {
    margin: 0px 0px 1.5em 0px;
	padding: 0px 0px 1em 0px;
	border-bottom: 1pt solid #cccccc;
}

#printFooter {
	font-size: 90%;
}

#printFooter div{
	float: left;
	margin: 0.5em 2em 0 0;
}

.fronttop {
    margin: 0px 0px 1.5em 0px;
	padding: 0px 0px 1em 0px;
	border-bottom: 1pt solid #cccccc;
}

.frontArticleLeft {
	margin: 0px 0px 1.5em 0px;
	padding: 0px 0px 1em 0px;
	border-bottom: 1pt solid #cccccc;
}

.frontArticleRight {
	margin: 0px 0px 1.5em 0px;
	padding: 0px 0px 1em 0px;
	border-bottom: 1pt solid #cccccc;
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:0 !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#footer,
div#menu_horiz,
div#menu_vert,
div#news,
div#newsLinks,
/* div.homepix, */
div#login,
div.right49,
div.left49,
div#sidebar  {
   display: none !important;
}

img {
/* float:none;  this makes images couse a pagebreak if it doesnt fit on the page */
}

/* HEADINGS */
h1 {
   font-size: 2em;  /* font size for h1 */
   margin: 0 0 15px 0;
   color: #e45428;
   text-transform: uppercase;
   font-weight: normal;
}
h2 {
   color: #e45428; 
   font-size: 1.5em; 
   text-align: left;
   text-transform: uppercase;
   font-weight: normal;
   margin: 0 0 10px 0;
}
h3 {
   color: #e45428;  
   font-size: 1.1em;
   line-height: 1.1em;
   margin: 0 0 0.5em 0;
   text-transform: uppercase;
   font-weight: normal;
}
div#printFooter h3 {
   color: #e45428;  
   font-size: 1.1em;
   line-height: 1em;
   text-transform: uppercase;
   font-weight: normal;
}
h4 {
   color: #e45428;  
   font-size: 1em;
   line-height: 1em;
   margin: 0 0 0.25em 0;
   text-transform: uppercase;
   font-weight: normal;
}
h5 {
   color: #e45428; 
   font-size: 0.95em;
   line-height: 0.95em;
   margin: 0 0 0.25em 0;
   text-transform: uppercase;
   font-weight: normal;
}
h6 {
   color: #e45428; 
   font-size: 0,95em;
   line-height: 0.95em;
   margin: 0 0 0.25em 0;
   text-transform: uppercase;
   font-weight: normal;
}
/* END HEADINGS */

/* START LINK */
a,
a:link 
a:active
a:hover {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #004c72;
   border-bottom: 1pt dotted #004c72;
}
/* END LINK */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
  line-height:1.4em;

}
div#main ul {
  list-style-type: square;
}
div#main ul li,
div#main ol li {

}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* Start sitemap */

ul.sitemap a {
	color: #e45428; 
	font-size: 1.5em;
	line-height: 2em;
	text-transform: uppercase;
	border-bottom: 0px dotted #004c72;
}

ul.sitemap ul a{
	color: #004c72;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: none;
	border-bottom: 0px dotted #004c72;
}

ul.sitemap ul ul a{
	color: #004c72;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1em;
	text-transform: none;
	border-bottom: 0px dotted #004c72;
}

ul.sitemap ul ul ul a{
	color: #004c72;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1em;
	text-transform: none;
	border-bottom: 0px dotted #004c72;
}
/* End sitemap */
/* End of 'Rovsing_Theme : print' */

