﻿.MainPanel
{
	position:absolute;
	top:0px;
	left:0px;
	width:750px;
  color:#666666;
  font-size:9pt;
  font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
}

span
{
  color:#666666;
  font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
}

input
{
  color:Black;
  font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
}

a
{
  color:#001E99;
  font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
}

.NewsGrid
{
  border-bottom:1px solid #eeeeee;
  width:100%;
}
.NewsGrid td, .NewsGrid th
{
  padding:5px;
  border-top:1px solid #eeeeee;
  vertical-align:top;
}
.NewsGrid th
{
  text-align:left;
  font-weight:bold;
  background-color:#FAF5CD;
  color:#001E99;
}
.NewsGrid td b
{
  font-weight:normal;
}
.NewsGridDateCell
{
  width:70px;
}
.NewsGridTitleCell
{
  width:260px;
}
.NewsGridFeedNameCell
{
}

.googleGridView_pagerstyle{
    color:#666666;
    background-color:#FFE500;
    font-size:8pt;
    text-align:right;
    border-bottom:1px solid #eeeeee;
    font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
} 
.googleGridView_pagerstyle select{
    font-size:8pt;
    font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
}
.googleGridView_gotopage{
    font-size:8pt;
    width:20px;
    font-family:Trebuchet MS, Lucida Sans Unicode, Lucida Grande, LucidaGrande, Lucida Sans;
}
.googleGridView_previous{
    background:transparent url(previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.googleGridView_next{
    background:transparent url(next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
}