/*
** print.css 
** CSS - css for print
** Author: Steve Tangue
** Date: 19.01.10
** Last edited: 19.01.10 by Steve Tangue 
*/
 

 
/* Overall  */
body{	font-family: Helvetica, Arial, Sans-serif;font-size: 0.8125em;line-height: 1.5;	color: #000;}
select, input, textarea{font-family: Helvetica, Arial, Sans-serif;	font-size: 1.0em;}
/* Links */
a:link, a:visited {	color: #7E0039;text-decoration: underline;}
a:focus, a:hover, a:active{	color: #7E0039;	background-color: #ECECEB;text-decoration: underline;}	
a.imagelink:link, a.imagelink:visited, a.imagelink:focus, a.imagelink:hover, a.imagelink:active{background-color: transparent;}
h1{	color: #000;font-size: 1.85em;font-weight: normal;padding: 0 0 0.5em 0;}
h2{	color: #7E0039;	font-size: 1.08em;	font-weight: bold;}
h3{	color: #666;font-size: 1.08em;font-weight: bold;}
h4{	color: #222;font-size: 1em;font-weight: bold;}
p{padding: 0 0 1em 0;}
blockquote{	font-size: 1.38em;color: #222;padding: 0;margin: 0;}
em, i{font-style: italic;}
strong, b{font-weight: bold;}
ul{	padding: 0 0 1em 2em;margin: 0;	list-style: none;}
ul li{	margin: 0;padding: 0;}
ol{	padding: 0 0 1.5em 2em;	margin: 0;list-style-type: decimal;}
hr{	clear: both;border: none;margin: 0 0 7px 0;	display: block;	color: #ccc;background-color: #ccc;	height: 1px;}
/* Tables */
table{border-collapse: collapse;border-spacing: 0;padding: 0;margin: 0 0 1em 0;width: 100%;}
tr{	vertical-align: top;}
th{	font-weight: bold;}
th, td{	border: 1px solid #ccc;	padding: 3px 6px;text-align: left;line-height: 1.3;}
/* Forms */
form{padding:0;margin:0;}
#logo{position: absolute;top: 0;left: 0;width: 112px;height: 139px;	}
#footer{padding-top: 20px;}

/* MSADMIN print custom stylesheet*/
.noprint, #topnav, #portal_left, #content_right button, .divlightbox{display:none}
div#csslt_header > a{display:none}
div#csslt_header h1{background:url("../img/rightbanner.png") no-repeat scroll 20px 10px transparent!important;padding: 10px!important;margin: 0 auto!important; }
#content_right table.csslt_table tr > *{border: 0 none!important;border-bottom: 1px solid #5D5D5D!important;padding-top:  20px;}
#content_right img{border:0 none!important}