/**
 * this started out as the "shiny theme" but was edited on 05-25-2010 by A.F. to
match the new COAC colors.
 *
 */

/* Selector for entire element. (the results box) */
.cse .gsc-control-cse,
.gsc-control-cse {  
  padding: 2%;
  width: 100%;  /*this width was set inline on SiteSearch.aspx */
  font-family: Verdana, sans-serif;
  background-color: #dae0e5;
  border: 1px solid;
  border-color: #dae0e5;
 
  background-color:#8Ac1cc;	

 
}
.cse .gsc-branding,
.gsc-branding {
  /* the "powered by Google trademark */ 
  display: none;
}

/* the block which the close "X" sits in */ 
.cse .gsc-control-cse div,
.gsc-control-cse div {
 
  
}

/* what is this style for? */
.cse .gsc-control-cse:after,
.gsc-control-cse:after {	
	  /*
	  content:".";
	  display:block;
	  height:0;
	  clear:both;
	  visibility:hidden;
	 */
	
}

/* what is this style for? */
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: none;
  /*this style was leaving a horizontal line under the search box. I used display none to get rid of it */
display:none;
}

/**
 * Table cell containing the search input.
 * 14 pixels added to create more space between input and button.
 */
.cse td.gsc-input,
td.gsc-input {
  padding-right: 12px!important;
  
}
/* the box that the search form field is in */
.cse form.gsc-search-box,
form.gsc-search-box {
  background: #d8d8d8 url('/images/cse_theme_shiny_form_bg.png') repeat-x top left;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 96%!important;
  padding: .9em 2% 1em 2%;
  margin: 0 0 0 0;
  -webkit-box-shadow: 0 1px 2px #333333;
  -moz-box-shadow: 0 1px 2px #333333;
  display: block;
 
}

/* Search input */
.cse input.gsc-input,
input.gsc-input {
  font-family: inherit;
  font-size: 14px;
  border: 1px solid;
  border-color: #8A99A6;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  font-size: 14px;
  color: #292B33;
  font-weight: bold;
  text-shadow: 0 1px 2px #ffffff;
  padding: 2px 8px 3px 8px;
  background: #d0d1d4;
  border: 1px outset #d0d1d4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px #333333;
  -moz-box-shadow: 0 1px 2px #333333;
  
}
/* Base tab selector styles */
.cse .gsc-tabHeader,
.gsc-tabHeader {
  text-shadow: 0 1px 2px #fff;
  padding: 2px 8px 0 8px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  background-color: #b2bdc6;
  border: 1px solid;
  border-bottom: none;
  border-color: #b2bdc6;
  color: #000;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #8A99A6;
  border: 1px solid;
  border-bottom: none;
  border-color: #8A99A6;
  color: #000;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid;
  border-color: #8A99A6;
  padding: 0;
}
/* Wrapper for all results */
.cse .gsc-results,
.gsc-results {
 
  background-color: #FFFFFF;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
margin-top:10px;

width:96%!important;
margin-left:11px;
}


.gsc-wrapper, .gsc-thinWrapper
{
width:520px!important;	
 background-color:#8Ac1cc;	
margin-left:-10px;

}


.cse div.gs-title,
div.gs-title,
.cse .gs-snippet,
.gs-snippet,
.cse .gs-visibleUrl,
.gs-visibleUrl,
.cse .gs-visibleUrl-short,
.gs-visibleUrl-short {
  padding: 0 8px;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: 6px 0;
  border-top: 1px solid;
  border-color: #ffffff;
 


}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border-top: 1px solid;
  border-color: #d2d6dc;
  background-color: #ededed;
  -webkit-box-shadow: 0 1px 4px #8A99A6;
  -moz-box-shadow: 0 2px 2px #8A99A6;

}
/* 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 .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,
.cse .gsc-cursor-page,
.gsc-cursor-page,
.cse a.gsc-trailing-more-results:link,
a.gsc-trailing-more-results:link {
  color: #0568cd;
  
}
/* Override default.css selector to disable underlines. */
.cse .gs-result .gs-title,
.gs-result .gs-title,
.cse .gs-result .gs-title *,
.gs-result .gs-title * {
  text-decoration: none;
}
.cse .gs-webResult.gs-visibleUrl,
.gs-webResult.gs-visibleUrl,
.cse .gs-webResult.gs-visibleUrl-short,
.gs-webResult.gs-visibleUrl-short {
  color: #5f6a73;
  font-weight: bold;
  font-size: 11px;
}
/* Snippet text color */
.cse .gs-webResult.gs-result .gs-snippet,
.gs-webResult.gs-result .gs-snippet {
  color: #333333;
}
/* Pagination container centered */
.cse .gsc-cursor-box,
.gsc-cursor-box {
  border-color: #8A99A6;
  padding: 1.2em 0 2em 0;
  text-align: center;
}

