﻿#scrollTableBox table, tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	border-collapse:collapse;
	border-spacing:0;
	border:0px;
}
#scrollTableBox  {
	width:850px;
	height:1900px;
	overflow:hidden;
	margin:50px auto;
}
#scrollTableBox  table {
	width:100%;
}
#scrollTableBox  table th,#scrollTableBox  table td {
	font-size:14px;
	text-align:center;
	line-height:36px;
}
#scrollTableBox  table th {
	color:#f6f6f6;
	background-color:#f06541;
}
#scrollTableBox  table td img {
	display:inline-block;
	vertical-align:middle;
}
#scrollTableBox  table tbody tr:nth-child(even) {
	background-color:#fce5dd;
}
#scrollTableBox .table_md table td,#scrollTableBox .table_md table th {
	line-height:40px;
}



.searchResultTable{
	table-layout:fixed;
	empty-cells:show;
	border-collapse: collapse;
	border:1px solid #f06541;
	color:#666;
	width: 850px;
	margin-left: -110px;
}
.searchResultTable td,.searchResultTable th{
	height:35px;
	border:1px solid #f06541;
	padding:0 1em 0;
	text-align: center;
	line-height: 35px;
}

.searchResultTable th {
	font-size: 15px;
	background-repeat:repeat-x;
	background-color:#f06541;
	line-height: 35px;
	color: #f0f0f0;
}

.searchResultTable tr.alter{
	background-color:#f5fafe;
}