﻿body
{
    background-image: url('../images/sfondo.png');
    font-family: Verdana;
    color: #003300;
    font-size: small;
}
.comment
{
    font-style: italic;
    color: #000000;
}
H2
{
    color: #006666;
}

.Master_HomeLink
{
    position: absolute;
    top: 10px;
    left: 10px;
}

.Master_TopCat
{
    position: absolute;
    left: 650px;
    top: 30px;
}

.Master_Navigator
{
    padding: 8px;
    position: absolute;
    left: 8px;
    top: 100px;
    width: 180px;
    line-height: 40px;
}

.Master_BottomDog
{
    position: absolute;
    left: 8px;
    top: 450px;
    width: 180px;
    text-align: center;
}

.Master_NavButtons
{
    font-family: 'Comic Sans MS';
    color: #009999;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.Master_Content
{
    position: absolute;
    left: 220px;
    top: 100px;
    width: 750px;
}

.Thumb
{
    border: 4px double #669999;
    width: 85px;
    height: 85px;
    vertical-align: middle;
    text-align: center;
}

.Table_Buttons
{
    padding: 2px;
    border-color: #C0C0C0 #808080 #808080 #C0C0C0;
    border-style: solid;
    text-decoration: none;
    background-color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

.Table_Buttons_Text
{
    color: #006666;
    font-size: smaller;
    text-decoration: none;
    font-weight: bold;
}

.LinkBold
{
    font-weight: bold;
    color: #003300;
}

.label_small
{
    font-size: smaller;
    font-style: italic;
}


.cell_3d
{
    margin: 8px;
    border-style: solid;
    border-width: 1px 3px 3px 1px;
    border-color: #808080;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}


/*
 * Scheda membro dello staff
 */

.panel_scheda
{
    border-color: #808080;
    padding: 16px;
    background-color: #FFFFFF;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
}


/*
 * Curriculum
 */

.curriculum_label
{
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    background-color: #DDDDFF;
}

.curriculum_authors
{
    font-style: italic;
}

.curriculum_title
{
    font-style: italic;
    font-weight: bold;
}

.curriculum_abstract
{
    margin: 25px;
    font-size: smaller;
}


.label_highlight
{
    font-style: italic;
    background-color: #D3E2E2;
}


/*
 * Menu testuale
 */
.text_menu
{
    font-family: Verdana;
    color: #003300;
    font-size: x-small;
    text-decoration: none;
}


/*
 * Modal Popup
 */
.modalBackground
{
    background-color: #333333;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup_clear
{
    padding: 28px 20px 8px 20px;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    visibility: hidden;
}

.modalPopup
{
    background-color: #333333;
    padding: 28px 20px 8px 20px;
    position: absolute;
    vertical-align: middle;
    text-align: center;
}

.modalPhotoFrame
{
    vertical-align: middle;
    text-align: center;
    width: 650px;
    height: 450px;
}

.modalLabel
{
    margin: 2px;
    padding: 0px 16px 0px 16px;
    font-family: Verdana;
    font-size: 12px;
    color: #FFFFFF;
}

.modalCloseLabel
{
    font-family: Verdana;
    font-size: 10px;
    color: #FFFFFF;
}

.modalCloseDiv
{
    padding: 2px;
    height: 16px;
    vertical-align: middle;
    z-index: 2;
    position: absolute;
    right: 2px;
    top: 2px;
}

.studio_navigator
{
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    border-color: #C0C0C0 #CCCCCC #CCCCCC #C0C0C0;
    padding: 8px;
    background-color: #FFFFFF;
}

