
body {
/*	background-color: white;*/
	background-color: #e0e0e0;
/*	color: #333333;*/
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	width: 65em;*/ /* NO IE SUPPORT */
/*	max-width: 850px;*/
/*	width: auto !important;*/
/*	width: 850px;*/
	padding: 0px; /* FOR IE */
	margin-top: 10px 0;
/*	background-color: rgb(247, 250, 251);*/
/*	color: rgb(51, 68, 51);*/
/*	min-height: 70 em;*/
/*	border: 1px solid green;*/
}

/* useful for all sites */
a img { border: none;}

form { display: inline; }

table { border-collapse: collapse; }
/* useful for all sites */

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
/*	width: 98%;*/
	max-width: 870px;
	width: expression(document.body.clientWidth > 870? "870px": "auto" );
    font-size: 12px;
	text-align: left;
	background: #ffffff;
/*	border: 8px solid #ffffff;*/
	padding: 8px; /* identique */
}

h1, h2, h3, h4, h5, h6 {
/*	font-size: normal;*/
/*	font-family: Helvetica, Arial, Verdana, sans-serif;*/
/*	font-family: Verdana, Arial, Helvetica,  sans-serif;*/
}

li {
/*	margin: 10px 10px 10px 10px;*/
	list-style-type: square;
	margin-top: 5px;
}

dd {
/*	margin: 10px 10px 10px 10px;*/
	margin-top: 5px;
	margin-bottom: 10px;
}

#iehack {
	/* UGLY IE HACK TO EMULATE max-width: */
	/* doesn't work in body {} */
	width: expression(document.body.clientWidth > 850? "850px": "auto" );
}

#column12 {
	float: left;
/*	display: inline-block;*/
  width: 20%;
/*  border-right: 1px dashed silver;*/
}

#column22 {
	float: left;
/*	display: inline-block;*/
	width: 80%;
	position: relative;
/*  height: 600px;*/
/*  border-left: 1px dashed silver;*/
/*  border-right: 1px solid rgb(204,204,204);*/
}

#header {
/*	position: relative;*/
/*	width: 100%;*/
	height: 100%;
/*	top: 0;
	right: 0;
	bottom: auto;
	left: 0;*/
/*	background-color: rgb(247, 250, 251);*/
/*	background-color: white;*/
	padding: 0px;
	margin: 0px;
/*	text-align: center;*/
/*	border: 1px dotted blue;*/
}

#searchbox {
	float: right;
	position: relative;
	bottom: 0;
/*	left: 50em;*/
/*	left: auto;*/
/*	border: 1px solid red;*/
}

#sidebar {
	float: right;
/*	position: relative;*/
	width: 10em;
/*	height: auto;*/
/*	top: 10%;*/
/*	right: auto;*/
/*	bottom: 100px;*/
/*	left: 0;*/
/*	padding: 0px;*/
	background-color: rgb(244, 244, 234);
	margin: 0.5em 0em 1em 1em; /* top right bottom left */
	border: 1px dashed gray;
}

#barhead {
	text-align: center;
/*	border: 1px solid grey;*/
/*	background-color: black;
	color: white;*/
	margin: 0em 0em 1em 0em; /* top right bottom left */
	padding: 0em 0em 0.25em 0em; /* top right bottom left */
	border-bottom: 1px dashed gray;
}

#main {
/*	position: relative;*/
/*	width: 65em;*/
	/* UGLY IE HACK TO EMULATE min-height: */
	height: expression(document.body.clientHeight < 650? "auto": "650px" );
	/* UGLY IE HACK TO EMULATE min-height: */
	min-height: 50em; /* BROKEN ON IE */
/*	clear: right;*/
/*	top: 10%;*/
/*	right: 0;*/
/*	bottom: 100px;*/
/*	left: 10em;*/
/*	overflow: auto;*/
	padding: 1em;
	background-color: transparent;
/*	border: 1px solid blue;*/
}

#footer {
/*	position: relative;*/
/*	width: 100%;*/
/*	height: 100px;*/
/*	top: auto;
	right: 0;
	bottom: 0;
	left: 0;*/
/*	font-style: italic;*/
	clear: both;
	color: gray;
	text-align: center;
	font-size: xx-small;
/*	border: 1px solid red;*/
}

a:hover {
/*	color: red;*/
	text-decoration: underline;
	background: lightgrey;
}

a:focus {
	color: red;
}

a.menu {
/*	color: #505050;
	font-size: 8pt;*/
	text-decoration: none;
/*	font-variant: small-caps;*/
/*	text-transform: uppercase;*/
}

a.menu:hover {
	text-decoration: none;
/*	color: black;*/
/*	text-decoration: underline;*/
	background: white;
}

/*a.menu:visited {
	color: #505050;
	text-decoration: none;
}*/

hr.lnc {
/*	display: block;*/
	border-style: dashed;
/*	background-color: red;*/
	background-color: #ff3131;
	color: #ff3131;
	width: 50%;
	text-align: left;
/*	display: inline;*/
/*	color: red;*/
/*	border-color: green;*/
	border-width: thin;
}

div {
	border-color: green;
	border-width: thin;
}

div.lnc {
	color: gray;
	font-style: italic;
	font-size: larger;
}

p.lnc:first-letter {
	font-size: 1.5em;
}

p.lnc:first-line {
/*	counter-increment: par-num; */
/*	text-transform: uppercase;*/
/*	font-size: 1.3em;*/
}

/*BODY { visibility: visible; }*/

p.lnc2:first-line {
	font-size: 16pt;
}

