/* CSS Document */

html, body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color:#000000;
  color:#FFFFFF;
}
#table_globale{
  height: 100%;
  width: 100%;
  text-align:center;
}
#table_content{
	width: 100%;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7A7A7A;
}
#filetbas_g,#filetbas_d{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A7A7A;
	height:374px;

}
#txt_downflash_table{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#txt_downflash{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#666666;
}
#txt_downflash A{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
