﻿BODY		
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: white;
}

a:link
{ 
	color: #014387;
	text-decoration: none 
}

a:visited
{
   color: #014387;
   text-decoration: none 
}

a:hover
{ 
	color: #7476da; 
	text-decoration: underline 
}

table
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
th {
	background-image: url(static/pb_table_header_master.jpg);
	height: 22px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: middle;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
.navBar table {
	border-bottom: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
}
.navBar td {
	background: #F2FBFF;
}

  #feedControl {
    font-size: 10px;
    width : 150px;
  }

  /**
   * Suppress everything except for title
   */
  #feedControl .gf-snippet,
  #feedControl .gf-author,
  #feedControl .gf-spacer,
  #feedControl .gf-relativePublishedDate {
    display : none;
  }

  /**
   * 1em Padding at the bottom of each collection of entries
   */
  #feedControl .gfc-results {
    padding-bottom : 2em;
	/* background-color:#eff5ff; */
	background: #F2FBFF;
	border-bottom: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	
  }

  /**
   * no padding between entries
   */
  #feedControl .gfc-result {
    margin-bottom : 0.4em;
  }
  
   
  #feedControl  .gfc-result .gf-title 
  {
  	height: 3.6em; 
  	overflow: hidden;
  }

  /**
   * Use a larger font size for section titles
   */
  #feedControl .gfc-resultsHeader .gfc-title 
  {
    font-size : 110%;
  }
