img {
    border: 0
}

p {
    margin: 3px 0;
    padding: 0;
}

.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: 13px;
    left: 30px;
}

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 ul{

}

#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 ,#leftFrame ul li.small {
    height: 25px;
}

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

#leftFrame ul li.small {
    padding-left: 10px;
}

#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.important {
    color: #ff7f02;
}

@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-pass {
    background-image: url(img/pass.png);
}


.sText {
    width: 400px;
}

.sDate {
    width: 80px;
}

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

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

body {
    margin: 0
}

h2 {
    color: #4d8828;
    font-size: 13px;
}

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

li {
    padding: 2px 0;
}

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

a.active {
    color: #4d8828;
    text-decoration: none;
}


#tabsBar span.tablink a {
    color: #999;
}

td.bigtd {
    font-size: 120%;
    color: #4d8828;
    border-bottom: 1px solid #4d8828;
    font-weight: bold;
    padding-top: 10px
}

table.cronoTable td {
    vertical-align: middle;
}

a.deleteRed {
    color: #ff7f02;
    text-decoration: none;
}

#loginTable {
    margin: 100px 0 0 220px;
    width: 200px;
    font-size: 11px;
}

table.listTable  tr.selected td {
    background-color: #4d8828;
    color: white;
}

#rightFrame {
    background-color: white;
}


table.plano .treenav {
    width: 13px;
}

table.plano td {
    vertical-align: top;
    padding: 3px;

}

.codigo {
    font-weight: bold;
}

table.plano a {
    color: #999;
    text-decoration: none;
}

table.plano .hasContent a {
    color: #333;
}

table.plano .hasContent a .codigo {
    color: #4d8828;
}

table.plano a:hover {
    color: #4d8828;
}

.editLink, a.editLink:visited, a.editLink:active {
    color: #ff7f02;
    text-decoration:none;
    font-size: 9px;
}

input.sDate {
    background: url("/img/calendar.png") no-repeat right 2px;
    padding-right: 13px;
}

hr.gray {
    background-color: #ccc;
    color: #ccc;
}

#modeTitle .ttl {
    color: #999;
}

h3 {
    font-size: 11px;
    padding: 8px 0 3px;

    border-bottom: 1px #4d8828 solid;
    margin: 0;
    color: #4d8828;
}

#leftFrameControls {
    bottom: 10px;
    height: 35px;
    left:0;
}

/* TIMELINE */

.tlWeekend {
    color: #999;
}

tr.tlMonth td {
    border-bottom: 1px #4d8828 solid;
    padding: 2px;
    font-size: 9px;
    text-align:center;
}

.tlEvent {
    padding-bottom: 2px;
}

.tlAfter .tlDay{
    color: #ff7f02;
}

.tlAfter .tlDay .tlWeekend {
    color: #fcc97d;
}