
.table{
	border-top:solid #FF9900 1px;
	border-left:solid #FF9900 1px;
	border-right:solid #FF9900 1px;
	color:white;
}
.table_header{
	background:url('../images/table/table_header.gif') repeat-x;
	height:18px;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
	border-bottom:solid #FF9900 1px;
}
.table_line{
	background:url('../images/table/table_line.gif') repeat-x;
	height:18px;
	border-bottom:solid #FF9900 1px;
}
.table_line_highlight{
	background:url('../images/table/table_line_highlight.gif') repeat-x;
	height:18px;
	border-bottom:solid #FF9900 1px;
	cursor:pointer;
}
.table_line_red{
	background:url('../images/table/table_line_red.gif') repeat-x;
	height:18px;
	border-bottom:solid #FF9900 1px;
}
.table_line_green{
	background:url('../images/table/table_line_green.gif') repeat-x;
	height:18px;
	border-bottom:solid #FF9900 1px;
}

.table_cell{
	float:left;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}
.table_line_highlight .table_cell{
	color:#B4BED7;
}

