/*
Template Name: Print stylesheet
*/

html, body, div#page {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, img {
	page-break-after: avoid;
	page-break-inside: avoid;
}

h1:after {
	content: "";
}

table, pre, blockquote{
	page-break-inside: avoid;
}

ul, ol, di{
	page-break-before: avoid;
}

div#header, div#side, ul#menu, p#footer a, p#to-top, a.toggle {
	display: none;
}

a, a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a img {
	border : 0;
}

img {
	padding : 5px;
}

.left {
	float : left;
	padding-right : 10px;
}

.right {
	float : right;
	padding-left : 10px;
}

.center {
	display : block;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

.border {
	border : 1px solid #ccc;
	margin : 10px;
	padding : 5px;
}

a[href^='http']:after, a:link[href^='http']:after, a:visited[href^='http']:after {
	content: " [" attr(href) "]";
	font-size: 90%;
}

a[href^='#'] {
	text-decoration: none;
}

acronym {
	border: 0;
}

acronym[title]:after, abbr[title]:after {
	content: " (" attr(title) ")";
}

table {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	width : 100%;
	border-spacing : 0;
	border-collapse : collapse;
}

table.hide {
	text-align: left;
	margin-left: 0;
	width: auto;
	border: 0;
}

table th {
	text-align : center;
	font-weight : bold;
	padding : 2px;
	border : 1px solid #666666;
}

table.hide th {
	border: 0;
}

table th.text {
	text-align : left;
}

table td {
	text-align : left;
	padding : 2px;
	border : 1px solid #666666;
}

table.hide td {
	border: 0;
}

table td.digit {
	text-align : right;
}
