h2{
	text-align: left;
}

#divCreateUser{
	position: relative;
	/*border: solid 1px #e2e2e2;*/
	padding: 5px;
}
#divCreateUser legend{
	display: none
}

#Provisioning_fullname input, #Provisioning_email input, #Provisioning_authentication input{
	width:150px;
	border: solid 1px #999999;
	margin-top: 3px;
}

#Provisioning_fullname input:focus, #Provisioning_email input:focus, #Provisioning_authentication input:focus{
	border: solid 1px #000;
	margin-top: 3px;
	background-color: #f6f6f6;
	margin-top: 3px;

}

#divCreateUser fieldset{
	border: none;
	text-align: right;
	margin:0;
	padding:0px;
}

#divLicense{
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.autoHelp{
	display: table-cell; /* For FireFox and Opera */
	display: inline-block; /* For Opera and IE */
	width: 41%;
	//vertical-align: middle; /* For IE */
	text-align: left;
	/*border: dashed 1px #c0c0c0;
	padding: 3px;
	color: #000;
	background-color: #f6f6f6;*/
	/*margin-bottom: 1px;*/
	visibility: hidden;
	position: relative;
}
.autoHelpText{
	font-size: 12px;
	position: absolute;
	border: dashed 1px #c0c0c0;
	color: #000;
	background-color: #f6f6f6;
	padding: 3px;
	width: 98%;
	top: -15px;
}


/*
========================================
Formulários de CP
========================================
*/
/*----------------CPEdit---------------*/
#divEdit .btnSubmit{
	width: 150px;
	margin-top: 3px;
}

#divEdit input{
	width: 150px;
	border: solid 1px #999999;
	margin-top: 3px;
}

#divEdit input:focus{
	border: solid 1px #000;
	margin-top: 3px;
	background-color: #f6f6f6;
}

#divEdit fieldset, #divCpView fieldset, #divCpEditPass fieldset{
	border: solid 1px #999999;
	text-align: right;
	//padding: 10px;
}

#divEdit textarea{
	width: 50%;
	border: solid 1px #999999;
	margin-top: 3px;
	height: 80px;
}

#divEdit textarea:focus{
	width: 50%;
	height: 80px;
	border: solid 1px #000;
	margin-top: 3px;
	background-color: #f6f6f6;
}

#divEdit #Provisioning_id_rtugr_value{
	width: 200px;
	border: solid 1px #999999;
	margin-top: 3px;
}
#Label_Provisioning_location_timezone{
	width: 100px;
}

/*-------------CPEditPass---------------*/
#divCpEditPass .btnSubmit{
	width: 150px;
	margin-top: 3px;
}

#divCpEditPass input{
	width: 150px;
	border: solid 1px #999999;
	margin-top: 3px;
}

#divCpEditPass input:focus{
	border: solid 1px #000;
	margin-top: 3px;
	background-color: #f6f6f6;
}

#divCpEditPass #orig_pass{
	text-align: left;
}


/*---------------- CPEdit- Remotas ---------------*/




#divEdit #Label_Provisioning, #divEdit #Label_RTUGroup{
	display: none;
}

#divEdit #RTUGroup_select{
	width: 200px;
	border: solid 1px #999999;
	margin-top: 3px;
}
/*---------------CPEdit - Sensores----------------*/

#Collecting_config_sensor input{
	width: 55px;
	//width: 50px;
}

/*=============================================
Formulários de monitoramento (inside)
===============================================*/

#divDeviceReportForm fieldset{
	border: solid 1px #999999;
	text-align: left;
	//padding: 15px;
}

#divDeviceReportForm .autoHelp{
	display: none;
}

#id_label_list_records, #id_label_list_time{
	float: left;
	text-align: left;
	clear:both;
	margin-left: 20px;
}

#id_tipo_selecao{
	position: relative;
}

#id_list_time, #id_list_records{
	position: absolute;
	left: 0px;
}

.commoLogTextArea{
	width: 750px;
	height: 200px;
	background-color: #efebe7;
}

