html { height: 100%; }

body {
  margin:0;
  padding:0;
  height: 100%; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  background: url('/images/wbo-bg.jpg') repeat; 
}

#container {
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper {
}

#footer	{
  position:absolute;
  height:40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#header {
  position: absolute;
  height: 80px;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
/*  height: 100%;*/
}

#body {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 40px;
  padding-top: 10px;
  background: #fff;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px; 
  width: 95%;
  margin: auto;
  overflow: auto;
}

#body a {
  text-decoration: none;
}

#footer a { font-weight: bold; text-decoration: none; }

#treebox1 a { text-decoration: none; }

@media print {
  #footer {
    display : none;
  }
  #header {
    display : none;
  }
  #avisook {
    display : none;
  }
  #avisookbig {
    display : none;
  }
  #avisoko {
    display : none;
  }
  #tab {
    display : none;
  }
  #scr_rep_header {
    display : none;
  }
  #leftind {
    display: none;
    width: 0px;
  }
  #rightind {
    display : none;
    width: 0px;
  }

  #body {
    top: 0px;
    bottom: 0px;
    border: 0px;
    padding: 0px;
    margin: 0;
    font-size : 12px;
    width: auto;
  }

  body {
    width: auto; 
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    background: #ffffff;
  }

  html {
    background-color: black;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto; 
  }
/*
  .tablegrid {
    width:auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #BBB;
    border-collapse: collapse;
  }

  thead td {
    border-width: 1px 1px 1px 1px;
  }

  table.tablegrid td { 
    font-size: 11px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #BBB;
  }
*/

  hr { border: none 0; border-top: 0px; width: 100%; height: 1px; }

  .page {
     -webkit-transform: rotate(-90deg); -moz-transform:rotate(-90deg);
     filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  }


  @page {
    size: landscape;
  }
}

@media screen {
  #prt_rep_header {
    display : none;
  }
}

thead { display: table-header-group; }
tfoot { display: table-footer-group; }

.pager {
  background-color:#dfdfdf; margin-top:5px; margin-bottom:5px; border: 1px solid silver; text-align:center; padding:4px;
}

.commandbox {
  background-color:#dfdfdf; margin-top:5px; margin-bottom:5px; border: 1px solid silver; 
  padding-left: 6px; 
  padding-right: 6px;
  padding-top: 6px; 
  padding-bottom: 6px;
}

.commandbox .tablegrid { border: 0; background-color: transparent }
.commandbox .headercolunagrid { border: 0; background-color: transparent; text-align:right; font-size: 11px; font-weight:normal; }
.commandbox .listacolunagrid { border: 0;  background-color: transparent; }

.drag {
    border: 1px solid black;
    margin: -1px; /* RESOLVE O PROBLEMA DAS CAIXAS*/
    position:absolute;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    overflow: hidden;
    vertical-align: middle; 
    text-align: center;
    filter: alpha(opacity=100); 
    opacity:1;
}

div.contextmenu {
          background-color: #d0d0d0;
          border: 2px solid;
          border-color: #f0f0f0 #909090 #909090 #f0f0f0;
          left: 0px;
          padding: 0px 1px 1px 0px;
          position: absolute;
          top: 0px;
          visibility: hidden;
          z-index: 600;
        }

        div.contextmenu a.menuItem {
          color: #000000;
          cursor: default;
          display: block;
          padding: 3px 1em;
          text-decoration: none;
          white-space: nowrap;
        }

        div.contextmenu a.menuItem:hover, div.menu a.menuItemHighlight {
          background-color: #000080;
          text-decoration: none;
          color: #ffffff;
        }

        div.contextmenu div.menuItemSep {
          border-top: 1px solid #909090;
          border-bottom: 1px solid #f0f0f0;
          margin: 4px 2px;
        } 

input, button, textarea, select { 
  resize: none;
  font-size: 11px; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
  background-color: #f5f5f5;
  border: 1px solid #999999;
}

