@charset "utf-8";
/*
   ****************************
   Yoshinryu.com CSS Anagrafica
   ****************************

   Copyright (C) 2005 Yukicom Srl (Turin - Italy)
   The following software licensing rules apply:
   http://www.gnu.org/licenses/gpl.txt

   --------------------------------------------------------------------                                 */


/* ====================================================================
   Natural TAG Section
*/
body {
color: #990000;
margin: 0px 0px 14px 0px;
padding: 0;
font: 10px Verdana,Arial,Helvetica,sans-serif,monospace;
cursor: default;
background:#cccccc url('../images/background.jpg') fixed no-repeat;
}
a {
color: #aa1010;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img {
border-color: #aa8d78;
}
a:active {
}
a:visited {
}
p {
text-align: justify;
}
td {
font: 10px Verdana,Arial,Helvetica,sans-serif,monospace;
}
input, textarea {
color: #990000;
font: 10px verdana,arial,tahoma,monospace;
border: 1px solid #cfd8e0;
background: #fefcfc;
}
hr {
border: 0;
width: 100%;
color: #fefefe;
background-color: #fefefe;
border-style: dashed;
height: 1px;
}
select {
/* position: absolute; */
top: -2px;
left: -2px;
color: #990000;
font: 10px verdana,arial,tahoma,monospace;
background-color : #fefefe;
border:0;
}
/* --------------------------------------------------------------------                                 */


/* ====================================================================
   Generic Class & ID Section
*/
.select {
width: 180px;
overflow: hidden;
position: relative;
}
.clearthis {              /* Corregge la visualizzazione all'interno dei div */
clear: both;
float: none;
font-size: 1px;
}
.buttons {
width: 410px; // Larghezza fascia dei bottoni intestazione
opacity:.50;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}
.buttonsON {
width: 410px;
}
.areatitle {
display: block;
margin-top:    3px;
margin-bottom: 5px;
}
.areatitlestrong {
color: #990000;
font: 18px verdana,arial,tahoma,monospace;
font-weight: bold;
}
.pageheader {
margin-bottom: 20px;
}
.pageheader td {
color: #fefefe;
font: 14px verdana,arial,tahoma,monospace;
font-weight: bold;
}
.fileinput {
height: 18px;
color: #990000;
position: absolute;
top: -2px;
left: -2px;
font: 10px verdana,arial,tahoma,monospace;
border:0;
background-color : #fefefe;
}
.button {
color: #aa1010 ! important;
height: 15px;
font-size: 10px;
font-weight: normal;
background: transparent url(../images/btnbk.png) left repeat;
}
.smbutton {
color: #990000;
border: 1px solid #990000;
height: 21px;
padding-bottom: 2px;
text-transform: uppercase;
font: 10px Verdana,arial,tahoma,monospace;
font-weight: bold;
background: transparent url(../images/btnbk.png) left repeat;
}
.tblhead {
height: 27px;
border: 0;
padding-top: 5px;
font: 14px arial,tahoma,monospace;
font-weight: bold;
text-transform: uppercase;
color: #fefefe;
background: transparent url(../images/fdbkg.png) repeat;
}
.FieldHeader1, .FieldHeader2 {
color: #990000;
font: 11px verdana,arial,tahoma,monospace;
font-weight: bold;
padding: 3px;
padding-left: 5px;
padding-right: 5px;
background: transparent url(../images/tblbackgroundthick.png) repeat;
}
.FieldHeader2 {
color: #993b3a ! important;
background: transparent url(../images/tblbackground.png) repeat ! important;
}
.FieldContent1, .FieldContent2 {
color: #990000;
font: 11px verdana,arial,tahoma,monospace;
padding: 3px;
padding-left: 5px;
padding-right: 5px;
background: transparent url(../images/tblbackgroundthick.png) repeat;
}
.FieldContent2 {
color: #993b3a ! important;
background: transparent url(../images/tblbackground.png) repeat ! important;
}
.trover:hover {
background: #995555 ! important;
}
.spacer {
font: 8px monospace;
}
/* --------------------------------------------------------------------                                 */


/* ====================================================================
   SLIDE MENU Section
*/
.slidemenu {
position: absolute;
top: 134px;      /* Distanza assoluta dei menu' dall'alto */
left: 210px;
z-index: 2000;
height: 30px;
margin: 0;
padding: 0;
list-style-type: none;
font-size: .7em;
}
.dropdown {
float: left;
}
.dropdown span {
float: left;
display: block;
border: 1px solid #990000;
position: relative;
color: #aa1010;
font-size: 10px;
margin-right: 5px;
margin-bottom: 0px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
padding: 0px;
height: 17px;  /* Altezza voce di menu' */
width: 100px;  /* Larghezza dropdown container */
padding-top: 3px;
float: none;
background: transparent url(../images/btnbk.png) repeat-x; /* Background bottone */
}
html > body .dropdown span {
}
.dropdown ul {
list-style-type: none;
display: block;
float: left;
position: relative;
top: 2px;
z-index: 3000;
left: 15px;
background: transparent url(../images/tblbackgroundthick.png) repeat ! important;  /* background tendina */
}
html > body .dropdown ul {
display: none;
position: relative;
top: 2px;
left: 0;
}
html > body .dropdown:hover ul {
float: none;
display: block;
border: 1px solid #990000;
margin: 0px;
padding: 3px;
width: 93px;                         /* Larghezza rettangolo slide down */
list-style-type: none;
}
html > body .dropdown li {
float: none;
margin-bottom: 5px;
margin-top: 5px;
text-transform: uppercase;
}
.dropdown li {
padding: 0 3px;
border: 0;
}
.dropdown li:hover {
background: #aa1010;                  /* Bordi voci del menu a tendina in hover */
}
.dropdown li a:hover {
text-decoration: none;
border: 0;
padding-left: 5px;
background: transparent url(../images/tblbackground.png) repeat ! important;
}
.dropdown li > a:first-child {
display: block;
}
.dropdown ul > li:last-child {
border-bottom: 0;
}
.dropdown a {
white-space: normal;
font-weight: bold;
font-size: 11px ! important;
border: 0;
color: #fefefe;
}
.dropdown a:first-child {
font-size: 1.3em;
}
/* --------------------------------------------------------------------                                 */