#divBtnCriar{
	margin: 0 auto;
	width: 200px;
	text-align: center;
}

#divBtnCriar input{
	width: 100px;
	border: solid 1px #999999;
	margin-top: 3px;
}

#divBtnCriar input:focus{
	border: solid 1px #000;
	margin-top: 3px;
	background-color: #f6f6f6;
	margin-top: 3px;
}
/* $Id: core_direct_tree.css,v 1.4 2007/12/12 07:45:31 dries Exp $ */

.cds_line{
	border:solid 1px #FFFFFF;
	background-color:#fbab0e;
	color:#4040AA;
	font-weight:bold;
	text-align:center;
}

.cds_line_font{
	border:solid 1px #FFFFFF;
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_line_font_left{
	border:solid 1px #FFFFFF;
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:left;
}

.cds_font{
	border:solid 1px #000000;
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
	}
.cds_font_titulo{
	color:#000000;
	font-weight:bold;
	font-family: verdana, arial, helvetica;
	font-size:16px;
	text-align:center;
	}
.cds_font_normal{
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
	}
.cds_cols{
	border:solid 1px #FFFFFF;
	background-color:#fbab0e;
	color:#4040AA;
	font-weight:bold;
	text-align:left;
	}

.cds_header{
	/*border:solid 1px #FFFFFF;*/
	/*background-color:#4c83c3;*/
	background-color: #777777;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.cds_header_gray{
	border:solid 1px #FFFFFF;
	background-color:#777777;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

#welcomeDivTable{
	width: 500px;
	margin: 0px auto;
}

.cds_table td{
	padding:1px;
	font-size: 14px;
	text-align: center;
}

.cds_table{
	width:100%;
	/*table-layout: fixed;*/
	/*word-wrap:break-word;*/
}

.cds_table th{
	background-color: #666666;
	color: #fff;
	text-align: center;
}

.cds_table_panel td{
	padding:1px;
	font-size: 14px;
	text-align: left;
}

.cds_table_panel{
	width:100%;
	/*table-layout: fixed;*/
	/*word-wrap:break-word;*/
}

.cds_table_panel th{
	background-color: #666666;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#cds_title{
	color:#505050;
	float:left;
}

#cds_date{
	color:#505050;
	float:right;
}
#cds_water_list{
	color:#000000;
	float:right;
	margin-top:20px;
}
#cds_perfil{
	color:#000088;
	float:left;
}
#cds_device{
	color:#CC4411;
	float:left;
}
#cds_sensor{
	color:#668800;
	float:left;
}
.cds_INDEFINIDO, .cds_NONE, .cds_UNKNOWN{
	background-color:#CCCCCC;
	color:#000000;
	text-align:center;
	cursor: pointer;
	/*width:33%;*/
}

