/* start - table */
.table table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.table th strong {
	color: #fff;
}
.table th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: solid 2px #fff;
}
.table tr {
	height: 18px;
}
.table td {
	padding: 5px 7px 2px 7px;
	border-left: 1px solid #fff;
	border-bottom: solid 1px #fff;
	vertical-align: top;
	word-break: break-all;
}
.table .a {
	background: #eee;
}
.table .b {
	background: #eee;
}
.table .w250 {
	width: 250px;
}
.table .w150 {
	width: 150px;
}
.table .w100 {
	width: 100px;
}
.table .w70 {
	width: 70px;
}
.table .w40 {
	width: 40px;
}
.table .r {
	text-align: right;
	padding-right: 10px;
}
.w250{
	width: 250px;
	text-align: center;
}
.w500{
	float: left;
	width: 500px;
}