/** Copyright 2007 Google Inc. All rights reserved. */

/**
 * Custom AJAXSearch styles
 */

#ksp_results .gsc-control {
  width: auto;
}

#ksp_results .gsc-resultsbox-visible {
  border: 1px solid #999;
  background-color: #EEE;
  padding: 10px;
  text-align: justify;
}

.gsc-resultsHeader,
.gs-watermark
 { display: none; }

.gs-title { 
  font-size: medium;
}

#ksp_results .gs-visibleUrl-short {
	display: none;
}

#ksp_results .gs-visibleUrl-long {
	display: block;
}

/**
 * Default AJAXSearch styles largely from
 * http://www.google.com/uds/css/gsearch.css
 */

/*
 * This table contains the input element as well as the search button
 * Note that the search button column is fixed width, designed to hold the
 * button div's background image
 */
table.gsc-branding td,
table.gsc-branding {
  display: none;
}

#ksp_results .gsc-cursor-box {
  margin-bottom : 10px;
  text-align: center;
}

