html {
	padding: 0px;
	margin: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

a:link, .linkato  {
	color: navy;
	text-decoration: underline;
	font-weight: bold;

}

a:hover{
	color: red;
	text-decoration: underline;
	font-weight: bold;

	}
	
a:visited{
	color: #996666;
	text-decoration: underline;
	font-weight: bold;


	}

DIV#container {
	width:780px;
	text-align: left;
	margin: 0 auto;
	background-image: url(/img/fondinoContent.gif);
}

DIV#header {
	height: 196px;
}

DIV#navigation {
	float: left;
	background-color: #FFFFFF;
	background-image: url(/img/fondinoMenu.gif);
	background-repeat: repeat-y;
	width: 160px;
	top: 166px;
}

DIV#content {
	float: left;
	width: 430px;
	margin-top: 30px;
	margin-left: 5px;
	font-size: 76%;
}

DIV#extra {
	margin-top: -150px;
	margin-left: -10px;
	padding: 5px;
	width: 133px;
	top: 130px;
	float: right;
	border-left: 1px solid navy;
}

DIV#extra   .imp{
	color: #FF0000;

}


DIV#footer {
	PADDING: 10px;
	TEXT-ALIGN: center;
	font-size: 66%;
	clear: both;
	height: 144px;
	background-image: url(/img/sfondo.gif);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #FFFFFF;
}

DIV#footer p {
	COLOR: #000;
	PADDING: 5px;
	TEXT-ALIGN: center;
	margin-left: auto;
	margin-top: 80px;
}


img {
	border: none;
}


h1.tit {
	font-size: 100%;
	color: #000066;
	font-variant: small-caps;
	height: 25px;
	padding: 10px;
	background-position: center;
}

h2 {
	font-size: 100%;
	height: 35px;
	padding: 20px;
	margin: 20px;
	color: #000066;
	text-align: center;
	line-height: 20px;
	background-color: #ffffff;
	border: 1px solid #99A0FA;

}

DIV#extra p  {
		margin-left: 0px;
    	font-size: 76%;
		line-height: 215%;

}

DIV#extra li  {
	text-decoration: none;
	margin-top: 15px;
	font-size: 76%;
	background: orange;

}

DIV#extra A:link  {
	color: #000066;
	text-decoration: none;
	font-size: 76%;
	line-height: 215%;
}

div#extra a:hover{
	color: #0066CC;
	text-decoration: none;
	font-size: 76%;
	line-height: 215%;
	}
	
div#extra a:visited{
	color: #000033;
	text-decoration: none;
	font-size: 76%;
	line-height: 215%;
	}

#navigation ul  {
	list-style-type: none;
	margin-top: -20px;
}

#navigation li  {
	text-decoration: none;
	margin-top: -5px;

}

#navigation a:link  {
	color: #990000;
	text-decoration: none;
}

#navigation a:hover{
	color: red;
	text-decoration: none;
	}
	
#navigation a:visited{
	color: #996666;
	text-decoration: overline;
	}

h3 {
	width: 370px;
	margin-left: 10px;
	border: none;
	border-bottom: 1px solid #99A0FA;
	font-size: 100%;
}
	
h6
{
    margin: 0px 0px;
    padding: 0px 0px;
    font-style: normal;
    font-weight: normal;
}
	

fieldset{
	float: left;
	clear: right;
	width: 370px;
    margin: 1em 0;
	padding: 0;
    border: none;
	
    text-align: left;
	}

fieldset.privacy 
{
    text-align: left;
}

legend{
	font-weight:bold;
	color: #333;
	font-variant: small-caps;
border-bottom: 2px solid #99A0FA;
width: 370px;
	}

fieldset div{
	float:left;
	width:100%;
    padding: 10px 0 12px;

}

label{
	float:left;
	width:120px;
    display: inline;
	margin-left: 10px;
	}
	
fieldset div.radioaspx
{
	width: 330px;
}
fieldset div.radioaspx label
{
    display: block;
    width: auto;
    height: 18px;
    margin-left: 5px;
    padding-top: 2px;
}
fieldset div.radioaspx input
{
    float: left;
    clear: left;
	width: auto;
	margin-left: 0px;
}

.centrato {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 86%;
	text-align: center;
	width: 90%;
	background: #ffffff;
}

table .Tab{
	font-size: 100%;
	margin: 10px 10px 10px 10px;

}

.login {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.login .button{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30%;
}


.Tab td {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:5px;
	border: 1px solid #000066;
	background: #CCCCFF;

}

th {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003399;
	font-weight: bold;
	border: thin solid #000066;
	color: #FFFFFF;
}

.AccessoDati
{
}
.DatiUtente
{
    float: right;
}

#listaUtenti
{
    float: right;
    /*margin-right: -100px;*/
    margin-left: -110px;
}
#listaUtenti tr:hover
{
    background-color: #ff8855;
}
#listaUtenti tr.off
{
    color: Red;
    background-color: Gray;
    font-style: italic;
}
#listaUtenti td
{
    padding: 3px;
    cursor: pointer;
}


#listar,#titolir {
  margin: 2px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}

