﻿
.contentListBox
{
    padding: 0;
    margin: 0 5px 10px 5px;
}

.contentListBox h3
{
    margin: 0 !important;
    font-size: 14px !important;
    text-align: center;
    background-color: #eee;
    background: url(images/box-item-header.gif) repeat-x 0 0;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 2em;
}

.contentListBox h4
{
    line-height: 1.5em;
    font-size: 12px !important;
    text-align: left;
    margin: 0 !important;
    font-weight: bold;
}

.contentListBox h4 a
{
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

.contentListBox h4 a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #000000;
}

/* adiacente + mentre > annidati */
.contentListBox div
{
    border: 1px solid #999;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    vertical-align: top;
}

.contentListBox ul
{
    list-style-type: none;
    margin: 0;
    padding: 0px;
}
.contentListBox li
{
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 3px;
    margin-top: 3px;
    vertical-align: top;
    border-bottom: dotted 1px #c0c0c0; /* border:solid 1px #c0c0c0; */
    padding-bottom: 3px;
    clear: both;
}
.contentListBox li p
{
    text-align: left;
    height: 72px;
    min-height: 72px;
    margin-top: 2px;
    font-size: 10px !important;
}
.contentListBox img
{
    text-align: left;
    float: left;
    border: 0;
    margin-right: 10px;
    margin-bottom: 3px;
}



.mainNavMenu
{
    margin: 0;
    padding: 0;
    float: left;
}

.mainNavMenu ul
{
    margin: 0;
    margin-left: 15px; /*menu offset from left edge of window*/
    float: left;
    padding-left: 8px;
    font: bold 13px Verdana;
}

* html .mainNavMenu ul
{
    /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    margin-bottom: 1em;
    margin-left: 7px; /*menu offset from left edge of window in IE*/
}

.mainNavMenu ul li
{
    display: inline;
    vertical-align: middle;
    height: 31px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    text-decoration: none;
    white-space: nowrap;
    width: 48px;
}


.mainNavMenu ul li a
{
    /*    float: left; color: white; font-weight: bold; padding: 7px 9px 7px 5px; text-decoration: none; */
    background-color: transparent;
    background-image: url(http://www.fortitudo.it/images/menu_vline.gif);
    background-position-x: 100%;
    background-position-y: 13px;
    background-repeat: no-repeat;
    color: white;
    font-family: Arial;
    font-size: 18px;
    padding-bottom: 7px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    text-decoration: none;
}

.mainNavMenu ul li a:visited
{
    color: white;
}


.mainNavMenu ul li a:hover, .membersMenu ul li a#selected
{
    /*hover and selected link*/
}


.newsListBox
{
    padding: 0;
    margin: 0 5px 10px 5px;
}

.newsListBox h3
{
    margin: 0 !important;
    font-size: 14px !important;
    text-align: left;
    border-bottom:solid 3px #cccccc;
    line-height: 2em;
    color:#0A5690;
}

.newsListBox h4
{
    line-height: 1.5em;
    font-size: 12px !important;
    text-align: left;
    margin: 0 !important;
    font-weight: bold;
    padding:0px;
     color:#0A5690;
}

.newsListBox h4 a
{
    text-decoration: none;
    font-weight: bold;
      color:#0A5690;
}

.newsListBox h4 a:hover
{
    text-decoration: underline;
    font-weight: bold;
     color:#0A5690;
}

/* adiacente + mentre > annidati */
.newsListBox div
{
   
    margin: 0;
    padding: 10px;
    overflow: hidden;
    vertical-align: top;
}

.newsListBox ul
{
    list-style-type: none;
    margin: 0;
    padding: 0px;
}
.newsListBox li
{
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 3px;
    margin-top: 3px;
    vertical-align: top;
    border-bottom: dotted 1px #c0c0c0; /* border:solid 1px #c0c0c0; */
    padding-bottom: 3px;
    clear: both;
}
.newsListBox li p
{
    text-align: left;
    height: 72px;
    min-height: 72px;
    margin-top: 2px;
    font-size: 10px !important;
}
.newsListBox img
{
    text-align: left;
    float: left;
    border: 0;
    margin-right: 10px;
    margin-bottom: 3px;
}