.cds_INDEFINIDO_font, .cds_NONE_font, .cds_UNKNOWN_font{
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_ERROR{
	background-color:#000000;
	text-align:center;
	cursor: pointer;
	color:#000;
}

.cds_ERROR_font{
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_OUT_OF_RANGE{
	background-color:#900090;
	text-align:center;
	cursor: pointer;
	color:#000;
}

.cds_OUT_OF_RANGE_font{
	color:#900090;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_COMM_ERROR{
	background-color:#0079b2;
	text-align:center;
	cursor: pointer;
	color:#000;
}

.cds_COMM_ERROR_font{
	color:#009090;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_COMM_TIME_OUT{
	background-color:#0079b2;
	text-align:center;
	cursor: pointer;
	color:#000;
}

.cds_COMM_TIME_OUT_font{
	color: #0079b2;
	font-weight: normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;

}
.cds_OK{
	background-color:#30CF30;
	color:#000000;
	text-align:center;
	cursor: pointer;
	/*width:33%;*/
}
.cds_OK_font{
	color:#30CF30;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}
.cds_OK_font{
	color:#30CF30;
	font-weight:normal;
	text-align:center;
}
.cds_OK_font_corpo{
	color:#30CF30;
	font-weight:normal;
	text-align:center;
}
.cds_WARNING{
	background-color:#FB8B00;
	color:#000;
	text-align:center;
	cursor: pointer;
}

.cds_WARNING_font{
	color:#FB8B00;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_WARNING_font_corpo{
	color:#fbab0e;
	font-weight:normal;
	text-align:center;
}

.cds_CRITICAL{
	background-color:#CF0000;
	color:#000000;
	text-align:center;
	cursor: pointer;
	/*width:33%;*/
}
.cds_CRITICAL_font{
	color:#CF0000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_CRITICAL_font_corpo{
	color:#CF0000;
	font-weight:normal;
	text-align:center;
}
.cds_hack{
	clear:both
}

.graph_icon{
	background-image:url('/modules/resources/images/graph.png');
	position:relative;
	background-repeat:no-repeat;
	margin-right:5px;
	height:18px;
	width:20px;
	margin-bottom:2px;
}

.report_icon{
	cursor: pointer;
	background:url('/modules/resources/images/view.png');
	position:relative;
	top:1px;
	height:20px;
	margin-right:5px;
	margin-bottom:2px;
	width:15px;
}

.del_icon{
	cursor: pointer;
	background:url('/modules/resources/images/del.png');
	position:relative;
	height:18px;
	margin-right:4px;
	top:1px;
	width:18px;
	float:right;
}

.view_icon{
	cursor: pointer;
	background:url('/modules/resources/images/view.png');
	position:relative;
	height:20px;
	margin-right:5px;
	top:1px;
	width:15px;
	float:right;
}

.log_icon{
	cursor: pointer;
	background:url('/resources/all/images/log.png') no-repeat;
	position:relative;
	height:20px;
	margin-right:5px;
	top:1px;
	width:15px;
	float:right;
}

.save_icon{
	cursor: pointer;
	background:url('/modules/resources/images/save.png');
	position:relative;
	height:20px;
	margin-right:5px;
	top:1px;
	width:20px;
	float:right;
}

.edit_icon{
	cursor: pointer;
	background:url('/modules/resources/images/edit.png');
	top:1px;
	position:relative;
	height:17px;
	margin-right:4px;
	width:17px;
	float:right;
}

.line_icon{
	cursor: pointer;
	background:url('/modules/resources/images/line-chart.png');
	position:relative;
	top:1px;
	height:20px;
	margin-right:5px;
	margin-bottom:2px;
	width:20px;
}

.bar_icon{
	cursor: pointer;
	background:url('/modules/resources/images/bar-chart.jpeg');
	position:relative;
	top:1px;
	height:20px;
	margin-right:5px;
	margin-bottom:2px;
	width:20px;
}

/*TODO colocar um background*/
.config_icon{
	/*cursor: pointer;
	background:url('/modules/resources/images/view.png');*/
	height:20px;
	margin-right:5px;
	width:70px;
	float:right;
}

/*TODO colocar um background*/
.monitor_icon{
	/*cursor: pointer;
	background:url('/modules/resources/images/view.png');*/
	height:20px;
	margin-right:5px;
	width:70px;
	float:right;
}

.cds_CONNECTION_OK{
	background-color:#30CF30;
	color:#000000;
	text-align:center;
	cursor: pointer;
	/*width:33%;*/
}
.cds_CONNECTION_OK_font{
	color:#30CF30;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}
.cds_CONNECTION_OK_font{
	color:#30CF30;
	font-weight:normal;
	text-align:center;
}
.cds_CONNECTION_OK_font_corpo{
	color:#30CF30;
	font-weight:normal;
	text-align:center;
}
.cds_CONNECTION_WARNING{
	background-color:#FB8B00;
	color:#000;
	text-align:center;
	cursor: pointer;
}

.cds_CONNECTION_WARNING_font{
	color:#FB8B00;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_CONNECTION_WARNING_font_corpo{
	color:#fbab0e;
	font-weight:normal;
	text-align:center;
}

.cds_CONNECTION_CRITICAL{
	background-color:#CF0000;
	color:#000000;
	text-align:center;
	cursor: pointer;
	/*width:33%;*/
}
.cds_CONNECTION_CRITICAL_font{
	color:#CF0000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_CONNECTION_CRITICAL_font_corpo{
	color:#CF0000;
	font-weight:normal;
	text-align:center;
}
td.conf_name{
	text-align:left;
	color:#000;
	font-size:10px;
	padding:1px;
}
td.conf_value{
	text-align:right;
	color:#404040;
	font-size:10px;
	padding:1px;
}
/*
====================================
Formatação da página (fonte, cor...)
====================================
*/
html {
  height: 100%;
}

body {
  margin:0;
  padding:0;
  height:100%;
  text-align:center;
  font-family: verdana, arial, helvetica;
  font-size: 13px;
  color: #4b4b4b;
 /* background-image:url(../images/global/back_page.jpg);
  background-position:top left;
  background-repeat: no-repeat;*/
}

img{
	border: 0px;
}

ul{
	list-style: disc;
}
hr{
	height: 1px;
	color:#c0c0c0;
}
a, a:link, a:active {
  font-weight: normal;
  text-decoration: none;
  color: #235486;
}
a, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #235486;
}
a:hover {
  text-decoration: underline;
}

a.internalLink, a.internalLink:link, a.internalLink:active {
  font-weight: bold;
  text-decoration: none;
  color: #235486;
}

a.internalLink, a.internalLink:visited {
	font-weight: bold;
	  text-decoration: none;
	  color: #235486;
}
a.internalLink:hover {
  text-decoration: underline;
}

a.externalLink[href ^="http://"] {
	background: url(../images/global/external.jpg) center right no-repeat;
	padding-right: 13px;
}

a.linkWhite, a.linkWhite:link, a.linkWhite:active, a.linkWhite:visited{
	font-weight: bold;
	text-decoration: none;
	color: #fff;

}
a.linkWhite:hover {
  text-decoration: underline;
}

a.linkOrange, a.linkOrange:link, a.linkOrance:active, a.linkOrange:visited{
	font-weight: bold;
	text-decoration: none;
	color: #f68618;
	font-size:15px;
}
a.linkOrange:hover {
  text-decoration: underline;
}

a.linkBlue, a.linkBlue:link, a.linkBlue:active, a.linkBlue:visited{
	font-weight: bold;
	text-decoration: none;
	color: #0079b2;
	font-size:15px;
}
a.linkBlue:hover {
  text-decoration: underline;
}

p{
	text-align:justify;
}

.fontColorBlue{
	color: #235486;
	font-weight: bold;
}

#divAll{
	height:100%;
	height: auto;
	width: 99%; /*934*/
	min-width:780px;
	position: relative;
	margin: 0px auto;
	border-left: solid 1px #bdbdbd;
	border-right: solid 1px #bdbdbd;
	border-bottom: solid 1px #bdbdbd;
	background-color: #FFFFFF;
}

#divTopo{
	width: 100%;
	border-bottom: solid 3px #0079b2;
	background-color: #3B5C8E;

}

#divDegrade{
	height: 143px;
	background:url(../images/global/topo.jpg) no-repeat top left;
}

