/*-------------------------------------------------
Title:		IPOX styles for print media
Author:		John Reed, john@studiobonito.com
Updated:	May 29 2008
------------------------------------------------- */

@import url(global.css);

* {margin: 0; padding: 0;}

#search, #nav, #footer .map, p#translate {display: none;}

body {width: 100%;}

#wrap,
#content,
#footer {
	float: none;
	width: 100%;
	}

#sidebar {display: none;}

.twocolumn .main,
.twocolumn .sidebar {
	border: none;
	width: 100%;
	}

h1 {
	font-size: 18pt !important;
	margin-bottom: 9pt;
	padding: 0 0 9pt 0;
	border-bottom: 1pt solid #333;
	}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	clear: right;
	float: none;
	display: block;
	width: auto;
	height: auto;
	background: none;
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

h2 {font-size: 12pt !important;}
h3, h4, p, li, th, td {font-size: 10pt !important;}

#footer {
	page-break-before: always;
	padding: 9pt 0 0 0;
	border-top: 1pt solid #333;
	}
	
#footer p {font-size: 9pt !important;}

.report#content {width: 100%;}

.report .threecolumn .wide {width: 37%; padding-right: 1%;}
.report .threecolumn .narrow {width: 29%; padding-left: 1%;}

.report .twocolumn .narrow {width: 37%; padding-right: 1%;}
.report .twocolumn .wide {width: 59%; padding-right: 1%;}

/*
.report .twocolumn {page-break-before: always !important;}
.report#content {page-break-after: always !important;}
.report#footer {page-break-before: always !important;}
*/