#header {
	font-size: 11pt;
	font-family: arial;
	height: 30px;
	background: rgb( 53, 53, 53 ) url( /images/shdr_title.gif ) repeat-x;
	padding-left: 15px;
	color: white;
}

#header .title {
	padding-top: 6px;
}

#header .helpLink {
	padding: 3px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

/* Page */
table#audit {
	font-size: 7pt;
	font-family: arial;
	height: 40px;
	overflow: scroll;
}

table#audit a {
	color: black;
	font-weight: bold;
}

table#audit a:active {
	color: red;
}

table#audit {
	border-collapse: collapse;
}

table#audit td, table#audit th {
	width: 15%;
}

table#audit #dateHeading {
	background-color: #D9D9D9;
}

table#audit th {
	font-size: 10pt;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}

table#audit td {
	padding: 2px 5px 2px 5px;
	text-align: right;
}

table#audit .nicknameColumn {
	width: 9%;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

table#audit .cashbookName,
table#audit .unpresentedName {
	font-style: italic;
}

table#audit .cashbookName a,
table#audit .unpresentedName a {
	font-weight: normal;
}

table#audit .hint {
	text-align: center;
}

table#audit .spacer {
	height: 2px;
}

table#audit .subtotal {
	border-bottom: 1px solid black;
}

.row0			{ background-color: #b3b3b3; }
.row1			{ background-color: #d9d9d9; }
.currency0		{ background-color: #8ca168; }
.currency1		{ background-color: #9fb181; }
.goldBullion0	{ background-color: #ffb315; }
.goldBullion1	{ background-color: #fec957; }
.silverBullion0	{ background-color: #9caabd; }
.silverBullion1	{ background-color: #b7c5da; }

table#audit #footer {
	background-color: #d9d9d9;
}

table#audit #footer #homeLink {
	text-align: left;
	padding: 5px;
}

table#audit #rssLink {
	padding: 5px;
}

table#audit img {
	border: none;
}

table#audit img.magnifier {
	margin: 2px -5px -3px 2px;
}

table#audit tr#security td {
	vertical-align: bottom;
}

.statement {
	font-family:arial;
	font-size:8pt;
	background-color: #f3f3f3;
}
.statement img {
	border: 2px groove black;
	margin-left: 2em;
}

.statement table {
	border-collapse: collapse;
	margin-left: 2em;
}

.statement table th,
.statement table td {
	border: 1px solid black;
	padding: 1ex;
	text-align: right;
	font-size: small
}

.statement table .blank {
	border: none;
}

.statement .footnote {
	font-size: x-small
}

#reservedBarsTable {
    margin-left: 2em;
    width: 652px;
	border: 2px groove black;
    background: #FFFFFF;
    text-align: center;
}

#reservedBarsTable table {
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 482px;
}

#reservedBarsTable td, #reservedBarsTable th {
    font: 8pt arial;
    padding: 5px;
    margin: 0px;
    border: solid 1px #9f9f9f;
    white-space: nowrap;
}

#reservedBarsTable th {
    font: bold 8pt arial;
    vertical-align: top;
}

#downloadPdfLink {
	font-style: italic;
	margin: 0 2em;
}
