a, a:link, a:visited {
    text-decoration: none; 
    color: #E2001A;
}

a:hover {
    text-decoration: underline;    
    color: #E2001A;
}
h1, caption {
    color: #E2001A;
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    background: transparent url(../img/site/h1.gif) no-repeat 0px 6px;
    text-align: left;
    
}

h2{
    color: #E2001A;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}

div.message {
    font-family: gill, helvetica, sans-serif ;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: lowercase;
    color: #333;
    text-align: center;
    padding: 50px;
}

#errore, .errore {
    color: #ff0000;
    font-size: 12px;
}

input {
    border: 1px solid #ccc;    
    background-color: #fff;
}

input#utUsername, #utPassword {
    border: 1px solid #ccc;
}

.img{
    float: left;
    border: 0px;
    /* line-height: 0px; */
}

a.homeNewsTitolo, a:link.homeNewsTitolo, a:visited.homeNewsTitolo{
    color: #E2001A;
    font-size: 13px; 
    font-weight: bold;
}
a.homeNewsTitoloPrima, a:link.homeNewsTitoloPrima, a:visited.homeNewsTitoloPrima{
    color: #E2001A;
    font-size: 15px; 
    font-weight: bold;
}

a.linkHomeNews, a:link.linkHomeNews, a:visited.linkHomeNews{
    color: #555;
    font-size: 11px; 
}

a.linkRosa, a.linkRosa:visited, a.linkRosa:hover, a.linkRosa:link {
    color: #E2001A;
    font-weight: bold;
    font-size: 12px;
}
a.linkNewsRosa, a.linkNewsRosa:visited, a.linkNewsRosa:hover, a.linkNewsRosa:link {
    color:#E2001A;
    font-weight: bold;
    font-size: 16px;
}

div#homeNews{
    width: 500px;
    font-size: 11px;
    color: #666;
    margin-left: 80px
}

p{
    padding: 5px;
}

.testo{
    color: #666;
    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 25px;
}

.contenitoreScroll{
    height: auto !important;
    height: 590px;
    min-height: 590px;
    max-height: 590px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 638px;
}

.nascosto{
    visibility: hidden;
    display: none;
}

div.infoFoto{
    color: #333;
    border: 1px solid #FFF;
    background-color: #FFF;
    font-size: 11px;
    text-align: left;
    padding: 6px;
}

#navGallery.jcarousel-control, #navCategorie.jcarousel-control{
    margin-bottom: 10px;
    text-align: center;
}

#navGallery.jcarousel-control a, #navCategorie.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #999;
    color: #eee;
    background-color: #333;
    font-weight: bold;
}

#navGallery.jcarousel-control a:focus, #navCategorie.jcarousel-control a:focus,
#navGallery.jcarousel-control a:active, #navCategorie.jcarousel-control a:active {
    outline: none;
}

p.gallery a, p.gallery a:visited, p.gallery a:link, p.gallery a:active{
    font-family: gill, helvetica, sans-serif ;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}
p.gallery a:hover{
    font-family: gill, helvetica, sans-serif ;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    text-decoration: underline;
}
.top{
    color: #FFF;
    font-size: 11px;
}

a.linkTop, a.linkTop:visited, a.linkTop:hover, a.linkTop:link {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}
hr{    
    border-top-color: #E2001A;
    width: 85%;
    height: 1px;
    border-bottom-color: #E2001A;
    border-left-color: #E2001A;
    border-right-color: #E2001A;
    border-top-style: dotted;
    border-top-width: 1px;
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.i18nForm{
    margin: 0px;
    padding-top: 10px;
    
}
.login{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
}

.login *{   
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
.login a{   
    color: #FFFFFF;
    font-weight: bold;
}

.login input{
    color: #ff6600;
    font-weight: bold;
}
#submitLogin{
    color: #333333;
    font-weight: bold;
}

/* Scroller Box */
#scroller_container {
    position: relative;
    width: 600px;
    height: 380px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

#scroller {
    margin-left: 20px;
    margin-right: 50px;
}
/* Scoller Box */

.cms{
    background: #FFFFFF;
    color: #666;
}

#frmDir, #frmFile{
    font-size: 12px;
}

.tdMenu{
    background: #E2001A;
    background-image: url(../img/site/bgMenu.jpg);
    background-repeat: repeat-y;
    background-position: 0px 0px;
}