.DecoContainer {
	width: 540px;
	background-image: url(../images/TableDeco_Rectangular/TableDeco_Background.gif);
	font-size: 16px;
	margin-bottom:20px;
	margin-left: 20px;
}

.DecoContainer .YellowHeader, .DecoContainer .BlueHeader, .DecoContainer .BlackHeader {
	background-image: url(../images/TableDeco_Rectangular/TableDeco_Header_Yellow.gif);
	height: 30px; /* gif's height is 35px (= 30px + pad5px) */
	padding-top: 5px;
	padding-left: 20px;
	font-weight: bold;
	color: black;
}
.DecoContainer .BlueHeader {
	background-image: url(../images/TableDeco_Rectangular/TableDeco_Header_Blue.gif);
	color: white;
}
.DecoContainer .BlackHeader {
	background-image: url(../images/TableDeco_Rectangular/TableDeco_Header_Black.gif);
	color: white;
}

.DecoContainer .Content {
	margin-top:-10px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-image: url(../images/TableDeco_Rectangular/TableDeco_BottomLine.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#Overview{
	margin-top:20px;
}
#Overview .OneRow{
	margin:0px;
	padding:0px;
	
	margin-left: 20px;
	margin-right: 10px;
}
#Overview .OneRow .type{
	width:170px;
	float:left;
	font-weight: bold;
}
#Overview .OneRow .stars{
	width:120px;
	float:left;
}
#Overview .OneRow .desc{
	float:left;
}

#Overview .Separator{
	clear:both;
	background-image: url(../images/TableDeco_Rectangular/TableDeco_MiddleLine.gif);
	height: 10px;
	font-size: 1px;
	line-height: 1px;
}
#Overview .Bottom{
	clear:both;
	background-image: url(../images/TableDeco_Rectangular/TableDeco_BottomLine.gif);
	height: 6px;
	font-size: 1px;
	line-height: 1px;
}


.BonusTable {
	font-size: 13px;
	background-color: gray;
	text-align: right;
	padding: 1px;
	border: double 1px gray;
}
.BonusTable .TopCell {
	color: white;
	font-weight: bold;
	background-color: #002ff0;
	text-align: center;
	padding: 0px;
}
.BonusTable .LeftCell {
	color: #323232;
	font-weight: bold;
	background-color: silver;
	text-align: center;
}
.BonusTable .NormalCell  {
	background-color: white;
	padding-right: 4px;
}

.Content ul {
	margin-top: -12px;
}
.Content li {
	margin-left: 40px;
	text-indent: -20px;
}

