/**
 * Style sheet print
 */
img
{
	border:0px;
}

strong
{
	font-weight:normal;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.mod_navigationMain, #right, #left, #header
{
	display:none;
}

.pdf_link, p.back, p.more, .ce_toplink
{
	display:none;
}

code, pre
{
	font-family:"Courier New", Courier, mono;
}

/* ------------ */
h1, h2, h3, h4, h5, h6
{
	page-break-after:avoid;
}

h1
{
	font-size:150% !important;
}

h2, h2 a
{
	font-size:20px;
}

/* ------------ */
table
{
	width:80%;
	margin-bottom:5px;
	margin-left:5px;
	border:1px solid #666666;
	border-collapse:collapse;
}

caption
{
	height:45px;
	text-align:left;
	color:#FFAA00;
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-indent: 10px;
	background: url(bg_caption.jpg) right top;
}

thead th
{
	height:47px;
	padding:0px 7px;
	text-align:left;
	border-right:1px solid #FCF1D4;
	font-weight:bold;
	font-size:0.8em;
	color:#FFFFFF;
	background: url(bg_th.jpg) no-repeat right;
}

tbody tr
{
	background: url(bg_td1.jpg) repeat-x top;
}

tbody tr.odd
{
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

tbody th, td
{
	padding:10px 7px;
	text-align:left;
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#777777;
	line-height:1.4em;
}

