/* range table */
.table_header {
	float:left;
	width:450px;
	height:65px;
	background:url('/graphic/static-media/images/table/table-header.png') top center repeat;
	color:#9AAE1A;
	font-size:16px;
	font-family:'Arial';
	font-weight:bold;
}

.table_header_left {
	float:left;
	width:15px;
	height:65px;
	background:transparent url('/graphic/static-media/images/table/table-header-left.png') top center no-repeat;
}

.table_header_right {
	float:left;
	width:15px;
	height:65px;
	background:transparent url('/graphic/static-media/images/table/table-header-right.png') top center no-repeat;
}

.table_header_separator {
	background:url('/graphic/static-media/images/table/table-header-separator.png') top left no-repeat;
	height:40px;
}




.table_row_gray {
	clear:both;
	width:448px;
	background-color:#e1e2e3;
	padding:0;
	color:#333333;
	font-size:11px;
	font-family:'Arial';
	border-width:1px;
	border-left-style:solid;
	border-right-style: solid;
	border-color: #d5d5d5;
}

.table_gray_left {
	float:left;
	width:15px;
	min-height:15px;
}

.table_gray_right {
	float:left;
	width:13px;
	min-height:15px;
}

.table_gray_separator {
	background:url('/graphic/static-media/images/table/table-gray-separator.png') top left repeat-y;
}

.table_row_last_gray{
	width:450px;
	background:#e1e2e3 url('/graphic/static-media/images/table/table-gray-bottom.png') bottom left no-repeat;
	height:12px;
	margin-top:-5px;
}





.table_row_white {
	clear:both;
	width:448px;
	background-color:#FFFFFF;
	padding:0;
	color:#333333;
	font-size:11px;
	font-family:'Arial';
	border-width:1px;
	border-left-style:solid;
	border-right-style: solid;
	border-color: #d5d5d5;
}

.table_white_left {
	float:left;
	width:15px;
	min-height:15px;
}

.table_white_right {
	float:left;
	width:13px;
	min-height:15px;
}

.table_white_separator {
	background:url('/graphic/static-media/images/table/table-white-separator.png') top left repeat-y;
}




.table_column1 {
	width:160px;
	padding:0;
	float:left;
	text-align:left;
	padding:10px 0;
}

.table_column2 {
	width:130px;
	padding:0;
	float:left;
	text-align:center;
	padding:10px 0;
	height:15px;
}

.table_column3 {
	width:130px;
	padding:0;
	float:left;
	text-align:center;
	padding:10px 0;
	height:15px;
}
