﻿/*==========================*/
/* Reports                  */
/*==========================*/
.ReportViewer
{
	display: block;
	float: left;
	float: none !important;
	height: auto;
	height: auto !important;
	width: auto;
	width: auto !important;
}
.ReportViewer table
{
	width: auto;
	width: auto !important;
}
.ReportViewer table tr td
{ 
	border-color: #6699cc;
	font-family: Tahoma, Verdana, Geneva, Arial, Sans-Serif;
	font-size: 1em;
	font-size: 1em !important;
	line-height: 1.5em;
}
.ReportViewer ul[class="ListInTable"]
{
	margin-top: 0em;
	list-style-type: disc;
}
.JustifyText
{
	text-align: justify;
}
.ReportTitle
{
	font-size: 1.14em;
}
/*year 2010*/
.ReportTable
{
    border-top: 1px solid #6699cc;
    border-left: 1px solid #6699cc;
    margin-left: 2px;
    margin-right: 1px;
}
.ReportCell .ReportCellCenter .ReportHeaderCell
{
    border-right: 1px solid #6699cc;
    border-bottom: 1px solid #6699cc;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}
.ReportCellCenter .ReportHeaderCell
{
    text-align:center;
}
.ReportHeaderCell
{
    font-weight:bold;
}