p.lnc2 {
	font-size: 14pt;
	text-align: center;
}

table.lnc {
	border-collapse: collapse;
	border: 5px solid gray;
}

/*TD.lnc:after {content: "m&#178;";}*/

h2.lnc {
	font-family: sans-serif;
	color: #0c1c83;
}

td.lnc2 {
	font-family: sans-serif;
}

td.lnc3 {
	font-family: sans-serif;
	font-size: 8pt;
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

td.gnav {
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;
	background-color : #cccccc;
	font-size: 10pt;
	color : #666666;
	white-space: nowrap;
}

a.gnav:visited {
	color: #666666;
}

a.gnav {
	color: #666666;
	text-decoration: none;
}

a.gnav:hover {
	text-decoration: underline;
	color: #666666;
}

a.wrap {
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a.wrap:hover {
	text-decoration: underline;
/*	color: red;*/
}

td.wrap {
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

span.wrap {
	font-family: sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

/*TD.wrap {
	vertical-align: middle;
	text-align: left;
}*/

td.pink_box {
/*	background-color: #336699;*/
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;
}

span.lnc {
	font-family: sans-serif;
/*	font-style: italic;*/
	color: gray;
}

h2 + h1 { 
	margin-top: -5mm;
}

span.sserif {
	font-family: sans-serif;
}

table.news {
/*	border: 5px solid black;*/
/*	text-align: 'center';*/
/*	background-color : #cccccc;*/
	background-color : #d7d7d7;
}

td.news {
	font-family: sans-serif;
/*	border: 5px solid black;*/
/*	text-align: 'center';*/
/*	background-color : #cccccc;*/
}

th.news {
	font-family: sans-serif;
/*	border: 5px solid black;*/
/*	text-align: 'center';*/
/*	background-color : #cccccc;*/
}

/*	list-style-type: square;*/
/*	display: marker;*/
/*	content: url("/share/img/smallbullet_green.gif");*/
/*li.lnc {
	margin: 10px 10px 10px 10px;
	list-style-image: url("/share/img/smallbullet_green.gif");
}*/

.compact {
/*	padding-left: 5;*/
/*	margin-left: 0em;*/
/*	margin: 5px;*/
	padding: 0em 0em 0em 1.0em;
/*	padding: 0px;*/
/*	border: 1px solid red;*/
}

.blueblock {
/*	color: red;*/
	background: transparent;
}

.blueblock:hover {
	background: white;
}

.selected {
	list-style-image: url("/images/blue_bullet2.gif");
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: white;
	font-weight: bold;
	padding: 0.2em 0em 0.2em 0em;
/*	margin-bottom: 5px;*/
/*	border: 1px solid gray;*/
/*	margin: 4 5;*/
}

.blueblock {
	list-style-image: url("/images/blue_bullet2.gif");
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 0.2em 0em 0.2em 0em;
/*	margin-bottom: 5px;*/
/*	border: 1px solid gray;*/
/*	margin: 4 5;*/
}

li.compact {
	margin: 4 5;
}

li.diamond {
	margin: 4 5;
/*	margin: 10px 10px 10px 10px;*/
/*	margin-top: 10px;*/
/*	margin: 0;*/
/*	line-height: 2em;*/
/*	list-style-image: url("/share/img/bullet2_diamond.gif");*/
/*	list-style-image: url("/images/bullet2_diamond.gif");*/
	list-style-image: url("/images/blue_bullet2.gif");
	list-style-type: disc;
/*	white-space: nowrap;*/
/*	display: marker;*/
/*	content: url("/share/img/smallbullet_green.gif");*/
}

/*TABLE.news A {
	font-family: sans-serif;
	font-style: italic;
}*/

/*LI.lnc:before {
	display: marker;
	content: url("/share/img/smallbullet_green.gif");
}*/

/*P.indent:first-line {
	text-indent: 5em;
	text-transform: uppercase;
	font-size: 2em;
}*/
	
dl.intro dt {
	font-weight: bold;
 	text-transform: uppercase; 
}

dl.apartia  dt {
	margin-top: 15;
	font-weight: bold;
	display: compact;
/* 	text-transform: small-caps; */
}

dl.apartia dt:after {
	content: ": ";
}

/*istylei:before {content: counter(par-num) ". ";}*/

span.print {
	display: none;
}


/*span.@media screen {
*.noview {
	  display: none;
}
}*/

.title {
	font-size: larger;
	font-weight: bold;
}

table.apartia {
	margin: 0px;
	border: 1px solid gray;
}

table.apartia td,tr {
/*	border: 1px solid gray;*/
	margin: 0px;
/*	padding: 0px;*/
}

/* BEGIN SWISH */

.search-form {
    text-align: center;
}

.showing-header {
    background-color: #EEEEEE;
    padding-left: 5px;
}

.title {
    font-size: 1.2em;
    margin-top: 1em;
}

.rank  {
    color: red;
    font-size: 0.8em;
}
.description {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    max-width: 700px; /* not supported by IE */
    width:expression(document.body.clientWidth > 600? "600px": "auto" );
}
.metadata { 
    margin-left: 2em;
    font-size: 0.8em;
    color: green;
}
.metadata a { 
    text-decoration: none; 
    color: green;
}
.highlight { 
    background : #FFFF99;
    font-weight: bold;
}

.reference { 
    text-align: right;
}

.message {
    color: red;
    font-size: 1.2em;
    text-align: center;
}

/* END SWISH */

div.p { 
    margin: 12px 0;
}

/*EOF*/
