.result-table{   
	border: 1;
	border-collapse:collapse;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color='#888');

	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	
	
	position:relative;top:-12px;left:-12px;


	height:200px;
	width:382px;
	overflow:scroll;
	
}

.result-table>tbody>tr:hover { 
    background: #FFFF00; 
}

.result-table>tbody>tr.clickable td {
    padding: 0;
}

.result-table>tbody>tr.clickable td a {
    display: block;
    padding: 4px;
}

.result-table-header{
	text-align:center;
	background:none repeat scroll 0 0 #E5E5E5;
	border-bottom:1px solid #BBBBBB;
	padding:16px;
    font-size: 1.0em;  
    font-color: black;  
    font-family: arial, verdana, sans-serif;  	
}

.result-table-odd-row{
	text-align:center;
	background:none repeat scroll 0 0 #FFFFFFF;
	border-top:1px solid #BBBBBB;
	font-size: 0.6em;  
    font-color: black;  
    font-family: arial, verdana, sans-serif; 
}

.result-table-even-row{
	text-align:center;
	background:none repeat scroll 0 0 #F9F9F9;
	border-top:1px solid #BBBBBB;
	font-size: 0.6em;  
    font-color: black;  
    font-family: arial, verdana, sans-serif; 
}


