﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, nav, section 
{
  color: White;
  outline-style: none;
}

p 
{ 
    color: white;
}

div 
{
    color: White;
}

a img 
{ 
    /*
    border-style: solid;
    border-color: yellow;
    */
}

Body 
{ 
    background: black;
    font-family: Arial, sans-serif;
	color: white;
}

input
{
    background: white;
}

input:focus 
{   
    background-color: yellow;
}

textarea:focus
{
    background: yellow;
}

select:focus
{
    color: Black;
    background-color: yellow;
}

a:focus
{
    background-color: yellow;
    color: Black;
    border: 3px;
    border-style: solid;
    border-color: yellow;
    /*opacity:0.8;
    filter:alpha(opacity=80);*/
}

.BarraAcessibilidade
{
    background: transparent;
}

.BarraAcessibilidade a
{
    color: #0072c5;
}

/* Search Input */
.searchBar
{
    background: transparent;
}

.searchSelect
{
    color: White;
}

.inputSearch
{
    background: white;
    color: Black;
}

/* AddTech Menu */
div.cmf-skinned-text {
    max-width: 32px;
    min-width: 32px;
    width: 32px;
	max-height: 30px;
	min-height: 30px;
    height: 30px;
	line-height: 30px;
	font-size: 12px;
    padding: 0 0 0 14px;
    font-family: Arial, sans-serif;
    color: black;
    background: white;
}

.mainMenu li ul li a {
	background: black;
}

a, .mainMenu li span {
	color: #0072C6;
	/*text-decoration: none;*/
}

.mainMenu li ul li, .mainMenu li ul li a 
{
    background: black;
	font-size: 14px;
	float: none;
}

.mainMenu li ul {
	position: absolute;
	background: black;
	z-index: 400;
	padding: 5px 0;
	display: none;
	-moz-box-shadow: 0px 0px 4px #888; 
	-webkit-box-shadow: 0px 0px 4px #888; 
	box-shadow: 0px 0px 4px #888; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

/* Dados de operação */
#nomeUsina1 { color: White;}
#nomeUsina2 { color: White;}
#nomeUsina3 { color: White;}

/* Notícias*/
.noticia-categoria-texto-curto,
.noticia-categoria-texto-curto a,
.noticia-categoria-texto-curto a:hover
{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color: white;
	
	/*text-decoration:none;*/
	
	outline:0;	
}

.noticia_conteudo{ background: black;}

.noticia-descricao{
	color:white;
}

.jqTransformInputInner div input:focus { background: yellow;}

/* Fale conosco / Estágio */
.tabela-faleconosco 
{
    background-color: Transparent;
}

/* Rodapé */
.rodape{ background: black;}

/* Menus DNN */
.ModuleTitle_SubMenu
{
    background: black;
}

/**************************************************/

a:hover {
	color: #31A4D1;
	text-decoration: underline;
}

.header {
	margin-top: 20px;
}

.header h1 {
	width: 193px;
	height: 90px;
	margin: 20px 0 0 0;
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #0072C6;
	float: left;
}

.header h1 a {
	width: 193px;
	height: 90px;
	background: url(images/logoEletrobras.jpg) no-repeat bottom right;
	float: left;
	display: block;
	position:absolute;
	margin: 0px ;
}

.header h1 a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}