/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
  color: #666666;
  background-color: #FFFFFF;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebushet MS", Arial, geneva, verdana, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.hint {
    font-size: 0.8em;
    font-style:italic;
    color: #B5B5B5;
}

img {
    border: none;
}

.campo-sem-edicao {
    padding:4px 0;
}

#logo {
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    text-indent: -9999em;
}

#logo h1 a {
    display: block;
    width: 362px;
    height: 142px;
}


input.editavel {
    display: none;
}

span.editavel {
    padding: 2px;
}

span.editavel:hover {
    border: 1px solid #CCCCCC;
    padding: 1px;
}

h1, h2, h3 {
    color: #516FA3;
}

#header {
    height: 142px;
    background-color: #364C70;
}

#header h1 {
    text-align: left;
    margin: 0;
}

#menu {
    background-image: url(../images/menu-bg.jpg);
    background-repeat: repeat-x;
    height: 46px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height:1;
}

#menu ul a {
    display:block;
    padding:1em;
    text-decoration:none;
    text-transform:uppercase;
    color: #FFFFFF;
}

#menu ul li {
    float:left;
    height: 48px;
}

#menu ul li:hover {
    background-image: url(../images/menu-highlight.jpg);
    background-repeat: repeat-x;
}

#menu ul li.current_page_item {
    background-image: url(menu-highlight.jpg);
    background-repeat: repeat-x;
}

#status_block_conteiner {
    margin: 0 0 0 10px;
    text-align: left;
}

#status_block span {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.notice {
    margin: 0.5em 0;
    padding: 15px 10px 15px 55px;
    width: 450px;
    background: #eef URL('../images/info.png') left center no-repeat;
    border: 1px solid #cce;
    color: #416EB7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#center {
    padding: 0 0.5em;
    min-height: 300px;
}

#footer {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: repeat-x;
    height: 46px;
    text-align: center;
    color: #DEDEDE;
    padding: 29px 0 0;
    width: 100%;
}

#footer p {
    margin: 0;
}

.opcoes-listagem-usuario {
    text-align: center;
}

/*********************************
 * COMUNS
 *********************************/

.loading {
    background-image: url(../images/ajax-loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 220px;
    min-height: 19px;
}



/**********************************
 * FORMS
 ***********************************/
.botoes-submit {
    text-align: right;
}




.usuarios-listagem {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #96C5F6;
    background-color: #D7E8FA;
    float: left;
}

.usuarios-listagem table tr td {
    list-style: none;
    margin: 0;
    padding: 0;
}


.botao-show-on-hover {
    background: none;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    display: block;
}

.botao-show-on-hover:hover {
    background-image: url(../images/delete-18.gif);
    background-repeat: no-repeat;
    border:none;
}

.icone-textual {
    padding-left: 19px;
}

.icone-add {
    background-image: url(../images/add-18.gif);
    background-repeat: no-repeat;    
}

.icone-senha {
    background-image: url(../images/senha.gif);
    background-repeat: no-repeat;  
    padding-top: 1px;
    padding-bottom: 2px;
}

.icone-textual-tabela {
    vertical-align: 4px;
}

.odd-1 {
    background-color: #FFFFFF;
}

.even-1 {
    background-color: #F4FAFF;
}

.th-border-1 th {
    background-color: #89AED0;
}

.listagem-usuarios {
    border-collapse: collapse;
}

/*FIX FOR TABS*/
.ui-widget-content {
    background: #FFFFFF !important;;
    
}

.ui-tabs-nav {
    padding: 0 !important;
}

.ui-tabs {
    border: none !important;
    padding: 0 !important;
}

/* ----------------------------------------------
   TABS
------------------------------------------------- */ 
.tabs {
}

ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabNavigation li {
    display: inline;
}

ul.tabNavigation li a {
    padding: 3px 5px;
    background-color: #E8EEFF;
    color: #ADADAD;
    text-decoration: none;
    font-weight: bold;
}

ul.tabNavigation li a.selected {
    color: #115280;
    background-color: #FBE85A;
    
}

ul.tabNavigation li a.selected:hover {
    background-color: #FBE85A;
}

ul.tabNavigation li a:hover {
    background-color: #DFE7FE;
}

ul.tabNavigation li a:focus {
    outline: 0;
}

div.tabs > div.tab-conteiner {
    padding-top: 6px;
    margin-top: 3px;
    /*border-top: 1px solid #CCCCCC;*/
    background-image: url("/static/images/bg-top-tab.jpg");
    background-repeat: repeat-x;
    background-position: center top;
}



/* ----------------------------------------------
   CABECALHO
------------------------------------------------- */ 
#apresentacao {
    float: left;
    margin:16px 0 0 20px;
}

#logo-central {
    width: 224px;
    height: 65px;
    margin-top: 18px;
    margin-left: 34px;
}

.logo {
    border: none !important;
}

#logo-cabo {
    float: right;
    margin: 23px 25px 0 0;
    text-indent: -9999px;
}


/*MAIN MENU*/

#main-menu {
    height: 36px;
    width:99%;
    background-image:url(/static/images/nw/bg-menu-1.jpg);
    background-position: left;
    background-repeat:no-repeat;
    background-color:#0DA6E2;
    line-height:36px;
    padding-left: 1%;
}

#main-meu-inner {
    background-image:url(/static/images/nw/bg-menu-2.jpg);
    background-position: right;
    background-repeat:no-repeat;    
    float:right;
    width: 100%;
}

#main-menu ul, #main-menu li {
    list-style:none;
    margin:0;
    padding:0;
}

#main-menu li {
    display:block;
    float:left;
    font-size:1.1em;
    margin-right:18px;
}

#main-menu a {
    color: #FFFFFF;
}

#main-menu a:hover {
    border:none;
    color: #EFFAFF;
}

/***********************************
 * TG
 ***********************************/

td, th {padding:3px;border:none;}
tr th {text-align:left;background-color:#f0f0f0;color:#333;}
tr.odd td {background-color:#edf3fe;}
tr.even td {background-color:#fff;}





