﻿.columnHeader
{
    FONT-WEIGHT: bold;
}

.CalendarButton
{
	display: inline-block;
	width: 16px;
	height: 15px;
	background-image: url("calendar_ico.gif");
}

.ReportTitle
{
	font-weight:bold;
	font-size:large;
}

.ReportColumnTitle
{
	text-decoration:underline;
	font-weight:bold;	
}

/* REPORT TABLE STYLE */
table#ReportTbl 
{
	margin-left: 40px;
	margin-top: 10px;
	border-bottom: 1px solid #e6e5d0
}
table#ReportTbl th{
	color: #ffffff; 
	background-color: #001e4c;
	border-left: 1px solid #8495a9;
	border-right: 1px solid #8495a9;
	padding-right: 3px;
	padding-left: 3px;
}
table#ReportTbl td{
	border-left: 1px solid #e6e5d0;
	border-right: 1px solid #e6e5d0;
	border-bottom: 1px solid #e6e5d0;
	padding-right: 3px;
	padding-left: 3px;
}
td.subHeadRow
{
	background-color: #6B80A2;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.ReportTblFooter{
	background: #405679;
	color: #ffffff;
}
td.PartialTotalTd
{
	background-color: #6B80A2;
	color: #FFF;
}
/* */
.PrintViewReport{}

.ReportSectionHeader
{
	font-size: 12pt;
	font-weight: bold;
	border-bottom: solid 2px #636163;
	padding: 5px 0px 3px 0px;
}

.ReportSectionDescription
{
	font-size: 10pt;
	border-bottom: solid 2px #636163;
	padding-top: 5px;
}

.ReportSectionDescription span.ItemName
{
	font-weight: bold;
}

.CopyrightContainer
{
	float: right;
	padding: 12px 15px 0px 15px;
}
.SortByColumnButton
{
	text-decoration: none;
	color: #FFF;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ImageBtn, .ImageBtn:link, .ImageBtn:visited, .ImageBtn:active
{
	color: #000000;
	border: 1px solid #7a86ae;
	font-family: Arial, Helvetica;
	font-size: 11px;
	padding-left: 21px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	background-color: #c4e3aa;
}

.ReportCustomerName
{
	font-size: 16px;
	color: #000;
	display: block;
	font-weight: bold;
}
.ReportName
{
	font-size: 24px;
	font-weight: bold;
	display: block;
}
.ReportDateRange
{
	font-size: 12px;
	display: block;
}
.ReportOptionsContainer
{
	background-color: #E8EDF0;
	border-bottom: solid 1px #000;
	padding: 3px;
	margin-left: -3px;
	width: 100%;
}
.ReportOptionsButtonsContainer
{
	float: right;
}
.ReportBody
{
	border: solid 1px #000;
	padding: 0em 3em 10em 3em;	
}
.ReportContent
{
	padding:1em 1em 1em 1em;
}