#divLogo{
	width: 228px;
	height: 82px;
	float:left;
	display: none;
}

#divContent{
	width: 100%;
	//margin-top: 10px; /*fix to ie*/

}

#divContentInside{
	min-height: 300px;
	//height: 200px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

#divRealContent{
	margin: 50px auto;
	width: 590px;
	height: auto;
	/*hack para centralizar esta div no IE*/
	//position: relative;
	//left: 50%;
	//margin-left: -295px;
	//text-align: center;
}


.empty_chart{
	background:url(../images/global/noGraph.gif);
	width:400px;
	height:200px;
}

#divError{
	margin: 0px auto;
	margin-bottom: 10px;
	border: #d9a7a7 solid 2px;
	background-color: #ecdcdc;
	color: #cd4545;
	font-weight: bold;
	width: 350px;
	height: auto;
	padding: 5px;
	text-align: center;
	//position: relative;
	//left: 50%;
	//margin-left: -175px;

}

#divOK{
	margin: 0px auto;
	border: #a7d9a7 solid 2px;
	background-color: #dcecdc;
	color: #45ad45;
	font-weight: bold;
	width: 350px;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

#divWarning{
	margin: 0px auto;
	border: #a9a977 solid 2px;
	background-color: #FcFc9c;
	color: #808000;
	font-weight: bold;
	width: 350px;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}


