.reportprinthr { margin-bottom: 6px; height: 1px; BORDER: none; color: #cfcfcf; background-color: #cfcfcf; size: 100px }

.reportprintgridtabletitlerow
{
	BACKGROUND: #C0C0C0;
	COLOR: #000000;
	FONT: 11px Verdana, Tahoma, Helvetica;
	BORDER-TOP: 1px SOLID #FFFFFF;
	BORDER-BOTTOM: 1px SOLID #d9cebc;
	PADDING: 5px;
}

.reportprintgridrow2
{
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
}

.reportprintgridrow1
{
	BACKGROUND-COLOR: #E3E3E3;
	COLOR: #000000;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Arial, Helvetica;
}
.reportschartscontainer {
	overflow: hidden;
}

.reportschartcontainer {
	FLOAT: left;
}

.reportschartcontainer > div {
	PADDING: 3px;
}

.reportschartcontainer object, .reportschartcontainer .highcharts-container {
	BORDER: 1px SOLID #a1a1a1;
}

.reportstablecontainer {
	BORDER: 3px SOLID #e1e1e1;
}

.reportstable {
	BORDER: 1px SOLID #a1a1a1;
	FONT-FAMILY: 'Lucida Console', Monaco, 'Courier New', Courier, serif;
	FONT-SIZE: 12px;
}

.reportstable td {
	PADDING: 6px;
	BACKGROUND: #ffffff;
}

.reporttdtitle, .reporttdytitle {
	BACKGROUND: #f7f6f6 !important;
	BORDER-BOTTOM: 1px SOLID #a1a1a1;
	TEXT-SHADOW: 0 1px 0 rgba(255, 255, 255, 0.8);
	FONT-SIZE: 14px;
}

.reporttdytitle {
	BACKGROUND: #fdfcfc !important;
	BORDER-RIGHT: 1px SOLID #a1a1a1;
}

.reportsheading {
	FONT-SIZE: 14px;
	MARGIN: 0px 0px 10px 0px;
	COLOR: #4a4949;
}

.reportsline {
	BORDER: 0px;
	HEIGHT: 1px;
	BACKGROUND: #a1a1a1;
}

.reporthistorycontainer {
	PADDING-BOTTOM: 12px;
}

.reporthistorycontentsborder {
	PADDING: 3px;
	BACKGROUND: #ecebeb;
}

.reporthistorycontents {
	BORDER: 1px SOLID #a1a1a1;
	BACKGROUND: #FFFFFF;
	PADDING: 12px;
}

.reporthistorycontents .title {
	COLOR: #006699;
	FONT-SIZE: 14px;
}

.reporthistorycontents .avatarcontainer {
	BORDER: 1px SOLID #8b8f90;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	PADDING: 5px 7px 5px 6px;
	-MOZ-BOX-SHADOW: 2px 2px 2px #f3f3f3;
	-WEBKIT-BOX-SHADOW: 2px 2px 2px #f3f3f3;
	BOX-SHADOW: 2px 2px 2px #f3f3f3;
	WIDTH: 50px;
	FLOAT: left;
	BACKGROUND: #ffffff;
}

.reporthistorycontents .avatar {
	BORDER: 1px SOLID #f0f0f1;
	PADDING: 0;
	MARGIN: 0;
}

.reporthistorycontents .basetitle {
	MARGIN-LEFT: 75px;
}


.reporthistorycontents .date {
	COLOR: #333333;
	FONT-SIZE: 11px;
}

.reporthistorycontents .code {
	COLOR: #333333;
	BACKGROUND: #eff3f6;
	FONT-FAMILY: 'Lucida Console', Monaco, 'Courier New', Courier, serif;
	FONT-SIZE: 12px;
	BORDER: 1px DASHED #d3d8db;
	PADDING: 4px;
	MARGIN-TOP: 6px;
}

.reportdesccontainer {
	PADDING-BOTTOM: 8px;
	OVERFLOW: auto;
	POSITION: relative;
}

.reportdescpointer {
	WIDTH: 19px;
	HEIGHT: 10px;
	POSITION: absolute;
	LEFT: 40px;
	TOP: 4px;
	BACKGROUND: URL('%themepath%images/reportdescpointer.gif');
}

.reportdesccontentsborder {
	MARGIN-TOP: 10px;
	PADDING: 3px;
	BACKGROUND: #e1e1e1;
}

.reportdesccontents {
	BORDER: 1px SOLID #a1a1a1;
	BACKGROUND: #FFFFFF;
	PADDING: 8px;
}

.reportdesccontents .title {
	COLOR: #006699;
	FONT-SIZE: 14px;
}

.reportdesccontents .text {
	COLOR: #333333;
	FONT-SIZE: 12px;
}

.reportdesccontents .code {
	COLOR: #333333;
	BACKGROUND: #eff3f6;
	FONT-FAMILY: 'Lucida Console', Monaco, 'Courier New', Courier, serif;
	FONT-SIZE: 12px;
	BORDER: 1px DASHED #d3d8db;
	PADDING: 4px;
}