﻿.titolo
{
    font-weight: bold;
    color: Navy;
    background-color: #A189FF;
}

.norm
{
	background: none;
	vertical-align: middle;
}
.norm td
{
	background:none;
	vertical-align: middle;
}
th.norm
{
	font-weight: bold; 
	text-align: center; 
	border-bottom: 1px dotted black;
}
th
{
    font-weight: bold;
}
td
{
    padding: 10px;
}

input{
	background: white;
	border: 1px solid inner;
	padding: 3px;
}
input.pulsante
{
    border: outset 3px green;
}

.riquadroutente
{
    margin: 20px;
    padding: 3px;
    border: 2px solid black;
    min-width:400px;
    width: 600px;
}

.sottotitolo
{
	margin: 0px;
	padding: 2px;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.bottone
{
    background-color: #FC6;
	border: 1px solid white;
    color: black;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
	width: 400px;
	font-size: 9pt;
}

a.bottone:hover
{
    background-color: #C30;
    color: white;
    font-weight: bold;
}
a.bottone2
{
    background-color: #CFC;
	border: 1px solid white;
    color: black;
    display: block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
	font-size: 9pt;
	width: 400px;
}

a.bottone2:hover
{
    background-color: #093;
    color: white;
    font-weight: bold;
}
table
{
    table-layout: fixed;
}
body
{
    table-layout: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
.pannello
{
	background: #F90;
	color: #003;
	width: 700px;
	padding: 50px 20px 20px 20px;
	border: ridge 2px gold;
}
#pannello_menu
{
    width: 1024px;
    padding:50px;
    background: #F90;
    color: Black;
	border: 5px ridge #900;
}
.pannello_strumenti{
	border: 3px outset black; 
	margin-top: 30px;
	background: #BBB url(images/sfondo-grigio.gif) repeat;
}
.titolo{
	text-align: center;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding: 10px 0px;
	background: transparent;
}
.trasp td{
	background: transparent;
}
.trasp{
	width: 100%;
}

body#query{
	font-family:Arial, Helvetica, sans-serif;
}

body#query select{
	font-size: 14pt;
	width: 100%;
}
#processaquery .specchietto{
	border: 1px solid black;
	padding: 1px;
	margin: 10xp;
	background:#FC0;
}
.specchietto td{
	background: transparent;
}

.specchietto{
	border: 1px dotted black;
}
#processaquery .specchietto td{
	background: #CFC;
	text-align: center;
}
#processaquery .specchietto th{
	background: #3F6;
}
.specchiettos{
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	margin: 10px 0px 10px 10px;
}
.specchiettod{
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 10px;
	margin: 10px 10px 10px 0px;
}
label{
	font-weight: bold;
	color: #033;
}
.ui-datepicker{
	font-size: 60% !important;
}
