body{
;	background: transparent url("../images/backBody.jpg") repeat scroll 0 0;
	background: url("../images/bg-site.jpg") no-repeat scroll center top #f1f1f1;
	color: #333333;
}

h3{
	color: #fb7f06;
}

h4{
	color: #fb7f06;
}

.title-dark {
    color: #fb7f06;
}

#header{
	/*background: #000 url('../images/bg-header.png') repeat-x 0 0;*/
	height: 96px;
	width: 100%;
	position: relative;
	z-index: 6;
}

#header-limited{
	width: 955px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}


#header-logo{
	/*background: transparent url('../images/header-logo.png') no-repeat 0 17px;*/
	width: 151px;
	height: 96px;
}

#header-logo .logo{
	margin-top: 12px;
}

#header-logo-print {
	display: none;
}

.header-disable-menu{
	position: absolute;
/*	background: url("../images/menu-back.jpg") repeat-x scroll 0px 0px transparent;	*/
	/*opacity: 0.5;
	filter:alpha(opacity=50);*/
	width: 848px;
	height: 30px;
	bottom: 0px;
	right: 0px;
	z-index: 20;
	display: none;
}

#header-user {
	position: absolute;
	top: 10px;
	right: 2px;
	width: 800px;
	color: #888888;
	font-weight: normal;
	text-align: right;
	text-shadow: 0 1px 0 #FFFFFF;
}

#header-user a {
	color: #888;
	text-decoration: none;
}

#header-user a:hover {
	color: #333 !important;
	text-decoration: none;
}


#header-user a:visited {
	color: #888;
}

#main{
	position: relative;
	z-index: 0;
/*	background-color: #fff;	*/
	min-height: 400px;
	width: 955px;
	margin: 0px auto;
	border: solid 1px #d6d6d6;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 20px;
	line-height: 19px;
}

#mini-main {
	background: #fff;
}

#header-menu{
	position: absolute;
	z-index: 3;
	color: #000;
	list-style: none;
	top: 72px;
	padding: 0px;
	margin: 0px;
	right: 0px;
/*	background: transparent url("../images/menu-back.jpg") repeat scroll 0 0;	*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 954px;
}

#header-menu > li{
	float: left;
	width: 106px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	margin-left: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	/*text-shadow: 0 1px 0 #333333;*/
	/*background: transparent url("../images/menu-back.jpg") repeat scroll 0 0;*/
	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

#header-menu > li:hover{
	background: #fb7f06 url("../images/menu-back-orange.jpg") repeat scroll 0 0;
	/*background-color: #fb7f06;*/
	color: #fff;
	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	cursor: pointer;
	text-shadow: none;
}

#header-menu > li.first:hover, #header-menu > li.first{
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#header-menu > li.last:hover, #header-menu > li.last, .header-disable-menu{
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#header-menu > li > a, #header-menu > li > a:visited, #header-menu > li > a:link{
	color: #000;
	text-decoration: none;
	display: block;
}

#header-menu > a:hover, #header-menu > li:hover > a{
	display: block;
	color: #fff;
	text-decoration: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.menu-header-submenu a:hover{
	color: #fff !important;
}

