#grant-search-wrapper {
  min-height: 730px;
  *height: 730px;
}
  
#grant-search-summary {
  background-color: #e3dfc2;
  color: #494139;
  font-weight: bold;
  padding: 5px;
  margin: 1em 0;
  min-height: 1.5em;
}

#grant-search-summary .right a,
#grant-search-summary .right span,
#grant-search-footer .right a,
#grant-search-footer .right span { 
  margin-right: 0.5em; 
}

#grant-search-summary .right,
#grant-search-footer .right { 
  float: right; 
  font-weight: 100;
  text-transform: lowercase;
  *margin-top: -1.5em;
}

#grant-search-summary a,
#grant-search-footer a { color: #183F58; }

#new-query-form .submit {
  background: url('../images/btn-search.jpg') top left no-repeat;
  width: 80px;
  height: 24px;
  font-size: 0px;
  color: #fff;
  border: 0px;
  position: relative;
  top: -4px;
  *top: 0px;
  cursor: pointer;
}

#grant-search-table {
  border: 1px solid #c6c0a7; 
  border-collapse: collapse;
  width: 100%;
}

#grant-search-table select { 
  font-size: 0.9em; 
  display: inline;
}

#grant-search-table select#column-filter-program,
#grant-search-table select#column-filter-support { width: 120px; }
#grant-search-table select#column-filter-regions { width: 100px; }

#grant-search-table td a:hover { color: #198DC0; }
#grant-search-table td a { 
  font-weight: bold; 
  color: #183F58;
}

#grant-search-table td {
  padding: 5px;
  background-color: #e3dfc2;
  color: #524a41;
  border: 1px solid #c6c0a7; 
}

#grant-search-table th.current { background-color: #C5822B; }

#grant-search-table tr.current td, 
#grant-search-table tr:hover td { 
  background-color: #F7F6EE; 
  border-left: 1px solid #F7F6EE;
  border-right: 1px solid #F7F6EE;
}

#grant-search-table td.description a { margin: 0 1em; }
#grant-search-table td.description {
  color: #183F58;
  background-color: #F7F6EE; 
  border-top: 1px solid #F7F6EE;
  border-left: 1px solid #F7F6EE;
  border-right: 1px solid #F7F6EE;
}

#grant-search-table th {
  background-color: #c5822b;
  color: #fff;
  padding: 5px;
  font-weight: bold;
}

#grant-search-table th.current {
  background-color: #D8AB71;
}

#grant-search-table th a {
  background-color: #c5822b;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

#grant-search-table th div span { 
  margin-right: 3px;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}

#grant-search-table th div a.icon-sort-up {
  background: url('../images/icon-sort-up.png') 0 2px no-repeat;
  text-decoration: none;
  display: inline-block;
  height: 16px;
  width: 16px;
}

#grant-search-table th div a.icon-sort-down {
  background: url('../images/icon-sort-down.png') 0 2px no-repeat;
  text-decoration: none;
  display: inline-block;
  height: 16px;
  width: 16px;
}


/* Search Tips */

#search_tips_wrap {
  position: absolute;
  z-index: 100;
  display: none;
  top: 350px;
  left: 445px;
}

#search_tips {
  background: url('../images/bg-search-tips.png') top left no-repeat transparent;
  height: 199px;
  width: 340px;
  color: #fff;
  padding: 35px 35px 25px 60px;
  z-index: 100;
  position: absolute;
}


#content #search_tips ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: square;
}

#content #search_tips ul li {
  margin-bottom: 0.75em;
}
