/* CSS Used to tweak look of News Bar */
/* replaces ...
<style type="text/css">
    @import url("http://www.google.com/uds/solutions/newsbar/gsnewsbar.css");
  </style>
*/

..titleBox_gsnb {
}
a.statusItemSelected_gsnb {
color:#000000;
}
span.statusItemSep_gsnb {
color:#6F6F6F;
}
.horizontal_gsnb .newsBarInnerBox_gsnb {
border-color:#AAAAAA;
}
.horizontal_gsnb div.statusBox_gsnb {
border-right-color:#C0C0C0;
}
.horizontal_gsnb a.statusItemSelected_gsnb {
color:#444444;
}
.horizontal_gsnb span.snippet_gsnb {
color:#6F6F6F;
display:none;  /* don't display news agency */
}

.full_gsnb {
display:block;
}
.empty_gsnb {
display:none;
}
div.horizontal_gsnb {
position:relative;
}
.horizontal_gsnb .newsBarInnerBox_gsnb {
border-style:solid;
border-width:1px;
margin-right:76px;
padding:0px;      /* make this smaller */ 
position:relative;
}
.titleBox_gsnb {
font-size:125%;
font-weight:bold;
}
.horizontal_gsnb .titleBox_gsnb {
display:none;


}
div.statusBox_gsnb {
padding-bottom:0px;  /* was 4px */
padding-top:0px;     /* was 4px */
}
a.statusItem_gsnb {
cursor:pointer;
white-space:nowrap;
}
a.statusItemSelected_gsnb {
border:medium none;
font-weight:bold;
text-decoration:none;
}
.horizontal_gsnb div.statusBox_gsnb {
/*border-right-style:solid; */  /* get rid of Search Term Box */
border-right-width:0px;         /* get rid of Search Term Box */
/*float:left; */                /* commenting this allows title to go far left */
margin-right:14px;
padding-right:14px;
}
.horizontal_gsnb a.statusItem_gsnb {
display:none;
white-space:nowrap;
}
.horizontal_gsnb a.statusItemSelected_gsnb {
border:medium none;
cursor:pointer;
/* display:inline; */  /* get rid of Search Term on Left Side */
font-weight:bold;
white-space:nowrap;

}
span.statusItemSep_gsnb {
font-size:50%;
margin-right:8px;
}
.vertical_gsnb .oneitem_gsnb {
display:none;
}
.resultsBox_gsnb .resultDiv_gsnb * {
border:medium none;
}
.resultsBox_gsnb .resultDiv_gsnb .gs-watermark {
display:none;
}
.resultsBox_gsnb .resultDiv_gsnb b {
font-weight:normal;
}
.horizontal_gsnb .resultDiv_gsnb, .resultsBox_gsnb .resultDiv_gsnb .gs-title {
height:1.4em;
line-height:1.4em;
overflow:hidden;
}
.horizontal_gsnb .resultDivBold_gsnb * {
font-weight:700;
}
.expanded_gsnb .resultDiv_gsnb .gs-publishedDate {
display:none;
}
.expanded_gsnb .resultDiv_gsnb {
margin-top:0.8em;
}
.compressed_gsnb .resultDiv_gsnb .gs-publisher, .compressed_gsnb .resultDiv_gsnb .gs-location, .compressed_gsnb .resultDiv_gsnb .gs-publishedDate, .compressed_gsnb .resultDiv_gsnb .gs-snippet, .compressed_gsnb .resultDiv_gsnb .gs-clusterUrl {
display:none;
}
.compressed_gsnb .resultDiv_gsnb {
margin:0px;
padding:0px;
padding-left:10px;  /* added to push off of left edge a bit */
}
.horizontal_gsnb span.snippet_gsnb {
text-decoration:none;
}
.brandingBox_gsnb {
margin-top:0.4em;
}
.horizontal_gsnb .brandingBox_gsnb {
margin-top:0px;
position:absolute;
right:0px;
top:0px;
}
.horizontal_gsnb div.gsc-branding-vertical {
position:relative;
width:75px;
}