/* CSS Reset, ispired by YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* Start regular styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: Black;
	background-color: white;
}
th {
	font-weight: bold;
}
td {
	white-space: nowrap;
}
p {
	font-size:  1.0em;
}
h1, h2, h3, h4, h5, p {
	margin: 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	font-weight:bold; 
}
h1 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
img {
	border: none;
}
hr {
	border: 0;
	height: 1px;
	color: #CCC3D1;
	background-color: #CCC3D1;
}
.right {
	text-align: right;
}
em {
	font-style:italic;
}
pre {
	/*use pixel font-size for pre due discrepances when using relative size!*/
	font-size: 12px;
	white-space: normal;
}
a:link,
a:visited,
a:hover {
	color: #0000CD;
}
a.disabled:link,
a.disabled:visited,
a.disabled:hover {
	color: #d2d2d2;
}
a.no-underline:link,
a.no-underline:visited,
a.no-underline:hover {
	text-decoration: none;
}
/*
	active page link (used to reload a page, link style only upon hover)
*/
a.active-page:link,
a.active-page:visited,
a.active-page:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.active-page:hover {
	color: #0000CD;
	text-decoration: underline;
	cursor: pointer;
}
/* Standard command links with 16x16 px images */
a.link-50:link,
a.link-50:visited,
a.link-50:hover {
	text-decoration: none;
}
a.link-50:link img,
a.link-50:visited img,
a.link-50:hover img {
	vertical-align: middle;
	text-decoration: none;
	margin-bottom: 1px; /* Fixes vertical alignment*/
	margin-right: 2px;
}
a.link-50:link span,
a.link-50:visited span,
a.link-50:hover span {
	text-decoration: underline;
}
a.white:link,
a.white:visited,
a.white:hover {
	color: white;
}
div.clearance {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
/*
	product-bar (main header bar on top of page)
*/
div.product-bar-bg { /* This div includes the nav bar! */
	background-color: #d2dbe5;
	/* image is defined within template */
	/* background-image: url(../picts/product_bar_gradient.png); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: repeat-x;
	border-bottom: 1px solid #d2dbe5;
}
table.product-bar {
	width: 100%;
}
table.product-bar td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}
table.product-bar td.product-bar-right {
	text-align: right;
	color: #C6C6C6;
}
table.product-bar span.version {
	padding-right: 14px;
	color: #6498cd;
}
td.product-bar-right a:link,
td.product-bar-right a:visited,
td.product-bar-right a:hover {
	color: #0002BD;
	text-decoration: underline;
	padding: 2px 5px;
}
td.product-bar-right a:hover {
	background-color: #FAF9F3;
}
div.product-bar-about {
	position: absolute;
	right: 0;
	top: 27px;
	background-color: white;
	border: 1px solid #6a6a6a;
	padding: 7px 10px;
	display: none;
}
div.product-bar-about p { /*copyright text*/
	font-size: 0.94em;
}
/*
	breadcrumb-nav-bar-10 Used in Reports and Config
*/
div.breadcrumb-nav {
	padding: 0;
	margin: 18px 0 4px 0;
	font-weight: bold;
	/*vertical-align: middle;
	background-color: #d9fff0;*/
	/*height: 30px;*/
}
/*div.breadcrumb-nav a {
	display: block;
	float: left;
	background-color: yellow;
	padding: 9px 0;
}*/
div.breadcrumb-nav img.breadcrumb-arrow {
	padding: 0 10px;
}
div.breadcrumb-nav button {
	margin: 0 0 0 12px;
	padding: 1px 4px 1px 6px;
	font: inherit;
	/*font-size: inherit;
	font-weight: inherit;
	font-style: inherit;*/
	background-color: transparent;
	/*background-color: #e6ebf1;*/
	border: 1px solid #a5bdd7;
	border-radius: 2px;
	-moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
}
div.breadcrumb-nav button:hover {
	background-color: #f0f3f6;
}
/*table.breadcrumb-nav-bar-10 {
	width: 100%;
}
table.breadcrumb-nav-bar-10 th,
table.breadcrumb-nav-bar-10 td {
	font-size: 1.1em;
	padding: 22px 9px 9px 14px;
	font-weight: normal;
}
table.breadcrumb-nav-bar-10 th {
	text-align: left;
	font-weight: bold;
}
table.breadcrumb-nav-bar-10 td {
	text-align: right;
	font-weight: normal;
}
table.breadcrumb-nav-bar-10 span {
	padding: 0 7px;
} 
span.breadcrumb-nav-bar-10-arrow {
	padding: 0 7px;
}*/
/*
	copyright
*/
/*
	config home NEW (now alose used in Reports view!)
*/
/* iframe is used in IE6 only */
div.config-nav,
iframe.config-nav {
	width: 100%;
	background-color: white;
	padding: 0;
	margin: 0;
}
/* div extends div.config-nav, iframe is used in IE6 only */
div.hidden-nav, 
iframe.hidden-nav { 
	position: absolute;
	left: 0;
	/*top: 100;*/
	display: none;
	border-bottom: 1px solid #d2dbe5;
	height: 235px;
	z-index: 3000;
}
iframe.hidden-nav { /* activated in IE6 only */
	border: none;
	z-index: 2999;
}
div.config-nav a:link,
div.config-nav a:visited,
div.config-nav a:hover {
	text-decoration: none;
	display: block;
	padding: 0.4em 16px 0.3em 16px;
}
div.config-nav a:hover {
	background-color: #efefef;
}
div.config-nav ul {
	float: left;
	padding: 4px 0;
	border-right: 1px solid #eaeaea;
	height: 122px;
}
p.copyright {
	margin: 16px 24px;
	font-size: 0.9em;
	color: #656565;
}
/*
	panel-50 (required in base.css because panel-50 is used in error reporting)
*/
table.panel-50-left-right-grid td {
	/* Used if buttons are on top right side */
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.panel-50-left-right-grid td.buttons-box {
	/* Used if buttons are on top right side */
	text-align: center;
	padding: 18px 18px;
}
div.panel-50 {
	/*border: solid 1px Red;*/
	position: absolute;
	display: none;
	z-index: 20;
}
div.panel-50-header {
	/*background-color: Lime;*/
	background-color: transparent;
	/*	background-image: url(../picts/panel/panel_50_top_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: top left;
	background-repeat: no-repeat;
}
div.panel-50-header-frame {
	/*background-color: Lime;*/
	/*border: 1px solid Red;*/
	text-align: right;
	margin-left: 10px;
	padding: 5px 0 3px 0;
	/*	background-image: url(../picts/panel/panel_50_top_right.gif);  -- Defined in css_style_map.cfg -- */
	background-position: top right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
div.panel-50-header-frame img {
	margin-right: 5px;
	/*background-color: Yellow;*/
}
div.panel-50-header-title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	text-align: left;
	color: White;
	background-color: transparent;
	float: left;
}
div.panel-50-header-bottom {
	background-color: #f3f2eb;
	font-size: 1px;
	/*height: 1px;* Don't specify the height because IE would expand the width to 100% */
	line-height: 1px;
	border-width: 0 3px;
	border-color: #59609b;
	border-style: solid;
}
div.panel-50-body { /* Note, the body has 0px margin so that we can add tab-lines, etc.! */
	background-color: #f3f2eb;
	border-width: 0 2px;
	border-color: #59609b;
	border-style: solid;
}
div.panel-50-form,
div.panel-50-form-center,
div.panel-50-form-right {
	padding: 10px 14px;
}
div.panel-50-form-center {
	text-align: center;
}
div.panel-50-form-right {
	text-align: right;
}
div.panel-50-form th,
div.panel-50-form td {
	/*Note, we give minimal top padding, this is useful for example fields above a row*/
	padding: 3px 4px 6px 4px;
	vertical-align: baseline; /* We use baseline so that we are aligned when displaying error indication divs */
	/*background-color: yellow;*/
	border: none;
}
div.panel-50-form th {
	text-align: right;
	font-weight: normal;
}
div.panel-50-form th.field-sample,
div.panel-50-form td.field-sample {
	padding-bottom: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #646464;
}
div.panel-50-footer {
	background-color: transparent;
	/*	background-image: url(../picts/panel/panel_50_bottom_left.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.panel-50-footer-offset {
	background-color: transparent;
	margin-left: 10px;
	font-size: 5px;
	line-height: 5px;
	/*	background-image: url(../picts/panel/panel_50_bottom_right.gif); -- Defined in css_style_map.cfg -- */
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.panel-50-separator-line {
	padding: 0;
	margin: 0;
	border-top: 1px solid #c8c7c7;
	background-color: White;
	font-size: 1px;
	line-height: 1px;
	/* height: 1px; Don't apply height or IE will expand to maximum width! */
}
/*
	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;
}
