body {
    /*  body 100% - prende tutta la finestra (per centraggio verticale) */
    height: 100% ;
    width: 100%;
    margin: 0px;
    text-align: center;
    background-color: white;
    font-family: "Trebuchet MS", verdana, "Lucida Sans", arial;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, TD {
    font:11px "Trebuchet MS" verdana "Lucida Sans" arial;
    font-size: 11px;
}

H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

.testogrigio { color: #666666; }

/* INTRO ***********************************/
TABLE#intro {
    width: 100%;
    height: 100%;
    background-image: url(../images/intro.jpg);
    background-position: center 20px;
    background-repeat: no-repeat;
    /*background-repeat: repeat-x;*/
}
TD#intro01 {
    padding-top: 290px;
}

/* INTESTAZIONE PAGINA ***********************************/
TABLE#header {
    /* margin auto = centraggio orizzontale della finestra */
    margin: 0px auto;
    width: 990px;
    height: 177px;
    background-image: url(../images/testata.jpg);
    background-repeat: no-repeat;
}

TR#riga_banner {
    height: 121px;
}

TR#riga_menu {
    height: 56px;
}

/* Menu 1 column */
TD#menu_1 {
    /* width: 150px; */
    vertical-align: top;
    /* background-color: #f7f7f0;*/
    padding-top: 5px;
}

TD#menu_1 a {
    margin-left: 20px;
    margin-right: 15px;
    color: #663300;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 75%;
}

TD#menu_1 A:hover {
    color: #009933;
}

TD#menu_1 span.menu1-act a {
    color: #009933;
}

/* CORPO HOME PAGE ***********************************/

TABLE#main {
    width: 990px;
    /* margin auto = centraggio orizzontale della finestra */
    margin: 0px auto;
    /*vertical-align: middle; */
    text-align: justify;
}

TD#content1 {
    width: 645px;
    padding-top: 20px ;
    text-align: center;
    background-image: url(../images/pulcino.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

TD#content2 {
    padding-left: 10px ;
    padding-top: 78px;
    vertical-align: top;
}

TD#content2 p {
    color: #666666;
    font-size: 16px;
}

/* CORPO ALLEVAMENTI ***********************************/

table#tb_alleva {
    width: 100%;
    height: 595px;
    background-image: url(../images/albero.jpg);
    background-position: left;
    background-repeat: no-repeat;
}
td#minialleva {
    width: 60%;
    text-align: right;
    vertical-align: top;
}
td#dettalleva {
    vertical-align: top;
    padding-top: 56px;
}
div#cliccaxingrandire {
    height: 15px;
    padding-top: 40px;
    vertical-align: bottom;
    font-style: italic;
}
div.d_minialle {
    font-style: italic;
}
div.d_minialle a {
    text-decoration: none;
}
div.d_minialle img {
    border: none;
}
div.d_minialle img.foto_piccola {
/*    border: 1px solid #FFFF00; */
    border: 1px solid #FEED01;
}
div.d_fotoalle img {
    width: 420px;
    height: 290px;
}
div.d_descralle {
    text-align: justify;
    font-size: 13px;
    line-height: 160%;      /* rispetto al font-size */
    margin-top: 15px;
}

/* CORPO TABELLA RAZZE *******************************/

td#selezionaprodotto {
    color: #009933;
    text-align: center;
}
td.cella_vuota {
    width: 190px;
}
td.cella_razza {
    width: 190px;
    height: 180px;
    background-image: url(../images/gabbia.gif);
    background-position: center;
    background-repeat: no-repeat;
}
td.cella_razza a {
    text-decoration: none;
}
img.adulto {
    width: 113px;
    height: 118px;
    position: relative;
    top: -7px;
    left: -6px;
    border: none;
}
img.pulcino {
    width: 75px;
    height: 66px;
    position: relative;
    top: -50px;
    left: 6px;
    border: none;
    z-index: 2;
}
span.cella_descri {

    position: relative;
    top: 0px;
    left: 40px;
    /*
    width: 140px;
    text-align: right; */
}

/* DETTAGLIO PRODOTTO *******************************/

table#tb_prodotto {
    margin-top: 4px;
    width: 100%;
    height: 579px;
    background-image: url(../images/grano.jpg);
    background-position: top, left;
    background-repeat: no-repeat;
}
td#prodotti_1 {
    width: 370px;
    vertical-align: top;
    text-align: center;
    color: white;
    padding-top: 20px;
}
div.d_foto_pulcini {
    margin-bottom: 20px;
}

