html {
	height: 101%;
}


body {
	font-size:100.01%; /* Using 100.01% to get around a rounding error */
	background-color: #ECF2EA;
	font-family: "Trebuchet MS";
}
.back {
	text-align: right;
}
.goinput {
	background-color: #7DA0D0;
	color: #003399;
	font-weight: bold;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nobrd {
	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;
}
#content .back a{
	font-size: 11px;
	color: #F5C82D;
	text-decoration: none;
}

p {
	margin: .5em 0 1em 0;
}
#testata {
	display: none;	
}

.img {
	background-color: #F2F2F2;
	height: 100px;
	width: 100px;
	padding-top: 7px;
	text-align: center;
	display: table;
}
.img.left{
	float: left;
	margin-right: 5px;
}

.clear.pix{
	clear: both;
	height: 1px;
	background-image: url(../img/pixino.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	font-family:"Trebuchet MS", Arial;
	text-align: left;
	font-size: 13px;
	color: #FF9900;
	padding-top: 10px;
	padding-bottom: 0px;	
}
h1#editoriale {
	color: #FFC700;
}

h1#articoli, h1#approfondimenti, h1#breve {
	color: #91B1DA;
	clear: both;
}

h2 {
	font-family:"Trebuchet MS", Arial;
	text-align: left;
	font-size: 13px;
	color: #003399;
	font-weight: bold;
	padding-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #214392;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}

h5 {
	font-size: 20px;
}

img.block {
	display: block;
}
#mainBox {
	width: 706px;
	background-image: url(../img/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 0.75em;
}
#content {
	padding: 20px;
	font-size: 13px;
	letter-spacing: -.01em;
	color: #666666;
	line-height: 1.4em;
	background-color: #FFFFFF;
}
#content a{
	color: #003399;
}
.sub-articoli {
	background-image: url(../img/pixino_vert.gif);
	background-repeat: repeat-y;
	background-position: 49% top;
	padding-bottom: 16px;
}
.sub-appronfondimenti {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/evidence_sf.jpg);
	background-repeat: repeat-x;
	background-position: left -65px;
}
.sub-breve {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../img/evidence_sf.jpg);
	background-repeat: repeat-x;
	background-position: left -75px;
	padding-left: 6px;
}
.notizia {
	background-image: url(../img/pixino.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;

}
.segue {
	clear: both;
	text-align: right;
}
#content .segue a{
	color: #3F6AAE;
	font-size: 12px;
	text-decoration: none;
}
#content .segue a:hover{
	color: #CC0000;
}
.sub-articoli .notizia {
	background-image: none;
	padding-bottom: 10px;
	float: left;
	width: 310px;
	margin-right: 9px;
}
.sin {
padding-right: 10px;

}
#shadowtop {
	background-image: url(../img/shadow_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
}
#taskMenu {
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: relative;
	letter-spacing: -.05em;
}
#taskMenu form {
	position: absolute;
	right: -8px;
	top: 2px;
	padding-right: 10px;
}
#taskMenu input {
	font-size: 10px;

}
#taskMenu span a{
	color: #B7D3EB;
	text-decoration: none;

}
.go {
	position: absolute;
	top: 0px;
	right: 4px;
}
ul  {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
ul li {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li a {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.imgleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.imgright {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
}
#footer {
	background-color: #003399;
	color: #FFFFFF;
	text-align: right;
	padding-right: 8px;
}
/* PAGINAZIONE */
ul#pagination{
	margin: 1em 0;
	padding: 0;
	list-style: none;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #E8E8E8;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul#pagination li{
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
}

#content ul#pagination a{
	text-decoration: none;
	border: 1px none #1258CC;
	color: #CC0000;
	margin-top: 5px;
	background-color: #E6E6E6;
	padding: 6;
	font-weight: bold;
}

ul#pagination a:visited{
	background: #EEE;
	color: #003EA5;
	border-color: #89B5FF;
	text-decoration: none;
}

#content ul#pagination a:hover{
    background: #FFF;color: #003EA5}

#content ul#pagination li.currentpage a{
	border: 0px;
	background: #FFF;
	color: #CCCCCC;
	cursor: default;
	text-decoration: none;
}
.riquadro {
	background-image: url(../img/evidence_sf.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px;
	font-size: 0.9em;
}
.note {
	font-size: 0.9em;
	background-color: #F8F8F8;
	padding: 6px;
}
