﻿.box_33
{
	width: 30%;
	float: left;
	border: 2px solid #253D5C;
	padding: 10px;
	background: #fff;
	height: 220px;
	text-align: left;
}

.clear_left
{
	clear: left;
	margin: 0;
	padding: 0;
}
td.sizewht
{
	background-color: #003399;
	color: White;
	font-size: 11px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-align: center;
}

h3.titolo
{
	color: #253D5C;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 13px;
}
h4.titolo
{
	color: #253D5C;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 11px;
}


div.provicia
{
	width: 100%;
	height: 25px;
	background: #253D5C;
	color: #fff;
	border-bottom: 1px solid #999;
	margin: 0 auto 10px auto;
	padding: 3px 0;
	font-size: 14px;
	text-align: left;
}
div.provicia span
{
	color: #fff;
	font-weight: bold;
	margin: 2px 0;
}

div.intestazione
{
	width: 90%;
	background: #253D5C; /*#DC000F*/
	color: #fff;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

ul.dati
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.dati li.nome
{
	font-weight: bold;
}
ul.dati li div
{
	margin-bottom: 2px;
}
ul.dati li div.sinistra
{
	width: 35%;
	float: left;
	text-align: left;
}
ul.dati li div.destra
{
	width: 65%;
	float: left;
	text-align: left;
}
ul.dati li div.destra2
{
	width: 65%;
	float: left;
	text-align: right;
}

.head
{
	background: midnightblue;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.head div.sinistra
{
	width: 35%;
	float: left;
}
.head div.destra
{
	width: 65%;
	float: left;
	text-align: right;
}

hr
{
	background: #253D5C;
	width: 100%;
}


table.risultati
{
	width: 90%;
	margin: 0 auto 10px auto;
	background: #fff; /*border-spacing: 5px;*/
	border: 1px solid #999;
	text-align: left;
}
table.risultati th
{
	background: #AFAFAF;
	color: #fff;
	vertical-align: top;
	text-align: center;
}
table.risultati th.cod
{
	width: 5%;
}
table.risultati th.cli
{
	width: 43%;
}
table.risultati th.prec
{
	width: 8%;
}
table.risultati th.bud
{
	width: 8%;
}
table.risultati th.att
{
	width: 8%;
}
table.risultati th.dif
{
	width: 5%;
}

table.risultati td
{
	color: #253D5C;
}
table.risultati td.cod
{
	width: 5%;
	text-align: center;
}
table.risultati td.cli
{
	width: 43%;
	font-weight: bold;
	overflow: hidden;
	line-lenght: 42%;
}
table.risultati td.pen
{
	width: 48%;
}
table.risultati td.prec
{
	width: 8%;
	text-align: right;
}
table.risultati td.bud
{
	width: 8%;
	text-align: right;
}
table.risultati td.att
{
	width: 8%;
	text-align: right;
}
table.risultati td.dif
{
	width: 5%;
	text-align: right;
}
table.risultati td.numerico
{
	text-align: right;
	width: 10%;
}
table.risultati td.araso
{
	overflow: hidden;
}

table.risultati td.cli2
{
	width: 36%;
	font-weight: bold;
	overflow: hidden;
}
table.risultati td.numerico2
{
	text-align: right;
	width: 8%;
}

table.risultati td.dett
{
	width: 20%;
	text-align: right;
}
table.risultati td.dettTOT
{
	width: 20%;
	text-align: right;
	font-weight: bold;
	border: 1px solid #999;
}
table.risultati td.mese
{
	width: 20%;
	text-align: left;
}

table.risultati tr th a
{
	color: #fff;
}
table.risultati tr th a:hover
{
	color: #253D5C;
}

table.risultati tr td a
{
	color: #253D5C;
	text-decoration: none;
}
table.risultati tr td a:hover
{
	color: blue;
}

span.small
{
	font-size: 9px;
	color: #999;
}
td.head3
{
	background-color: midnightblue;
	border-top: solid 1px #2f5cb1;
	border-left: solid 1px #2f5cb1;
	border-bottom: solid 2px black;
	color: wheat;
	font-size: 8pt;
	font-variant: small-caps;
	line-height: 15px;
}
td.head4
{
	background-color: midnightblue;
	border-top: solid 1px #2f5cb1;
	border-left: solid 1px #2f5cb1;
	border-bottom: solid 2px black;
	border-right: solid 2px black;
	color: wheat;
	font-size: 8pt;
	line-height: 15px;
	font-variant: small-caps;
}


