@charset "UTF-8";

/* 
	Licensed Materials - Property of IBM
	IBM Cognos Products: rstyles
	(C) Copyright IBM Corp. 2003, 2014
	US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/

/*
	Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
	Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
*/

/*
Default font for the report
*/
.page,
.chart
{
	font-family: 'Arial Unicode MS', 'Andale WT', Tahoma, Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif;
}

.chartTitle
{
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}

.chartSubtitle,
.chartNoteText,
.chartFooter
{
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
}

.chartLegendTitle,
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.chartAxisTitle
{
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}

.chartLegend,
.chartAxisLabels,
.chartBody
{
	font-size: 10pt;
	font-weight: normal;
}

/*
A bug in IE prevents TABLE elements from properly inheriting text properties.
These properties include color, font-size, font-weight, font-style,
font-variant, text-decoration, text-transform, letter-spacing, and line-height.
All of the text properties of TABLE elements, except font-family, are inherited
from the BODY element otherwise setting these on the page would be enough.
 */
.page,
.table,
.list,
.crosstab,
.repeater,
.section
{
	font-size: 10pt;
	color: #000000;
}

/*
These values should be consistent with the design mode attributes to
ensure that drag and drop is consistent by default
*/
.pageBody,
.pageHeader,
.pageFooter,
.listColumn,
.listColumnTitle,
.rowCell,
.crosstabLevel,
.crosstabMember,
.levelHeader,
.levelFooter,
.crosstabCell,
.crosstabCorner,
.fieldSet,
.inlineHeader,
.inlineFooter,
.inlineSummary,
.innerHeader,
.innerFooter,
.innerSummary,
.outerHeader,
.outerFooter,
.outerSummary,
.crosstabInnerHeaderCell,
.crosstabInnerFooterCell,
.crosstabOuterHeaderCell,
.crosstabOuterFooterCell
{
	padding-left: 5px;
	padding-right: 5px;
}

.page
{
	width: 100%;
	height: 100%;
}

.pageBody
{
	height: 100%;
}

.listColumn,
.listColumnTitle,
.rowCell,
.levelHeader,
.levelFooter,
.crosstabCell,
.crosstabLevel,
.crosstabMember,
.crosstabCorner,
.inlineHeader,
.inlineFooter,
.inlineSummary,
.innerHeader,
.innerFooter,
.innerSummary,
.outerHeader,
.outerFooter,
.outerSummary,
.crosstabInnerHeaderCell,
.crosstabInnerFooterCell,
.crosstabOuterHeaderCell,
.crosstabOuterFooterCell,
.reportTitle,
.filterSubtitle,
.reportSubtitle
{
	padding-top: 3px;
	padding-bottom: 3px;
}

.listColumn,
.listColumnTitle,
.crosstabLevel,
.crosstabMember,
.crosstabCell,
.levelHeader,
.levelFooter,
.rowCell,
.inlineHeader,
.inlineFooter,
.inlineSummary,
.crosstabInnerHeaderCell,
.crosstabInnerFooterCell,
.crosstabOuterHeaderCell,
.crosstabOuterFooterCell
{
	border: 1px solid #CCCCCC;
}

.listColumn,
.listColumnTitle,
.rowCell,
.levelHeader,
.levelFooter,
.crosstabLevel,
.crosstabMember,
.crosstabCorner
{
	vertical-align: top;
	line-break: strict;
}

.listColumnTitle
{
	text-align: center;
}

.listColumnTitle,
.crosstabLevel,
.crosstabMember
{
	background-color: #E3E3FC;
	font-weight: bold;
}

.levelHeader,
.levelFooter
{
	background-color: #E3E3FC;
	font-weight: bold;
	font-style: italic;
}

.crosstabCell,
.crosstabInnerHeaderCell,
.crosstabInnerFooterCell,
.crosstabOuterHeaderCell,
.crosstabOuterFooterCell
{
	text-align: right;
}

.crosstabCorner
{
	font-weight: bold;
	color: #CCCCCC;
}

.crosstabCell
{
	white-space: nowrap;
}


.pageHeader,
.pageBody,
.pageFooter
{
	vertical-align: top;
}

.fieldSet
{
	display: inline;
	text-align: left;
}

.hyperlink
{
	color: blue;
	text-decoration: underline;
	cursor: pointer; /* needed for ReportViewer NS7 */
	cursor: hand;
}

.button
{
	border: 2px outset threedhighlight;
	background-color: buttonface;
	color: buttontext;
	padding: 2px;
	text-align: center;
	font-size: 10pt;
}

.promptButton
{
	font-size: 90%;
	color: #000000;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-right: 7px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.outerHeader
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 2px solid black;
	padding-top: 8px;
}

.innerHeader
{
	font-weight: bold;
	padding-top: 8px;
}

.outerFooter,
.outerSummary
{
 	border-top: 2px solid #999999;
}

.inlineHeader,
.inlineFooter,
.innerFooter,
.outerFooter
{
	color: #999999;
}

.inlineSummary,
.innerSummary,
.outerSummary,
.crosstabInnerHeaderCell,
.crosstabInnerFooterCell,
.crosstabOuterHeaderCell,
.crosstabOuterFooterCell
{
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.reportTitle
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.reportTitleText
{
	text-decoration: underline;
}

.filterSubtitle
{
	font-size: 10pt;
	color: #9999CC;
}

.reportSubtitle
{
	font-size: 10pt;
	text-align: center;
	color: #9999CC;
}

.filterSubtitleIcon
{
	vertical-align: middle;
	margin-right: 4px;
	border: 0px;
}

@media print
{
	.dontPrint
	{
		display: none;
	}
}
