		
	.search_results_tbl{
		width:100%;
		margin-top:20px;
	}
	
	.search_results_tbl td {
		padding:5px;
	}

	.search_results_tbl tr {
		height:35px;
	}
	.search_results_tbl th {
		padding:5px;
		font-size: 15px;
		vertical-align: top;
		background-color:#e1e1e1;
		
	}

	.search_results_tbl th,
	.search_results_tbl td
	{

		border-color: gray;
	}
	
	.search_results_tbl img {
		margin-left:10px;
	}

	.ident_no_col{
		min-width:138px;
		width:138px;
		max-width:138px;
		text-align: center;
	}

	
	.reg_no_col{
		min-width:127px;
		width:127px;
		max-width:127px;
		text-align: center;
	}

	.reg_date_col{
		min-width:114px;
		width:114px;
		max-width:114px;
		text-align: center;
	}

	.appeal_no_col{
		min-width:137px;
		width:137px;
		max-width:137px;
		text-align: center;
	}

	.appeal_date_col{
		min-width:137px;
		width:137px;
		max-width:137px;
		text-align: center;
	}

		
	.exp_date_col{
		min-width:121px;
		width:121px;
		max-width:121px;
		text-align: center;
	}

	.status_col{
		white-space: nowrap;
		width:1px;
		text-align: center;
	}
	
	.img_with_tooltip span{
		display:none;
	    z-index: 9999999;
	}
	
	.img_with_tooltip img:hover + span {
	    display:block;
 	    position:fixed;
	    overflow:hidden;
	}
	
	.img_with_tooltip span img {
	    width:350px;
	    border:1px solid black;
	    background-color: white;
	    padding:5px;
	}	