td#prodotti_2 {
    width: 195px;
    vertical-align: top;
    text-align: justify;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 5px;
}

td#prodotti_3 {
    width: 418px;
    vertical-align: top;
    text-align: center;
}

div#d_descrizione {
    font-size: 13px;
}

table#t_prodotto {
    width: 100%;
}

td#tab_pesi {
    width: 118px;
    vertical-align: top;
    padding-top: 40px;
}
table#t_pesi {
    border-collapse: collapse;
    text-align: center;
}
tr#testa_pesi {
    color: white;
    background-color: #FF9900;
}
tr.listapari {
    color: black;
    background-color: #CCCCCC;
}
tr.listadispari {
    color: black;
    background-color: #FFFF99;
}

td#evoluzione {
    padding-left: 5px;
    padding-top: 20px;
}

span#maschi {
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
    font-size: 15px;
    font-weight:bold;
}
span#femmine {
    padding-left: 70px;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    font-weight:bold;
}

div.coppia {
    margin-bottom: 15px;
    width: 290px;
}
img.img_maschi {
    width: 120px;
    height: 89px;
    position: relative;
    left: 20px;
    border: 1px solid #FF9900;
}
img.img_femmine {
    width: 120px;
    height: 89px;
    position: relative;
    left: 10px;
    border: 1px solid #FF9900;
}
div.coppia span {
    position: relative;
    top: -12px;
    left: 15px;
    z-index: 2;
    height: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    background-color: #FF9900;
    font-size: 11px;
}
td#disclaimer {
    text-align: justify;
}


/* CORPO CONTATTI ***********************************/

TD#contatti {
    width: 990px;
    height: 598px;
    padding-top: 20px ;
    vertical-align: top;
    background-image: url(../images/fondoinfo.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

div#d_contatti1 {
    padding-top: 30px;
    padding-left: 75px;
    padding-right: 75px;
    text-align: justify;
    font-size: 12px;
    color: white;
}
div#d_contatti1 a {
    color: white;
}
div#d_contatti2 {
    height: 200px;
    width: 100%;
    margin-left: 65px;
    margin-top: 30px;
}

table#t_info {
    margin-right: 40px
}
table#t_info input {
    margin-left: 10px
}
table#t_info label {
    width: 75px;
    float: left;
    display: block;
}
.gialloverde {
    background-color: #FEED01;
/* background-color: #FFFF00; */
    color: #009933;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

td#btn_form_info {
    padding-top: 10px;
    text-align: center;
/*    border-bottom: 1px solid #FFFF00; */
    border-bottom: 1px solid #FEED01;
}

td#btn_form_info button#submit {
    position: relative;
    top: 12px;
    left: 20px;
}

td#btn_form_info button#reset{
    position: relative;
    top: 12px;
    left: 0px;
}

table#tb_contatti1 {
    width: 100%;
}
td#td_contatti1 {
    width: 495px;
}
div#d_contatti3 {
    height: 22px;
    width: 405px;
    margin-left: 66px;
    padding-left: 10px;
    background-color: #FEED01;
/* background-color: #FFFF00; */
    color: #009933;
    font-size: 13px;
    font-weight: bold;
}
div#d_contatti4 {
    height: 200px;
    width: 392px;
    margin-left: 66px;
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 5px;
    color: white;
    font-size: 12px;
    line-height: 110%;
    text-align: justify;
}
td#td_contatti2 img {
    height: 235px;
    width: 420px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

/* google map  *******************************************/
div#map {
    width: 420px;
    height: 235px;
}

/* COLONNA MENU ******************************************/

TD#menu_1 DIV {
    /*    width: 95%;                   */
}
TD#menu_1 DIV A {
    /*   color: navy;                   */
    /*   text-decoration: none;         */
}
TD#menu_1 DIV A:hover {
    /* text-decoration: underline;      */
}

/*  MENU 1, level 1, normal state (NO)      */
    /* TD#menu_1 DIV.menu1-level1-no {      */
    /* border-bottom: 1px dotted #999999;   */


/*  MENU 1, level 1, active state (ACT)         */
TD#menu_1 DIV.menu1-level1-act {
    /* border-bottom: 1px solid #999999;        */
    /* font-weight:bold;                        */
    /* font-size: 11px;                         */
    /* padding-top:5px;                         */
    /* padding-left:5px;                        */
    /* background-color: #eeeeee;               */
    /* filter:alpha(opacity='70', style='0');   */
}

