﻿.StreamingTable
{
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-indent: 3px;
	width: 750px;
}
.StreamingTable th
{
	background: #eee;

}
.StreamingTable td
{

}

.blue
{
	color: Blue;
}
.red
{
	color: Red;
	background: #aaa;
}
.green
{
	color: Green;
}
.olive
{
	color: Olive;
}

.RedBg
{
	background: #c00;
	font-weight: bold;
	color: White;
}
.BlueBg
{
	background: #00c;
	font-weight: bold;
	color: White;
}
.OrangeBg
{
	background: orange;
}
.GreenBg
{
	background: green;
	color: White;
}


.dataSource
{
	background: #efefef;
	color: #600;
}
.NameColumn
{
	width: 300px;
	background: #f3f3f3;
}