/* CSS Document */
.screening-style{
	font-size: 14px;
	width: 85%;
	margin: 12px;
	text-align: left;
	background: #fff;
	border-collapse: collapse;		
}
.screening-style th{
	font-size: 15px;
	font-weight: normal;
	padding: 8px;
	background:  #282828;
	border-top: 4px solid #141414;
	border-bottom: 1px solid #e6e6e6;
	color: #ffffff;
}
.screening-style td{
	padding: 8px;
	background: #ebebeb;; 
	border-bottom: 1px solid #fff;
	color:	#141414;
	border-top: 1px solid transparent;	
}
.screening-style tbody tr:hover td{
	background: white;
	color: black;
}
.match{
color: red;
}
.acquired{
color: #06F;
}
.total{
	font-weight: bolder;
}
.picjoin {
	margin: 12px;
	border-spacing: 0;}
td img.decoration {
	display: block;}

