﻿/*body, html, #frame,
* body, * html
{
	width: 100%;
	height: 100%;
}*/

html, body, #frame, #intestazione, #contenitore, #piePagina, #colonnaOperativa, img, p, div, ul, li, a, input, table, td, tr,
#widgestMenu, #widgestAreaRiservata, #colonnaOperativa, textarea
{
	margin: 0;
	border: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

body 
{
	font: 16px "Times New Roman", Times, Serif;
	background-color: #eee;
}

html, body, textarea
{
	overflow: auto;
}

/* frame */

#frame 
{
	width: 90%;
	margin: 0 auto;
}

/* intestazione */

#intestazione 
{
	border-bottom: solid thin #daa250;
}

#logoSL 
{
	width: 75px;
	height: 75px;
	margin-left: 3em;
	float: left;
}

#ragionesociale 
{
	text-indent: 1em;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #000080;
	margin-top: 2em;
}

/* contenitore */

#contenitore 
{
	width: 100%;
	float: left;
}

/* piePagina */

#piePagina 
{
	border-top: solid thin #daa250;
	background-color: #000080;
	color: #fff;
	text-align: center;
	padding: 1px;
	font-size: 1em;
	clear: left;
}

/* colonna operativa */

#colonnaOperativa 
{
	float: left;
	width: 165px;
}

/* rettangoli */

#home, #doveSiamo, #richiestaInfo, #servizi, #areaRiservata
{
	height: 100%;
	overflow: auto;
	padding: 0 .5em;
}

#home 
{
	background: url("../images/sfondo-home.jpg") 100%;
}

#doveSiamo 
{
	text-align: center;
}

#servizi li
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 1em;
}

#TableCell7, #TableCell8 
{
	width: 8%;
}
#TableCell17 input 
{
	margin-right: 1em;
}

#subMail, #resMail, #subLogin, #resLogin, #widgestMenu a, #subLogOut, #subUpload 
{
	display: block;
	color: #fff;
	background-color: #000080;
	margin: .3em 0;
	padding: 0 .3em;
	border: outset .1em #fff;
}

#widgestMenu a:hover,
#widgestMenu .voceCorrente a
{
	color: #000;
	background-color: #fff;
	border: inset .1em #eee;
}

a 
{
	text-decoration: none;
}

#divListaDaSL, #divListaPerSL 
{
	width: auto;
	height: 200px;
	background-color: #FFFFFF;
	overflow: auto;
}

#divListaDaSL a:hover
{
	background-color: #FFFF99;
}

/* varie */

.bold 
{
	font-weight: bold;
}

.italic 
{
	font-style: italic;
}

.titolo 
{
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #000080;
	border-bottom: solid thin #daa250;
	margin: .5em 0;
	text-align: left;
}

.campo 
{
	background-color: #fff;
	border: groove 1px gray;
	width: 100%;
}