/* Copyright 2011 Louis Jean-Richard (www.ljr.ch). All Rights reserved. */

@import "pagebody.css";

#PAGEBODY
{
	font-family:	arial, sans-serif;
	font-weight:	normal;
	font-style:		normal;
}
#PAGEBODY table.columns
{
	width:			100%;
	margin:			0;
	border:			0;
	padding:		0;
	border-collapse:	collapse;
}
#PAGEBODY table.columns tr
{
	vertical-align:	top;
}
#PAGEBODY table.columns td.column2
{
	width:			47%;
	text-align:		justify;
}
#PAGEBODY table.columns td.column2-sep
{
	width:			4%;
}

#PAGEFOOTER td.contact
{
	padding:	0 12px;
}

#PAGEBODY table.index {
	width:			100%;
	margin:			0.5% 2% 0.4% 2%;
	margin:			0;
	border:			0;
}
#PAGEBODY table.index td {
	margin:			0;
	border:			0;
	padding:		0;
}
#PAGEBODY table.index td.indent {
	width:			33%;
}
#PAGEBODY table.index tr.section-title {
	vertical-align:	middle;
}
#PAGEBODY table.index tr.section-title td.title {
	line-height:	120%;

	text-align:		right;
	font-size:		150%;
	font-weight:	normal;
	color:			black;
}
#PAGEBODY table.index tr.section-title td.title img {
	vertical-align:	bottom;
}
#PAGEBODY table.index tr.section-title td.title span.title {
	padding-left:	3%;
	border-top:		#BDECFF solid 1px;
	border-bottom:	#BDECFF solid 1px;
	border-left:	#BDECFF solid 1px;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    -goog-ms-border-radius: 10px;
    border-radius:          10px;
}
#PAGEBODY table.index tr.section-title td.separation {
	width:			0.8%;
}
#PAGEBODY table.index tr.section-title td.section-bar {
	background:		#BDECFF;
	font-size:		50%;
    -moz-border-radius:     10px;
    -webkit-border-radius:  10px;
    -goog-ms-border-radius: 10px;
    border-radius:          10px;
}
#PAGEBODY table.index tr.section {
	vertical-align:	top;
}
#PAGEBODY table.index td.section-body {
	line-height:	1.25;
	color:			black;
}
#PAGEBODY span.version,
#PAGEBODY span.MD5sum {
	font-family:	monospace;
	font-size:		100%;
}

 

