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

/** 
 * CSS styles for the Custom Search Engine overlay built on top of AJAXSearch
 * API
 */ 

.cse-closeResults { 
  float: right;
	margin-top: 12px;
	margin-right: 10px;
	color: #C41230;
}

.cse-closeResults a {
  padding: 3px 5px;
  border: 1px solid #C41230;
  color: white;
  text-decoration: none;
  cursor: pointer;
	margin-top: 16px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #C41230;
}

.cse-closeResults a:hover {
  background: #C41230;
  border: 1px solid #AC09230;
	color: white;
}

.cse-overlay-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #000;
}

.cse-overlay {
  text-align: left;
  top: -15px;
  left: 0px;
  width: 488px;
  background-color: white;
  font-size: small;
	clear: none;
	position: fixed;
	margin-top: 20px;
	padding: 10px;
	right: 100px;
	color: white;
	margin-right: 0;
	z-index: 1;
}

/**
 * Custom AJAXSearch styles
 */

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

.gs-visibleUrl {
  color: #333;
}

.gs-visibleUrl-long { 
  overflow: hidden;
	color: #c41230;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.gs-title { 
  font-size: 14px;
	color: #c41230;
	font-weight: bold;
}

.gs-title a:hover{ 
  font-size: 14px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #c41230;
} 

.gs-snippet { 
  font-size: 12px;
	color: #1a1a1a;
	font-weight: normal;
	font-style: normal;
}

.gsc-trailing-more-results,
.gsc-webResult,
.gs-divider {
  margin-bottom: 1em;
	color: #AC0923;
	font-weight: bold;
}
.gsc-resultsRoot { 
  font-size: medium;
	margin-left: 10px;
	margin-right: 9px;
}
.gs-divider {
  margin-bottom: 1em;
  text-align: center;
  color: #333333;
}


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

/* control inputs
 * .gsc-search-box : the container that hosts the text input area
 * .gsc-input : the text input area
 */
form.gsc-search-box {
  font-size: 13px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  margin-left : 0px;
  width: 300px;
	background-image: none;
}

/*
 * 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-search-box {
  border : 0px solid #AC0923;
  
  border-spacing : 0px 0px;
  width : 220px;
  margin-bottom : 2px;
}

table.gsc-search-box td {
  vertical-align : middle;
	background-image: none;
}

table.gsc-search-box td.gsc-input {
  padding-right : 2px;
	background-image: none;
}

td.gsc-search-button {
  width : 1%;
}

/**
 * undo common generic table rules
 * that tend to impact branding
 */
table.gsc-branding td,
table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
  width : 100%;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  color : #AC0923;
  font-size : 11px;
  margin-right : 2px;
	visibility: hidden;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}

table.gsc-branding-vertical td.gsc-branding-text div.gsc-branding-text {
  margin-right : 0px;
  text-align : center;
}

table.gsc-branding-vertical td.gsc-branding-img-noclear {
  text-align : center;
}

div.gsc-branding-img,
div.gsc-branding-img-noclear,
img.gsc-branding-img,
img.gsc-branding-img-noclear {
  padding-top : 1px;
	visibility: hidden;
}

img.gsc-branding-img,
img.gsc-branding-img-noclear {
  margin : 0 0 0 0;
  padding-right : 0;
  padding-left : 0;
  padding-bottom : 0;
  border : none;
  display : inline;
}

a.gsc-branding-clickable {
  cursor : pointer;
}

input.gsc-search-button {
width: 18px;
	margin: 7px 5px 7px 0;
	text-align: center; /* this overrides the text-align: center on the body element. */
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	border: 1px solid #c41230;
	height: 18px;
	padding: 0 2px;
	bottom: 2px;
	background-color: #c41230;
	background-image: url(g/search-button.jpg);
	color: #c41230;
}

/*
 * Given that this is sitting in a variable width tabel cell, the idea is
 * for it to consume the entire cell. The adjacent cell contains the search
 * button and that is a fixed width cell.
 */
input.gsc-input {
  padding-left : 2px;
  width : 96%;
	margin-left: 10px;
	margin-top: 0;
	background-color: #edecec;
	border: 1px solid #dcdcdc;
	height: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  margin-bottom : 0px;
  display : inline;
	font-size: 12px;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
	font-size: 12px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}

