/* ----------------------------------------------
   WRAPPER
------------------------------------------------- */ 

#wrapper {
    position: relative;
    width: 97%;
    margin: 0 auto;
    text-align: left;
}

#wrapper-top {
    width: 100%;
    background-image: url("/images/user-layout/topo-right.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    height: 186px;
    margin-bottom:-1px; /*IE6*/
}

#wrapper-top-interno {
    background-image: url("/images/user-layout/topo-left.jpg");
    background-repeat: no-repeat;
    margin-right: 36px;
    padding:24px 0 0 38px;
}

#wrapper-center {
    background-image: url("/images/user-layout/bg-right.jpg");
    background-repeat: repeat-y;
    /*width: 100%;*/
    background-position: top right;
    background-color: #F4F4F4;
    padding-right: 36px;
}

#wrapper-center-interno {
    background-image: url("/images/user-layout/bg-left.jpg");
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
}

#wrapper-bottom {
    width: 100%;
    height: 109px;
    background-image: url("/images/user-layout/bottom-right.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}

#wrapper-bottom-interno {
    background-image: url("/images/user-layout/bottom-left.jpg");
    background-repeat: no-repeat;
    margin-right: 36px;
    height: 109px;
    padding: 10px 0 0 38px;
}


/* ----------------------------------------------
   CABECALHO
------------------------------------------------- */ 
#cabecalho {
    background-image: url("/images/user-layout/cabecalho-bg.jpg");
    background-repeat: repeat-x;
    border: 1px solid #B3C8D4;
    height: 145px;
    padding: 0 13px;
}

#logo-central {
    width: 224px;
    height: 65px;
    margin-top: 18px;
    margin-left: 34px;
}

#logo-supercabo {
    width: 209px;
    height: 46px;
    margin-left: 38px;
}

.logo {
    border: none !important;
}

#status_block_conteiner {
    text-align: center;
}

#usuario-logado {
    text-align: right;
}

#logo-cabo {
    background-image: url(/images/user-layout/cabo.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    width: 95px;
    height: 96px;
}

#logo-cabo h1 a { 
    display: block;
    text-indent: -9999px;
    width: 95px;
    height: 96px;    
}

#logo-cabo h1 a:hover { 
    text-decoration:none;
    border:none;
    outline: none;
}

#logo-cabo h1 { 
    text-indent: -9999px;
}

/* ----------------------------------------------
   CONTEUDO
------------------------------------------------- */ 
#main_menu {
    background-image: url(/images/user-layout/main-menu-bg.jpg);
    background-repeat: repeat-x;
    height: 39px;
    margin:0 -12px;
    padding:6px 0;
    list-style-type: none;
}

a {
    outline: none;
}

#main_menu li {
    margin: 0;
    padding: 0;
}

#main_menu li:hover {
    background-image: url(/images/user-layout/main-menu-highlight.jpg);
    background-repeat: no-repeat;
    background-position: right center;
} 

#main_menu li:hover a {
    color:#BCDCE8;
}

#main_menu li {
    display:block;
    float:left;
    height: 15px;
    background-image: url(/images/user-layout/main-menu-sep.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding:12px 15px;
}

#main_menu li:last-child {
    background-image: none;
}

#main_menu li:last-child:hover {
    background-image: url(/images/user-layout/main-menu-highlight.jpg);
    background-repeat: no-repeat;
    background-position: -1px center;
    color:#BCDCE8;
} 

#main_menu li:last-child:hover a {
    color:#BCDCE8;
}

#main_menu a {
    color: #FFFFFF;
    text-transform:uppercase;
}

#main_menu a:hover {
    border: none;
    color: #BCDCE8;
}

/* ----------------------------------------------
   CONTEUDO
------------------------------------------------- */ 
#conteudo {
    padding: 13px 12px 45px 12px;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    /*border-left: 1px solid #B6C8FC;
    border-right: 1px solid #B6C8FC;*/
    margin-left: 38px;
    background-image: url("/images/user-layout/cabecalho-sombra.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    min-height: 211px;
}

#rodape {
    text-align: center;
    height: 66px;
    line-height: 66px;
}

/* ----------------------------------------------
   TAGS
------------------------------------------------- */ 

html {
    background-color: #73767B;
    padding:0;
    margin:0;
}

body {
    background-color: #73767B;
    font-family: Arial, "Trebuchet MS", Verdana, "Lucida Grande", "Lucida Sans Unicode", geneva, sans-serif;
    font-size: 13px;
    margin-top: 21px;
    margin-bottom: 8px;
    color: #597680;
    height: 100%;
}

p {
    margin: 0px 12px 0px 12px;
    padding: 0px 0px 4px;
}

.align-left {
    text-align: left;
}

