﻿body
{
    font-family: Verdana;
    font-size: 8pt;
    background-color: White;
}
.menu_selected
{
    background-color: #E0E0E0;
    color: #01694E;
    font-weight: bolder;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
}
.menu
{
    background-color: #E0E0E0;
    color: #01694E;
    font-weight:normal ;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: white;
}
.menu:hover
{
    background-color: #F4F4F4;
    color: #01694E;
    font-weight: bolder;
    cursor: pointer;
}
.messaggio
{
    color: Red;
}
.titolo
{
    font-size: 10pt;
    font-weight: bolder;
    color: #01694E;
}
.bodymenu
{
    background-color: #E0E0E0;
}

span
{
    font-family: Verdana;
    font-size: 8pt;
}


input
{
    font-family: Verdana;
    font-size: 8pt;
}


select
{
    font-family: Verdana;
    font-size: 8pt;
}

option
{
    font-family: Verdana;
    font-size: 8pt;
}

.gv
{
    border-color: White;
    border-width: 1px;
    border-style: solid;
}

.gv_row
{
    border-left-color: White;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: White;
    border-right-width: 1px;
    border-right-style: solid;
}

.gv_alternatingRow
{
    border-left-color: White;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: White;
    border-right-width: 1px;
    border-right-style: solid;
    background-color: #F4F4F4;
}

.gv_header
{
    background-color: #F4F4F4;
    vertical-align: top;
}
.gv_pager
{
}

.download
{
    color: Black;
    text-decoration: none;
}
.download:hover
{
    color: #E19131;
    text-decoration: none;
}

.data_gv_selected
{
    color: Black;
    text-decoration: none;
    background-image: url(Images/data_selected.png);
    height: 27px;
    width: 134px;
    background-color: Transparent;
    color: #01694E;
    font-weight: bolder;
    border-style: none;
}

.data_gv_not_selected
{
    color: Black;
    text-decoration: none;
    height: 27px;
    background-image: url(Images/data_notselected.png);
    width: 134px;
    background-color: Transparent;
    color: #01694E;
    font-weight:normal ;
    border-style: none;
}

.data_gv_not_selected:hover
{
    color: #E19131;
    text-decoration: none;
    background-image: url(Images/data_selected.png);
    height: 27px;
    width: 134px;
    background-color: Transparent;
    color: #01694E;
    font-weight:normal ;
    border-style: none;
}
