body {
    font-size: 8pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background: none;
}

#main {
    position: relative;
    width: 950px;
    margin: auto;
    padding: 0;
}

#header {
    height: 80px;
    border: 1px solid silver;
    padding-top: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
}

#divmenu {
    background-color: #F7F3F7;
    border: 1px solid silver;
    height: 22px;
    padding-top: 2px;
}

ol, ul {
    list-style: none;
}

#modulos {
    position: absolute;
    width: 370px;
    float: left;
    left: 300px;
    padding: 0 0 0 0;
    top: 0;
    height: 82px;
    margin: 0 auto;
}

#nav_modulos {
    position: relative;
    left: 3px;
    width: 336px;
    top: 0;
    height: 76px;
}

#nav_modulos li a {
    position: relative;
    display: block;
    float: left;
    width: 48px;
    height: 48px;
    /*margin-top:32px; *//*result of (iconSize_Over - iconSize_Out) => ex : 128px - 64px = 64px*/
    margin: 22px 0 0 0;
    text-decoration: none;
    padding-bottom: 0;
}

#nav_modulos li a img {
    width: 80%;
    border: none;
}

#userinfo {
    padding: 5px 2px 5px 5px;
    position: absolute;
    height: 50px;
    width: 250px;
    float: right;
    top: 2px;
    right: 10px;
}

#userinfo p label {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 12px;
    width: 80px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 10px;
}

#userinfo p span {
    font-style: italic;
    color: red;
    font-weight: bold;
}

#content {
    position: absolute;
    top: 110px;
    width: 950px;
    min-height: 450px;
}

#footer {
    width: 950px;
    position: absolute;
    bottom: -45px;
    text-align: center;
    height: 45px;
    background-color: #F7F3F7;
    font-size: 10px;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 0 5px 5px;
}

#img_ajax {
    position: absolute;
    display: none;
    top: 2px;
    right: 5px;
}

#footer p {
    float: none;
    vertical-align: middle;
    height: 10px;
}

label {
    font-size: 8pt;
    text-align: left;
}

fieldset {
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    box-shadow: 2px 2px 1px gray;
    margin-bottom: 5px;
}

fieldset legend {
    font-size: 9pt;
    color: gray;
}

fieldset p {
    height: 20px;
}

fieldset p span.spacer {
    margin: 10px;
}

fieldset p label {
    width: 100px;
    display: inline-block;
    float: none;
    text-align: right;
    margin-right: 10px;
    color: gray;
}

fieldset p label.midle {
    width: 80px;
    float: none;
    color: gray;
}

input[type=file] {
    height: 23px;
}

input.checkbox {
    display: inline-block;
    float: none;
    position: relative;
    border: none;
    margin-top: 0;
    top: 3px;
}

fieldset p label.lbcheck {
    width: 100px;
    float: none;
    color: gray;
    text-align: left;
    position: relative;
}

input {
    height: 15px;
    border: 1px solid silver;
    text-transform: none;
    font-size: 8pt;
    font-family: Verdana, Geneva, sans-serif;
}

textarea {
    font-size: 8pt;
    font-family: Verdana, Geneva, sans-serif;
}

.datepicker {
    width: 80px;
}

select {
    height: 18px;
    border: 1px solid silver;
    font-size: 8pt;
    font-family: Verdana, Geneva, sans-serif;
}

fieldset p input {
    border: 1px solid silver;
}

fieldset p input.upload {
    height: 22px;
}

fieldset p textarea {
    border: 1px solid silver;
    display: inline-block;
}

