/*
	html body
*/
body.reports { /* Handles reports menu background */
	background-color: white;
	/*background-image: url(../picts/reports_menu/reports_menu_bg.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: repeat-y;
}
/*
	Reports toolbar with btn-10
*/
div.reports-toolbar {
	margin: 0;
	background-color: #f4f4f5;
	border-top: 1px solid White;
	border-bottom: 1px solid #dee1e6;
}
table.reports-toolbar {
	width: 100%;
}
table.reports-toolbar td {
	padding: 0;
	background-color: transparent;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}
table.reports-toolbar td.spacer {
	/* A spacer/expander cell between the left and right toolbar buttons */
	width: 70%;
}
table.reports-toolbar img {
	vertical-align: middle;
	margin: 0 3px 1px 0;
}
a.btn-10:link,
a.btn-10:visited,
a.btn-10:hover,
a.btn-10-disabled:link,
a.btn-10-disabled:visited,
a.btn-10-disabled:hover,
span.btn-10 {
	color: black;
	text-decoration: none;
	display: block;
	cursor: default;
	padding: 2px 9px;
	margin: 4px 0;
	border: 1px solid transparent;
	/* IE transparent border fix - credits to Hedger Wow */
	/* Set a height, otherwise the border fix has no effect*/
	_height: 1em;
	/*set an unused color to be index color*/
	_border-color:tomato;
	/*then remove this indexed color*/
	_filter:chroma(color=tomato);
}
span.btn-10 { /* toolbar spacer on left */
	padding: 2px 0px;
}
a.btn-10:hover {
	border: 1px solid;
	border-left-color: White;
	border-top-color: White;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
a.btn-10-disabled:link,
a.btn-10-disabled:visited,
a.btn-10-disabled:hover {
	color: #CACACA;
}
/*
	generating report info
*/
#generating_report_info {
	/*position: absolute;
	top: 40px;
	right: 24px;
	width: 300px;
	height: 100px;
	background-color: #F6F6F6;
	z-index: 500;*/
	padding: 30px;
	/*border-top: 21px solid #A6A6A6;*/
}
/*
	report box
*/
div.reports-menu-and-report-section {
	/*border: 2px solid #6495ed;*/
}
/*
	report body
*/
div.report {
	margin: 0 0 0 186px; /* This is the left space for the reports menu */
	padding: 0 24px;
	/*background-color: yellow;*/
	border: 1px solid white; /* report does not align to top without border! */
}
div.report-vertical-top-space { /* height should match the height of div.reports-menu-switch! */
	display: none;
	margin: 0;
	padding: 0;
	font-size: 199px;
	height: 19px;
}
div.report-page-header-spaceholder {
	margin: 0;
	padding: 0;
	font-size: 21px;
	height: 21px;
}
.report-header-bar,
table.report-header-bar th,
table.report-header-bar td {
	color: White;
	background-color: #6b6d9c;
}
.report-header-bar a:link,
.report-header-bar a:visited,
.report-header-bar a:hover {
	color: white;
}
h1.report-header-bar {
	font-weight: normal;
	padding: 4px 7px;
	margin: 0;
}
div.report-header-bar-link {
	text-align: right;
	float: right;
	/*background-color: yellow;*/
	margin-top: -22px;
	margin-right: 11px;
}
/*.report-header-bar,
.report-element-header-bar {
	font-weight: normal;
	padding: 4px 7px;
	margin: 0;
}
table.report-header-bar {
	padding: 0;
	width: 100%;
}
table.report-header-bar th {
	font-weight: normal;
	font-size: 1.6em;
	padding: 4px 7px;
	text-align: left;
}
table.report-header-bar td {
	padding: 4px 7px;
	text-align: right;
}*/
div.report-element-header-bar {
	height: 0.9em;
	border-bottom: 1px solid #d5dae8;
	overflow: visible;
	padding: 0;
	margin: 0;
	margin-bottom: 27px;
}
div.report-element-header-bar span {
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
	padding: 0 7px 0 0;
	background-color: white;
	/*border-width: 1px 1px 0 0;*/
}
/*
	report header/footer
*/
div.report-header {
	padding: 7px;
	margin-bottom: 12px;
	border: 1px solid #cfd1e0;
	border-top-width: 0;
}
div.report-header div.date-filter-error {
	border: 1px solid Red;
	padding: 3px;
}
div.report-header table {
	margin: 0;
	padding: 0;
}
div.report-header th,
div.report-header td {
	vertical-align: top;
	white-space: normal;
}
div.report-header th {
	padding: 2px 0 0 0;
	width: 16px;
}
div.report-header td {
	padding: 3px 0 3px 5px;
}
div.report-header td.label {
	/*width: 1%;*/
	white-space: nowrap;
}
div.report-header td.btn {
	text-align: right;
}
div.report-header span {
	background-color: #FEFF4D;
	padding: 1px 4px;
}
div.report-header a {
	margin-left: 8px;
}
/*
	Description, header and footer text
*/
div.report-description-text {
	padding: 4px;
	border: 1px solid #e4e6f2;
	background-color: #f2f3f9;
}
div.report-header-text {
	/*background-color: fuchsia;*/
}
div.report-footer-text {
	/*background-color: fuchsia;*/
}
/*
  report elements
*/
div.report-element {
	margin: 24px 0 50px 0;
}
/*
	Overview report element
*/
div.overview-re {
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0;
}
table.overview-re {
	border-bottom: 1px solid #cfd1e0;
}
table.overview-re th,
table.overview-re td {
	padding: 5px 14px;
	text-align: right;
	color: #404040;
	border-color: #EBECF3;
	border-style: solid;
	border-width: 0 0px 1px 0;
	/*border-width: 0;*/
}
table.overview-re th {
	text-align: right;
	color: white;
	font-weight: normal;
	background-color: #7b7ea7;
}
table.overview-re th.label {
	border-left: 1px solid #7b7ea7;
}
table.overview-re th.last {
	border-right: 1px solid #7b7ea7;
}
table.overview-re td.label {
	text-align: left;
	padding-left: 7px;
	padding-right: 18px;
	border-left: 1px solid #cfd1e0;
}
table.overview-re td.last {
	border-right: 1px solid #cfd1e0;
}
/*
	Standard report element
*/
table.standard-re-header {
	width: 100%;
	/*background-color: #dadce8;*/
	/*padding: 4px 4px 12px 7px;*/
	/*border: 1px solid Red;*/
}
table.standard-re-header th,
table.standard-re-header td {
	color: white;
	/*background-color: #8184ae;*/
	background-color: #7b7ea7;
	vertical-align: top;
}
table.standard-re-header th {
	text-align: left;
	font-weight: normal;
	padding: 7px 30px 11px 7px;
}
table.standard-re-header td {
	text-align: right;
	padding: 0 7px;
	/*border: 1px solid red;*/
	/*width: 2%;*/
}
/*table.standard-re-header button {
 	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}*/
table.standard-re-header a:link, /* Row number buttons in table bar */
table.standard-re-header a:visited,
table.standard-re-header a:hover {
	text-decoration: none;
	/*color: #535353;*/
	color: white;
	padding: 4px 6px;
	/*background-color: Yellow;*/
}
table.standard-re-header a:hover {
	background-color: #65689c;
}
div.standard-re-breakdown-info {
}
div.standard-re-breakdown-info span {
	background-color: #FEFF4D;
}
div.standard-re-graphs-toolbar {
	text-align: right;
	margin: 0;
}
div.standard-re-table-toolbar {
	text-align: right;
	margin: 0 0 4px 0;
	vertical-align: middle;
}
div.standard-re-table-toolbar a {
	margin: 0 7px;
}
div.standard-re {
	width: auto;
	height: auto;
	border: 1px solid #cfd1e0;
	border-top: 0px;
	overflow: visible;
	padding-bottom: 0;
	margin-bottom: 30px;
}
table.standard-re {
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: White;
}
/*table.standard-re tr.total,
table.standard-re tr.suml {
	background-color: #F3F3F3;
}*/
table.standard-re th {
	text-align: left;
	vertical-align: top;
	padding: 7px 7px 8px 10px;
	cursor: pointer;
	color: #dd7d03;
}
table.standard-re th:hover {
	background-color: #F8F8F8;
}
table.standard-re th.txt {
	text-align: left; /*text column*/
}
table.standard-re th.border { /*adds right cell border*/
	border-right: 1px solid #cfd8e6;
}
table.standard-re td {
	text-align: right;
	padding: 5px 10px 5px 10px;
	vertical-align: baseline;
	border: none;
	/*border: 1px solid Red;*/
}
/*table.standard-re img {
	border: 1px solid #228B22;
}*/
img.standard-re-sort {
	/* KHP 07/Oct/2010 - Changed the background color approach because
	it doesn't work when generating PDF files*/
	/*background-color: #dd7d03;*/
	margin-right: 4px;
}
tr.outer-table td,
tr.outer-table-no-border td {
	font-weight: bold;
	padding-top: 12px;
}
tr.outer-table td {
	border-top: 1px solid #dfe4ee;
}
/*tr.outer-table td.zoo {
	border-top: 1px solid #D7D7D7;
}*/
/*table.standard-re tr.sum {
	background-color: #F3F3F3;
}*/
tr.standard-re-row-footer td,
tr.standard-re-row-sum td,
tr.standard-re-inner-row-sum td {
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
tr.standard-re-row-sum td {
	/*background-color: #d5dae8;*/
	background-color: #f2f2f2;
}
tr.total td,
tr.sub-total td {
	font-weight: bold;
}
tr.sub-total td {
	/*border-bottom: 1px solid #D9D9D9;*/
	padding-bottom: 12px;
}
tr.standard-re-row-zoom td { /* bg color of zoomed row */
	background-color: #d8d8d8;
}
tr.standard-re-row-select td { /* bg color of selected row */
	background-color: Yellow;
}
table.standard-re td.ind {
 	color: #909090;
 	padding-left: 0px;
	padding-right: 0px;
}
table.standard-re td.zoom {
	padding: 0;
	padding-left: 3px;
	cursor: pointer;
	text-align: center;
	/*background-color: aqua;*/
}
td.zoom img {
	/*cursor: pointer;*/
	/*background-color: Red;*/
}
table.standard-re td.txt {
	text-align: left;
	white-space: normal;
}
table.standard-re td.per,
table.standard-re td.per-strong { /*percent column*/
	/*color: #5F5F5F;*/
}
table.standard-re td.bar { /*bar graph column*/
	text-align: left;
	padding-left: 3px;
	/*padding-top: 6px;*/
	/*padding-bottom: 0;*/
	vertical-align: top;
}
table.standard-re div.bar {
	font-size: 1px;
	height: 13px;
	margin-top:1px;
	background-color: #AFC8F6;
}
div.standard-re-rows-bar {
	text-align: right;
	/*background-color: Lime;*/
	float: right;
}
a.standard-re-txt-link:link,
a.standard-re-txt-link:hover,
a.standard-re-txt-link:visited {
	text-decoration: none;
}
a.standard-re-txt-link:link span,
a.standard-re-txt-link:hover span,
a.standard-re-txt-link:visited span {
	text-decoration: underline;
}
a.standard-re-txt-link:link img,
a.standard-re-txt-link:hover img,
a.standard-re-txt-link:visited img {
	vertical-align: text-top;
}
/*
	session_page_paths report element
*/
form.session-page-paths-form {
	margin: 20px 0;
}
/*form.session-page-paths-form td {
	background-color: #b5b5ff;
	border: 1px solid #ff4500;
}*/
p.session-page-paths-events {
	margin: 0;
	padding: 10px 0 7px 12px;
}
table.session-page-paths-re {
	height: auto;
	margin: 1px;
	padding: 0;
	background-color: White;
	border: none;
}
table.session-page-paths-re td {
	padding: 5px 4px;
}
table.session-page-paths-re td.ind {
	color: #909090;
	text-align: right;
 	padding-left: 6px;
}
table.session-page-paths-re td.direction {
	color: #909090;
}
table.session-page-paths-re td.events-left,
table.session-page-paths-re td.events-right {
	padding-left: 21px;
	/*padding-right: 2px;*/
	text-align: right;
}
table.session-page-paths-re td.events-right {
	padding-left: 40px;
}
table.session-page-paths-re span.start-page {
	color: #00BB02;
	font-weight: bold;
}
table.session-page-paths-re span.exit-page {
	color: Red;
	font-weight: bold;
}
table.session-page-paths-re span.start-exit-page {
	color: #909090;
}
table.session-page-paths-re a:link,
table.session-page-paths-re a:visited,
table.session-page-paths-re a:hover {
	text-decoration: none;
	color: #0000cd;
	cursor: default;
}
table.session-page-paths-re a:hover {
	color: white;
	background-color: #0000cd;
}
/*
	session_paths report element
*/
p.session-paths {
	margin: 7px 0;
	/*font-size: 1.1em;*/
	font-weight: bold;
	cursor: default;
}
p.session-paths span {
	margin-left: 16px;
	color: #1d1dc0;
}
/* 2008-11-29 - GMF - Added highlighting for Reset/Collapse All */
p.session-paths span.highlight {
	color: White;
	background-color: #1d1dc0;
}
div.session-paths {
	margin: 5px 0;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
}
div.session-paths ul {
	padding: 0;
	margin: 0 0 0 33px;
}
div.session-paths ul.root {
	margin-left: 23px;
}
div.session-paths li {
	/*background-color: Lime;*/
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	/*background-image: url(../picts/session_paths/vertical_line.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: repeat-y;
}
div.session-paths li.last {
	/*border-left-width: 0;*/
	background-repeat: no-repeat;
}
div.session-paths img {
	/*padding-right: 4px;*/
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
div.session-paths span {
	cursor: default;
	color: Black;
	margin-left: 9px;
	text-decoration: none;
	vertical-align: middle;
	background-color: White;
	padding: 0 2px;
}
div.session-paths span.highlight {
	color: White;
	background-color: #1d1dc0;
}
div.session-paths span.exit {
	color: Red;
}
div.session-paths em {
	font-style: normal;
	color: #9B9B9B;
}
div.session-paths span.add-rows,
div.session-paths span.add-rows-highlight {
	padding: 0 3px;
	margin: 0;
}
div.session-paths span.add-rows {
	color: #1d1dc0;
	background-color: White;
}
div.session-paths span.add-rows-highlight {
	color: White;
	background-color: #1d1dc0;
}
div.session-paths span.add-rows-b {
	margin: 0;
}
/*
	session page paths page lookup
*/
div.session-page-paths-lookup {
	position: absolute;
	top: 100px;
	left: 240px;
	display: none;
	width: 570px;
	padding: 12px;
	background-color: #eeece1;
}
div.session-page-paths-lookup select {
	/*border: 1px solid #636363;*/
	/*border-width: 1px;*/
}
button.paging {
	border-width: 0;
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	font-size: 0.9em;
	background-color: #F6F6F6;
	margin: 0 5px;
}
/*
	Zoom info panel (change date and add filter items info)
*/
table.zoom-info td {
	padding: 7px;
	vertical-align: top;
}
/* 
	graphs
*/
span.graph-label-sort-info {
	font-weight: normal;
	font-style: italic;
	color: #B2B2B2;
}
/* 
	bar and line graphs
*/
div.graph-container { /* covers graph table and legend tabe*/
	margin-bottom: 27px;
}
/*table.graph-container {
	margin-top: 24px;
}*/
table.graph-container td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	/*border: 2px solid Lime;*/
}
table.graph-container td.label {
	padding: 0 0 7px 0;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
table.graph-x-label td {
	padding: 0;
	font-size: 10px;
	text-align: center;
	border: none;
	white-space: normal;
	/*background-color: orange;*/
}
table.graph-x-label span.label {
	padding: 0px 1px 0px 3px;
	/*background-color: red;*/
}
table.graph-x-label td.color-debug {
	/*background-color: #C6FFC6;*/
}
table.graph-y-label {
	width: 100%;
	/*border: 2px solid #FF8C00;*/
}
table.graph-y-label td {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	padding: 0 5px 0 0;
	white-space: nowrap;
}
table.graph-y-percent-label td {
	text-align: right;
	vertical-align: middle;
	font-size: 10px;
	padding: 0 0 0 8px;
	white-space: nowrap;
}
/*
	pie-charts
*/
table.pie-chart-container {
	margin-bottom: 27px;
}
table.pie-chart-container th {
	padding: 4px;
	text-align: left;
	/*font-size: 1.2em;*/
}
table.pie-chart-container td.pie-image {
	text-align: center;
	vertical-align: top;
	/*font-size: 1.2em;*/
}
table.pie-chart-legend {
	margin-left: 24px;
}
table.graph-legend {
	margin-left: 18px;
	/*margin: 0px 0px 18px 18px;*/
	/*border: 1px solid #FF3300;*/
}
table.pie-chart-legend td,
table.graph-legend td {
	vertical-align: middle;
	padding: 3px 4px 3px 4px;
}
table.pie-chart-legend td.percent,
table.graph-legend td.percent {
	color: #434343;
	padding-left: 7px;
	text-align: right;
	white-space: nowrap;
}
div.graph-legend-color {
	width: 0;
	height: 0;
	font-size: 1px;
	border-style: solid;
	border-width: 5px 6px 6px 6px;
}