/* Pagination */
.cse .gsc-cursor-page,
.gsc-cursor-page {
  
  padding: .2em .5em;
  background-color: #fff;
  border:1px solid;
  border-color: #b2bdc6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;

}



/* Selected pagination */
.cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page,
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  
 
  color: #1c001e;
  text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 2px #fff;
  background-color: #8A99A6;
  border:1px solid;
  border-color: #d2d6dc;

}
/*Promotion Settings (the ads) have been removed from this CSS*/


/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  /*
  background: #ededed;
 */
}

.gsc-completion-container 
{
	/*
  font-family: Verdana, sans-serif;
  font-size: 14px;
  position: absolute;
  background: white;
  border: 1px solid #8A99A6;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
*/
  /* The top, left, and width are set in JavaScript. */
  
}


/* the block that the entire search resides in on the page */
.gsc-control-cse {
    font-family: Verdana, sans-serif;
    border-color: #DAE0E5;
    background-color: #DAE0E5;
   
   background-color:#8AC1cc;
  
  }
   
   
   /*  ?????   */
  input.gsc-input {
    border-color: #8A99A6;
    
  }
  /* the search button */
  input.gsc-search-button {
    border-color: #8A99A6;
    background-color: #D0D1D4;
    
  }
  
   /*  ?????   */
  .gsc-tabHeader.gsc-tabhInactive {
    border-color: #B2BDC6;
    background-color: #B2BDC6;
   
  }
  /* the tab with the site name at the top of the results set */
  .gsc-tabHeader.gsc-tabhActive {
    border-color: #8A99A6;
    background-color: #8A99A6;
   background-color: #dae0e5;
   border:none!important;
  }
  
  /* the area behind the tab at the top of the result set */
  .gsc-tabsArea {
    border-color: #8A99A6;
    
  }
   /* the entire area of each result record */
  .gsc-webResult.gsc-result {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
   
  }
  
  /* the entire area of each result record:hover */
  .gsc-webResult.gsc-result:hover {
    border-color: #D2D6DC;
    background-color: #EDEDED;
    
  }
  
  /* the title link of each search result */ 
  .gs-webResult.gs-result a.gs-title:link,
  .gs-webResult.gs-result a.gs-title:link b {
    color: #0568CD;
    
  }
    /*  ?????   */
  .gs-webResult.gs-result a.gs-title:visited,
  .gs-webResult.gs-result a.gs-title:visited b {
    color: #0568CD;
    
  }
 
   /*  ?????   */
  .gs-webResult.gs-result a.gs-title:hover,
  .gs-webResult.gs-result a.gs-title:hover b {
    color: #0568CD;
   
  }
  
    /*  ?????   */
  .gs-webResult.gs-result a.gs-title:active,
  .gs-webResult.gs-result a.gs-title:active b {
    color: #0568CD;
   
  }
  
  
  
  
  
  a.gsc-trailing-more-results:link {
    color: #0568CD;
    
  }
  
  /* the block that contains the description of each returned result record */
  .gs-webResult.gs-result .gs-snippet {
    color: #5F6A73;
    
  }
  
    /* the checkoutacollege.com text at the bottom of every result record */
  .gs-webResult.gs-result .gs-visibleUrl {
    color: #5F6A73;
  }
  
  /* the checkoutacollege.com text at the bottom of every result record */
  .gs-webResult.gs-result .gs-visibleUrl-short {
    color: #5F6A73;
    
     
  }
  /* the "footer" at the bottom of the results that contains the paging links */
  .gsc-cursor-box {
    border-color: #FFFFFF;
    
    
  }
  
  /*  ?????   */
  .gsc-cursor-page {
    color: #0568CD;
    
   
  }
  
  /* the  "next"  paging links at the bottom of the results */
  .gsc-results .gsc-cursor-page {
    border-color: #B2BDC6;
    background-color: #FFFFFF;
 
  }
  
  
  
  
  /* the  "current" paging link at the bottom of the results */
  .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    border-color: #8A99A6;
    background-color: #8A99A6;
    
    background-color:#8Ac1cc;	
  }
 
 
/* added this on 9-12-2010 because ads started showing up even though we are non-profit 
.gsc-adBlockVertical, .gsc-adBlock { height: 0; display:none;}

*/