#noData{
	float: left;
	width: 100%;
	margin: 100px auto;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#divShowUserName{
	position: absolute;
	margin-top: 14px;
	margin-left: 5px;
	display: none;
}

#divClear{
	clear: both;
}

#divRodape{
	background:url(/resources/all/images/degrade.jpg);
	width: 100%;
	height: 90px;
	color: #999999;
	text-align: right;
	margin-top: 50px;
}

#divContentRodape{
	width: 99%;
	height: 90px;
	color: #5c7487;
	text-align: right;
}

#divBoxRose{
	padding-top: 20px;
	width: 250px;
	height: 200px;
	/*border: #63cdea solid 1px;*/
	float: right;
	bottom:0;
	text-align: center;
}

#divBoxTitle{
	width: 100%;
	text-align: center;
}

#divBoxNoData{
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 150px;
}

#divHistory{
	margin-left: 45px;
	//margin-left: 18px; /* Hack to IE */
	width: 200px;
	/*border: #63cdea solid 1px;*/
	text-align: center;
}

#divBox{
	/*background:url(../images/global/back_janga_temp.jpg);
	background-repeat: no-repeat;
	border: #63cdea solid 1px;*/
	width: 404px;
	height: 328px;
	text-align:center;
	float: left;
}

#divLineRoseDados{
	float: right;
	width: 680px;
	height: 328px;
}

#divBoxDados{
	width: 350px;
	height: auto;
	border: #bdbdbd double 3px;
	margin: 50px auto;
	padding: 5px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;

}

#divShowGraphTable{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #f0f0f0;
	border-top: solid 1px #f0f0f0;
	padding: 5px 0px 5px 0px;
}

.sensor_name{
	float: left;
	width: 160px;
	/*border: #63cdea solid 1px;*/
	text-align: right;
	font-weight: bold;
	width: 200px;
}

.sensor_value{
	float: left;
	width: 80px;
	margin-left: 5px;
	/*border: #63cdea solid 1px;*/
	text-align: left;
	width: 100px;
}

.sensor_line{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear:both;
}


.sensor_name_title{
	margin: 0 auto;
	width: 100%;
	/*border: #63cdea solid 1px;*/
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.sensor_line_graph{
	padding-top: 50px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.sensor_comment{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.divBoxGraph img{
	border: #004477 solid 1px;
	text-align:center;
	color:#2f5379;
	margin: 0 auto;
}

.sensor_show_history, .font12{
	font-size: 12px;
}

.noRodape{

}

.noRodapeGraph{

}

#divBar{
	width: 100%;
	height: 1px;
	background-color: #bdbdbd;
	float: left;
}

#divBarWhite{
	width: 100%;
	height: 1px;
	background-color: #FFF;
	float: left;
}

input{
	width: 150px;
	border: solid 1px #999999;
	margin-top: 3px;
}

input:focus{
	border: solid 1px #000;
	margin-top: 3px;
	background-color: #f6f6f6;
	margin-top: 3px;

}

#divMsError{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}

#divMsError p{
	text-align: center;
}

#divSiteName{
	width: 80%;
	//width: 100%;
	font-size: 5em;
	text-align: left;
	padding-left: 170px;
	display: none;
}

#divSiteLink{
	margin-top: 90px;
	display: none;
	padding-left: 10px;
	//margin-top: 15px;
	text-align: left;
	width: 80%;
	//width: 100%;
	font-size: 13px;
}

