thead tr {
	background: #999999;
}

td, th {
	border-bottom: 1px solid #999999;				
	text-align: center;
	vertical-align: top;
}

th{
	color: #ffffff;
	padding: 3px;
}

th.widthSet{
	width: 110px;
}


th a:link, a:visited, a:focus {
	color: #000000;
	text-decoration: none;
}

th a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}


td{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;	
}

td img{
	display: block;
}
			
table {			
	border-collapse: collapse;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;      
	margin-top: 25px;				
	width: 90%;
}

tbody tr {						
	cursor: pointer;
}
