body {
	background-color: #ffffff;
	margin:0;
	padding:0;
}

#container {
	background-color: #ffffff;
	font-family: Tahoma, Arial, sans-serif, Helvetica, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	width: 920px;
	position: relative;
}

img {
	border: 0;
	margin: 0;
}

.freccia {
    margin-bottom: 3px;
}

.table {
	font-family: Tahoma, Arial, sans-serif, Helvetica, Verdana;
	font-size: 12px;
	border: 2px solid #000000;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}

.table th {
	border: 1px solid;
	padding: 5px;
	background-color: #3584c9;
}

.table tr {
    background-color: #e5dbd5;
}

.table tr:hover {
    background-color: #f4d0ba;
}

.table td {
	border: 1px solid #000000;
}

h1, h2, h3, h4 {
    margin-bottom: 0;
    margin-top: 12px;
    color: #ff6600;
    font-weight: normal;
}

p {
    margin-bottom: 12px;
    margin-top: 0;
}

h1 {
	font-size: 16px;
	text-align: left;
	margin-top: 0;
}

h2 {
	font-size: 15px;
	text-align: left;
}

h3 {
	font-size: 14px;
	text-align: left;
	font-style: italic;
}

strong {
    color: #000000;
}

hr {
	display: none;
}

a:link, a:visited, a:active{
	color: #1881b2;
	text-decoration: underline;
}

a:hover {
	color: #1881b2;
	text-decoration: none;
}

acronym, abbr {
	cursor: help; 
	border-bottom: #ff6600 1px dotted;
	color: #ff6600;
	font-weight: bold;
}

#title {
	display: none;
}

/* logo vecchio
#header {
    height: 102px;
    width: 421px;
    background-image: url(../images/logo.gif);
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}*/

#header {
    height: 130px;
    width: 469px;
    background-image: url(../images/logobeta.jpg);
    background-position: left;
    background-repeat: no-repeat;
    cursor: pointer;
}

#bannertop {
    position: absolute;
    top: 31px;
    right: 0;
    width: 234px;
    height: 68px;
}

#banner_pubblicita {
    position: absolute;
    top: 31px;
    right: 240px;
    width: 200px;
    height: 60px;
}

#barra_login {
    position: absolute;
    top: 120px;
    right: 0;
}

#barra_login a {
    color: #ff6600;
}

#facebook {
    position: absolute;
    right: 20px;
    top: 15px
}

.back1 {
    margin-top: 15px;
}

#contenuto {
	padding: 10px 0;
	text-align: justify;
	min-height: 400px;
	height: auto !important;  /*necessario perché IE non interpreta min-height*/
	height: 400px;
}

#layout1 {
    padding: 0 20px 10px;
    border-top: 5px solid #e2e2da;
    background: #f0f0ec;
    position:relative;
}

#layout1 h1 {
    border-bottom: 1px solid #818179;
    padding-bottom: 5px;
    margin-top: 10px;
}

#layout1 input.text {
    width: 200px;
}

#layout1 select {
    width: 204px;
}

#layout1 label {
    color: #1881b2;
}

#footer {
	text-align: center;
	font-size: 11px;
	padding: 5px;
	clear: both;
	color: #818179;
	border-top: 1px dotted #818179;
}

#footer #footimages {
	margin-top: 10px;
}

#footer a {
	background-color: transparent;
	color: #ff6600;
}


.imagefloatleft {
	float: left;
	padding: 10px;
	padding-left: 0;
}

.imagefloatleft1 {
	float: left;
	padding: 10px;
	padding-left: 0;
	padding-top: 0;
}

.imagefloatright {
	float: right;
	padding: 10px;
	padding-right: 0;
}

input, select, textarea {
  	border: 1px solid #818179;
	font-size: 12px;
	padding: 1px;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

input:focus {
    border: 1px dotted #000000;
}

.button {
    background: #a2a29b;
    color: #ffffff;
    font-weight: bold;
}

.textarea {
  width: 400px;
  height: 200px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.reset {
    clear: both;
}

.center {
    text-align: center;
}

ol.listalettere li {
    list-style: upper-alpha;
    margin-top:5px;
}

ol.listalettere h2 {
    margin:0;
}

ol.listanumeri li {
    list-style: decimal;
    margin-top:5px;
}

#paginazione {
    text-align: center;
    margin-top: 10px;
}

#paginazione a {
    color: #ff6600;
}

/* autocompleter */
div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  z-index: 100;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #f5d4a7;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  min-height:32px;
  cursor:pointer;
  text-align: left;
  border-top: 1px dotted #888;
}
div.autocomplete ul li:first-child {
    border: none;
}

#privacy {
    font-size: 10px;
}

#privacy h2 {
    font-size: 12px;
}

#privacy h2, #privacy p {
    margin: 0;
    padding: 1px;
}

.col {
    float: left;
    width: 33%;
}

.black {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.azzurro {
    color: #1881b2;
    font-weight: normal;
}

#overlayy {
    position: fixed;
   	top: 0;
   	left: 0;
   	z-index: 90;
   	width: 100%;
   	height: 100%;
   	background-color: #000000;
   	margin: auto;
}

#boxajax {
    position: fixed;
    width: 350px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -175px;
    z-index: 100;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 40px;
    color: #ffffff;
    font-weight: bold;
}

