@charset "utf-8";

@import url(../css-styled-content.css);
@import url(../rtehtmlarea.css);
@import url(../common-pdf.css);
/*---------------------------------------------------------------------------*/
/* Page */
/*---------------------------------------------------------------------------*/
#page {
	margin: 0px auto;
	padding: 35px 35px 10px 35px;
	width: 850px;
	background: #FFFFFF;
}
/*---------------------------------------------------------------------------*/
#titles {
	text-align: center;
}
#titles H1 {
	font-size: 140%;
	padding: 0.5em 2em 0.2em 2em;
}
#titles H2 {
	font-size: 120%;
	padding: 0.3em 2em 0.2em 2em;
}
#page_title {
	color: #005BAB;
}
#page_subtitle {
	color: #005BAB;
}
/*---------------------------------------------------------------------------*/
/* Previous - Next */
/*---------------------------------------------------------------------------*/
.prev-next-nav {
	background-color: #FFFCF4;
	border-top: .3px solid #B2CDE6;
	border-bottom: .3px solid #B2CDE6;
	margin: 12px;
	padding: .3em  .5em;
	height: 1.3em;
}
.prev-next-nav A {
	color: #005BAB;
	/*color: #023E73;*/
	text-decoration: none;
}
.prev-next-nav A:hover {
	text-decoration: underline;
	color: #0071B6;
}
.prev-next-nav A:hover .prev {
	text-decoration: underline;
	color: #0071B6;
}
.prev-next-nav A:hover .next {
	text-decoration: underline;
	color: #0071B6;
}
.prev {
	float: left;
	width: 45%;
}
.next {
	float: right;
	text-align: right;
	width: 45%;
}
.up {
	text-align: center;
	width: 10%;
	margin: 0 auto;
}
/*---------------------------------------------------------------------------*/
/* Summary */
/*---------------------------------------------------------------------------*/
#summary {
	margin: 12px 12px 0em 12px;
	border: .3px solid #B2CDE6;
	background-color: #FFFCF4;
}
#summary H1 {
	padding: .3em;
	color: #005BAB;
	text-align: center;
	background-color: #E5EEF6;
	background-image: url('../../img/bg-navigation.png');
	font-size: 110%;
}
#summary UL {
	padding: .5em 1em .5em 2em;
}
/*---------------------------------------------------------------------------*/
/* Content */
/*---------------------------------------------------------------------------*/
#content {
	padding: 0px 12px;
}
#content A:link {
	color: #005BAB;
	text-decoration: none;
}
#content A:visited {
	color: #005BAB;
}
#content A:hover {
	color: #0071B6;
	text-decoration: underline;
}
FIELDSET {
	border: .3px solid #005BAB;
	margin: .5em 2em 1em 2em;
	padding-bottom: .5em;
}
#content H2 {
	/*clear: left;*/
	margin: 1em 0em .5em 0em;
	border-bottom: .3px solid #B2CDE6;
	color: #005BAB;
	font-size: 112%;
}
#content H2 A {
	text-decoration: none;
}
#content H3 {
	padding: .5em 0em;
	color: #005BAB;
	font-size: 112%;
}
#content H4 {
	font-style: italic;
	font-weight: bold;
	padding: .5em 0;
	text-indent: .5em;
}
#content LEGEND {
	color: #005BAB;
	margin-left: .5em;
	padding: 0 .5em .5em .5em;
	font-weight: bold;
}
#content UL, #content OL {
	margin-left: .5em;
	padding-left: 1.3em;
	overflow: hidden;
}
#content LI {
	margin: .2em 0em .2em .8em;
}
#content BLOCKQUOTE {
	margin: 0em 2em;
}
/*---------------------------------------------------------------------------*/
/* Infos */
/*---------------------------------------------------------------------------*/
#container-infos {
	clear: both;
	margin-top: 35px;
}
#infos {
	border-top: .3px solid #CCCCCC;
	height: 24px;
	line-height: 24px;
}
#infos A {
	color: #005082;
}
#infos A:hover {
	color: #0071B6;
}
#lastupdated {
	color: #005BAB;
	float: right;
	padding-right: 10px;
}
#author {
	color: #005BAB;
	height: 1.7em;
	line-height: 1.7em;
	padding: .4em 0em .1em .5em;
}