/* ====================================================================
   BOX MENU Section
*/
#menuboxes {
position: relative;
top: -30px;
margin-left: auto;
margin-right: auto;
text-align: center;
vertical-align: middle;
width: 500px;
padding: 10px;
border: 1px solid #dedede;
}
#menuboxes div.item  {
vertical-align: middle;
float: left;
margin: 3px;
}
#menuboxes div.item a {
color : #555555 ! important;
font-size: 12px;
display: block;
float: left;
background: transparent url(../images/tblbackgroundthick.png) repeat ! important;  /* background contenitore box */
height: 155px !important; /* 155.2 */
height: 160px;
width: 137px !important;
width: 140px;
vertical-align: middle;
text-decoration : none;
margin: 5px;
border: 1px solid #DDD;
padding: 2px 5px 1px 5px;
}
#menuboxes div.item a:link {
color : #808080;
}
#menuboxes div.item a:hover {
color : #990000 ! important;
background-color: #eaa736 ! important;
border: 1px solid #aa0000;
padding: 3px 4px 0px 6px;
}
#menuboxes div.item a:active  {  color : #808080;  }
#menuboxes div.item a:visited {  color : #808080;  }
#menuboxes div.item img { margin-top: 14px; }
#menuboxes div.item span { display: block; padding-top: 5px;}
#smallboxes {
position: absolute;
top:  130px;      /* Distanza assoluta dei smallbox dall'alto */
left: 230px;
z-index: 2000;
text-align: center;
vertical-align: middle;
padding: 10px;
}
#smallboxes div.smallitem  {
vertical-align: middle;
float: left;
margin: 3px;
}
#smallboxes div.smallitem a {
color : #555555 ! important;
font-size: 11px;
display: block;
float: left;
background: transparent url(../images/tblbackgroundthick.png) repeat ! important;  /* background contenitore box */
height: 70px !important;
height: 74px;
width: 97px !important;
width: 100px;
vertical-align: middle;
text-decoration : none;
margin: 2px;
border: 1px solid #DDD;
padding: 2px 5px 1px 5px;
}
#smallboxes div.smallitem a:link    {  color : #808080;  }
#smallboxes div.smallitem a:hover   {
color : #990000 ! important;
background-color: #eaa736 ! important;
border: 1px solid #c24733;
padding: 3px 4px 0px 6px;
}
#smallboxes div.smallitem img { margin-top: 5px; }
#smallboxes div.smallitem span { display: block; padding-top: 2px;}
/* --------------------------------------------------------------------                                 */


/* ====================================================================
   NOTIFICATION Section
*/
.benvenuto {
color: #aa1010;
margin: auto;
margin-bottom: 14px;
font: 11px Verdana,Arial,Helvetica,sans-serif,monospace;
font-weight: bold;
float:none;
width:40%;
padding: 18px;
white-space:nowrap;
border-top:1px solid #eee;
border-left:1px solid #eee;
background: transparent url(../images/tblbackground.png) repeat;
}
#youRhere {
position: absolute;
left: 250px;
top:  153px;
float:none;
color: #fefefe;
margin: auto;
margin-bottom: 14px;
padding: 9px;
font: 11px Verdana,Arial,Helvetica,sans-serif,monospace;
font-weight: bold;
white-space:nowrap;
border-top:1px solid #eee;
border-left:1px solid #eee;
background: transparent url(../images/tblbackground.png) repeat;
}
#youRhere span {
position: relative;
margin: auto;
display: block;
padding: 3px;
float:left;
}
#youRhere a {
position: relative;
margin: auto;
color: #aa1010 ! important;
font-weight: normal ! important;
display: block;
border-top:1px solid #dddddd;
border-left:1px solid #cccccc;
padding: 3px;
background: transparent url(../images/tblbackground.png) repeat;
float:left;
}
#youRhere a:hover {
color : #fefefe ! important;
background-color: #eaa736 ! important;
text-decoration: none ! important;
}
.notification {
color: #aa1010;
margin: auto;
margin-bottom: 14px;
font: 11px Verdana,Arial,Helvetica,sans-serif,monospace;
cursor: default;
float:none;
width:40%;
padding: 18px;
white-space:nowrap;
border-top:1px solid #eee;
border-left:1px solid #eee;
background: transparent url(../images/tblbackground.png) repeat;
}
.notification ul {
list-style-type: upper-roman;
}
/* --------------------------------------------------------------------                                 */


/* ====================================================================
   FOOTER MENU Section
*/
#footer{
background:#ddd;
border-top:2px solid #933;
position:fixed;
float:none;
bottom:0px;
width:100%;
margin:1em 0 0 0;
padding:0;
text-align:center;
white-space:nowrap
}
/* -------------------------------------------------------------------- */
