﻿body 
{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #333333;
}

h1
{
	font-size: 16px;
}

a:link
{
	color: #333333;
	text-decoration: none;
}

a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

a.alert:link
{
	color: #A31515;
	text-decoration: none;
}

a.alert:visited
{
	color: #A31515;
	text-decoration: none;
}

a.alert:hover
{
	color: red;
	text-decoration: underline;
}

ul.Menu
{
	padding-left: 0.7em;
	margin-left: 0.7em;
	line-height: 20px
}

tr.RowEven {
	color: #000000;
	background-color : #FFFFFF;
}

tr.RowOdd {
	color: #000000;
	background-color : #E0E0E0;
}

.titlePreview {
	width: 512px; 
	padding: 4px;
	margin: auto;
}

.occhielloPrima {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #444444;
	background-image: url(images/sfondoOcchiello.png);
	height: 14px;
	padding-top: 4px;
	padding-left: 4px;
	margin-top: 2px
}

.ArticoloPrimaExt {
	border-top: 1px dotted #ABC7FF;
	padding-bottom: 8px;
}

div.squarepin {
	position: relative;
	float: left;
	top: 4px;
	width: 6px;
	height: 6px;
	background-color: red;
}

div.callout {
	position: relative;
	float: left;
	top: 4px;
	width: 9px;
	height: 9px;
	background-image: url(/images/callout.png);
}

div.clsArticolo {
	clear: both; 
	overflow: hidden; 
	padding-top: 8px; 
	font-family: Georgia; 
	font-size: 12px; 
	color: #444444; 
	padding-bottom: 8px; 
	line-height: 150%;
}

div.clsArticolo a:link {
	text-decoration: underline;
	color: blue;
}

div.clsArticolo a:visited {
	text-decoration: underline;
	color: blue;
}

div.clsArticolo a:hover {
	text-decoration: underline;
	color: red;
}

div#cntArticolo {
	clear: both; 
	overflow: hidden; 
	padding-top: 8px; 
	font-family: Georgia; 
	font-size: 12px; 
	color: #444444; 
	padding-bottom: 8px; 
	line-height: 150%;
}

div#cntArticolo a:link {
	text-decoration: underline;
	color: blue;
}

div#cntArticolo a:hover {
	text-decoration: underline;
	color: red;
}

div#cntArticolo a:visited {
	text-decoration: underline;
	color: blue;
}
