/* Copyright 2009 Louis Jean-Richard (www.ljr.ch). All Rights reserved. */

@import "pagebody.css";

ol.instructions {
	line-height:		1.25;
	list-style:		decimal outside;
}

h3 {
	font-family:	arial, sans-serif;
	font-weight:	bold;
	font-style:		normal;
	font-size:		115%;
	margin:			5% 0% 0% 0%;
	color:			black;
}
h4 {
	font-family:	arial, sans-serif;
	font-weight:	bold;
	font-style:		normal;
	font-size:		120%;
	color:			black;
}
h5 {
	font-family:	arial, sans-serif;
	font-weight:	normal;
	font-style:		normal;
	font-size:		110%;
	color:			black;
}
tt {
	font-style:		normal;
	font-size:		135%;
	color:			black;
}
blockquote {
	font-style:		normal;
	font-size:		120%;
	color:			black;
}

#PAGEBODY {
	font-family:	arial, sans-serif;
	font-weight:	normal;
	font-style:		normal;
	padding:		0 10% 0 0;
}

/*	------------------------------------------------------------------------ columns
*/
#PAGEBODY table.columns
{
	margin:			0;
	border:			0;
	padding:		0;
	border-collapse:	collapse;
}
#PAGEBODY table.columns tr
{
	vertical-align:	top;
}
#PAGEBODY table.columns td {
	text-align:		justify;
}

#PAGEBODY table.columns td.column2
{
	width:			48%;
	text-align:		justify;
}
#PAGEBODY table.columns td.column2-sep
{
	width:			4%;
}

#PAGEBODY table.columns td.column3
{
	width:			31%;
	text-align:		justify;
}
#PAGEBODY table.columns td.column3-sep
{
	width:			3.5%;
}

/*	------------------------------------------------------------------------ sections
*/
#PAGEBODY table.sections {
	width:			96%;
	margin:			0.5% 2% 0.4% 2%;
	border:			0;
}
#PAGEBODY table.sections td {
	margin:			0%;
	border:			0;
	padding:		0%;
}
#PAGEBODY table.sections td.indent {
	width:			35%;
}
#PAGEBODY table.sections tr.section-title {
	vertical-align:	middle;
}
#PAGEBODY table.sections tr.section-title td.title {
	line-height:	120%;

	text-align:		right;
	font-size:		150%;
	font-weight:	normal;
	color:			black;
}
#PAGEBODY table.sections tr.section-title td.title img {
	vertical-align:	bottom;
}
#PAGEBODY table.sections tr.section-title td.separation {
	width:			0.8%;
}
#PAGEBODY table.sections tr.section-title td.section-bar {
	background:		#96E1FF;
	font-size:		50%;
}
#PAGEBODY table.sections tr.section {
	vertical-align:	top;
}
#PAGEBODY table.sections td.section-body {
	line-height:	1.25;
	color:			black;
}
table.columns {
	margin:			2% 0;
}

/*	------------------------------------------------------------------------ technote
*/
#PAGEBODY pre {
	font-family:	courier, sans-serif;
	font-size:		90%;
}
#PAGEBODY em {
	font-family:	courier, arial, sans-serif;
	font-weight:	bold;
	font-size:		120%;
	font-style:		normal;
	color:			maroon;
}

/*	------------------------------------------------------------------------ contact form
*/
#Message {
	width: 100%;
}
.mailField,
.messageField
{
	width: 100%;
}
.backButton,
.resetButton,
.submitButton
{
	width: 100%;
	font-size: 120%;
	font-weight: bold;
}

/* end sections */
