/*
 
   CSS Created by Infoporto for areariservata.porto.laspezia.it
  
*/




/*  --------  Defaults --------  */

body 
{
  margin: 0px;
  background-color: #FCFBF9;
  font-size: 8px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000066;
  text-align: justify;
  background-image: url(imgs/background_menu.jpg);
  background-repeat: repeat-y;
}

form {display: inline;}
fieldset {padding: 0px; margin: 0px; border: 0px;}
a:link, a:visited, a:active, a:hover {border: 0px; color: #000000; text-decoration: none;}
a:hover {color: #888888;}
h4 {text-align: center;}




/*  --------  Boxes --------  */

div#box_main
{
  width: 100%;
  margin: auto;
  border: 0px;
}

div#box_top
{
  clear: both;
  height: 170px;
  padding: 0px;
  text-align: left;
  border-bottom: 0px solid #000000;
  background-image: url(imgs/background_header.jpg);
  background-repeat: repeat-x;
}

div#box_top a {color: #000066;}
div#box_login {padding: 5px; text-align: right;}
div#box_title img {border: 0px; vertical-align: top;}

div#box_left {
  float: left; 
  width: 20%;
  margin-top: 20px;
  height: 100%;
}

div#box_right 
{
  float: left; 
  width: 78%; 
  height: auto !important;
  font-size: 8pt;
}


div.menu_item a:link, a:visited, a:active, a:hover {color: #000080;}
div.menu_item {
  background-image: url(imgs/background_item_s0.gif);
  background-repeat: no-repeat;
  font-size: 11px;
  font-weight: bold;
  padding-left: 23px;
  padding-top: 10px;
  margin-left: 5px;
  margin-top: 12px;
}

div.menu_subitem {
  background-image: url(imgs/background_item_s1.gif);
  font-size: 10px;
}

input {
  font-size: 8pt;
  color: rgb(0,0,0); 
  background-color: rgb(255,255,255); 
  border: 1px solid rgb(127,157,185)
}

select {
  color: rgb(0,0,0); 
  background-color: rgb(255,255,255); 
  border: 1px solid rgb(127,157,185)
}

table {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: navy navy navy navy;
	border-collapse: collapse;
	background-color: #f0eada;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #f0eada;
	-moz-border-radius: 0px 0px 0px 0px;
}
