html,
body {
    margin: 0px;
    padding: 0;
    font: 91%/1.1 "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.ui-arealabels {
    background-color: #f1f4f6;
}

.ui-state-disabled {
    display: none;
    /* disabled tabs don't show up */
}

.ui-jqgrid .ui-jqgrid-hdiv {
    overflow: hidden;
}

.ui-jqgrid .ui-jqgrid-labels {
    font-size: .7em;
    overflow: hidden;
}

.ui-pager-control {
    font-size: .7em;
}

.ui-jqgrid-hbox {
    margin-top: -1px;
    margin-bottom: -3px;
}

.ui-accordion .ui-accordion-content li {
    padding-top: .4em;
    padding-bottom: .4em;
}

#fileUploaded {
    float: left;
    width: 90%;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
    border-radius: 5px;
    margin-top: 1em;
    padding: 0 10px;
    display: block;
}

.bottone-upload {
    padding: 5px !important; 
    float: none !important;
    width: 90px !important;
}

.example {
    padding: 2 2px;
    float: left;
    width: 10.5em;
    margin-left: -40px;
    list-style-type: none;
}

.files {
    /* try to mimick the look of a real event */
    width: 14em;
    margin: 10px 0 10px -42px;
    background: #3366CC;
    border-radius: 3px;
    color: white;
    list-style-type: none;
    overflow: hidden;
    padding: 2px 5px;
    font-size: 1em;
}

.files a {
    text-decoration: none;
    color: white;
}

#app {
    /*height: auto;
    display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
    background-color: white;
}

#header {
    height: 4.5em;
    padding-left: 3em;
}

#logo {
    float: left;
    padding-right: 1em;
    margin-left: 0px;
    -webkit-box-reflect: below -0.30em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(white));
    margin-top: 8px;
}

#header h1 {
    -webkit-box-reflect: below -0.44em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(white));
    font: bold 2.6em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
    float: left;
    margin-top: 0.30em;
    text-shadow: rgba(20, 0, 146, 0.7) 0 0 2px;
    color: white;
}

#header h2 {
    -webkit-box-reflect: below -0.52em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.4, transparent), to(white));
    font: bold 1.3em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
    float: left;
    margin-top: 1.6em;
    text-shadow: rgba(20, 0, 146, 0.7) 0 0 2px;
    color: white;
    margin-left: 0.50em;
}

#icons {
    float: right;
    text-align: center;
    font-size: 105%;
    color: #3e3e3e;
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    top: 7%;
}

#icons img {
    -webkit-box-reflect: below -0.65em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white));
    padding-bottom: 1px;
}

#icons a {
    text-decoration: none;
    opacity: 0.7;
}

#icons a:hover {
    text-decoration: none;
    opacity: 1;
}

#t5-legenda {
    margin: 10px 0 6px;
}

.legendaUsers {
    display: block;
    float: left;
}

.legendauserslabel {
    padding: 3px 10px 3px 12px;
    opacity: 0.75;
    filter: alpha(opacity=75);
    float: left;
}

#footer {
    padding-left: 1em;
    padding-top: 0.5em;
    padding-right: 0.5em;
}

#footer small {
    float: right;
    font-size: 0.85em;
}

#footer big {
    float: left;
    font: 1.2em Courier, mono;
}
/*
#content {
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: stretch;
    overflow: auto;
}*/


#sidebar {
    min-width: 16em;
    max-width: 20em;
    padding: 2px;
}


#accordion-menu li {
    cursor: pointer;
}
/*
#main {
    
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: stretch;
    
    padding: 2px;
}
    */
/*
#tabs {
    -webkit-box-flex: 1;
    margin-bottom: -2px;
}
*/

/* My Comment */