.menu-header-submenu{
/*	border: solid 2px #ff8a3b;	*/
	border: solid 2px #fff;
	background: #fff;
	top: 22px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.menu-header-submenu > li{
	text-shadow: none !important;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.menu-header-submenu-submenu{
	background: #fff;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.menu-header-submenu > li > a, .menu-header-submenu > li > a:visited, .menu-header-submenu > li > a:link, .menu-header-submenu-submenu > li > a, .menu-header-submenu-submenu > li > a:visited, .menu-header-submenu-submenu > li > a:link{
	color: #333;
}

.menu-header-submenu > li:hover, .menu-header-submenu-submenu > li:hover{
	background-color: #fb7f06;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.menu-selected > a{
	color: #FFF !important;
}

.menu-selected{
	background: #fb7f06 url("../images/menu-back-orange.jpg") repeat scroll 0 0;
	/*background: #fb7f06 !important;*/
	color: #fff !important;
	text-shadow: none !important;
	/*-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
}

#main-device-name{
	color: #fb7f06;
	border-bottom: solid 1px #FCD71E;
}

#main-menu{
	position: absolute;
	top: 10px;
	border-top: 1px solid  #d6d6d6;
	border-right: 1px solid  #d6d6d6;
	border-bottom: 1px solid  #d6d6d6;
	background-color: #fdfdfd;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 9999;
}

#main-menu-show-hide{
	background: url('../images/bg-devices.png') no-repeat 0 0;
	width: 19px;
	height: 165px;
	position: absolute;
	right: -19px;
	top: 67px;
	cursor: pointer;
}

.main-menu-group-children:hover{
	color: #4f7395;
}

.main-menu-link, .main-menu-link:visited, .main-menu-link:link {
	color: #333;
	text-decoration: none;
}

.main-menu-link:hover, .main-menu-link-selected{
	color: #4f7395 !important;
}

.main-overlay{
	width: 955px;
	height: 100%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.main-overlay-fancybox{
	width: 100%;
	height: 100%;
	background-color: #777;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	opacity: 0.5;
	filter:alpha(opacity=50);
	padding-right: 0px;
}

.filter-date-date-box{
	border: 1px solid #DAD9C9 !important;
}

.main-device-title{
	border-bottom: solid 1px #b0b0b0;
}

.sub-device-title {
	border-bottom: solid 1px #333;
}

#pdc-body-report h4{
	border-bottom:1px solid #E6E6E6;
}

#footer{
	background: url("../images/bg-footer.png") no-repeat scroll 0 -1px transparent;
	height: 50px;
	width: 955px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	margin: 10px auto;
}

#footer-txt{
    color: #8F8F8F;
    margin-left: 10px;
    padding-top: 10px;
/*    text-shadow: 0 1px 0 #666666;	*/
}


/*
+-----------------------+
|	Resumo - Summary	|
+-----------------------+
*/

.leftTableOnly h4, .leftTable h4, .rightTable h4, h4.dark {
	padding: 3px;
	color: #fb7f06 !important;
/*	box-shadow: 0px 0px 1px #4f7395;
	-webkit-box-shadow: 0px 0px 1px #000;
	-moz-box-shadow: 0px 0px 1px #000;
	border: 1px solid #fff;
	background: url("../images/menu-back.jpg") repeat scroll 0 0px transparent;
	text-shadow: 0 1px 0 #666666;
*/
}

/*
+-------------------+
|	Configurações	|
+-------------------+
*/
.configs-fieldset{
	border: 1px solid #D6D6D6;
}

.configs-fieldset legend{
	color: #fb7f06;
}

#configs-source-device-overlay {
	left: 309px !important;
}

#configs-demandas-contratadas fieldset{
	border: 1px solid #DAD9C9;
}

#configs-demandas-contratadas fieldset legend{
	font-weight: normal !important;
}

.configs-input-text, .input-class{
	border: solid 1px #d6d6d6;
	background-color: #fff;
}

.configs-input-text:focus, .input-class:focus {
	border: solid 1px #A6A6A6;
	padding: 3px;
	background-color: #fff;
}

.size-number{
	width: 57px;
}

.size-input{
	width: 350px;
}

.size-select{
	width: 358px;
}

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

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

.required{
	border: solid 1px red;
}

.sucess{
	text-align: center;
	width: 240px;
	padding: 10px;
	margin: 0 auto 20px;
	font-weight: bold;
	position: relative;
}

.failed{
	text-align: center;
	width: 400px;
	padding: 10px;
	margin: 0 auto 20px;
	position: relative;
}

#configs-sources .ui-state-active {
	color: black !important;
	background: #ffd35f !important;
}

#configs-sources .ui-state-default {
	background: #dddddd;
	color: #AF9D4E;
	border: #ccc 1px solid;
}

#contact-textarea-message{
	height: 100px;
}

#form-contact .configs-dd-label{
	width: 110px !important;
}

#form-contact .size-input{
	width: 260px !important;
}

#form-contact #form-contact-input-send{
	margin-left: 112px;
}

/*
+-------------------------------+
|	Configurações - Alertas		|
+-------------------------------+
*/
#alert-sms .hour a{
	color: #fff !important;
	border-bottom: #fff 1px dotted !important;
}

