table.rtable {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	color: #000;
	margin: 4px 0;
}

table.rtable td {
	font-weight: normal;
}

table.rtable td, table.rtable th {
	padding: 3px;
	font-family: verdana, helvetica, arial;
	font-size: 8pt;
	border: 1px solid #888;
}

table.rtable td ul, table.rtable th ul {
	margin: 0;
	padding: 3px 0 3px 3px;
	list-style-type: disc;
}

table.rtable td li, table.rtable th li {
	padding-left: 3px;
	margin-left: 0;
}

table.rtable caption {
	caption-side: top;
	padding: 3px;
	margin: 0;
}

table.rtable caption:-moz-first-node {
	margin-bottom: -3px;
}

table.rtable th {
	font-weight: bold;
}

table.rtable caption, table.rtable th {
	background-color: #DAE1C8;
}

table.rtable table.rtable {
	margin-left: auto;
	margin-right: 0;
	width: 97%;
	background-color: #f0f0f0;
}

table.rtable table.rtable caption {
	text-align: left;
}

table.rtable table.rtable th, table.rtable table.rtable td {
	border-color: #bbb;
}

table.rtable table.rtable caption, table.rtable table.rtable th {
	background-color: #E0E4ED;
}

table.rtable table.rtable table.rtable {
	background-color: #fff;
}

table.rtable table.rtable table.rtable caption, table.rtable table.rtable table.rtable th {
	background-color: #F2E1F2;
}

table.rtable table.rtable table.rtable th, table.rtable table.rtable table.rtable td {
	border-color: #ccc;
}

table.rtable th a:link, table.rtable th a:active, table.rtable th a:visited, table.rtable th a:hover {
	font-weight: normal;
}

.pb_marker {
	margin: 4px auto;
	width: auto;
	font: bold 12pt serif;
}

.bar_img {
	vertical-align: text-top;
	border-style: none;
	height: 10px;
}

.comment_text {
	background-color: #DAE1C8;
	margin: 4px 0;
	padding: 3px;
}

.current_page_number {
	margin-left: 3px;
	margin-right: 3px;
}

span.current_page_number {
	font-weight: bold;
}

.nr {
	font-style: italic;
	color: #777;
}