body,html {
	margin:0px;
	padding: 0px;
	font-family:'Tahoma','Verdana';
	font-size:10pt;
	
}

.A1_Stopped, .A2_Stopped {
 background-color: #db1e1e;
color: #db1e1e;
font-size:8pt;
}

.R_Stopped {
 	background-color: white;
	color: white;
	font-size:8pt;
}

.R_Started_A1 {
 	background-color: #fcfcb8;
	font-size:8pt;
}

.R_Started_A2 {
 	background-color: #fcd797;
	font-size:8pt;
}

.A1_Started, .A2_Started {
 background-color: #b9fcb8;
font-size:8pt;
}

.A1_Started_2nd, .A2_Started_2nd {
 background-color: #6ccc7a;
font-size:8pt;
}


#TimeGraph {
	text-align: center;
	border-collapse: collapse;
    	border-spacing: 0px;
}

#TimeGraph tr, #TimeGraph td {
 border: none;

}

#TimeGraph td {
min-width: 80px;
border-bottom: 1px solid #ddd;
}

.GraphType {
	min-width: 100px;
}

tr:hover {background-color: #f5f5f5}

#Results td,tr {
border: 1px solid black;
min-width: 80px;
text-align: center;
}

.table-wrapper_debug
{
    border: 1px solid black;
    width: 100%;
    height: 300px;
    overflow: auto;
}

.table-wrapper
{
    border: 1px solid black;
    width: 100%;
    height: 150px;
    overflow: auto;
}

#LayerPads tr, #LayerPads td {
 border: none;

}

#LayerPads td {
min-width: 15px;
}