/*
 * Sistel Azul.....: #0059AA
 * Sistel Cyan.....: #00ADEF
 */ 

html {
    /* height: 100%; */
}

body {
    height: 100%;
}

#header {
    height: 50px;
    margin: 0;
    background-color: #FFF;
}

#header h1 span {
    display: none;
}

#header h1 {
    float: left;
    width: 500px;
    height: 50px;
}

#header .headerTools{
    float: right;
    margin-right: 10px;
}

#header .headerLanguagesTitle {
    display: none;
}

#header .headerActiveUser {
    float: right;
    border: 1px solid #A6A6A6;
    background-color: #E6E6E6;
    margin: 10px 0 0 5px;
    height: 28px;
}

#header .headerActiveUser p {
    margin: 0;
    padding: 5px 10px 5px;
}    

#header .headerLanguages {
    float: right;
    border: 1px solid #A6A6A6;
    background-color: #E6E6E6;
    margin-top: 10px;
    height: 28px;    
}

#header ul {
    list-style-type: none;
    margin: 0 4px 0;
}

#header li {
    float: left;
}

#header li a {
    display: block;
    margin: 6px;
    width: 16px;
    height: 16px;
}

#header li span {
    display: none;
}

#subHeader {
    margin: 10px;
}

.lbHeader {
    margin-bottom: 10px;
}

.subHeaderWrap, .lbHeaderWrap {
    padding: 1px 1px 0px 1px;
    border: 1px solid #A6A6A6;
}

#subHeader table, .lbHeader table {
    width: 100%;
    border-collapse: collapse;
}

#subHeader td, #subHeader th, .lbHeader td, .lbHeader th {
    background-color:#E6E6E6;
    border-bottom:1px solid #FFFFFF;
    border-left:1px solid #FFFFFF;
    margin-bottom:1px;
    margin-left:1px;
    padding:5px;
}

#subHeader th, .lbHeader th {
    text-align: right;
    font-weight: normal;
    color: #000099;
}

p.subHeaderTitle, p.lbHeaderTitle {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #000099;
    text-transform: uppercase;
}

/* --- MENU VERTICAL -- */

#menu {
    clear: both;
    float: left;
    width: 170px;
    margin-left: 10px;
    margin-bottom: 10px;
/*  border-top: 2px solid #666; */
}

#menu ul {
    margin: 0;
}

#menu li {
    list-style-type: none;
    border-bottom: 1px solid #FFF;
}

#menu li a {
    background-color:#999;    
    display: block;
    padding: 3px 10px 3px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

#menu li a:hover, #menu li a.selected {
    background-color: #FFF;
    color: #999;
}

#menu li.menuTitle {
    background-color: #FFF;
    padding-top: 10px;
    text-transform: uppercase;
    color: #000099;
    font-weight: bold;
    border-bottom: 2px solid #666;
}

#menu li.menuTitle a, #menu li.menuTitle a:hover, #menu li.menuTitle a.selected {
    background-color:#FFF;    
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    /* color: #00AEEF; */ 
    color: #000099;
    font-weight: bold;
    padding:0;
}


/* --- MENU HORIZONTAL --- */

#menuH {
    background-color:#999;
    clear: both;
    padding-left: 10px;
    margin-bottom: 10px;
    height: 25px;
}

#menuH #wrapMenu {
    border-left: 1px solid #FFF;
    height: 25px;
}

#menuH ul {
    margin: 0;
}

#menuH li {
    list-style-type: none;
    float: left;
}

#menuH li a {
    display: block;
    padding: 5px 10px 4px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    border-right: 1px solid #FFF;
}

#menuH li a:hover, #menuH li a.selected {
    background-color: #FFF;
    color: #999;
}

/* --- MENU AGENDA --- */

#menuA {
    background-color: #000099;
    margin-bottom: 10px;
    height: 25px;
    clear: both;
}

#menuA ul {
    margin: 0;
}

#menuA li {
    list-style-type: none;
    float: left;
}

#menuA li a {
    display: block;
    padding: 5px 10px 4px;
    text-decoration: none;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    border-right: 1px solid #FFF;
}

#menuA li a:hover, #menuA li a.selected {
    background-color: #FFF;
    color: #000099;
}

/* --- MENU PRINCIPAL --- */

#menuP {
    background-color:#678BC8;
    clear: both;
    padding-left: 10px;
    margin-bottom: 5px;
    border-top: 1px solid #3E5D93;
    height: 26px;
}

#menuP ul {
    margin: 0;
}

#menuP li {
    list-style-type: none;
    float: left;
}

#menuP li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

#menuP li a:hover, #menuP li a.selected {
    text-decoration: none;
}



#content {
    margin-left: 190px;
    margin-right: 10px;
    height: 100%;
}

#contentTotal {
    margin-left: 10px;
    margin-right: 10px;
}

#footer {
    background-color: #E6E6E6;
    margin: 10px 0 0 0;
    border-top: 1px solid #A6A6A6;
    padding: 10px 20px 50px 20px;
    clear:both;
    text-align: right;
}

#footer p {
    margin: 0;
}

#footer p strong {
    font-weight: bold;
    color: #000099;
}

