﻿/*  Statements */

.Statement table
{
	/*border-collapse: collapse;*/
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	font-family: "Tahoma";
	font-size: 11px;
	color: #333;
	width: 75%;
	margin: 0px;
	border-spacing: 0px;
}

.Statement td, th
{
	padding: 5px;
}

.Statement thead th
{
	font-family: "Tahoma";
	font-size: 11px;
	border-bottom: solid 1px #333; /*color: #fff;*/
}

.Statement tfoot th
{
	font-family: "Tahoma";
	font-size: 11px;
	border-bottom: solid 1px #333; /*color: #fff;*/
}

.Statement tfoot td
{
	font-family: "Tahoma";
	font-size: 11px;
	border-bottom: solid 1px #333; /*color: #fff;*/
}

.StatVsl
{
	text-align: left;
	border-left: none;
	border-right: none;
	border-top: solid 1px #333;
}

.Statement tfoot td
{
	text-align: right;
}

.Statement tbody th
{
	border-bottom: dotted 1px #333;
	font-family: "Tahoma";
	font-size: 11px;
}

.Statement tbody td
{
	border-bottom: dotted 1px #333;
	font-family: "Tahoma";
	font-size: 11px;
}


.Statement tbody th
{
	white-space: nowrap;
}

.Statement tfoot th
{
	border-bottom: solid 1px #333;
	text-align: right;
	font-weight: bold;
}

.StmtAmountHdr
{
	text-align: right;
}

.StmntCellNeg
{
	color: Red;
	text-align: right;
}

.StmntCellDec
{
	text-align: right;
}

.StmtAmountHdr
{
	width: 90px;
}

.pvlist
{
	border: solid 1px black;
	font-family: "Tahoma";
	font-size: 11px;
	color: Red;
	margin-left: 10px;
	margin-top: 5px;
}

.pvlist p
{
	margin-left: 6px;
}
.pvlist h2
{
	margin-left: 6px;
}

.oddRow
{
	background-color: #F1F9FD;
}