h1, h2, h3, h4, h5, h6
{
	display : inline;
}
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after
{
	content : "\a";
	white-space : pre;
}
h3, h4, h5
{
	color : #ffcc33;
}
#mixTitle
{
	color : white;
	font-family : Tahoma, Arial, Helvetica;
	font-size : large;
	display : inline;
}
#fontNew
{
	color : yellow;
	font-family : Tahoma, Arial, Helvetica;
	font-size : medium;
	font-weight : bold;
	display : inline;
}
#spacerLine
{
	font-family : Tahoma, Arial, Helvetica;
	font-size : small;
	display : block;
}
#spacerLineSmall
{
	font-family : Tahoma, Arial, Helvetica;
	font-size : 2px;
	display : block;
}
#spacerLineLarge
{
	font-family : Tahoma, Arial, Helvetica;
	font-size : x-large;
	display : block;
}
#mixBitRate
{
	color : white;
	font-family : Tahoma, Arial, Helvetica;
	font-size : small;
}
#mixDescr
{
	color : #ffff99;
	font-family : Tahoma, Arial, Helvetica;
	font-size : small;
}
body
{
	background-color : #006699;
	color : white;
	font-family : Tahoma, Arial, Helvetica;
	font-size : medium;
	line-height : 1.5;
}
p
{
	color : white;
	font-family : Tahoma, Arial, Helvetica;
	font-size : large;
	line-height : 1.5;
}
tr
{
	vertical-align : top;
}
.trAutoOneCol
{
	display : flex;
	flex-wrap : wrap;
	width : 100%;	
}
.tdAutoOneCol
{
	box-sizing : border-box;
}
@media screen and (max-width:990px)
{
	.tdAutoOneCol
	{
		width : 100%;
	}
}
a:link
{
	color : #22DDFF;
}
a:active
{
	color : #22DDFF;
}
a:visited
{
	color : #44EEFF;
}
#tblWrapper
{
	width : 100%;
	height : 100%;
}
#tblHeader
{
	width : 100%;
	height : 76px;
}
#colLeftWrapper
{
	float : left;
	width : 50%;
	height : 100%;
	overflow : auto;
	background-color : red;
}
#colRightWrapper
{
	float : right;
	width : 50%;
	height : 100%;
	overflow : auto;
	background-color : blue;
}
