﻿
.lbl
{
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}

tr:hover
{
    background-color: rgb(128,128,128);
}

.button
{
    position: absolute;
    height: 30px;
    width: 80px;
}

.indietro
{
    left: 10px;
    bottom: 10px;
}

.salva
{
    right: 10px;
    bottom: 10px;
}

.elimina
{
    right: 10px;
    top: 10px;
}

.nuovo
{
    right: 10px;
    top: 10px;
}

.helpbox
{
    display: none;
    position: absolute;
    border: solid 1px rgb(252,222,54);
    background-color: rgb(254,240,158);
    color: rgb(4,164,24);
    top: 65px;
    right: 40px;
    width: 200px;
    font-size: 12px;
}


div#toolBar
{
    background-color: #eeeeee;
    color: #ffffff;
    height: 40px;
    border-top: solid 1px rgb(200,200,200); /**/
    margin-top: 2px; /*border-bottom: solid 1px rgb(200,200,200);/**/
    position: relative;
}

div#toolBar input
{
    border: solid 1px rgb(200,200,235);
    background-color: rgb(220,220,255);
    float: right;
    margin: 5px;
    height: 30px;
    width: 150px;
}

div#navBar
{
    height: 30px; /*border-top: solid 1px rgb(200,200,200);/**/ /*border-bottom: solid 1px rgb(200,200,200);/**/ /*background-color:rgb(120,120,120);/**/ /*margin-top:20px;/**/
    position: absolute;
    top: -45px;
}

div#navBar input
{
    border: solid 1px rgb(200,200,235);
    background-color: rgb(220,220,255);
    float: right;
    margin: 1px;
    height: 30px;
    width: 80px;
}

div#resBar
{
    background-color: #eeeeee;
    color: #ffffff;
    height: auto;
    border-top: solid 1px rgb(200,200,200); /**/
    margin-top: 2px; /*border-bottom: solid 1px rgb(200,200,200);/**/
    /*position: relative; /**/
}

.resbox
{
    display: block;
    border: solid 1px rgb(252,222,54);
    background-color: rgb(254,240,158);
    color: rgb(4,164,24);
}



.formdiv
{
    /*border-bottom: solid 1px rgb(200,200,200);/**/
    margin-top: 5px;
    height:30px;
    clear:both;
}

.formdiv *
{
    /* border: solid 1px black; /**/
    /*display:block;/**/
    /*float:left;/**/
}


.formdiv input
{
    /* border: solid 1px black; /**/
    display:block;/**/
    float:left;
    /*margin:0;/**/
}


.col1
{
    /*border: solid 1px black; /**/
    display: block;/**/
    width: 250px;/**/
    text-align: right;/**/
    float: left;/**/
}

.col2
{
    /*border: solid 1px black; /**/
    display: block;/**/
    width: 75px;/**/
    /*text-align: right;/**/
    float: left;/**/
    margin-left:10px;
}

.col3
{
    /*border: solid 1px black; /**/
    display: block;/**/
    width: 300px;/**/
    /*text-align: right;/**/
    float: left;/**/
    margin-left:10px;
}

.col4
{
    /*border: solid 1px black; /**/
    display: block;/**/
    width: auto;/**/
    /*text-align: right;/**/
    float: left;/**/
    margin-left:10px;
}


div#divshowprenotazione .col1
{
    width:150px; /**/
}

div#divshowprenotazione .col2
{
    width:auto; /**/
}

div#divshowprenotazione .col3
{
    width:auto; /**/
}

.errorbox 
{
    display: block;
    /*float:left;/**/
    border-bottom: solid 1px rgb(200,0,0);
    /* background-color: rgb(200,0,0); /**/
    color: rgb(200,0,0);
    font-size:12px;
}

.errorbox *
{
    float:left;
}

.errorlabel
{
    display:block;
    /*
    background-image:url("../images/puntodomanda.gif");
    background-repeat:no-repeat;
    background-position:left top;
    */
    display:none;
}

.errortext
{
    display:block;
}

.datecombo
{
    width:200px;
}

div#divshowagenzia .col2
{
    width:200px;
}

.divlineadocumenti
{
    height:130px;
    margin-bottom:10px;
}