@charset "UTF-8";
/* CSS Document */

.list_table{
	width:100%;	
	border-collapse: collapse;
	margin: 0px;	
}

.list_table h1{
	margin:0px;	
}
.list_table th strong {
	color: #fff;
}
.list_table th {
	background: #FF0010;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-bottom: solid 2px #FFF;
}
.list_table tr {
	height: 30px;
}
.list_table td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
.list_table td.first,th.first {
	border-left: 0px;
}
.list_table tr.row-a {
	background: #F8F8F8;
}
.list_table tr.row-b {
	background: #EFEFEF;
}
/* end - table */