#titoli li
{
  float:left;
  margin: 0px 0px 2px 0px;
  padding: 0px;

  border-style: solid;
  border-color: #888;
  border-width: 1px;
  background-color: #BDC3D4;

  font-weight: bold;
  line-height: 1em;
}

#list li{
  float:left;
  margin: 0px;
  margin-bottom: 2px;
  padding: 0px;

  font-size: 85%;

  border-style: solid;
  border-color: #888;
  border-width: 1px;
  cursor: move;
}

.evidenz {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.RedBold {
	font-weight: bold;
	color: #FF0000;
}

div.clearer {
	clear: both;
}

#finestra
{
    float: left;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
	text-align: left;
	font-size: 76%;
}

iframe
{
    border-style: solid;
    border-color: #6670FA;
    border-width: 1px;
    height: 150px;
}




#boxImp 
{
	border:solid 1px #7776AC;
	padding:10px;
	margin:10px 10px 10px 10px;
	background:#B7BDE8;
}


#ImpMenu 
{
	border-top:solid 1px #7776AC;
	border-bottom:solid 1px #7776AC;
	padding:5px;
	margin:10px 0px 0px 0px;
	background:#B7BDE8;
}

#menu {
border-left: solid 1px navy;

	}

#menu dl {
	width: 150px; 
	margin: 0 auto; 

	}
#menu dt {
	margin-top:20px;
	padding: 5px;
	font-size: 14px;
	font-weight:bold;
	color: navy;
	border-bottom:2px solid #6C6A9C;
	font-variant: small-caps;
	background-color: #CCCCFF;

}
#menu dd {
	margin:0;
	padding:0;
	color: #B36B00;
	font-size: 0.7em;
	border-bottom:1px solid #6C6A9C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#gallery a, #gallery a:visited {
	color:#B36B00; 
	text-decoration:none; 
	display:block; 
	padding:5px 5px 5px 20px;
    width:125px;
}
#gallery a:hover {
	background: #B3B3E1; 
	color:#9cf;}

ol li {font-size:11px;}

li a:link {
	text-decoration: none;
	font-style: italic;
}

DIV#animali
{
	display: none;
	background-color: ThreedHighlight;
    position: fixed;
	width: 470px;
    top: 20%;
    left: 25%;
    border: 4px double #6670FA;
	padding: auto;
	text-align: center;
}

TABLE#listaAnimali
{
	float: left;
	margin: 5%;
}

TABLE#listaAnimali tr:hover
{
    background-color: #ff8855;
}
TABLE#listaAnimali tr.off
{
    color: Yellow;
    background-color: Red;
    font-weight: bold;
}
TABLE#listaAnimali tr.bloc
{
    color: Maroon;
    background-color: Yellow;
    font-weight: bold;
}
TABLE#listaAnimali tr.out
{
    color: Yellow;
    background-color: Highlight;
    font-weight: bold;
}
TABLE#listaAnimali tr.outr
{
    color: Yellow;
    background-color: Highlight;
    font-style: italic;
    font-weight: bold;
}
TABLE#listaAnimali tr.inr
{
    font-style: italic;
}
TABLE#listaAnimali td
{
    padding: 3px;
    cursor: pointer;
}

.areeScelteMultiple
{
    background-color: Transparent;
    text-align: left;
    clear: left;
}
.areeScelteMultiple input
{
    float: left;
}
.areeScelteMultiple label
{
    width: 75%;
}
.domanda {
	font-style: italic;
	font-weight: bold;
	color: #003366;
}

div#RadioTipoRicerca table
{
    background-color: Transparent;
}

/*#################################
 *## Tabella di amministrazione */
 
TABLE#listaAnimaliAdmin
{
	float: left;
	margin: 5%;
}

TABLE#listaAnimaliAdmin tr:hover
{
    background-color: #ffddbb;
}
TABLE#listaAnimaliAdmin tr.bloc
{
    color: Maroon;
    background-color: Yellow;
    font-weight: bold;
}
TABLE#listaAnimaliAdmin tr.off
{
    color: Yellow;
    background-color: Red;
    font-weight: bold;
}
TABLE#listaAnimaliAdmin tr.out
{
    color: Yellow;
    background-color: Highlight;
    font-weight: bold;
}
TABLE#listaAnimaliAdmin tr.outr
{
    color: Yellow;
    background-color: Highlight;
    font-style: italic;
    font-weight: bold;
}
TABLE#listaAnimaliAdmin tr.inr
{
    font-style: italic;
}
TABLE#listaAnimaliAdmin td
{
    padding: 3px;
}
TABLE#listaAnimaliAdmin .link
{
    cursor: pointer;
}

TABLE#listaAnimaliAdmin img
{
    margin: 0px 5px;
}
/*## Fine Tabella di amministrazione
 *#################################*/

