/* ================================================================================================== */
/* Generic Style Declarations */

body		{	background: #ffffff;
			color: #000000;
			font-size: 8pt;
			line-height: 150%;
			margin: 0px; }

h1, h2, h3, h4, h5, h6, code, pre
		{	color: #000000; }

h1		{	font-size: 12pt;
			border-bottom: 1pt solid #cccccc; }

h2		{	font-size: 10pt; }

h3		{	font-size: 9pt; }

h4, h5, h6	{	font-size: 8pt; }

hr		{	color: #000000;	
			background-color: #000000; }

blockquote
		{	border-color: #cccccc; }

code, pre	{	font-size: 8pt; }

a:link, a:visited
		{	text-decoration: underline;
			color: #000000; }

abbr:after, acronym:after
		{	content: " [" attr(title) "] "; }

/* END Generic Style Declarations */
/* ================================================================================================== */





/* ================================================================================================== */
/* Styles for content containers */

.Content
		{	font-size: 8pt;
			color: #000000;
			padding: 10pt 0;
			background-color: #ffffff; }

.Content > a:after
		{	content: " [" attr(href) "] ";
			text-decoration: none; }

/* END Styles for content containers */
/* ================================================================================================== */






/* ================================================================================================== */
/* Footer Styles */

#Footer	{	color: #000000;
			font-size: 7pt;
			padding: 10pt 0;
			background-color: #ffffff;
			border-top: 1pt solid #000000; }

#Footer a:link, #Footer a:visited
		{	text-decoration: underline;
			color: #000000; }

/* END Footer Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Breadcrumb Styles */

#Bread a:link, #Bread a:visited
		{	text-decoration: underline;
			color: #000000; }

#Bread		{	color: #000000;
			font-size: 7pt; }

#Bread > a:after
		{	content: ""; }

/* END Breadcrumb Styles */
/* ================================================================================================== */





/* ================================================================================================== */			
/* Data Table Styles */

table.Data	{	border-collapse: collapse;
			border: 1pt solid #666666;
			font-size: 8pt; }

table.Data td, table.Data th, #Content table.Data td, #Content table.Data th
		{	font-size: 8pt;
			border-bottom: 1pt solid #cccccc;
			border-left:  1pt dotted #cccccc;
			padding: 3px 10px; }

table.Data tr.NewRow td
		{	padding-top: 3px;
			border-top: 1px solid #000000; }

table.Data th	{	font-weight: bold;
			font-size: 8pt;
			color: #000000;
			background-color: #ffffff; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #cccccc; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-color: #666666; }

table.Data .Totals
		{	background-color: transparent; }

table.Data .HideCol
		{	display: block; }

table.Data>.HideCol
		{	display: table-column; }

/* END Data Table Styles */
/* ================================================================================================== */





/* ================================================================================================== */
/* Layout Styles */

.PrintOnly, #PrintLogo
		{	display: block; }

#FlyOutNav, #PriNav, #SubNav, #TopRibbon, #Banner, .NoPrint
		{	display: none; }

#Content
		{	width: auto; }

/* END Layout Styles */
/* ================================================================================================== */

