﻿body 
{		font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.mcs
{
	background:		-webkit-linear-gradient(red, red, red, red, orange, orange, red, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
#notes
{		color:		grey;
		font-size:	12px;
		text-align:	justify;

}
table
{	border-collapse:	collapse;
	width:			100%;
	margin-bottom:		40px;
}
table, th, td
{
//	border:		0px solid blue;
}
th, td
{	padding-top:		5px;
	padding-bottom:		5px;
	padding-left:		15px;
	text-align:		center;

}
th
{	background-color:	#0080FF;
	color:			white;
	height:			40px;
	text-shadow:		0.5px 0.5px #444;
	font-size:		105%;
}

tr
{	background-color:	#d9d9d9;
}

tr:nth-child(even)
{	background-color:	#f2f2f2;
}


.tb-title		/* Application Column	*/
{
	text-align:		left;

}
.tb-version		/* Version Column	*/
{

}
.tb-vn			/* Version Span Text	*/
{
}
.tb-64			/* Windows 64 Column	*/
{

}
.tb-32			/* Windows 32 Column	*/
{

}
.tb-64a			/* Windows 64 Anchor	*/
{

}
.tb-32a			/* Windows 32 Anchor	*/
{

}
.tb-indent
{	margin-left:		25px;
}

.tb-indent-off
{	position:		absolute;
	left:			10px;
}
