/* reset */
body , html {
    overflow : hidden;
    margin: 0;
    padding: 0;
    border: 0;
}

#wrapper {
    display: none;
    height: 40px;
    width: 100%;    
    text-align: center;
    font-family: Semibold !important;
    font-size: 11px !important;
    background-color: #ededed;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 74%, rgba(203,203,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(74%,rgba(238,238,238,1)), color-stop(100%,rgba(203,203,203,1)));
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 74%,rgba(203,203,203,1) 100%);
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 74%,rgba(203,203,203,1) 100%);
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 74%,rgba(203,203,203,1) 100%);
    background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 74%,rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cbcbcb',GradientType=0 );
}

#wrapper a:hover { 
   cursor: pointer !important;
}

#content {
    margin: 0 auto;
    white-space : nowrap;
    width: 960px;
}

#content  li {
    list-style: none;
    display: block;
}

/* Logo */
#iolLi {
    float: left;
}
#iolLink {
    height: 40px;
    display: block;
    background-image: url('images/logo_iol.png');
    background-position: left center; 
    background-repeat: no-repeat;
    width: 64px;
    color: transparent;
}
#iolLink:hover {
    border: 0;
}

.project {
    background-color: #1d6ac6;
    color: #fff !important;
    font-family: 'Medium' !important;
    font-size: 12px !important;
    /*margin-top: 2px;*/
    padding: 2px 5px 3px 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.project:hover {
    color: #1d6ac6 !important;    
    background-color: #ced9e7;
}

.hora {
    padding: 2px 5px;
    text-transform: uppercase;
    color: #1d6ac6;
    font-size: 12px !important;
    font-family: 'Medium' !important;
    /*
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 6px;
    */
}

.noticia {
    text-align: left; 
    /*
    margin-top: 12px;
    margin-left: 10px;
    */
    width: 540px;
    float: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
}

.noticiaLink {
    font-family: 'Basic';
    font-size: 13px;
    padding: 2px 5px;
    color : black;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    display: inline;
    /*margin-top: 2px;*/
}

.noticiaLink:hover {
    text-decoration: underline;
    color: #5e7892 !important;
}

#correioLi , #negociosLi , #loginLi , #mediaCapitalLi {
    margin-top: 8px;
    float: right;
}
#correioLi:hover , #negociosLi:hover , #loginLi:hover , #mediaCapitalLi:hover {
    color: #000;
    border-bottom: dotted 1px #000;
    cursor: pointer;
}

#mediaCapitalLi , #loginLi { 
    border-left: solid 1px #fff;
}
#negociosLi {
    border-right: solid 1px #dbdbdb;
}

#negociosLi , #correioLi , #mediaCapitalLi {
    padding-top: 5px;
}

#correioLink , #negociosLink {
    color: #5e7892;
    padding-left: 30px;
    font-family: 'Semibold'!important;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;    
    margin-right: 8px;
}

#correioLink , #negociosLink , #mediaCapitalLink , #loginLink {
    padding-top : 4px;
    padding-bottom : 4px;
}

#correioLink {    
    background-position: 8px 0px;
    background-image: url('images/icons.png'); 
}
#negociosLink {
    background-position: 8px -20px;
    background-image: url('images/icons.png'); 
}

#mediaCapitalLink {
    color: #5E7892;
    margin-left: 8px;
    text-transform: uppercase;
    text-decoration: none;
}

#miniFoto {
    vertical-align: middle;
    margin-left: 8px;
    width: 22px;
}

#loginLink {
    color: #5E7892;
    text-transform: uppercase;
}
#loginLink:hover {
    cursor: pointer;
}

#downArrow {
    margin-left: -3px;
    vertical-align: middle;
}
#miniFoto:hover , #downArrow:hover {
    cursor: pointer;
}

.destaque .hora {
    visibility: hidden;
    display: none;
}
.destaque .project {
    color: black !important;
    background-color: #fcc200;
}
.destaque .noticia {
    font-weight: bold;
}