#divInfo{
	width: 220px;
	text-align: center;
}
#divInfo fieldset{
	text-align: left;
	border: solid 1px #999999;
	//padding: 10px;
}

#divPosition{
	margin: 0 auto;
	width:auto;
	text-align: center;
}

#divCamRow{
	margin: 0 auto;
	width: 780px;
	height: auto;
	/*hack para centralizar esta div no IE*/
	//position: relative;
	//left: 50%;
	//margin-left: -390px;
	//text-align: center;
}

#divCamShow{
	height: 240px;
	width: 320px;
	border: solid 1px #c0c0c0;
	float: left;
	text-align: center;

}

#divCamList{
	width: 375px;
	height: 240px;
	overflow-y: auto;
	border: solid 1px #f3f3f3;
	margin-left: 400px;
}
#divCamText{
	margin-top: 110px;
	width: 100%;
	text-align: center;
}
.divCamTable img{
	border: solid 3px #c0c0c0;
}

.divCamTable{
	font-size: 12px;
}
.divCamTableInside{
	font-size: 12px;
}

.divCamTableInsideFont{
	font-weight: bold;
}

.divCamTableTitle{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
/*
.divCamTable td{
	font-size: 12px;
	border: solid 1px #000;
}
*/
/*
===========================
Configurações da tabela
===========================
*/
.cds_table td{
	padding:1px;
	font-size: 14px;
}

.cds_table{
	width:100%;
	float: left;
}

.cds_line_font{
	border:solid 1px #FFFFFF;
	color:#000000;
	font-weight:normal;
	font-family: verdana, arial, helvetica;
	font-size:12px;
	text-align:center;
}

.cds_header{
	/*border:solid 1px #FFFFFF;*/
	/*background-color:#4c83c3;*/
	background-color: #777777;/*#5c7487*/
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

/*
===========================
Configurações do Menu
===========================
*/

ul#menuTop, ul#menuAnon{
	width: 100%;
	height: 43px;
	background: #FFF url("../images/global/menu-bg.gif") top left repeat-x;
	/*font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif; */
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

ul#menuTop li, ul#menuAnon li{
	display: block;
	float: right;
	margin: 0;
	}

ul#menuTop li a , ul#menuAnon li a{
	height: 43px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 15px 0;
	}

ul#menuTop li a:hover , ul#menuAnon li a:hover{
	color: #666;
	}

ul#menuTop li a.current, ul#menuAnon li a.current{
	color: #FFF;
	background: url("../images/global/current-bg.gif") top left repeat-x;
	padding: 8px 15px 0;
	}

/*
================================
Configurações do box de login
================================
*/
#boxes{
	font: 0.9em Arial, Helvetica, sans-serif;
	width:280px;
	color:#333;
	margin: 0 auto;
}
.fixo{
	margin: 0 auto;
	width:100%;
	background: url(../images/global/box/can-inf-dir.jpg) no-repeat 100% 100%;
	font-size: 100%;
}

.bordaEsq{
	width:100%;
	background: url(../images/global/box/bor-esq.jpg) repeat-y 0 0;
}

.bordaDir{
	width:100%;
	background: url(../images/global/box/bor-dir.jpg) repeat-y 100% 100%;
}

.titulo {
	background: url(../images/global/box/can-sup-dir.jpg) no-repeat 100% 0;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.titulo h6 {
	background: url(../images/global/box/can-sup-esq.jpg) no-repeat 0 0;
	margin: 0;
	padding: 20px 0 10px 0;
	color: #333;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.0em;
}

* html .titulo h6 {height: 1%;} /* Hack para IE5 PC */

.conteudo {
	background: url(../images/global/box/can-inf-esq.jpg) no-repeat  0 100%;
	color:#000;
	margin: 0;
	text-align: justify;
	font-size: 13px;
	height: 120px;
}

.conteudo ol{
	margin: 0px;
	padding: 5px 0 10px 30px;
	text-align: justify;
}

#boxes .conteudo p {
	margin:0.7em;
	line-height:1.2em;
	}
