@charset "utf-8";
/* CSS Document */

	html, body { font-family: verdana, tahoma, arial, sans-serif; font-size: 12px; }
	/**
	 * specify width margins for my
	 * news bars
	 */
	.newsBar {
	  margin-right: 0px;
	  margin-left: 0px;
	  margin-bottom : 1.5em;
	  width: 960px;
	  float: left;
	  clear: both;
	}
	
	/**
	 * set colors on portions of the news bars
	 */
	.titleBox_gsnb {
	  color : #676767;
	}
	a.statusItem_gsnb {
	  color : rgb(9, 122, 182);
	  font-size : 11px;
	}
	a.statusItemSelected_gsnb {
	  color : #000000;
	}
	.statusBox-gsnb, .brandingBox_gsnb, .gs-clusterUrl { display: none; }
	.gs-newsResult { width: 31%; float: left; padding: 4px; }
	
	.resultsBox_gsnb .resultDiv_gsnb .gs-result .gs-title { overflow: visible; height:auto; }
	#resultsBox_gsnb .resultDiv_gsnb .gs-result .gs-title a { overflow: visible;  }
	
