body {
    background-color: #EEF3FA;
}

/*#header {
    height: 95px;
    margin: 0px;
    padding: 0px;
    border-top: none;
    background-image: url("forest.jpg");
    background-repeat: no-repeat;
    background-position: left top;
}*/

#page {
    margin-top: 5px;
    margin-bottom: 5px;
    background: none repeat scroll 0% 0% beige;
    border: 1px solid green;
    border-radius: 5px;
    -webkit-border-radius: 5px;

    box-shadow: 3px 3px 8px #AAAAAA;
    -webkit-box-shadow: 3px 3px 8px #AAAAAA;
}

#customerLogo {
    float: left;
    background-image: url("logo.jpg");
    background-repeat: no-repeat;
    background-position: 15px 15px;
    height: 85px;
    width: 210px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*#mainmenu {
    background: url("../../../images/bg1.png") repeat-x scroll left top white;
}*/

#mainmenu ul li a {
    color: #000000;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a {
    color: #111111;
    background-color: rgb(239, 244, 250);
    text-decoration: none;
}

#content {
    /*background-color: #E6F799;*/
}

#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid green;
    color: #000000;
    /*background-color: #E6F799;*/
}

fieldset, div.form fieldset {
    margin-bottom: 20px;
    background-color: #E2F7C8;
    border: solid #AAAAAA 1px;
}

legend {
    font-size: 1.1em;
    font-family: san-serif;
    font-weight: bold;
    font-style: italic;
    margin: 0px 30px;
    padding: 4px 20px;
    background-color: #E2F7C8;
    color: #516639;
    opacity: 0.85;
    border: solid grey 1px;
}

button, input[type="button"] {
    background: url("../../../images/bg1.png") repeat-x scroll left top white;
    border:green thin solid;
    color: black;
    padding: 5px;
}

input[type='submit'] {
    border-color: black;
}

div.row.clientiHeader {
    height: 18px;
    padding: 5px 0px 10px 5px;
    background-color: #ACC433;
}

div.view {
    border-color: grey;
}

table {
    background-color: grey;
}

thead th {
    background-color: #C3E031;
}

.odd {
    background-color: #CCCCCC;
}

a.checkAzienda {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
