@CHARSET "UTF-8";
* {
    font-family: sans-serif;
}
img {
    border: 0;
    margin: 0;
    float: none;
}
img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
div#body_wrap {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}
div#page_banner {
    height: 114px;
    background-image: URL("images/monit_banner.gif");
    background-repeat: no-repeat;
    background-position-x:center;
    margin-left: auto;
    margin-right: auto;
}
div#border_top {
    margin-top: 15px;
    height: 10px;
    background-image: URL("images/bg_top.gif");
    background-repeat: no-repeat;
    background-position-x:center;
    margin-left: auto;
    margin-right: auto;

}
div#border_bottom {
    height: 10px;
    background-image: URL("images/bg_bottom.gif");
    background-repeat: no-repeat;
    background-position-x:center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
div#page_wrap {
    background-image: URL("images/bg_body.png");
    background-repeat: repeat-Y;
    margin-left: auto;
    margin-right: auto;
}
div#menubar {
    text-align: center;
}
div#menubar a {
    font-weight: bold;
    /* color: #E0E0E0; */
    color: #4d4d4d;
    text-decoration: none;
}
div#menubar a:hover {
    text-decoration: underline;
}

div#page_body {
    padding: 15px;
}
div#copyright {
    background-image: URL("images/bg_body.png");
    background-repeat: repeat-Y;
    margin-left: auto;
    margin-right: auto;
    font-size: small;
    ztext-align: center;
    clear: both;
    
    background-color: #f0f0f0;
}
div#copyright img {
    float: left;
    margin-top: 4px;
    margin-left: 100px;
    margin-right: 20px;
}
div#copyright p {
    margin: 0px 0px 0px -450px;
    
}
div#page_body p {
    text-align: justify;
}
div#teammonit {
    position: relative;
    left: 670px;
    font-weight: bold;
    font-style: italic;
    width: 200px;
}
div#page_box {
}
div#page_box_1 {
    width: 425px;
    float: left;
}

div#page_box_2 {
    width: 425px;
    float: right;
}

h3 {
    clear: none;
}
h1 {
    margin-top: 0px;
    color: #E0E0E0;
}
h2,h3 {
    color: #F15A24;
}
table.data {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    left: 0px;
}
/*
 
table.wide {
    width: 95%;
}
*/

table#tabprodotti {
    width: 600px;
    float:right;
}
table.centered {
    margin-left: auto;
    margin-right: auto;
}
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #E0E0E0;
    font-style: normal;
    background-position: left;
    line-height: 20px;
    text-transform: none;
    color: #4D4D4D;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-color: #F3F3F3;
    margin: 0px;
    line-height: 20px;
    color: #4D4D4D;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}
td.centered {
    text-align: center;
}
