﻿BODY, HTML{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 5px;
	padding: 0px;
}
.empty 
{
    display: block;
    float: none;
    clear: both;
}
IMG
{
	border-style: none;
}
.standDisattivato
{
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.nuovo
{
	clear: both;
	background-color: #666666;
}

.griglia
{
	clear: both;
	float: none;
	font-size: 11px;
	font-family: verdana;
	margin: 0px auto;
	width: 90%;
	padding: 3px;
	border-style: none;
	border-width: 0px;
	border-color: Black;
}

.griglia .header
{
	color: White;
	background-color: #003061;
}

.griglia .headerStand
{
	padding: 5px 5px 5px 5px;
	text-align: left;
	border-collapse: collapse;
	border-style: none;
	margin: 0px 0px 0px 0px;
}

.griglia .row
{
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	border-top: dashed 1px #dedede;
	border-bottom: dashed 1px #dedede;
	text-align: center;
}

.griglia .controlStand
{
	display: block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.griglia .controlStand:hover
{
	background-color: #dedede;
	color: #ff2200;
}
.griglia .footer
{
	background-color: #003061;
}
.griglia .pager
{
	background-color: #003061;
	color: #ffffff;
	font-weight: bold;
}
.griglia .pager a
{
	color: #ffff00;
	text-decoration: underline;
}


.statusBar
{
	display: block;
	float: none;
	clear: both;
	margin: auto;
	width: 720px;
	border: 1px solid #cccccc;
	background-color: #b0c4de;
}
.statusBar A
{
	display: block;
	float: left;
	font-weight: bold;
	color: #fff;
	padding: 0px 10px 0px 10px;
	border-right: 2px solid #fff;
}

.caratteristicheTecniche
{
	clear: both;
	display: block;
	margin-left: 10px;
	margin-bottom: 20px;
}

.privacyPolicy
{
	clear: both;
	float: left;
	display: block;
}
.filter
{
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana;
}

.filter .LabelIDStand
{
	font-weight: bold;
	font-size: 12px;
}

.filter .LabelDenominazione
{
	font-weight: bold;
	font-size: 12px;
}

div.Richiesta 
{
	clear:left;
	display:block;
	float:left;
	padding-bottom:10px;
	width:100%;
}
div.Richiesta label
{
	display:block;
	float:left;
	width:220px;
}
div.Richiesta label.required,span.required
{
	font-weight:bold;
	color:Red;
}
div.Richiesta input
{
	display:block;
	width:200px;
}
div.Richiesta textarea
{
	display:block;
	width:540px;
}
div.Richiesta input.required
{
	border:solid 1px red;
}
div.Richiesta_Errore 
{
	clear:left;
	display:block;
	float:left;
	padding-bottom:10px;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:Red;
}
div.Richiesta_Errore label
{
	font-weight:bold;
	color:Red;
}
div.Richiesta span
{
	display:block;
	float:left;
	width:150px;
}
div.Richiesta span.valore
{
	display:block;
	float:left;
	width:350px;
	border-bottom:thin dotted 1px #cccccc;
	text-align:center;
}