TD#menu_1 DIV.menu1-level1-act A {
  /* color:black;                       */
}

/*  MENU 1, level 2, normal state (NO)  */
TD#menu_1 DIV.menu1-level2-no {
  /* font-size: 10px;                   */
  /* padding-left:20px;                 */
}

/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  /* font-size: 10px;                   */
  /* font-weight:bold;                  */
  /* padding-left:20px;                 */
}

/* menu secondario **************************************/
TD#menu_2 {
/*    text-align: right;
    height: 1px;    */
}

DIV.menusamelevel {
/*    text-align: right;  */
}

/* COLONNA PATH MENU *************************************/
/* Style for the Path-menu: */
TD#path-menu {
    width: 100%;
    white-space: nowrap;
    font-family: verdana, "Lucida Sans", arial;
    padding: 1px 1px 5px 10px;
    /* font-style: italic;  */
    /* font-weight: bold;   */
}

TD#path-menu A {
  text-decoration: none;
  color: black;
}

TD#path-menu A:hover {
  text-decoration: underline;
}


/* STYLE TABELLE *****************************************/

/* REPORTS (tabelle prezzi) ******************************/
table.cRepHtml {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin:  2px;
}

table.cRepHtml TR.pari {
    background-color: #e2ded3;
}

table.cRepHtml TR.titoli {
    background-color: #e2ded3;
}

table.cRepHtml td.testagruppo {
    text-align: left;
    height: 30px;
}

/* TABELLE BROWSE ****************************************/

table.browse {
    width: 70%;
    margin-left: 150px;
    margin-top: 20px;
    border-collapse: collapse;
}

tr.brw_header {
    background-color: #FF9900;
    border: 0,0,0,0;
}
tr.brw_header h1 {
    font-weight:bold;
    font-size: 13px;
    color: white;
}

tr.brw_titoli {
    background-color: #FFFF99;
}

table.browse a {
    color: #215ab5;
}

/* impostazioni browse Olandia */
table.brwNews tr.brw_line td {
    padding-top: 10px;
    text-align: justify;
}

table.brwNews tr.brw_line td span.data {
    color: green;
}
table.brwNews tr.brw_line td span.titolo {
    font-weight:bold;
    font-size: 13px;
    color: #ff9900;
}
table.brwNews tr.brw_line td span.subtitolo {
    font-weight:bold;
}

/* fine impostazioni browse Olandia */

table.browse td.brw_cellnum {
    text-align: right;
}

table.brw_sotto {
    border-top: 1px solid black;
    width: 100%;
}

tr.brw_sotto td {
    padding-bottom: 5px;
}

table.brw_comandi {
    width: 100%;
    border-top: 1px solid black;
    text-align: center;
}
tr.brw_comandi td {
    padding-top: 5px;
    padding-bottom: 5px;
    border: none;
}

tr.brw_comandi a {
    padding-right: 5px;
}

tr.brw_comandi td a img, tr.brw_line td a strong img  {
    text-decoration: none;
    border: none;
/*    border-color: #6f6f6f; */
}

tr.brw_header td {
    border: none;
}

/* FORM LOGIN *********************************************/

table.loginStd .editfldesc {
    color: black;
}

/* FORM RICERCA *******************************************/

td#form_ricerca {
    vertical-align: top;
}

table#cReadSearch td.editFldesc {
    color: #6f6f6f;
}

/* FORM EDIT *********************************************/

table.edit {
    width: 100%;
    border: 1px solid #6f6f6f;
    /* background-image: url(../images/pergamena.jpg);  */
    /* background-repeat: no-repeat;                    */
}

form label {
    /*width: 60%;*/
    /* border: 1px solid blue;  */
    margin-right: 10px;
}

.editfldesc, #utente2 {
    color: #6f6f6f;
}

.editflderror, .editnoempty {
    color: #ea150a;                         /* rosso ok */
}

.rigabottoni {
    padding-top:   0px;
    padding-left: 66px;
}

.rigabottoni button {
    margin-top: 10px;
    margin-left: 15px;
}

div#utente1 {
    text-align: left;
    color: black;
}

div#utente1 A  {
    color: white;
    text-decoration: none;
}
/* FOOTER  ***********************************************/
/*TD#footer {border-top: dotted 1px #999999;}*/
td#footer {
    padding-top: 2px;
    height: 15px;
    color: #663300;
    background-color: #FEED01;
    /* background-color: #FFFF00; */
}

TD#footer P {
    font-size: 10px;
    text-align: center;
}
