
/*
 *     Web pages e Frame generici
 */


.layout td {
    margin: 0;
    padding: 0;
}

.webframe {
    /* margin-bottom: 10px; */
    font-family: Verdana, Arial;
    font-size: 12px;
    background-repeat:repeat-x;
    text-align: left;
}

.webframe h1 {
    font-size: 16px;
    padding: 3px;
    margin: 0;
}


.webframe-blue {
    background-image: url(/media/img/gradTitleBlue.jpg) !important;
}

.webframe-gray {
    background-image: url(/media/img/gradTitleGray.jpg) !important;
}

.webframe-green {
    background-image: url(/media/img/gradTitleGreen.jpg) !important;
}

.webframe-red {
    background-image: url(/media/img/gradTitleRed.jpg) !important;
}

.webframe-violet {
    background-image: url(/media/img/gradTitleViolet.jpg) !important;
}

.webframe-brown {
    background-image: url(/media/img/gradTitleBrown.jpg) !important;
}

.webframe th {
    font-size: 16px;
    text-align: left;
    /* padding: 5px */
}

.webframe ul
{
}

.webframe li
{
	display: block;
}

.webframe .title,
.webframe .title a
{
    color: #13139D;
    text-decoration: none;
    /* font-weight: bold; */
}

.webframe .title a:hover  { text-decoration: underline;  }

.webframe tfoot td
{
    /* margin: 2px 0 5px 0; */
    text-align: right;
}

.webframe tfoot td a
{
    color: #000000;
    font: 10px Verdana, Arial, sans-serif;
    text-align: right;
    display: inline;
    /* padding: 0 12px 0 12px; */
    background: url(/media/img/more.gif) no-repeat right;
}

/*
 *     Personalizzazione per NewsFrame
 */

.newsframe ul
{
	margin: 0;
	padding: 0;
}

.newsframe li
{
	display: block;
	margin: 0;
	padding: 3px;
}


.newsframe .title,
.newsframe .title a
{
    color: #13139D;
    text-decoration: none;
    /* font-weight: bold; */
}

.newsframe .title a:hover  { text-decoration: underline;  }

.newsframe .pubdate
{
    color: #333;
    font-style: normal;
}

.newsframe img {
    float: left;
    margin-right: 10px;
}

