#search_results {
	width: 195px;
	background-color: white;
	position: absolute;
	border: 1px solid black;
}

#search_results td {
	padding: 5px;
}

#search_results a {
	text-decoration: none;
}

#search_results tr:hover {
	background-color: lightgrey;
}

/*-----------------------
---- Preloader Styles ----
-------------------------*/
#page-loader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}

#page-loader .page-loader-gif{
    display: block;
    width:64px;
    height:64px;
    position: absolute;
    top:50%;
    left:50%;
    margin:-32px 0 0 -32px;
    background: url('../img/preloader.gif') no-repeat;

}

tableFixedHead
{
	width: 500px;
	border-collapse: collapse;
}

theadFixedHead
{
	display: block;
	width: 500px;
	overflow: auto;
	color: #fff;
	background: #000;
}

tbodyFixedHead
{
	display: block;
	width: 500px;
	height: 200px;
	background: pink;
	overflow: auto;
}

