.searchForm {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #999;
}

.searchForm input[type="text"], .searchForm select {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#rightFrame label {
    font-weight: bold;
}

#logo {
    top: 0;
}


input.button {
    font-size: 12px !important;
}

/* TOP FRAME */

#topFrame {
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    height: 20px;
    left: 220px;
    overflow: auto;
    position: absolute;
    right: 40px;
    top: 50px;
}

#topFrame ul {
    height: 20px;
    list-style-image: none;
    list-style-position: inside;
    margin: 0;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}

#topFrame li {
    display: inline;
    font-size: 12px;
}

#topFrame li a {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

#topFrame li.selected {
    background-color: #929292;
    border-right: 1px solid #898989;
}

#topFrame li.selected a {
    color: white;
    font-weight: bold;
}

#leftFrame {
    top: 85px;
}

#leftFrame li {
    height: 35px;
    background-image: none;
}


#leftFrame li.selected {
    background-image: none;
    background-color: #999;
    border-bottom-color: #999;
}

#leftFrame li a {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 12px
}
#leftFrame ul#small{
    border-top:3px solid #ccc;
}
#leftFrame ul#small li{
    height: 25px;
}

#leftFrame ul#small li a{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px
}

#leftFrame li.group {
    padding: 0;
    height: auto;
    background: none;
    border: none;
}

#leftFrame li.group li {
    height: 20px;
    background-image: none;
}

#leftFrame li.group li a {
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 11px
}

.content {
    margin: 0;
    padding: 10px;
}

.content input, .content textarea, .content select {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#loginTable {
    margin: 100px auto;
    font-size: 11px;
}

.formTable td.prop {
    font-weight: bold;
}

fieldset {
    border: 1px solid #333;
}

a.active {
    color: #c33;
}



@media print {
    #leftFrame, #message, #footerFrame, #taskbar, #modeOuterDiv, #modeTitle, #tabsContainer, .searchForm {
        display: none;
    }

    #logo {
        position: static;
        margin-bottom: 20px;
    }

    #rightFrame {
        overflow: visible;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        background-color: transparent;
        border: none;
    }

    body {
        background-color: transparent;
    }

}

a.button-refresh {
    background-image: url( img/refresh.png );
}

a.button-pass {
    background-image: url( img/pass.png );
}

a.button-help {
    background-image: url( img/help.png );
}


.sText {
    width: 400px;
}

.sDate {
    width: 80px;
}

.iinfo,.failureDesc {
    color: #e33;
    padding-left: 5px;
}

div#fancy_div{
    background-color:transparent;
    color:black;
    font-size:11px
}

body{
    margin:0
}

h2{
    color:#36e;
    font-size:13px;
}

ul{
    list-style-position:inside;
    margin:0;
    padding:0;
}
li{
    padding:2px 0;
}

.content table td{
    vertical-align:top;
}


/* extra */

.title_area {
    color:#104D46;
    font-weight:bold;
    font-size:13px;
    border-bottom:1px solid #104D46;
    padding-bottom:10px;
    padding-top:3px;
}

.subtitle {
    color:#B62325;
    font-weight:bold;
    font-size:12px;
    margin-top:15px;
    margin-bottom:5px;
}

.subsubtitle {
    color:#104D46;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:5px;
}

/*---dataForm*/
#dataForm td, #dataForm th {
    padding:3px 0;
    padding-right:10px;
    border-top:1px solid #ddd;
}

#dataForm th {
    /*border-bottom:1px solid #104D46;*/
    color:#104D46;
    text-transform:uppercase;
    font-size:9px;
}

#dataForm .label {
    color:#104D46;
}

#dataForm .nota {
    font-size:9px;
    font-weight:bold;
    border-top:1px solid black;
    padding-top:5px;
    padding-bottom:15px;
    margin-top:15px;
}

#dataForm .link_item {
    color: #B62325;
    font-weight:bold;
    padding:3px;
}

#dataForm .link_item a, #dataForm td a {
    color: #B62325;
    text-decoration:none;
}

#dataForm .link_item a:hover, #dataForm td a:hover {
    text-decoration:underline;
}

#dataForm .block {
    padding:10px 0;
}

input.number {
    text-align:right;
    
}

.value {
    color:#104D46;
}

.error {
    background-color:pink;
    padding:3px;
    border:2px solid white;
    padding-top:0;
}
