/*
	The print media block is used for all styles specific to printed documents
*/
@media print
{
	/*
		Pages/Exhibits using this style
			All Exhibits
	*/
	body
	{
		PAGE: LandScape;
		SCROLLBAR-BASE-COLOR: ltgray;
		PADDING-BOTTOM: 0px;
	}
	
	/*
		This class can be used on any HTML element and will hide the element when the document is printed

		Pages/Exhibits using this style
			GetExhibit
	*/
	.HideWhenPrinting
	{
		DISPLAY: none;
	}
	
	/*
		This class can be used on any HTML element and will show the element when the document is printed

		Pages/Exhibits using this style
			GetExhibit.aspx
	*/
	.DisplayWhenPrinting
	{
		DISPLAY: inline;
	}

	/*
		The default for all hyperlinks on the page is to be black even when visited and highlight red when
		the mouse is over the link. When printed the links have no underline.

		Pages/Exhibits using this style
			All Exhibits
	*/
	A:link
	{
		color: #0434B1;
		text-decoration:none;
		cursor:hand;
	}
	A:visited
	{
		color: #0434B1;
		text-decoration:none;
		cursor:hand;
	}
	A:active
	{
		color: #0434B1;
		text-decoration:none;
		cursor:hand;
	}
	A:hover
	{
		color: #FEA500;
		text-decoration:none;
		cursor:hand;
	}
	
	TR.PageBreak
	{
		page-break-after: always;
	}
} /* @media print */

/*
	The screen media block is used for all styles specific to documents displayed on the screen
*/
@media screen
{
	/*
		Pages/Exhibits using this style
			All Exhibits
	*/
	body
	{
		SCROLLBAR-BASE-COLOR: ltgray;
		PADDING-BOTTOM: 0px;
	}
	
	/*
		This class can be used on any HTML element and will show the element when the document is on the screen

		Pages/Exhibits using this style
			GetExhibit.aspx
	*/
	.HideWhenPrinting
	{
		DISPLAY: block;
	}

	/*
		This class can be used on any HTML element and will show the element when the document is printed

		Pages/Exhibits using this style
			GetExhibit.aspx
	*/
	.DisplayWhenPrinting
	{
		DISPLAY: none;
	}

	/*
		The default for all hyperlinks on the page is to be black even when visited and highlight red when
		the mouse is over the link. When on the screen the links have an underline.

		Pages/Exhibits using this style
			DisplayExhibit
			DisplayPFExhibit
			All Exhibits
	*/
	A:link
	{
		color: #0434B1;
		text-decoration:none;
		cursor:hand;
	}
	A:visited
	{
		color:#0434B1;
		text-decoration:none;
		cursor:hand;
	}
	A:active
	{
		color: #0434B1;
		text-decoration:none;
		cursor:hand;
	}
	A:hover
	{
		color: #FEA500;
		text-decoration:none;
		cursor:hand;
	}
} /* @media screen */

