/**
 * Minimalist theme
 *
 */
/* Slight reset to make the preview have ample padding. */
div#cse-search-form{
	float:right;
	height:25px;
	width:220px;
	clear:both;
	margin:0px 5px 0px 0px;
}

div#cse {
	clear: both;
    margin: 10px 10px 30px;
    width: 460px;
}

.cse .gsc-control-cse,
.gsc-control-cse {
	width: 460px;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse.gsc-control-cse div,
.gsc-control-cse div {
  font-size: 14px;
  line-height: 135%;
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
/* Search form */
div#cse-search-form form.gsc-search-box,
form.gsc-search-box {
	float:right;
	width:220px;
	clear:both;
	margin:0px;
}
.cse .gsc-branding-text,
.gsc-branding-text {
  color: #000000;
}
.cse td.gsc-input,
td.gsc-input {
  padding-right: 0;
	width: 220px;
}
.cse .gsc-search-box,
.gsc-search-box {
  border-collapse: collapse;
}
/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  border: 1px solid;
  border-color: #9B9B9B;
  padding: 3px;
  color: #545454;
  width: 134px;
  font-size: 12px;
  font-family: Helvetica, sans-serif;
}
/* no results */
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
	background-color:#FFE6E5;
	border:1px solid #f00;
	padding:5px;
}

/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-size: 11px;
  width: 60px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
  padding: 3px 4px 2px 4px;
  background-color: #FFFFFF;
  border: 1px solid #CECECE;
  color: #0D1D6F;
  display: inline-block;
  font-weight: bold;
  margin: 0px 2px;
  text-decoration: underline;
}

.clearbutton{
	background-color: #FFFFFF;
	cursor: pointer;
	float: left;
	width: 460px;
	margin-left: 10px;
}

.Tr,.Tl,.Br,.Bl{
	background-image:url(' /assets/images/button_a.png');
	width:5px;
	height:5px;
	float:left;
	background-repeat:no-repeat;
}
.clearbutton .Tr{
	background-position:0px -60px;
}
.Tr#special{
	background-position:0px -60px;
	margin:34px 0px 0px 0px;
}
.clearbutton .Tl{
	background-position:0px 0px;
}
.clearbutton .Tm{
	width:450px;
	height:4px;
	border-top:1px solid #cecece;
	float:left;
}
.clearbutton .content{
	width:450px;
	clear:both;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
}

.clearbutton .Br{
	background-position:0px -85px;
}
.clearbutton .Bl{
	background-position:0px -25px;
}
.clearbutton .Bm{
	width:450px;
	height:4px;
	border-bottom:1px solid #cecece;
	float:left;
}

.clearbutton .buttoncontent{
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	clear: left;
	width: 458px;
	text-align: center;
}

.clearbutton .buttoncontent h3{
	margin: 0 10px;
	padding: 5px 0 9px;
}


td.gsc-clear-button{
	display: none;
}

div.gsc-clear-button{
	display: none;
	visibility: hidden;
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  font-weight: normal;
  padding: 2px 8px 0 5px;
  text-transform: uppercase;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  color: #164885;
  font-family: Georgia, serif;
  font-size: 14px;
  background-color: #fff;
  border: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #fff;
  border: none;
  color: #164885;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: normal;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 10px;
  border-bottom: 1px solid #CECECE;
  padding: 0;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  margin: 0;
  border: none;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
  width: 100%;
  margin-top: 1em;
}
/* Uber-wrapper for a result. Add padding to elements within a result block */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-snippet,
.gs-result .gs-snippet,
.cse .gs-result .gs-visibleUrl,
.gs-result .gs-visibleUrl{
  padding: 0;
}
/* Font size */
.cse .gs-result .gs-title,
.gs-result .gs-title {
  font-size: 18px;
  line-height: 135%;
  text-decoration: none;
  font-weight: bold;
  border: none;
  line-height: 135%;
  margin: 0 0 2px;
  padding: 0;
}
div#cse .gs-result .gs-snippet,
.gs-result .gs-snippet {
	font-size: 13px;
	line-height: 140%;
	color: #0D1D6F;
}

/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 0 0 20px 5px;
  border: 1px solid;
  border-color: #ffffff;
  border-bottom-color: #CECECE;
  margin-bottom: 20px;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border-left: 1px solid;
  border-color: #ffffff;
  border-bottom-color: #CECECE;
}
/* Set link colors. */
.cse .gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link,
.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b,
.cse .gsc-trailing-more-results,
.gsc-trailing-more-results 
.cse .gsc-trailing-more-results:link,
.gsc-trailing-more-results:link {
  color: #164885;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  line-height: 135%;
  margin: 0 0 2px;
  padding: 0;
  border-bottom: 4px solid #FF7600;
}

.cse .gs-webResult.gs-result a.gs-title:link b,
.gs-webResult.gs-result a.gs-title:link b,
.cse .gs-webResult.gs-result a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:visited b,
.cse .gs-webResult.gs-result a.gs-title:hover b,
.gs-webResult.gs-result a.gs-title:hover b {
	border: none;
}


.cse .gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active,
.cse .gs-webResult.gs-result a.gs-title:active b,
.gs-webResult.gs-result a.gs-title:active b {
  color: #164885;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #545454;
}
/* URL text color */
.cse .gs-webResult.gs-result .gs-visibleUrl,
.gs-webResult.gs-result .gs-visibleUrl,
.cse .gs-webResult.gs-result .gs-visibleUrl-short,
.gs-webResult.gs-result .gs-visibleUrl-short {
  color: #FF7600;
  font-weight: bold;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
/*  border-top: 1px dotted;*/
 border: none;
  border-color: #333333;
  padding: .5em 0 0 .5em;
  text-align: left;
}
/* Selected pagination */

.cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
	color:#164885;
	cursor:pointer;
	display:inline;
 	border-top: 2px solid #fff;
    padding: 0 3px;
	text-decoration:none;
}

.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  color: #164885;
  background-color: #fff;
  padding: 0 3px;
  font-weight: normal;
  border-bottom: 4px solid #ff7600;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results {
  color: #164885;
}

/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #E6E6E6;
  border: 1px solid;
  border-color: #CCCCCC;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #144784;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #144784;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #444444;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #00CC00;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #333333;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #00CC00;
}

