﻿body 
{
	background-color: Black;
	color: White;
}
.report_style
{	
	/*table-layout: fixed;*/
}
.report_style .report_header_style
{
	background-color: Silver;
	color: Blue;
	text-align: left;	
	font-size: 15px;
	font-family: Arial;	
	height: 35px;
	text-align: left;
}
.report_style .report_item_style
{
	text-align: left;	
	font-size: 15px;
	font-family: Arial;	
	height: 35px;		
}
.report_footer_style
{
	width: 95%;	
	color: White;
	font-weight: bold;
	text-align: left;	
	font-size: 15px;
	font-family: Arial,Tahoma,Arial,Monospace;	
	text-align: right;
	padding: 5px;
}
.led_running_string
{
	font-size: 25px;
	font-family: Arial,Tahoma,Arial,Monospace;	
}
/*-------------------Running string----------------------*/
#scroll 
{
	width: 100%;
    position: relative;
    overflow: hidden;
    height: 30px;
}
#scroll .subtitle {
	position: absolute;
    top: 0;
    visibility: hidden;
    white-space: nowrap;
}
.blinking
{
	text-decoration: blink;
}