.DecoContainer {
	width: 540px;
	background-image: url(../images/TableDeco_Rectangular/TableDeco_Background.gif);
	font-size: 16px;
	margin-bottom:20px;
	margin-left: 20px;
}
.DecoContainer .Header {
	background-image: url(../images/TableDeco_Rectangular/TableDeco_Header_Blue.gif);
	height: 30px; /* gif's height is 35px (= 30px + pad5px) */
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: white;
}
.DecoContainer .Content {
	padding-left: 25px;
	padding-right: 10px;
}
.DecoContainer .Separator{
	background-image: url(../images/TableDeco_Rectangular/TableDeco_MiddleLine.gif);
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
.DecoContainer .Bottom{
	background-image: url(../images/TableDeco_Rectangular/TableDeco_BottomLine.gif);
	height: 6px;
	font-size: 1px;
	line-height: 1px;
}


.DecoContainer .MachineName {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.DecoContainer .MachineName .MNSmall{ 
	font-size: 13px;
	vertical-align: middle;
}


