﻿/************* this Module ********************/
table.searchresults {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.searchresults thead tr th, table.searchresults tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.searchresults thead tr .header {
	background-image: url(./images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.searchresults tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.searchresults tbody tr.odd td {
	background-color:#F0F0F6;
}
table.searchresults thead tr .headerSortUp {
	background-image: url(./images/asc.gif);
}
table.searchresults thead tr .headerSortDown {
	background-image: url(./images/desc.gif);
}
table.searchresults thead tr .headerSortDown, table.searchresults thead tr .headerSortUp {
background-color: #8dbdd8;
}

.grantsdataheaderrow
{
    font-weight: bold;
    vertical-align: top;
}

.pager .first, .pager .prev, .pager .next, .pager .last
{
    position:relative;
    top:4px; 
    cursor:pointer;  
}

.pager
{
    text-align:right;   
}

.pager .pagedisplay, .pager .pagesize
{
    border: 0 none;
    outline: 0;
    background: #f7f7f7;
    width:50px;
    text-align:center;
}
/************* autocomplete ******************/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align:left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(../../images/ajax-loader.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/*************** end autocomplete *****************************/
