﻿#ReportingTable
{
	border:solid 2px #0000a0;
	width:90%;
}
.ReportingCaption
{	
	font-family: MS Sans Serif; 
	font-size : 10px;
	font-weight:bold;
}
.ReportingHeaderCell
{
	background-color: #FFFFFF; 
	background-image: url(../images/TableFieldTitleBackground.gif);
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height:23px;
}
.ReportingCell
{
	background-color:#ffffff;
	font-family: MS Sans Serif; 
	font-size: 10px;	  
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
}
.ReportingCell a:link
{
	text-decoration: none;	
	color: #6a93d3;	
}
.ReportingCell  a:visited
{
	text-decoration: none;	
	color: #6a93d3;	
}
.ReportingCell a:hover
{
	text-decoration: underline;	
	color: #6a93d3;	
}
.ReportingCell a:active
{
	text-decoration: underline;	
	color: #6a93d3;	
}
.ReportingCellAlt
{		
	font-family: MS Sans Serif; 
	font-size: 10px;	  
	padding-top: 4px;
	padding-bottom: 4px;
	text-align:center;
}
.ReportingCellAlt a:link
{
	text-decoration: none;	
	color: #6a93d3;	
}
.ReportingCellAlt a:visited
{
	text-decoration: none;	
	color: #6a93d3;	
}
.ReportingCellAlt a:hover
{
	text-decoration: underline;	
	color: #6a93d3;	
}
.ReportingCellAlt a:active
{
	text-decoration: underline;	
	color: #6a93d3;	
}
.ReportingFooterCell
{	
	background-color: #e8e8f0;	
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	text-align:center;
	white-space: nowrap;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
}