@media all
{
	div.SectionScrollable, div.SectionClipped, div.SectionVisible, div.SectionVisible100PCT, div.SectionScreenDefault, div.SectionPrintDefault, .SectionDescriptionVisible
	{
		border-style: none;
		background: white;
	}

	div.SectionScreenDefaultBorder
	{
		border-style:solid;
		border-color: Black;
		border-width:1px;
		background: white;
	}

	div.SectionScreenHighlightDefaultBorder
	{
		border-style:solid;
		border-color: Black;
		border-width:1px;
		background: lemonchiffon;
	}
	div.SectionScreenOrangeDefaultBorder
	{
		border-style:solid;
		border-color: Black;
		border-width:1px;
		background: #FEA500;
	}
	/*
		This class was designed for use for a section control that should display using the app default.
		In this case a scroll bar when its contents extend beyond the sections boundary, when displayed on the screen. 
		And it shoud show all it's contents when printed.

		Pages/Exhibits using this style
			Most Exhibits

		position: relative;
	*/
	div.SectionScreenDefault
	{
		overflow: auto;
		position: relative;
	}
	div.SectionPrintDefault
	{
		overflow: visible;
	}
	
    div.SectionPrintDefault100PctWidth
	{
	    width: 100%;
	}

	div.SectionPrintDefault a
	{
		text-decoration: none;
	}
	
    #sig
    {
        max-width: 300px;
        max-height: 120px;
    }

	
	div.PartialConfigDataStyle
	{
	    overflow-x: auto; 
	    overflow-y: hidden; 
	    width: 525px;
	    padding-top: 16px;
	    position: relative;
	}
	
	.SectionDealerLegend
	{
	    padding-left: 12px;
	}

	/*
		This class was designed for use for a section control that should display a scroll bar
		when its contents extend beyond the sections boundary

		Pages/Exhibits using this style
			Most Exhibits

		position: relative;
	*/
	div.SectionScrollable
	{
		overflow: auto;
	}

	/*
		This class was designed for use for a section control that should clip its contents
		when they extend beyond the sections boundary

		Pages/Exhibits using this style
			Most Exhibits

		position: relative;
	*/
	div.SectionClipped
	{
		overflow: hidden;
	}

	/*
		This class was designed for use for a section control that should show its contents
		when they extend beyond the sections boundary

		Pages/Exhibits using this style
			Most Exhibits
	*/
	div.SectionVisible, div.SectionVisible100PCT, .SectionDescriptionVisible
	{
		overflow: visible;
	}

	div.SectionVisible100PCT
	{
		width: 100%;
	}

	.SectionDescriptionVisible
	{
		position: relative;
	}

	/* 
		Used by the legend group to add a scroll bar
		adds a border around each legend in the legendgroup 
	*/
	div.Legend, div.LegendLeft, div.LegendCenter, div.LegendRight
	{
		border-style: solid;
		border-width: 1px;
		border-color: black;
		overflow: auto;
		width: 100%;
	}
	div.LegendLeft
	{
		text-align: left;
	}
	div.Legend, div.LegendCenter
	{
		text-align: center;
	}
	div.LegendRight
	{
		text-align: right;
	}
	
	.menuItemSpacing
	{
	    padding-left:10px;
	    padding-right:10px;
	}

	/*
		All elements will use 10pt font, unless overriden with a specific class

		Pages/Exhibits using this style
			All Exhibits
	*/
/*	table, .ExhibitText, .ReportTitle, .ReportBMR7Left, .ReportBMR7Right, .ReportFooter, .ReportHeaderRow, .ReportHeaderRowAlt, .ReportItemRow, .ReportItemRowAlt, 
	.ReportItemRowLeft, .ReportItemRowLeftSmall, .ReportItemRowLeftAlt, .ReportControlGridWithTotalRow, .ReportControlGrid, .ReportBMRItemRow, 
	.ReportBMRItemRowAlt, .ReportBMRItemRowLeftSymbol, .ReportBMRItemRowLeft, .ReportBMRItemRowB, .ReportBMRItemRowAltB, .ReportBMRItemRowLeftB, 
	.ReportControlESOpportunity, .ReportControlESPerformance, .ReportESAltItem, .ReportESItemTextLeft, A.ReportESItemTextLeft, .ReportESItemValueRight, 
	.ReportESItemBlankCol, .ReportESHeaderRowLeft, .ReportESHeaderRowRight, .ReportESHeaderRowCenter, .MyGrossLossHeader, .MyGrossLossRow, .ReportORRLeft, 
	.ReportORRItem, .ReportORRItemAlt, .NewsClass, A.NewsClass, div.LegendTitle, .ReportItemRow70PctLeftWhite, .ReportItemRow30PctRightGray, .ReportORR1FormatRow, 
	.ReportORR1FormatRow10PT, .ReportTotalRow, .ReportTotalRowLeft, .ReportTotalRowLeftNoBG, .ReportTotalRowAlt, .DraftText, .LegendGroup,
	table.LegendGroup, .LegendGroup, .LegendLeft, .LegendCenter, .LegendRight, .LegendText, .LegendTitleText
	{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 10pt;
		color: Black;
		font-style: normal; 
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
/*	.ReportTitle
	{
		font-weight: bold;
		font-size: 12pt;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		background-color: #ffffe1;
		text-align: center;
		width: 100%;
		border-bottom-style: none;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Report BMR7-11
	*/
	/*.ReportBMR7Left
	{
		font-weight: bold;
		background-color: #ffffff;
		text-align: center;
		width: 400px;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Report BMR7-11
	*/
	/*.ReportBMR7Right
	{
		font-weight: bold;
		background-color: #ffffff;
		width: 30%;
		color: Black;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportFooter
	{
		font-size: 8pt;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		background-color: #ffffff;
		width: 100%;
		border-bottom-style: none;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
/*	.ReportHeaderRow
	{
		font-weight: bold; 
		border-bottom: black 3px double;
		background-color: #ffffff;
		text-align: center;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportHeaderRowAlt
	{
		font-weight: bold; 
		border-bottom: black 3px double;
		background-color: #e1e1e1;
		text-align: center;
	}*/

	/* Added for TotalRow */
	/*.ReportTotalRow
	{
		border-top-color:black;
		border-top-style:double;
		border-top-width:3px;			
		font-weight: bold;
		text-align: right;
	}*/

	/* Added for TotalRow */
	/*.ReportTotalRowLeft
	{
		border-top-color:black;
		border-top-style:double;
		border-top-width:3px;			
		font-weight: bold;
		text-align: left;
	}*/

	/*.ReportTotalRowLeftNoBG
	{
		border-top-color:black;
		border-top-style:double;
		border-top-width:3px;			
		font-weight: bold;
		text-align: left;
	}*/

	/* Added for TotalRow */
/*	.ReportTotalRowAlt
	{
		border-top-color:black;
		border-top-style:double;
		border-top-width:3px;			
		font-weight: bold; 
		background-color: #e1e1e1;
		text-align: right;
	}

	.ReportORR1FormatRow
	{
		font-weight: bold; 
		border-bottom: black 3px double;
		background-color: #ffffff;
	}

	.ReportORR1FormatRow10PT
	{
		font-weight: bold; 
		border-bottom: black 3px double; 
		background-color: #ffffff;
		font-size: 10pt;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportItemRow
	{
		background-color: #ffffff;
		text-align: right;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportItemRowAlt
	{
		background-color: #e1e1e1;
		text-align: right;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportItemRowLeft
	{
		background-color: #ffffff;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			Demographic Report (DR2)
	*/
	/*.ReportItemRowLeftSmall
	{
		background-color: #ffffff;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportItemRowLeftAlt
	{
		width: 40%;
		background-color: #e1e1e1;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportControlGridWithTotalRow
	{
		width: 100%; 
		border-bottom: black 3px double;
	}*/

	/*
		This class is used by the Generic Actions page and demonstrates using another font
		and also a background color

		Pages/Exhibits using this style
			DisplayPFExhibit
			GenericActions
	*/
	/*.ActionsClass
	{
		font-family: Comic Sans MS;
		font-size: medium;
		background-color: #F0F0F0;
		border-style: none;
	}

	div.LegendTitle
	{
		text-align: left;
		font-style: italic;
		font-size: 8pt;
	}*/

	/*
		CSS style elements for legends
	*/
	/*.LegendText
	{
		font-size: 8pt;
	}
	.LegendTitleText
	{
		font-weight: bold;
		font-size: 9pt;
	}

	.DealerLegend
	{
		font-size: 8pt;
	}

	table.DealerLegend
	{
		font-size: 7pt;
	}

	table.tr.DealerLegend
	{
		font-size: 7pt;
	}

	table.td.DealerLegend
	{
		font-size: 7pt;
	}

	table.TitleLegend
	{
		text-align: center;
		width: 99%;
		font-size: 9pt;
	}

	.TitleLegend
	{
		text-align: center;
		width: 99%;
		font-size: 9pt;
	}

	table.td.TitleLegend
	{
	}*/

	/*table.LegendGroup
	{*/
		/*  puts a dashed border around the legend group 
			this can be removed - it just aids the content
			creater */ 
		
		/*
		BORDER-WIDTH: 1px;
		BORDER-STYLE: DASHED;
		padding-bottom:1;*/
	/*}*/

	/*
		Pages/Exhibits using this style
			Performance Reports (MPR10)
	*/
	/*.ReportControlGrid
	{
		width: 100%;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Reports (BMR1, 4,7,8,9,10,11, DR2)
	*/
	/*.ReportBMRItemRow
	{
		background-color: #ffffff;
		text-align: right;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Reports (BMR1, 4,7,8,9,10,11)
	*/
	/*.ReportBMRItemRowAlt
	{
		background-color: #e1e1e1;
		text-align: right;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Reports (BMR1, 4,7,8,9,10,11)
	*/
	/*.ReportBMRItemRowLeftSymbol
	{
		background-color: #ffffff;
		text-align: left;
	}

	.ReportBMRItemTotalRowLeftSymbol
	{
		border-top-color:black;
		border-top-style:double;
		border-top-width:3px;			
		background-color: #ffffff;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Reports (BMR1, 4,7,8,9,10,11)
	*/
	/*.ReportBMRItemRowLeft
	{
		background-color: #ffffff;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Reports (BMR2, 3,5,6)
	*/
	/*.ReportBMRItemRowB
	{
		background-color: #ffffff;
		text-align: right;
	}*/

	/*
		Pages/Exhibits using this style
			Benchmark Reports (BMR2, 3,5,6)
	*/
	/*.ReportBMRItemRowAltB
	{
		background-color: #e1e1e1;
		text-align: right;
	}*/

	/*
		Pages/Exhibits using this style
			DisplayExhibit
			DisplayPFExhibit
			Benchmark Reports (BMR2, 3,5,6)
	*/
	/*.ReportBMRItemRowLeftB
	{
		background-color: #ffffff;
		text-align: left;
	}*/

	/**********Executive Summary Styles******
		Pages/Exhibits using this style
			Executive Summary ES1
	*/
	/*.ReportControlESOpportunity
	{
		width: 100%;
	}*/

	/*
		Pages/Exhibits using this style
			Executive Summary ES1
	*/
	/*.ReportControlESPerformance
	{
		width: 50%;
	}*/

	/*
		Pages/exhibits using this style
			Executive Summary ES1
	*/
	/*.ReportESAltItem
	{
		background-color: #e1e1e1;
	}*/

	/*
		Pages/exhibits using this style
			Executive Summary ES1
	*/
	/*.ReportESItemTextLeft, A.ReportESItemTextLeft
	{
		text-align: left;
	}

	.TooltipNoUnderline, A:link.TooltipNoUnderline, A:visited.TooltipNoUnderline, A:active.TooltipNoUnderline, A:hover.TooltipNoUnderline
	{
		color: Black;
		text-decoration: none;
	}*/

	/*
		Pages/exhibits using this style
			Executive Summary ES1
	*/
	/*.ReportESItemValueRight
	{
		text-align: right;
	}*/

	/*
		Pages/exhibits using this style
			Executive Summary ES1
	*/
	/*.ReportESItemBlankCol
	{
		text-align: right;
		width: .5%;
	}*/

	/*
		Pages/Exhibits using this style
			ES1
	*/
	/*.ReportESHeaderRowLeft
	{
		font-weight: bold;
		background-color: #ffffff;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			ES1
	*/
	/*.ReportESHeaderRowRight
	{
		font-weight: bold;
		background-color: #ffffff;
		text-align: right;
		color: Black;
	}*/

	/*
		Pages/Exhibits using this style
			ES1
	*/
	/*.ReportESHeaderRowCenter
	{
		font-weight: bold;
		background-color: #ffffff;
		text-align: center;
		width: 100%;
	}*/
	/*************************************/

	/*
		Pages/Exhibits using this style
			Opportunity report OPR5
	*/
	/*.MyGrossLossHeader
	{
		text-align: center;
	}*/

	/*
		Pages/Exhibits using this style
			Opportunity report OPR5
	*/
	/*.MyGrossLossRow
	{
		font-size: 8pt;
		text-align: center;
	}*/
	/*************************************/

	/*
		Pages/Exhibits using this style
			Orientation report ORR1
	*/
	/*.ReportORRLeft
	{
		font-size: 8pt;
		text-align: left;
		width: 28%;
	}*/

	/*
		Pages/Exhibits using this style
			Orientation report ORR1
	*/
	/*.ReportORRItem
	{
		font-size: 8pt;
		text-align: left;
		width: 18%;
	}*/

	/*
		Pages/Exhibits using this style
			Orientation report ORR1
	*/
	/*.ReportORRItemAlt
	{
		font-size: 8pt;
		text-align: left;
		width: 18%;
		background-color: #e1e1e1;
	}

	.NewsClass
	{
		font-size: 12pt;
	}

	A.NewsClass
	{
		font-size: 12pt;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportItemRow70PctLeftWhite
	{
		width: 70%;
		background-color: #ffffff;
		text-align: left;
	}*/

	/*
		Pages/Exhibits using this style
			Most Reports
	*/
	/*.ReportItemRow30PctRightGray
	{
		width: 30%;
		background-color: #e1e1e1;
		text-align: right;
	}*/

	/*
		This class was designed to be used on the Draft text on the print friendly page

		Pages/Exhibits using this style
			All Pages that include Footer.ascx
	*/
	/*.DraftText
	{
		background: transparent; 
		color: #FF0000;
		FONT-SIZE: 32px;
	}*/
} /* @media all */

/*
	The page block is used for printing defaults
*/
@page LandScape
{
	size: 10.5in 8in Landscape;
	margin: 0.25in;
}
/* @page LandScape */
