.TData {
    width: 100%;
    border-collapse: collapse;
    border-top: 4px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
/*    float: left;*/
    margin-bottom: 4px;
}
.TData td {
/*    padding: .15em;*/
    padding: 3px 6px 3px 6px;
    border-top: 1px solid #DDD;
}
.TData thead {
    background: #EEE;
}
.TData tbody>tr:hover {
    background: #f9f9f9;
}
.TData th {
    text-align: left;
    padding: 4px 6px 4px 6px;
}
.TData a {
    text-decoration: none;
    color: #424242;
}
.TData a:hover {
    text-decoration: underline;
}
.TData img {
    border: none;
}
.TData td.ctrls {
    width: 30px;
}
.TData .ctrls input, .TData .ctrls img {
    float: left;
    padding: 0;
}

/* PAGINACAO */
#pagesNav {
    text-align: center;
    font-size: .9em;
    margin-top: 1em;
}
#pagesNav .actual, #pagesNav .last, #pagesNav .interval, #pagesNav a {
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px 7px 3px 7px;
    line-height: 30px;
}
#pagesNav a {
    color: #7A7A7A;
    text-decoration: none;
    border: 1px solid #DDDDDD;
}
#pagesNav a:hover {
    background: #fff;
    border-color: #4186cb;
    color: #4186cb;
}
#pagesNav .interval {
    color: #000;
    font-weight: bold;
}
#pagesNav .last {
    border-width: 2px;
}
#pagesNav .actual {
    color: #2c2c2c;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    top: +1px;
}

.viewdetails {
    background: transparent url(/extranet/assets/img/details.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    float: left;
}
.viewdetails:hover {
    color: #fff;
    text-decoration: none;
}

.mDL {
    float:left;
    width: 50%;
    border-top: 4px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 4px;
}
.DL {
    width: 100%;
    border-top: 4px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 4px;
}
.mDL dt, .DL dt {
    border-top: 1px solid #DDD;
    background: #eee;
    float: left;
    width: 11em;
    padding: 3px 1em 3px 1em;
    font-weight: bold;
    clear: left;
 }
.mDL dd, .DL dd {
    margin-left: 13em;
    padding: 3px 3px 3px 10px;
    border-top: 1px solid #DDD;
    background: #f9f9f9;
}
.location {
    font-weight: bold;
}
.location a {
    color: #333;
    font-weight: normal;
}

#legenda {
    width: 100%;
    margin: 1em 0;
    padding: 0;
}

#legenda dt {
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 16px;
    margin-right: 2px;
}

#legenda dd {
    float: left;
    margin: 1px 0;
    padding: 0;
    text-align: left;
}

.ostG, .ostP, .ostC, .ostO, .ostM, .ostI {
    width: 16px;
    height: 16px;
    float: left;
}
.ostG:hover, .ostP:hover, .ostC:hover, .ostO:hover, .ostM:hover, .ostI:hover {
    color: #fff;
    text-decoration: none;
}
.ostG {
    background: transparent url(/extranet/assets/img/garantia.png) 0 0 no-repeat;
}
.ostP {
    background: transparent url(/extranet/assets/img/preventiva.png) 0 0 no-repeat;
}
.ostC {
    background: transparent url(/extranet/assets/img/corretiva.png) 0 0 no-repeat;
}
.ostO {
    background: transparent url(/extranet/assets/img/contrato.png) 0 0 no-repeat;
}
.ostM {
    background: transparent url(/extranet/assets/img/montagem.png) 0 0 no-repeat;
}
.ostI {
    background: transparent url(/extranet/assets/img/interna.png) 0 0 no-repeat;
}

.oss1, .oss2, .oss3 {
    width: 16px;
    height: 16px;
    float: left;
}
.oss1:hover, .oss2:hover, .oss3:hover  {
    color: #fff;
    text-decoration: none;
}
.oss1 {
    background: transparent url(/extranet/assets/img/status-1.png) 0 0 no-repeat;
}
.oss2 {
    background: transparent url(/extranet/assets/img/status-2.png) 0 0 no-repeat;
}
.oss3 {
    background: transparent url(/extranet/assets/img/status-3.png) 0 0 no-repeat;
}

#marged {
    margin: 20px;
}

#graph {
    background: #fffacd url(/extranet/assets/img/graphs.png) 6px 1px no-repeat;
    font-weight: bold;
    border: 1px solid #ffd700;
    margin: 2em .5em;
    padding: 6px 6px 6px 40px;
}

/* buttons */
.btnHolder .btnInsert, .btnHolder .btnRemove {
    float: right;
}
.btnLogin, .btnLogout, .btnRemove, .btnInsert {
    color: #FFF;
    font-weight: bold;
    padding: 2px 7px 2px 7px;
    text-decoration: none;
}
.dir select, a.btnRemove, a.btnInsert {
    display: block;
    float: right;
    margin-right: 4px;
}
a.btnLogin, a.btnLogout {
    display: block;
    float: right;
    margin-right: 4px;
}
a.btnRemove:hover, a.btnInsert:hover, a.btnLogin:hover, a.btnLogout:hover {	
    text-decoration: none; 
    color: #FFF; 
}
a.btnInsert:hover {
    background-color: #679ED5;
    border-color: #96BCE2 #557A9F #557A9F #96BCE2;
}
.btnRemove {
    background-color: #C54848;
    border: 2px solid;
    border-color: #D78080 #872B2B #872B2B #D78080;
}
.btnInsert {
    background-color: #4186CB;
    border: 2px solid;
    border-color: #7CABDB #2B5987 #2B5987 #7CABDB;
}
.btnLogout {
    background: #898525;
    border: 2px solid;
    border-color: #b9b231 #757120 #757120 #b9b231;
}
.btnLogin {
    background-color: #6DC548;
    border: 2px solid;
    border-color: #9AD780 #46872B #46872B #9AD780;
}

.btnLogin:hover {
    background-color: #8AD16D;
    border-color: #AEDF99 #6B9F55 #6B9F55 #AEDF99;
}

.btnHolder {
    padding: 10px;
}
