﻿.normalSearchTxt
{
	font-family: tahoma; 
	font-size: 0.8em; 
	color: #C0C0C0
}

.FocusedSearchTxt
{
	font-family: tahoma; 
	font-size: 0.8em; 
	color:Black;
}

.textBaseStyle
 {
        	font-family:Tahoma;
        	font-size:0.8em;
 }
.NewsReaderHeader
{
  color: #003366;
  background-color:Gray;
  background-image: url(../StyleImages/01.gif);
  font-family: Arial; 
	font-size: 1.1em;
	font-weight:bold;
	height:31px;
	border: Solid 1px #89A4BA;
	text-align:right;
 
}
.BlueBar2
{
  background-image: url(../StyleImages/BlueBar.jpg);
 height:25px;
 text-align:center;
	
}
.BlueBar
{
  background-image: url(../ControlImages/images/top_item_bg.gif);
 height:30px;
 text-align:center;
	
}
.OrangeBar
{
  background-image: url(../StyleImages/OBar.png);
 height:25px;
	
}
.NewsReaderCell
{
	font-size: 0.8em;
	text-align:right;
}

.NewsReaderCell2
{
	font-size: 0.8em;
	text-align:left;
}
.ProductName
{
	font-size: 1.0em;
	font-weight:bold;
	background-image: url(../StyleImages/ToolBar.png);
 height:30px;
     font-family:Tahoma;
     text-align:center;
}

.GridHeaderStyle
{
	background-image: url(../StyleImages/BlueBar.jpg);
	color:White;
}
.RowStyle
{
	color:#333333;
	background-color:White;
}
.AlternateRowStyle
{
	color:#003366;
	background-color:#EFF3FB;
}
.SelectedRowStyle
{
	color:#1B1B1B;
	background-color:Silver;
	font-weight:bold;
}
.FAQRow1
{
font-family:Tahoma;
font-size:0.8em;	
font-weight:bold;
}
.FAQRow2
{
font-family:Tahoma;
font-size:0.8em;	
 height:40px;	
}
.QARow
{
font-family:Tahoma;
font-size:1em;
}
 .Break
{
  background-image:url('../ControlImages/images/break.gif');
  background-repeat:repeat-x;
  height:3px;
}
.Vertical
{
 vertical-align:top;	
}
.leftAlign
{
	text-align:left;
}