input:hover, textarea:hover, select:hover {
/*  font-size: 11px;*/
/*  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  background-color: #f5f5f5;
  border: 1px solid #444444;
}

button, input[type=button], input[type=submit] {
  background: #dddddd;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222222;
  font-size: 11px;
  font-weight: bold;
  border:1px solid;
  border-top-color:#999999;
  border-left-color:#999999;
  border-right-color:#999999;
  border-bottom-color:#999999;
  border-radius:4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left : 6px;
  padding-right : 6px;
}

select[disabled] {
  opacity: .75; filter:Alpha(Opacity=75);
}

input[disabled] {
  opacity: .75; filter:Alpha(Opacity=75);
}

textarea[disabled] {
  opacity: .75; filter:Alpha(Opacity=75);
}

button[disabled] {
  opacity: .75; filter:Alpha(Opacity=75);
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
  color:#000000;
  border-top-color:#444444;
  border-left-color:#444444;
  border-right-color:#444444;
  border-bottom-color:#444444;
}

ul { list-style: square }

table { 
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; 
  font-size: 11px;  
}

hr { border: none 0; border-top: 1px solid #bbb; width: 100%; height: 1px; }

a { color: #333333; }

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

#formgreen { background: #ccff00 }
#formred { background: #ff6666 }
#formlabel { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; font-size: 1em; color: #000000; }
#formlabelsmall { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; font-size: .8em; color: #000000; }
#formchecklabel { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: .9em; color: #000000; }

#mensagem { 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold; 
  color: #800000; 
}

#autorizaok { background: #ccff00; font-weight: bold; }
#autorizako { background: #ff6666; font-weight: bold; }
#autorizasb { font-weight: bold; }

#tabwhite {
  background : grey;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #ffffff;
  font-size: 8px;
  font-weight: bold;
  padding: 1px;
  border:1px solid;
  border-top-color:#777777;
  border-left-color:#777777;
  border-right-color:#777777;
  border-bottom-color:#777777;
}

#tab a { color: #ffffff }
#login { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;; color: #eeeeee; font-weight: bold; text-decoration: none; }
#login_black { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;; color: #000000; font-weight: bold; text-decoration: none; }
#titulo { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; text-transform: uppercase; }
#aviso { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 11px; padding: 2px; }
#avisook { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 11px; border-color: green; border-style: outset; border-width: 1px; padding: 2px; background: #f4f4f4; }
#avisookbig { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; font-size: 12px; border-color: green; border-style: outset; border-width: 1px; padding: 2px; background: #FFFF99; }
#avisoko { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 11px; border-color: red; border-style: outset; border-width: 1px; padding: 2px; background: #f4f4f4; }

.caixa {  }
.botao { font-weight: bold }
.moto { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 11px; }
.div { color: #808080 }
.negativo { color: #800000; font-weight: bold; }
.listatitulo { font-weight: bold; text-decoration: none; text-transform: uppercase; }
.listadata { color: #808080; text-transform: lowercase; }
.listatodos a { color: #0043bf; }
.listadestaque { }

.titulocoluna {	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;	font-weight: bold; text-decoration: none; text-transform: uppercase; color: #404040; }

.headercoluna { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #202020; background: #dddddd; font-size: 11px; text-transform: uppercase; font-weight: bold; }
.headercoluna2 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; background: #c4c4c4; font-size: 11px; text-decoration: none; text-transform: uppercase; font-weight: bold; }
.headerhighlight { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: white; background: #000000; font-size: 11px; text-transform: uppercase; font-weight: bold; }
.headerlinha { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #202020; font-size: 11px; text-transform: uppercase; font-weight: bold; text-decoration: none; }
.linha { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #202020; font-size: 11px; font-weight: bold; text-decoration: none; }
.enhancedtext { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #404040; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.listacoluna { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 11px; }
.listacolunaimpar { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; background: #f4f4f4; font-size: 11px; text-decoration: none; }
.listacolunaimpar2 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; background: #d4d4d4; font-size: 11px; text-decoration: none; }
.listacolunaimpar3 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; background: #c4c4c4; font-size: 11px; text-decoration: none; }
.disablecoluna { color: #c0c0c0; }

.listatotal { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; text-transform: uppercase; }

/* generica */
.titulo { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; }

.errorBox { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #404040; font-size: 8px; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.errorRed { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: red; font-size: 11px; text-transform: uppercase; font-weight: bold; text-decoration: none; }

/* Novo Layout */

.tablegrid {
  border-color: Silver;
  border-width: 0px 0px 0px 0px;
  background: #fff;
  border-style: solid;
  empty-cells: hide; 
  border-collapse : collapse; 
  padding: 2px;
  border-spacing: 0px;
}

.tabletab {
  border-color: Silver;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  empty-cells: hide; 
  padding: 0px;
  border-spacing: 0px;
}

.selectedTab {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #202020; 
  background: #dddddd; 
  font-size: 11px; 
  font-weight: bold;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #BBB;
  padding: 2px;
  border-spacing: 0px;
}

.headercolunagridnotop {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #202020;
  background: #dddddd;
  font-size: 11px;
  font-weight: bold;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #BBB;
  padding: 2px;
  border-spacing: 0px;
}

.headercolunagrid, .tfvHighlight, .tfvNormal {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #202020; 
  background: #efefef; 
  font-size: 11px; 
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  padding: 2px;
  border-spacing: 0px;
}

.headercolunagridwiz {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #202020;
  background: #efefef;
  font-size: 11px;
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  padding: 2px;
  border-spacing: 0px;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap;
}

.listacolunagridwiz {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 11px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  background: #fff;
  padding: 2px;
  border-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tfvHighlight { color: red; }

.headercolunagridnormal {
  font-family:  inherit;
  color: #202020; 
  background: #dddddd; 
  font-size: 11px; 
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  padding: 2px;
  border-spacing: 0px;
}

.listacolunagrid {
  font-family: inherit;
  font-size: 11px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  background: #fff;
  padding: 2px;
  border-spacing: 0px;
}

.listacolunagrid_red {
  font-family: inherit
  font-size: 11px;
  color: red;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  background: #fff;
  padding: 2px;
  border-spacing: 0px;
}

.listacolunagridpar {
  font-family: inherit;
  font-size: 11px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  background: #fff;
  padding: 2px;
  border-spacing: 0px;
}

.listacolunagridalert {
  font-family: inherit;
  font-size: 11px;
  padding: 2px 3px 3px 4px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  background: #FFCC66;
}

.gridnoa { font-family:inherit; font-size: 11px; text-transform: uppercase; text-decoration: none;  font-weight: normal; color: #000 }

.listacolunagrid2 {
  font-family: inherit;
  background: #efefef;
  font-size: 11px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
}

.headerhighlightgrid {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #202020;
  background: #efefef;
  font-size: 11px;
  font-weight: bold;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #BBB;
  padding: 2px;
  border-spacing: 0px;
}

.warninggrid {
  color : #ff0000;
  font-weight: bold;
}

.item { 
  color: #444;
  font-weight: bold; 
  font-size: 12px; 
  border-bottom: 1px solid #AAA; 
  padding: 2px;
  width: 100%;
  text-transform: uppercase;
  text-align:left;
}


.subitem {
  color: #444;
  font-weight: bold;
  font-size: 11px;
  border-bottom: 1px solid #AAA;
  padding: 2px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 11px;
  text-align: left;
}

#dhtmltooltip{
  position: absolute;
  width: 150px;
  border: 2px solid black;
  padding: 2px;
  background-color: lightyellow;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid silver;
  color: #202020;
  background-color: #dddddd;
  text-align:right;
  font-size:11px;
  font-weight: bold;
}

fieldset {
  border:1px solid silver;
  background-color: #dfdfdf;
  margin-left: 0;
  margin-right: 0;
}

fieldset .tablegrid { border: 0;  background-color: transparent  }
fieldset .headercolunagrid { border: 0; background-color: transparent; text-align:right; font-size: 11px; font-weight:bold; }
fieldset .listacolunagrid { border: 0;  background-color: transparent; }

label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  background-color: #dddddd;
  }

.redBG {
  background-color: red;
}

.yellowBG {
  background-color: yellow;
}

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

.netbo_bold {
  font-weight: bold;
}

.netbo_padding {
  padding: 5px;
}

.netbo_spadding {
  padding: 2px;
}

.netbo_notop {
  border-top-width: 0px;
}

.netbo_nobottom {
  border-bottom-width: 0px;
}

.netbo_nosides {
  border-left-width: 0px;
  border-right-width: 0px;
}

.netbo_center {
  text-align: center;
}

.report_wizard_fs {
  border: 0px;
  background:none;
}

.report_wizard_fs label, input, select {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
}

.report_wizard_fs input[type="checkbox"] {
  vertical-align: middle;
}

.report_wizard_fs label {
  width: 100px;
  text-transform: none;
  font-weight: bold;
  background:none;
}

.report_wizard_fs input[type="checkbox"] {
  vertical-align: middle;
}

.report_wizard_fs label {
  width: 50px;
  text-transform: none;
  font-weight: bold;
}

.report_wizard_fs_lalign {
  text-align: left;
}
.report_wizard_fs_ralign {
  text-align: right;
}

.badge {
  position:relative;
  top: -30px;
  left: 0px;
  background: red;
  border-radius: 2px;
  width: 1em;
  text-align:center
}

.icon {
  float:right;
  height:30px;
}

.icon:hover {
  opacity: .75; filter:Alpha(Opacity=75);  
  cursor: pointer;
}

.message {
  cursor: pointer;
}

.hoverHand {
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.uloanSelect {
  min-width: 150px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}
