/*
lenghe.net print layout
author: marcus - anthes comunicazione udine itay
version: 1.00
*****************************/

/* DEFAULT TAGS
*****************************/
body{
	margin:20px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#333;
	background:#fff;
}

a, a:visited{
	color:#333;
	text-decoration:none;
}

a:hover, a:visited:hover{
	text-decoration:underline;
}

img{
	border:0;
}

ul, li{
	padding:0;
	margin:0;
	list-style:none;
}

p, form{
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5{
	font-weight:normal;
	font-size:11pt;
	margin:0;
	padding:0;
}

/* GLOBAL
*****************************/

#print_wrap{
	margin:0;
	padding:0;
	float:left;
}

#print_header{
	float:left;
}

#print_header h2{
	float:left;
	font-size:11pt;
	margin-right:10px;
	padding:0;
}

#print_article{
	margin:10px;
	padding:10px;
	clear:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#print_footer{
	float:left;
}

/* ARTICLE CLASS
********************/

.art_read h2{
	font-size:14pt;
	font-weight:bold;
	color:#c00;
	line-height:20px;
	padding-bottom:6px;
}

.art_read h2 a, .art_read h2 a:visited{
	text-decoration:none;
	color:#c00;
}

.art_read h2 a:hover, .art_read h2 a:visited:hover{
	text-decoration:underline;
	color:#c00;
}

.art_read h3{
	font-size:12pt;
	font-weight:bold;
	color:#333;
	line-height:20px;
}

.art_read img{
	margin-right:6px;
	float:left;
}

.art_read .imgr, .imgr img{
	margin:0 0 0 6px;
	float:right;
}

.art_read .art_spot{
	font-size:11pt !important;
	line-height:20px !important;
	text-align:justify !important;
	font-style:normal !important;
	margin:0;
	padding:0;
}

.art_read .art_body{
	font-size:11pt;
	line-height:20px;
	text-align:justify;
	font-style:normal !important;
	margin:0;
	padding:0;
}

#art_footer h2{
	font-size:11pt;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	height:24px;
	float:left;
	clear:left;
	border-top:1px solid #ccc;
}
