﻿div.menu
{
    background: transparent url('../Images/PressLine-menu_bg.gif') repeat-x scroll 0 0;
    height: 50px;
    width: 100%;
}

div.menu_content
{
    height: 50px;
    margin: 0 auto;
}


div.logo
{
    background-position: center center; /*height: 50px;*/
    width: 100%;
    /*background-image: url('../Images/VoloPress-header.jpg');*/
    background-repeat: no-repeat;
}


div.content
{
    height: 100%;
    margin: 0 auto;
    width: 950px;
}


div.page_content
{
    padding: 0px 20px 55px 20px;
    font-family: Arial, Times New Roman;
    display: block;
}

div.page_content a
{
    color: #F47C4A;
    text-decoration: none;
}

div.page_content a:hover
{
    text-decoration: underline;
}

div.footer
{
    width: 100%;
    /*background-color: #F47C4A;*/
    background-color: #F47C4A;
    border-top: 2px solid #F47C4A;
    clear: both;
}


div.footer_content
{
    font-family: Arial;
    text-align: center;
    padding: 10px;
    color: White;
    font-size: 12px;
}

div.pagetitle
{
    color: #E66900;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9EC5E2;
}

div.pagetext
{
    text-align: justify;
    font-size: 14px;
    line-height: 150%;
    display: block;
}
div.pagetext p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
div.pagetext ul
{
    list-style-type: disc;
}

div.pagetext li
{
    margin: 6px 0px 6px 30px;
}

div.clear
{
    clear: both;
}

html, body
{
    height: 100%;
    font-size: 12px;
}

#mainwrapper
{
    margin-bottom:-34px; /* margine negativo altezza footer */
	min-height:100%;
	height:auto !important; /*per gli altri browser*/
	height:100%  /*per IE 6*/
}


/* User Info */
div.userInfo
{
    color: #FFFFFF;
    font-weight: normal;
    float: right;
    margin-top: -20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.userInfo > a
{
    color: #FFFFFF;
    font-weight: normal;
    margin-left: 10px;
}

div.userInfo > a:hover
{
    color: #FFF;
}

span.loginName
{
    font-weight: bold;
}

#cleardivMP
{
    clear: both;
    height: 20px;
}