.ReportTable
{
	border: #996600 1px solid;
}

.ClubReportTableHeaderRow
{
}

.ReportHeaderCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	font-weight: bold;
}

.ReportHeaderAlignLeftCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	font-weight: bold;
	text-align: left;
}

.ReportHeaderAlignMiddleCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	font-weight: bold;
	text-align: center;
}

.ReportHeaderAlignRightCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	font-weight: bold;
	text-align: right;
}

.ReportTableRow
{
}

.ReportCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
}

.ReportAlignLeftCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	text-align: left;
}

.ReportAlignMiddleCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	text-align: center;
}

.ReportAlignRightCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	text-align: right;
}

.ReportValueCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	text-align: right;
}

.ReportValueTotalCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	font-weight: bold;
	text-align: right;
}

.ReportCurrencyCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	text-align: right;
}

.ReportCurrencyTotalCell
{
	padding: 0px 3px 0px 3px;
	border: #996600 1px solid;
	font-weight: bold;
	text-align: right;
}


/* Emails Report */

.EmailsReport
{
	position: absolute;
	padding: 5px;
	margin: 5px;
	top: 50px;
	left: 50px;
	width: 500px;
	height: 400px;
	background-color: #ffffdd;
	border: 3px solid #996600;
	text-align: right;
}

.EmailsReportCommentLabel
{
	width: 475px;
}

.EmailsReportTextBox
{
	width: 475px;
	height: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.EmailsReportStatusLabel
{
	width: 475px;
}

.EmailsReportOkButton
{
}


