@charset "utf-8";
/* CSS Document */

.table4 {
	border: solid 1px #DCDCDC;
	border-collapse: collapse;
	font-weight: bold;
	font-size: 10px;
	width: 100%;
}
.ie .table4 {
	border: solid 0px #DCDCDC;
}
.table4 .odd {
	white-space: normal;
	text-align: left;
	padding-left:20px;
	font-weight: normal;
	font-size: 10px;
	background-color: #ffffff;
}
.table4 .even {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}
.table4 .odd.left {
	text-align: left;
}
.table4 tr td.noborder {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
.table4 th {
	white-space: nowrap;
	text-align: center;
	color: #ffffff;
}
.table4 tr.header th {
	font-weight: normal;
	color: #ffffff;
}
.table4 td {
	text-align: center;
	color: #262626;
	vertical-align: middle;
}
.table4 td.position {
	text-align: left;
	vertical-align: middle;
		background-color: #f1f1f1;

}
.table4 td.position div {
	float: left;
}