fieldset p input:focus, select:focus, textarea:focus {
    border: 1px solid gray;
    color: black;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid gray;
    color: black;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.dados {
    border-collapse: collapse;
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid silver;
    -moz-box-shadow: 2px 2px 2px gray;
    -webkit-box-shadow: 2px 2px 2px gray;
    box-shadow: 2px 2px 2px gray;
}

table.dados thead tr {
    font-weight: bold;
    text-align: center;
    color: white;
    background: #cccccc url(image/fundo_cinza.png) 50% 50% repeat-x;
    height: 22px;
    border: 1px solid silver;
}

table.dados thead tr th {
    border: 1px solid silver;
}

table.dados tfoot tr {
    font-weight: bold;
    text-align: center;
    color: white;
    background: #cccccc url(image/fundo_cinza.png) 50% 50% repeat-x;
    /*   background-color: #92ABC1;   */
    height: 20px;
    border: 1px solid silver;
}

table.dados tfoot tr td {
    border: 1px silver;
    border-style: none solid solid none;
}

table.dados tbody tr td {
    border: 1px silver;
    border-style: none solid solid solid;
}

table.dados tbody tr.a1 {
    background: #F7F3F7;
}

.button {
    background: #dadada;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 2px #000000;
    -webkit-box-shadow: 0 0 2px #000000;
    box-shadow: 0 0 2px #000000;
    font-size: 8pt;
    padding: 4px 7px;
    text-shadow: 0 1px 0 silver;
    text-decoration: none;
    vertical-align: middle;
}

.curved {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

img {
    cursor: pointer;
    border: none;
}

button[type=button] {
    font-size: 9pt;
}

button[type=button] span {
    font-size: 9pt;
    padding-left: 20px;
}

button[type=submit] {
    font-size: 9pt;
}

button[type=submit] span {
    font-size: 9pt;
    padding-left: 20px;
}

a {
    text-decoration: none;
}

.pager {
    position: relative;
    float: right;
    top: 10px;
}

.prevPage {
    position: relative;
    float: left;
}

.page {
    position: relative;
    float: left;
    width: 70px;
    text-align: center;
}

.nextPage {
    position: relative;
    float: left;
}

.firstPage {
    position: relative;
    float: left;
}

/* Acertos para Jquery */
.ui-widget .ui-widget {
    font-size: 8pt;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 8pt;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0.5em;
}

.ThemePanelMenu, .ThemePanelSubMenuTable {
    font-size: 12px;
}

.ThemePanelMainItem,
.ThemePanelMenuItem {
    background-color: #F7F3F7;
}

.ThemePanelMainItemHover,
.ThemePanelMainItemActive,
.ThemePanelMenuItemHover,
.ThemePanelMenuItemActive {
    background: url(image/fundo_cinza.png) 50% 50% repeat-x;
}

.sprite-help {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -0px;
    display: inline-block;
    cursor: pointer;
}

.sprite-information {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -16px;
    display: inline-block;
    cursor: pointer;
}

.sprite-key {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -32px;
    display: inline-block;
    cursor: pointer;
}

.sprite-last {
    width: 17px;
    height: 17px;
    background: url(../img/sprites.png) no-repeat -0px -48px;
    display: inline-block;
    cursor: pointer;
}

.sprite-left {
    width: 17px;
    height: 17px;
    background: url(../img/sprites.png) no-repeat -0px -65px;
    display: inline-block;
    cursor: pointer;
}

.sprite-lock {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -82px;
    display: inline-block;
    cursor: pointer;
}

.sprite-lorry {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -98px;
    display: inline-block;
    cursor: pointer;
}

.sprite-lupa {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -114px;
    display: inline-block;
    cursor: pointer;
}

.sprite-new {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -130px;
    display: inline-block;
    cursor: pointer;
}

.sprite-no {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -146px;
    display: inline-block;
    cursor: pointer;
}

.sprite-pdf {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -162px;
    display: inline-block;
    cursor: pointer;
}

.sprite-pencil {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -178px;
    display: inline-block;
    cursor: pointer;
}

.sprite-printer {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -194px;
    display: inline-block;
    cursor: pointer;
}

.sprite-radio_off {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -210px;
    display: inline-block;
    cursor: pointer;
}

.sprite-radio_on {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -226px;
    display: inline-block;
    cursor: pointer;
}

.sprite-raio {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -242px;
    display: inline-block;
    cursor: pointer;
}

.sprite-red {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -258px;
    display: inline-block;
    cursor: pointer;
}

.sprite-report {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -274px;
    display: inline-block;
    cursor: pointer;
}

.sprite-resultset_first {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -290px;
    display: inline-block;
    cursor: pointer;
}

.sprite-resultset_last {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -306px;
    display: inline-block;
    cursor: pointer;
}

.sprite-resultset_next {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -322px;
    display: inline-block;
    cursor: pointer;
}

.sprite-resultset_previous {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -338px;
    display: inline-block;
    cursor: pointer;
}

.sprite-retornar {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -354px;
    display: inline-block;
    cursor: pointer;
}

.sprite-right {
    width: 17px;
    height: 17px;
    background: url(../img/sprites.png) no-repeat -0px -370px;
    display: inline-block;
    cursor: pointer;
}

.sprite-settings {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -387px;
    display: inline-block;
    cursor: pointer;
}

.sprite-setup {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -403px;
    display: inline-block;
    cursor: pointer;
}

.sprite-star {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -419px;
    display: inline-block;
    cursor: pointer;
}

.sprite-stop {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -435px;
    display: inline-block;
    cursor: pointer;
}

.sprite-table_edit {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -451px;
    display: inline-block;
    cursor: pointer;
}

.sprite-telephone {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -467px;
    display: inline-block;
    cursor: pointer;
}

.sprite-tick {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -483px;
    display: inline-block;
    cursor: pointer;
}

.sprite-update {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -499px;
    display: inline-block;
    cursor: pointer;
}

.sprite-warning {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -515px;
    display: inline-block;
    cursor: pointer;
}

.sprite-zoom {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -531px;
    display: inline-block;
    cursor: pointer;
}

.sprite-accept {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -547px;
    display: inline-block;
    cursor: pointer;
}

.sprite-acompanhar {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -563px;
    display: inline-block;
    cursor: pointer;
}

.sprite-add {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -579px;
    display: inline-block;
    cursor: pointer;
}

.sprite-attach {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -595px;
    display: inline-block;
    cursor: pointer;
}

.sprite-bell {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -611px;
    display: inline-block;
    cursor: pointer;
}

.sprite-bin {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -627px;
    display: inline-block;
    cursor: pointer;
}

.sprite-bomb {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -643px;
    display: inline-block;
    cursor: pointer;
}

.sprite-cancel {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -659px;
    display: inline-block;
    cursor: pointer;
}

.sprite-car {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -675px;
    display: inline-block;
    cursor: pointer;
}

.sprite-clock {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -691px;
    display: inline-block;
    cursor: pointer;
}

.sprite-coins {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -707px;
    display: inline-block;
    cursor: pointer;
}

.sprite-comment {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -723px;
    display: inline-block;
    cursor: pointer;
}

.sprite-computer {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -739px;
    display: inline-block;
    cursor: pointer;
}

.sprite-cross {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -755px;
    display: inline-block;
    cursor: pointer;
}

.sprite-date {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -771px;
    display: inline-block;
    cursor: pointer;
}

.sprite-delete {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -787px;
    display: inline-block;
    cursor: pointer;
}

.sprite-disk {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -803px;
    display: inline-block;
    cursor: pointer;
}

.sprite-door_in {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -819px;
    display: inline-block;
    cursor: pointer;
}

.sprite-edit {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -835px;
    display: inline-block;
    cursor: pointer;
}

.sprite-email {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -851px;
    display: inline-block;
    cursor: pointer;
}

.sprite-e-mail {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -867px;
    display: inline-block;
    cursor: pointer;
}

.sprite-excel {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -883px;
    display: inline-block;
    cursor: pointer;
}

.sprite-exclamation {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -899px;
    display: inline-block;
    cursor: pointer;
}

.sprite-first {
    width: 17px;
    height: 17px;
    background: url(../img/sprites.png) no-repeat -0px -915px;
    display: inline-block;
    cursor: pointer;
}

.sprite-flag_blue {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -932px;
    display: inline-block;
    cursor: pointer;
}

.sprite-flag_green {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -948px;
    display: inline-block;
    cursor: pointer;
}

.sprite-flag_orange {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -964px;
    display: inline-block;
    cursor: pointer;
}

.sprite-flag_red {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -980px;
    display: inline-block;
    cursor: pointer;
}

.sprite-form_edit {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -996px;
    display: inline-block;
    cursor: pointer;
}

.sprite-green {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -1012px;
    display: inline-block;
    cursor: pointer;
}

.sprite-heart {
    width: 16px;
    height: 16px;
    background: url(../img/sprites.png) no-repeat -0px -1028px;
    display: inline-block;
    cursor: pointer;
}

.h{
    display: none;
}