html{
    margin:0;
    padding:0;
}
body { font-size: 13pt; background-color: #000;margin:0;
       padding:0;
}
label, input { display:block; }
input.text { margin-bottom:12px; width:95%; padding: .4em; }
fieldset { padding:0; border:0; margin-top:25px; }
h1 { font-size: 1.4em; margin: .6em 0; }
div .users-contain { width: 930px; margin: 10px 0; }
div .users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
div .users-contain table td, div .users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }
select { height:  25px; }
.overflow ul { height: 200px; overflow: auto; overflow-y: auto; overflow-x: hidden;}

a{
    cursor: pointer;
}

.contenuti{
    font-size: 11px;
}

#riepligoHome{
    font-size: 13px;

}
li {
    margin-top:7px;
    margin-bottom: 7px;
}
.main {
    background:url(images/logo.jpg);
    background-position: center;
    background-repeat: no-repeat;

    height: 150px;
    padding-top:  0px;
    padding-bottom:  0px;
    padding-left: 0px;
    padding-right:  0px;
}

.content-site{
    width: 900px;
    margin-left: auto ;
    margin-right: auto ;
}

.textarea {
    /*width:480px;*/
    border:1px solid #c0c0c0;
    margin:2px 0;
    padding:2px;
    background-color:#fff;
}


/*AGGIUNTO PER LA BACHECA*/
td.title {
    font-weight: bold;
    /* background-color: #254060; */
    background: #333 url(jquery-ui-new/css/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png) 50% 50% repeat;
    color: #ffffff;
    height: 17px;
}
td.content {
    color: #000000;
    background-color: #d0e0ff;
    filter: alpha(opacity=60);
    padding:0.6em;
    border:black thin solid;
}
td.nav {
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}
span.comment {
    font-weight: bold;
    color: #ff0000;
    font-style: italic;
}

div.divider {
    font-size: 0px;
    height: 2px;
    width: 100%;
    background-color: #254060;
    margin-bottom: 6px;
}

table.bacheca {
    table-layout: fixed;
    border: 1px solid #000000;
    border-collapse: collapse;


}


/**google maps sedi*/
div#map_canvas {

    width:900px;	
    height:400px;
}