
/* BODY */

html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
	color: #112240;
	background: #E0E0E0;
}

/* GENERICI */

* html textarea
{
	background-attachment: fixed;
}

form
{
	margin: 0px;
	padding: 0px;
}	

img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

a
{
	color: #00195b;
}

a:visited
{
	color: #00195b;
}

a:hover
{
	color: black;
}

a:active
{
	color: black;
}

h1
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

h2
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 14pt;
	font-weight: normal;
	font-family: 'Trebuchet MS';
}

h3
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 11pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

h4
{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Trebuchet MS';
}

div.clear
{
    width: 0px;
    height: 0px;
    overflow: hidden;
    clear: both;
}

a.blank
{
}

.highslide
{
}

p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

img.photo
{
    border: 1px solid #e0e0e0 !important;
    background: white;
    padding: 4px;
}

img.left
{
    float: left;
    display: inline;
    margin-right: 8px;
}

img.right
{
    float: right;
    display: inline;
    margin-left: 8px;
}

span.underline
{
    text-decoration: underline;
}

/* STRUTTURA DELLA PAGINA */

div#page
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 880px;
    overflow: hidden;
    background: white url(/images/sfondo.jpg) no-repeat left bottom;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

div#logo1
{
    position: absolute;
    top: 27px;
    left: 7px;
    width: 214px;
    height: 53px;
    overflow: hidden;
    z-index: 20;
}

div#logo2
{
    position: absolute;
    top: 17px;
    left: 90px;
    width: 200px;
    height: 192px;
    overflow: hidden;
    z-index: 10;
}

div#footer
{
    width: 100%;
    height: 245px;
    overflow: hidden;
    background: url(/images/ancora.gif) no-repeat right bottom;
}

div#sinistra
{
    float: left;
    display: inline;
    width: 232px;
}

div#destra
{
    float: right;
    display: inline;
    width: 570px;
    margin-right: 8px;
}

div#lingua
{
    width: 100%;
    padding-top: 4px;
    padding-bottom: 16px;
    text-align: right;
}

div#content
{
    min-height: 500px;
}

div#indirizzi
{
    margin-left: 16px;
    margin-top: 16px;
    padding: 8px;
    background: url(/images/bg.png);
    width: 184px;
}

div#loghetti
{
    position: absolute;
    right: 0px;
    width: 570px;
    height: 72px;
    overflow: hidden;
    text-align: center;
    margin-top: 24px;
}

/* NAVIGAZIONE */

div#navigazione
{
    margin-left: 16px;
    margin-top: 170px;
    padding: 1px;
    background: white;
	width: 198px;
}

div#navigazione div
{
	background: #f6f6f6;
	width: 190px;
	margin-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

div#navigazione div span
{
	font-style: italic;
	font-weight: bold;
}

div#navigazione div a
{
	text-decoration: none;
}

/* PRENOTAZIONI */

table.prenotazioni
{
	width: 400px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	font-size: 8pt;
}

table.prenotazioni tr th
{
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
	width: 100px;
}

table.prenotazioni tr td
{
	margin: 0px;
	padding: 2px;
	width: 300px;
}

table.prenotazioni tr td.unariga
{
	text-align: center;
	width: 400px;
}

table.prenotazioni tr th.unariga
{
	text-align: center;
	width: 400px;
}

/* ELEMENTI FORM */

input.casella
{
	margin: 0px;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 0px;
	height: 15px;
	border: 1px solid #aaaaaa;
	color: #333333;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: verdana; 
	font-size: 11px;
	width: 97%;
}

select.casella
{
	border: 1px solid #cccccc;
	color: #333333;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 15px;
	font-family: Verdana;
	font-size: 11px;
}

textarea.casella
{
	margin: 0px;
	padding: 4px;
	border: 1px solid #cccccc;
	color: #333333;
	background-image: url(/images/input_shadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 11px;
	width: 98%;
}

input.bottone
{
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	color: #5E1400;
	height: 21px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffdd;
	border: 1px solid;
	border-top-color: #aaaaaa;
	border-left-color: #aaaaaa;
	border-right-color: #444444;
	border-bottom-color: #444444;
}

/* PATCH CALENDARIO */

div.ajax__calendar_container table tr td
{
    padding: 0px;
}

