﻿.boxNews{
    float:left;
    background-color:#e6e6e6;
    width:100%;
    background-image: url(../images/bordo.gif);
    background-position: right;
    background-repeat: repeat-y;
}
.newsTop{
    float:left;
    width:100%;
    height:17px;
    background-image: url(../images/newstop.gif);
    background-position: top;
    background-repeat: repeat-x;
}
.boxLeft{
    float:left;
    width:17px;
    height:17px;
    background-image: url(../images/bordo.gif);
    background-position: left;
    background-repeat: repeat-y;
}
.boxRight{
    float:right;
    width:17px;
    height:17px;
}
.newsBottom{
    float:left;
    width:100%;
    height:17px;
    background-image: url(../images/newsbottom.gif);
    background-position: top;
    background-repeat: repeat-x;
}
.rowNews {
    float: left;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #333333;
    line-height: 130%;
    background-image: url(../images/bordo.gif);
    background-position: top left;
    background-repeat: repeat-y;
    height:auto;
}
.rowLeft{   
    float:left;
    width: 98%;
    height:auto;
    background-image: url(../images/bordo.gif);
    background-position: left;
    background-repeat: repeat-y;
}
.imgNews {
    float: left;
    width: 110px;
    height: 100px;
    margin-left:10px;
    margin-top:5px;
    text-align:center;
    margin-bottom:10px;
}
.titoloNews {
    float: left;
    font-weight: bold;
    width: 60%;
    text-align:left;
}
.textNews {
    float: left;
    height: auto;
    width: 60%;
    text-align:justify;
}
.btnLeggi {
    float: right;
    margin-right:20px;
    width: 56px;
    height:22px;
    margin-top:5px;
    cursor:pointer;
}
.imgOpen{
    float: right;
    margin-right: 10px;
    border: 0;
    cursor:pointer;
}
label.lbNews{
    float: left;
    margin-left:20px;
    width:60px;
}
input.txtNews, textarea.txtNews{
    float:left;
    margin-bottom:5px;
    width:200px;
}
textarea.txtNews{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}
a.btnNews, .btnNews{
    display:block;
    float: left;
    width: 56px;
    height:20px;
    cursor:pointer;
    border:0;
    background-image: url(../images/button.gif);
    background-repeat:no-repeat;
    background-position:top left;
    color:White;
    font-size:10px;
    text-align:center;
    padding-top:2px;
    text-decoration:none;
}
.areaNews{
    float:left;
    width:90%;
    height:auto;
    margin-left:20px;
}
/* List box */
div.barraListBox{
    border:1px solid #AEAEAE;
    background-color:#DADADA;
    padding:4px;
    height:10px;
}
div.txtBarra{
    position:relative;
    float:left;
    top:3px;
    height:16px;
    font-size:11px;
    font-weight:bold;
    color: #FDFD00;
    width:auto;
}
div.ListBox{
    float:left;
    border:1px inset #DADADA;
    background-color:White;
    overflow:auto;
    padding:4px;
}
div.rowListBox{
    float:left;
    height:auto;
    cursor:pointer;
    margin-bottom:2px;
}
div.rowListBoxSel{
    float:left;
    height:auto;
    cursor:pointer;
    margin-bottom:2px;
    background-color: #D8E1E2;
}
div.rowListBox:hover {
    background-color: #F4EFCC;
}
div.objRow{
    float:left;
}
/*--------------------------------------------------------*/

