@charset "UTF-8";
/* CSS Document */
    
	
	.gsc-results-selector gsc-all-results-active{
	display: none;
	}
	#results {
	background-color: #FFFFFF;
	}

	 .gs-snippet {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	}


    /*
     * Highlight -siteSearch in results area
     */

    /* bold the section header */
    .gsc-resultsRoot-siteSearch .gsc-title {
     /* font-weight : bold;
	  font-size:24px;
	  color: #990033;*/
	  display : none;
    }
	
	 .gsc-resultsRoot-siteSearch a:link {
	font-weight : bold;
	color: #FFCC66;
	padding:12px;
	
    }
	/*#results a:link {
	font-weight : bold;
	font-size:18px;
	color: #FF6633;
	}
	#results a:visited {
	font-weight : bold;
	font-size:18px;
	color: #660099;
	}
	#results a:hover {
	font-weight : bold;
	font-size:18px;
	color: #FFCC66;
	}*/
	
.gs-title a:link {
padding:20px;
font-size:18px;
}

     <!---THIS IS THE LINE THAT HOLDS THE COPY ICON LINK--->
    .gsc-resultsRoot-siteSearch .gsc-keeper {
      background-image : url('../../css/orange_check.gif');
      font-weight : normal;
	  background-color: #00CC33;
	  display: none;
    }
	.gsc-result gsc-webResult a:link  {
	color: #993399;
	}
	
	<!---TURN OFF THE SHORT URL--->
	#somewhere_else .gs-webResult .gs-visibleUrl-short { 
	display : none;
	color: #663399; 
	}
	
	/*PAGE LINK STYLES*/
	#somewhere_else a:link {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
/*	font-weight : bold;
	font-size:18px;
	color: #660066;*/
	padding:8px;
	}
	#somewhere_else a:visited {
	color: #000000;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	padding:8px;
	}
	#somewhere_else a:hover {
	color: #F47920;
	font-size: 12px;
	text-decoration: underline;
	}
	
	/*a gs-title b {
	color: #000000;
	}*/
	
	/*THESE 2 STYLES SET THE STYLE FOR THE SEARCH TERM*/
	.gs-result .gs-title,
    .gs-result .gs-title * {
     color: #EF4135;
    text-decoration: none;
    }
    b {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	/*font-weight: normal;
	font-variant: normal;*/
	/*color: #000000; 
*/	font-weight: bold; 
	color: #EF4135;
	}
	.gsc-cursor {
	font-size: 11px;
	
	}
	.gsc-cursor-page gsc-cursor-current-page  {
	color: #EF4135;
	}
	
	/* trailing more link at the bottom of
     * a collection of results */
    .gsc-imageResult .gsc-trailing-more-results {
     /*clear: both;*/
	 }

    .gsc-results .gsc-trailing-more-results {
     margin-bottom : 70px;
     }

    .gsc-results .gsc-trailing-more-results,
    .gsc-results .gsc-trailing-more-results * {
     color: #De45Fd;
     text-decoration: underline;
	 /*display: none;*/
     }
	 .gsc-trailing-more-results   {
	 color: #FF43D2;
	 }
	 .gsc-results .gsc-cursor-box .gsc-trailing-more-results {
     margin-bottom : 0px;
     display : none;
     }
	<!---#somewhere_else .gs-webResult .gs-visibleUrl-long { display : none; }--->

