.horizontal-line {
	font-size: 0px;
	background: white url(/images/table-line.gif) top repeat-x;
	height: 1px;
}
.horizontal-line-bottom {
	font-size: 0px;
	background: white url(/images/table-line.gif) bottom repeat-x;
	height: 8px;
}
.vertical-line {
	font-size: 0px;
	background: white url(/images/table-vertical-line.gif) repeat-y;
	width: 17px;
}
.vertical-line-left {
	font-size: 0px;
	background: white url(/images/table-vertical-line-left.gif) repeat-y;
	width: 17px;
}
.vertical-line-right {
	font-size: 0px;
	background: white url(/images/table-vertical-line-right.gif) repeat-y;
	width: 17px;
}
.vertical-line-bottom {
	font-size: 0px;
	background: white url(/images/table-vertical-line-bottom.gif) bottom no-repeat;
	width: 17px;
}
.vertical-line-left-bottom {
	font-size: 0px;
	background: white url(/images/table-vertical-line-left-bottom.gif) bottom no-repeat;
	width: 17px;
}
.vertical-line-right-bottom {
	font-size: 0px;
	background: white url(/images/table-vertical-line-right-bottom.gif) bottom no-repeat;
	width: 17px;
}
.left-line {
	background: white;
	width: 8px;
}
.right-line {
	background: white;
	width: 8px;
}
.left-corner {
	background: white url(/images/table-left-corner.gif) bottom no-repeat;
	width: 8px;
}
.right-corner {
	background: white url(/images/table-right-corner.gif) bottom no-repeat;
	width: 8px;
}

.table-ability-head {
	padding-left: 10px;
	background: #77797c url('/images/table-ability-head.gif') top no-repeat;
	font-size: 1.3em;
	color: white;
	text-align: left;
	vertical-align: middle;
	height: 26px;
}
.left-ability-line {
	background: white url(/images/table-line.gif) left repeat-y;
	width: 8px;
}
.right-ability-line {
	background: white url(/images/table-line.gif) right repeat-y;
	width: 8px;
}
.table-head {
	font-size: 1.3em;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	height: 26px;
}
.table-cell {
	font-size: 1.3em;
	color: #444444;
	text-align: center;
	vertical-align: middle;
	height: 22px;
}
.table-cell strong.nr {
	font-size: 1.5em;
	color: #cc0000;
}
.table-cell span.nr {
	font-size: 1.2em;
	color: #cc0000;
}
.table-cell-desc {
	font-size: 1em;
	color: #444444;
	text-align: justify;
	vertical-align: middle;
	height: 22px;
}
div#head-container div#green-field-bg {
	background: white url(/images/tree-white-bg.gif) bottom no-repeat;
	width: 950px;
	height: 70px;
	float: left;
}
div#green-field-bg div#green-field-content {
	margin: 2px 10px 0 190px;
	font-size: 1em;
	line-height: 1.4em;
	color: #a0a0a0;
	text-align: justify;
	vertical-align: top;
}