.centralizar-texto {
    text-align: center;
}

a.link, a, a.active { 
    text-decoration: none;
    color: #059ED7;
    font-weight: bold;
}

a:hover {
    color: #FF593B;
    border-bottom: 1px dotted #FF593B;
}

a.link-img {
    border-bottom: none;
}

a.link-img:hover {
    border-bottom: none;
}

a.opcoes-email {
    text-decoration: underline;
}

a.opcoes-email:hover {
    border: medium none;
}

label {
    cursor: pointer;
}

img {
    border: medium none;
}

a img:hover {
    opacity: 0.7;
}

h1, h2, h3 {
    text-align: left;
}

h2 {
    line-height: 51px;
    color: #609AD0;
    margin: 0px;
    font-size: 18px;
}

h3 {
    color: #609AD0;
    margin: 0 0 10px 0;
    font-size: 14px;
}

/* ----------------------------------------------
   UTILS
------------------------------------------------- */ 
.limpa-float {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}

.nome-faturas {
    text-align:center;
    font-weight:bold;
}



/* ----------------------------------------------
   TABS
------------------------------------------------- */ 
.tabs-user {
}

ul.tab-navigation-user a:hover {
    border: none;
}

ul.tab-navigation-user {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tab-navigation-user li {
    display: inline;
    padding: 8px 0;
}

ul.tab-navigation-user li a {
    padding: 8px 7px;
    color: #ADADAD;
    text-decoration: none;
    font-weight: bold;
}

ul.tab-navigation-user li.selected {
    background-image: url("/images/user-layout/tab-bg2.jpg");
    background-repeat: no-repeat;
    background-position: right;
    padding: 8px 0;
}

ul.tab-navigation-user li.selected a {
    color: #FFFFFF;
    background-image: url("/images/user-layout/tab-bg1.jpg");
    background-repeat: repeat-x;
    margin-right: 3px;
    padding: 8px 7px;
    width: 100px;
}

ul.tab-navigation-user li a:active, ul.tab-navigation-user li a:focus {
    outline: none;
}

div.tab-conteiner {
    margin-top: 3px;
    border-top: 6px solid #0DA6E2;
    background-image: url(/images/user-layout/tab-body-bg2.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #F4F4F4;
}

div.tab-conteiner-interno {
    background-image: url(/images/user-layout/tab-body-bg1.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-right: 8px;
    min-height: 140px;
    padding: 13px;
}


/* ----------------------------------------------
   DESTAQUE-NO-TAB
------------------------------------------------- */ 

.bloco-destaque2 {
    display: inline;
    padding: 8px 0;
    background-image: url("/images/user-layout/no-tab-bg2.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.bloco-destaque2 span {
    padding: 7px 8px 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-image: url("/images/user-layout/no-tab-bg1.jpg");
    background-repeat: repeat-x;
    margin-right: 3px;
    width: 100px;
}

a.ancora,
a.ancora:hover{
    border:none;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

/********************
 * TABELA
 * *************/
table.relatorio {
    background-color: #FFFFFF;
}

table.relatorio thead th, .valor-grafico {
    text-align: center;
}

table.relatorio th.ano {
    background-color: #89AED0;
    padding: 0 30px;
}

table.relatorio th.label {
    text-align: right;
}

.grafico {
    margin-top: 10px;
}

#listagem-relatorio {
    overflow-x: auto;
    width: 100%;
}

.valor-grafico {
    min-width: 51px;
}

.valor-grafico-label {
    min-width: 135px;
}



/*
 *recuperar codigo*/

#conteudo.recuperar_codigo {
    background-image:none;
    border:none;
    margin:0;
}

.recuperar_codigo .listform ul, .listform ul li {
    list-style:none;
    list-style-type:none;
    list-style-image:none;
    margin:0;
    padding:0;
}

.recuperar_codigo .listform ul li {
    margin-top:10px;
}

.recuperar_codigo label {
    text-align:left;
    font-weight:normal;
}

.recuperar_codigo .listform img {
    display:block;
    -moz-box-shadow:0 0 15px #A0A0A0;
    -webkit-box-shadow:0 0 15px #A0A0A0;
    box-shadow:0 0 15px #A0A0A0;
    margin:10px 0;
}

iframe.frame_rec,
body.rec_code {
    background-color:#FFFFFF;
    margin:0;
    padding:0;
}

html.rc {
    background-color:#FFFFFF;
}

iframe.frame_rec {
    overflow:visible;
    height: 324px;
    width:337px;
}


span.msg_c {
    background-color:#DDE8FF;
    border:1px solid #85ADFF;
    padding:5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#006187;
    padding:2px 5px;
    font-size:0.8em;
    float:right;
}

.recuperar_codigo .fielderror {
    display:none;
}

