﻿.BoxContent
{
    color:#3e70ac;
    background-color:#ffffff;
    padding: 0px 0px 0px 0px;
    text-align:left;
    overflow:hidden;
}
.BoxTitle
{
    font-size:14px;
    font-weight:normal;
    color:#444;
    text-align:left;
    font-family:Verdana;
}
.BoxL
{
    background:url(../../Immagini/boxleft.png);
    width:7px;
}
.BoxR
{
    background:url(../../Immagini/boxright.png);
    width:7px;
}
.BoxT
{
    background:url(../../Immagini/boxtop.png);
}
.BoxTL
{
    background:url(../../Immagini/boxtopleft.png);
}
.BoxTR
{
    background:url(../../Immagini/boxtopright.png);
}
.BoxB
{
    background:url(../../Immagini/boxbottom.png);
}
.BoxBL
{
    background:url(../../Immagini/boxbottomleft.png);
}
.BoxBR
{
    background:url(../../Immagini/boxbottomright.png);
}

.ItemMenu
{
    display:block;
    color:#668da7;
    background-color:#FFF;
    line-height:34px;
    font-size:13px;
    font-weight:normal;
    text-indent:0px;
    background-position:left center; background-repeat:no-repeat; text-indent:5px;
}
.ItemMenu:hover
{
    background-color:#f7f7f7;
}


