@charset "utf-8";

/**
 * full or empty newscolumn
 */
.full_gsnb {
  display : block;
}
.empty_gsnb {
  display : none;
}

/**
 * title
 * - show for vertical bars
 * - suppress for horizontal bars
 */
.titleBox_gsnb {
  display:none;
  /*  font-size : 125%;
  font-weight : bold;*/
}

/**
 * Auto Execute List Status Box
 * - vertical mode
 */

div.statusBoxRoot_gsnb{
	display:none;
}

/* 
div.statusBox_gsnb {
  padding-top : 4px;
  padding-bottom : 4px;
}

a.statusItem_gsnb {
  cursor : pointer;
  white-space: nowrap;
}

a.statusItemSelected_gsnb {
  font-weight : bold;
  text-decoration : none;
  border: none;
}

span.statusItemSep_gsnb {
  font-size : 50%;
  margin-right : 8px;
}
*/

/**
 * vertical mode only one item, supress
 */
.vertical_gsnb .oneitem_gsnb {
  display : none;
}

/**
 * results
 *
 * sometimes people have generic a rules that
 * set a border. disable those if present
 */
.resultsBox_gsnb .resultDiv_gsnb * {
  border : none;
}

/**
 * always suppress watermark
 */
.resultsBox_gsnb .resultDiv_gsnb .gs-watermark {
  display : none;
}

/**
 * always suppress bolding (inserted by search)
 */
.resultsBox_gsnb .resultDiv_gsnb b {
  font-weight :normal;
}

/**
 * establish title height to ~1 line with silent
 * truncation
 */
.resultsBox_gsnb .resultDiv_gsnb .gs-title {
  overflow: hidden;
}

/**
 * expanded mode results truncate dates, and have larger top margin
 */
.expanded_gsnb .resultDiv_gsnb {
  margin-top : 8px;
  font-size:90%;
  background-image:url(../images/site_bcgr.png);
}

.expanded_gsnb .resultDiv_gsnb .gs-publishedDate {
  /*display:inline;*/
}

.expanded_gsnb .resultDiv_gsnb .gs-relativePublishedDate {
  display:inline;
}

.expanded_gsnb .resultDiv_gsnb .gs-snippet {
  font-size:92%;
}

/**
* brandingBox_gsnb nodisplay
*/

.brandingBox_gsnb{
	display:none;
}