#alerts-time-table .weekDay{
	font-weight: bold;
	border-right: solid 2px #fb7f06 !important;
}

#alerts-time-table th{
	font-weight: bold;
	color: #333;
	/*padding: 10px 8px;*/
	border-bottom: 2px solid #fb7f06;
	text-align: left;
}

#alerts-time-table td{
	border: 1px solid #ccc;
	padding: 5px 0px;
	/*width: 19%;*/
}

.ms-energia-links{
	color: #4f7395;
	text-decoration: none;
	border-bottom: #4f7395 1px dotted;
}

.ms-energia-links:hover{
	color: #4f7395;
	border-bottom: none;
}

#alerts-time-table-style .ui-selecting{
	background: #FFDDC6;
}

.ui-selected, .selectedfilter{
	background: #fb7f06;
}

/*
+------------------------+
|	Style das tabelas	 |
+------------------------+
*/
.simpleTable th{
	color: #333 !important;
	border-bottom: 2px solid #fb7f06 !important;
}

/*
+-----------------------------------+
|	Css das validações dos campos	|
+-----------------------------------+
*/
.arrow_left_gray {
	background:transparent url(/resources/ms/engeletrica/en/images/arrow_left_orange.gif) no-repeat scroll 6px 9px !important;
}

.arrow_right_gray {
	background:transparent url(/resources/ms/engeletrica/en/images/arrow_right_orange.gif) no-repeat scroll 6px 9px !important;
}

/*
+---------------------------------------------------+
|	Css dos botões de seleção do mês (legal ou RD)	|
+---------------------------------------------------+
*/

#filter-box-dr-legal-btns{
    left: 343px;
    position: absolute;
    top: 65px !important;
    width: 180px;
    z-index: 5551;
}

#filter-box-dr-legal-btns label{
	width: 90px  !important;
}
/*estilo duplicado, analisar se usar o anterior ou esse.
Se for esse, remover pois está no basic
#filter-box-dr-legal-btns {
    left: 343px;
    position: absolute;
    top: 67px;
    width: 181px;
    z-index: 5551;
}
*/

/*
+---------------------------------------+
|	Css gráficos da página de resumo	|
+---------------------------------------+
*/
#overview-table a, #overview-table a:visited, #overview-table a:link {
/*	color: #4f7395;	*/
	color: #333333;
}

#overview-table a:hover {
/*	color: #4f7395;	*/
	color: #333333;
	text-decoration: underline;
}

.simpleTable a, .simpleTable a:visited, .simpleTable a:link {
	color: #4f7395;
	color: #333333;
}

.simpleTable a:hover {
	color: #4f7395;
	color: #333333;
	text-decoration: underline;
}

/*
+---------------------------------------+
|	Css da página de Comunicacoes		|
+---------------------------------------+
*/

/*
+-------------------------------+
|	CSS da area de simulacoes	|
+-------------------------------+
*/
/*
+-----------------------------------+
|	CSS global para menus internos	|
+-----------------------------------+
*/
.menu-internal .menuSelected,  .menu-internal a:hover, .menu-simple-hover a:hover{
	text-shadow: none;
	background-color: black !important;
	color: #fcd71e !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#sd-reports-content .filter-box, #sd-main-graph .filter-box{
	margin-top: 20px;
}

.menuInside li a:link, .menuInside li a:active, .menuInside li a:visited {
    text-decoration: none !important;
    display:block;
    color: #000000;
}

.menuInside li a:hover, .menuSelected{
    display: block;
    background-color: #fff;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    text-shadow: none;
    color: #FCD71E !important;
}

#simulationPower-area h4{
    box-shadow: 0px 0px 1px #000;
    -webkit-box-shadow: 0px 0px 1px #000;
    -moz-box-shadow: 0px 0px 1px #000;
    border: 1px solid #fff;
    background-color: #000;
    color: #FCD71E !important;
}

#footer-logo{
    background: url("../images/footer-logo.png") no-repeat scroll center center transparent;
    float: right;
    height: 30px;
    margin: 10px 0 0 0px;
    width: 100px;
}

.sd-header{
	color: #fb7f06 !important;
}

