/* General rules for print
----------------------------------------------- */

body
{
	background: white;
	font-family: trebuchet, "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 12pt;
}

h1, h2, h3
{
	font-family: georgia, serif;
}

div.column p img
{
	display: block;
	margin-bottom: 10px;
}

div#header, ul, li
{
	background: white none;
}

div#content, div#content div
{
	background: transparent none;
	float: none !important;
	width: auto;
	color: black;
	margin: 0%;
	padding: 0px;
	border: 0px;
}

div#container
{
	margin: 0% 5%;
}

ul.separated li, ol.separated li
{
	margin-bottom: 1em;
}

a:link, a:visited
{
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}



/* Enhance readability between different parts
----------------------------------------------- */

div.main_content, div.side_content
{
	margin-bottom: 40px;
	border-bottom: 1px solid black;
}



/* Show and hide
----------------------------------------------- */

div#navigation_area, div#to_content, p.back_to_top, .print_hide
{
	display: none;
}

div.ujs_hide
{
	display: block !important;
}
