html,body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-color: #c2f2c2;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center; /* IE hack */
}

/* */

a {
    color: #000000;
    background-color: inherit;
    text-decoration: underline;
}
a:hover {
    color: #0000ff;
    background-color: inherit;
    text-decoration: underline;
}

.current_link {
    font-weight: bold;
}

img {
    border: 0px;
    vertical-align: middle;
}
img.banner {
    border: 2px solid #5ce6b8;
}
img.immagine_immobile {
    padding: 5px;
}

.h_separator {
    clear: both;
    height: 10px;
}

.l-aligned {
    text-align: left;
}

.c-aligned {
    text-align: center;
}

.m-aligned {
    margin: auto auto;
}

.r-aligned {
    text-align: right;
}

.j-aligned {
    text-align: justify;
}

.vt-aligned {
    vertical-align: top;
}

.vm-aligned {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.w75 {
    width: 75%;
}

.w50 {
    width: 50%;
}

.error {
    margin-bottom: 20px;
    color: #ff0000;
    background-color: inherit;
    text-align: center;
}

.on_hover_highlight:hover {
    background-color: #c2f2c2;
}

.top_border {
    border-top: 1px solid #5ce6b8;
}

.tlabel {
    width: 20%;
    text-align: right;
    vertical-align: middle;
}

.tfield {
    text-align: left;
    vertical-align: middle;
}

.trfield {
    text-align: right;
    vertical-align: middle;
}

/* */

.container {
    width: 960px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: left; /* IE hack */
}

.popup_container {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: left; /* IE hack */
}

/* */

.logo_bar {
    margin-bottom: 20px;
}

.logo_bar_table {
    width: 100%;
}

.logo_bar_table tr {
    vertical-align: middle;
}

/* */

.top_menu_bar {
    width: 100%;
    height: 39px;
    margin-bottom: 20px;
    border-bottom: 2px solid #5ce6b8;
}

.top_menu_bar_table {
/*    width: 100%; */
    float: right;
/*    border-bottom: 2px solid #5ce6b8; */
}

.top_menu_bar_table tr {
    height: 30px;
    vertical-align: middle;
}

.btn-l {
    width: 12px;
    height: 39px;
    background-image: url('../images/btn-l.png');
    background-repeat: no-repeat;
}

.btn-c {
    background-image: url('../images/btn-c.png');
    background-repeat: repeat-x;
/*    padding-top: 11px; */
    vertical-align: middle;
    font-size: 14px; /* IE hack */
    text-align: center;
}

.btn-r {
    width: 12px;
    height: 39px;
    background-image: url('../images/btn-r.png');
    background-repeat: no-repeat;
}

.btn-s {
    width: 6px;
    height: 39px;
}

/* */

.main {
}

.popup_main {
    padding: 5px;
}

.main_content {
}

.main_content_table {
/*    width: 494px; */ /* IE hack */
    width: 100%;
}

.main_content_table tr {
    vertical-align: top;
}

.main_content_table .tl-green {
    width: 20px;
    height: 20px;
    background-image: url('../images/tl-green.png');
    background-repeat: no-repeat;
}

.main_content_table .t-green {
    height: 20px;
    background-image: url('../images/t-green.png');
    background-repeat: repeat-x;
}

.main_content_table .tr-green {
    width: 20px;
    height: 20px;
    background-image: url('../images/tr-green.png');
    background-repeat: no-repeat;
}

.main_content_table .l-green {
    width: 20px;
    background-image: url('../images/l-green.png');
    background-repeat: repeat-y;
}

.main_content_table .m-green {
    color: inherit;
    background-color: #ffffff;
}

.main_content_table .r-green {
    width: 20px;
    background-image: url('../images/r-green.png');
    background-repeat: repeat-y;
}

.main_content_table .bl-green {
    width: 20px;
    height: 20px;
    background-image: url('../images/bl-green.png');
    background-repeat: no-repeat;
}

.main_content_table .b-green {
    height: 20px;
    background-image: url('../images/b-green.png');
    background-repeat: repeat-x;
}

.main_content_table .br-green {
    width: 20px;
    height: 20px;
    background-image: url('../images/br-green.png');
    background-repeat: no-repeat;
}

.main_title {
    font-weight: bold;
    font-size: 200%;
}

.main_title_text {
    margin-bottom: 20px;
}

/* */

.footer {
    margin-top: 20px;
    font-size: 75%;
    text-align: center;
}