.sd-group-fieldset{
	border: 1px solid #D6D6D6 !important;
}
.sd-group-fieldset legend{
	font-size: 14px;
	color: #fb7f06 !important;
	font-weight: bold;
}

/**********************************
AJUSTES NO TEMA DO JQUERYUI
**********************************/
.ui-icon{
    height: 16px;
    top: 50%;
    width: 16px;
    /* Comentados pois estava estragando a tela de configuracao */
    /*margin-top: -8px;*/
    /*position: absolute;*/
}

.filter-presets-date-hour-box-picker .ui-datepicker, .filter-box .ui-datepicker{
	display: block !important;
}

#ui-datepicker-div{
	clip: auto !important;
}

/**********************************
AJUSTES GLOBAIS DO CP
**********************************/
#cnf-adjust-table .ui-button .ui-button-text, #demand-replacement .ui-button .ui-button-text, .history-buttons .ui-button-text{
	padding: 0.4em 1em 0.4em 1.6em;
}

#alert-sms .ui-state-default{
	background: none !important;
	border: none !important;
}

/*
+-----------------------------------------------------------------------+
|	Estilos que dever ser copiados a todos os ms's derivados do energia	|
+-----------------------------------------------------------------------+
Data: 12/09/2011
*/
#ul-list-sharedacc .link-newwin{
	background-color: #FCD71E !important;
}

.plug-update-status,.plug-update-status-master {
	color: #4f7395;
}

.pdc-body-demands-max-infos h4 {
    border-bottom: 1px solid #E6E6E6;
/*    color: #E05900 !important;	*/
}

#alerts-list > li {
    background-color: #F6F6F6;
    margin-top: 10px;
    padding: 15px;
    border-bottom: 1px solid #E6E6E6;
}

#alerts-list .title-dark{
    text-shadow: 1px 1px 0 #FFFFFF;
}

.main-device-title-modal{
	border-bottom: solid 1px #b0b0b0;
}

.alerts-fieldset{
	border: 1px solid #D6D6D6;
}

.alerts-fieldset legend{
	color: #fb7f06;

}

.alerts-new-groupbox-options li, .filter-presets-list li {
	display: block;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px;
}

.title-line{
	border-bottom: solid 1px #b0b0b0;
	margin-top: 10px
}

.alerts-config-emails-sms--list-container{
	border: 1px solid #DAD9C9;
}

#alerts-time-table .weekDay{
	font-weight: bold;
	border-right: solid 2px #b0b0b0 !important;
}

#alerts-time-table-style th{
	color: #333;
	/*padding: 10px 8px;*/
	border-bottom: 2px solid #b0b0b0;
}

#alerts-time-table-style td{
	border: 1px solid #ccc;
	padding: 5px 0px;
	/*width: 19%;*/
}

#alerts-time-table-style .weekDay{
	border-left: none;
	border-right: 2px solid #b0b0b0;
    font-weight: bold;
}

#alert-periods-presets-style{
	border: solid 1px #c0c0c0;
	background: white;
	padding: 3px;
	margin-top: 10px;
	margin-right: 23px;
	width: 340px;
}

.alert-timezone {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
}

#datepicker-suggestions li.title, .datepicker-suggestions li.title {
	border-bottom: 1px solid #6EB630;
    padding: 0px !important;
    font-weight: bold;
}

#datepicker-suggestions li:hover, .datepicker-suggestions li:hover {
	background-color: #F6F6F6;
}

/* cores dos rateios */
#summary-actions em {
	color: #fb7f06;
	font-weight: bold;
}


/* cores dos rateios */
#summary-actions a {
	color: #fb7f06;
	font-weight: bold;
	text-decoration: none;
	/*font-style: oblique;*/
	cursor: pointer;
}

/* tarifas e planos do rateio */
#rates-taxes .title {
	border: 2px solid #bbbbbb;
	background-color: #f8f8f8;
}

#rates-taxes .data {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#rates-taxes .title-bar a {
	text-decoration: none;
	color: #599fcf;
	border-bottom: 1px dashed #599fcf;
}

#rates-taxes .title-bar a:hover {
	border-bottom: 1px solid #599fcf;
}