/* Random HTML Styles */

hr {
  height: 1px;
  background-color: #000000;
  color: #000000;
  margin: 2em 0;
}


/* General Structure */
body, td, th, input { /* redundant rules for bad browsers  */
  font-family: verdana, sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.2em 0;
  border-bottom: 1px solid #ccc;
  font-family: arial, verdana, sans-serif;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
  border: none;
}

#header h1 { border: 0; }

h1 { font-size: 160%; font-weight: bold; }
h2 { font-size: 150%; font-weight: bold; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

h1:target, h2:target, h3:target, h4:target, h5:target, h6:target {
  background: #C4EFA1;
}

/* Navigation */

:link { color: #000080; }
:visited { color: #808080; }
:link:hover, :visited:hover { color: #800080; }
:link:active, :link:active { color: #000000; }

/* Comments */

.note {
  color: #666;
}

.contents-area:before {
  line-height: 0.1;
  font-size: 1px;
  margin: -15px -15px -0px -15px;
  height: 15px;
  display: block;
  border: none;
}
.contents-area {
  background: #e4ecec;
  padding: 15px;
  margin-bottom: 1em;
} * html .contents-area { height: 1px; }

.contents-area:after {
  display: block;
  clear: both;
  padding-top: 15px;
  line-height: 0.1;
  font-size: 1px;
  margin: -15px;
  height: 8px;
}

.contents-area h2, .contents-area h3, .contents-area h4, .contents-area h5 {
  border: none;
  margin-top: 0;
  color: #4C5C5C;
}


/* Specific CSS */

.contents-area h1, .contents-area h2, .contents-area h3 {
  margin: 0;
}

#contents-area-side {
  margin-left: 60%;
}

#contents-area-side ul {
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

#contents-area-side li, .contents-area-wide li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin-left: 2em;  /* ss */
}

.contents-area-desc {
  padding-left: 0.2em;
  padding-right: 2.0em;
  width: 55%;
  float: left;
  line-height: 140%;
}

.contents-area-wide {
  padding: 0.2em 0;
  width: 95%;
  float: left;
  line-height: 140%;
}


/* news */

h4.newsdate {
  margin-top: 2.5em;
}

body {
  margin: 0 0 1em 0;
  padding: 0; /* need for Opera */
  background: #fff;
  color: #333;
  min-width: 610px;
}

form { margin: 0; }
img { border: 0; }

/* Core site element widths */

#header { padding: 0 15px 0 0; }
#upperstrip { padding: 0 15px 0 55px; }
#content { padding: 0 15px; }
#footer { padding: 0 15px; margin: 0 15px; }

#header div, #content, #upperstrip div, #footer, #main-feature .feature-contents {
/*  max-width: 900px; margin: 0 auto; */
}

#header div { position: relative; }

/* header */

#header {
  height: 92px;
  position: relative;
  border-bottom: 1px solid #9FCBF7;
  background: #F6FAFE url("../images/template/header-background.png") top left repeat-x;
  z-index: 1;
}

#header h1 { margin: 0; }

#header h1 img {
  font-weight: bold;
  color: #7f7c45;
}

/* upperstrip */

#upperstrip {
  background: #000080;
  padding-top: 4px;
  padding-bottom: 30px;
  font-size: 85%;
  color: #C8E0FA;
}

/* content */

#content {
  background: #fff;
}


/* Sidebar */

#nav:before {
  line-height: 1;
  font-size: 1px;
  margin: 0;
  height: 9px;
  display: block;
  border-bottom: 1px solid #ddd;
  content: url("/images/box/strip_tl.gif");
}
#nav {
  margin-bottom: 1em;
}
#nav:after {
  display: block;
  padding-top: 0;
  line-height: 0.1;
  font-size: 1px;
  margin: 0 0 0 0;
  height: 8px;
  border-top: 1px solid #fff;
}

#nav, #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  display: inline;
  padding: 0;
  margin: 0;
}

#nav li span { /* used for un-linked menu items */
  display: block;
  padding: 6px 10px;
  font-weight: bold;
  color: #666;
}
#nav li span#configParent, #nav li span #configuration {
  display: inline;
  font-weight: normal;
  padding: 0;
}

#nav li a {
  display: block;
  padding: 8px 10px;
  font-weight: bold;
  text-decoration: none;
  background: #DDFFFF;
  border-bottom: 2px solid #DDDDDD;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #DDDDDD;
  border-left: 2px solid #DDDDDD;
}
#nav li a:hover {
  background: #CCFFCC;
}

#nav li li a, #nav li li span {
  padding: 4px 8px 4px 20px;
}

#nav li li a {
  font-weight: normal;
}

#nav li li li a, #nav li li li span {
  padding: 4px 8px 4px 25px;
}

#nav li li li li a, #nav li li li li span {
  padding: 2px 8px 2px 30px;
}

#nav li li li li li a, #nav li li li li li span {
  padding: 2px 8px 2px 35px;
}


/* footer */

#footer {
  border-top: 1px solid #999;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #888;
  padding: 1em 0;
  text-align: center;
}

#footer-contents {
  padding: 0;
  border-top: 1px solid #C9D0E0;
}

#footer p {
  margin: 0.3em;
  clear: both;
}

/* Random HTML Styles */

li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

sup {
  font-size: 70%;
}

form {
  margin: 0;
  display: inline;
}

label {
  font-weight: bold;
}


/* Navigation */

:link img,
:visited img {
  border: 0;
}
.deepLevel #mainContent :link img,
.deepLevel #mainContent :visited img {
  border: medium solid;
}
.deepLevel #mainContent #buttons :link img,
.deepLevel #mainContent #buttons :visited img {
  border: 0;
}


/* Comments and other Asides */

.note {
  font-style: italic;
}
.note:before {
  content: "REMARKS: ";
}

/* new notes */
.update {
	font-style: normal;
	text-align: center;
}
.update:before {
	content: "LAST UPDATE : 2021/04/18";
}
.ads {
	font-style: normal;
	text-align: center;
}
.ads:before {
	content: "";
}
/* end new notes */

/* Reduce main header sizes */
 
.contents-area > p:first-child,
.contents-area > ul:first-child,
.contents-area > ol:first-child,
.contents-area > h1:first-child,
.contents-area > h2:first-child,
.contents-area > h3:first-child,
.contents-area > h4:first-child,
.contents-area > h5:first-child,
.contents-area > h6:first-child {
  margin-top: 0;
}

/* Emphasis */

strong.stronger {
  font-style: italic;
  font-weight: bold;
}

strong.very-strong {
  font-weight: bold;
  text-transform: uppercase;
}

*.important,
div.important,
p.important {
  margin: 1em;
  padding: 0.1em;
  border: solid #F00;
  font-size: larger;
}

span.important {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: smaller;
  color: #c00;
}

/* Computers - General */

pre.screen {
  overflow: auto;
  margin: 1em 0.5em;
  padding: 0.2em;
  border: solid 1px;
  font-family: monospace;
  white-space: pre;
}

div.screen {
  margin: 1em .5em;
  padding: 0.2em;
  border: solid 1px;
}

/* Headers */

#mainContent > h1:first-child,
#mainContent > h2:first-child,
#mainContent > h3:first-child,
#mainContent > h4:first-child,
#mainContent > h5:first-child,
#mainContent > h6:first-child,
#side > h1:first-child,
#side > h2:first-child,
#side > h3:first-child,
#side > h4:first-child,
#side > h5:first-child,
#side > h6:first-child {
  margin-top: 0;
}

/* Main Page Area */

  #side {
    float: left;
    width: 18%;
    margin-bottom: 1em;
    margin-top: 0;
  }

  #mainContent {
    float: right;
    width: 78%;
    margin-bottom: 3em;
    margin-top: 1em;
/*    margin-left: 3emG */
  }

  #mainContent.right {
    float: left;
    width: 62%;
    margin-bottom: 2em;
  }

  #side.right {
    float: right;
    width: 35%;
    margin-bottom: 2em;
    margin-top: 0;
  }

/* Footer */

  #footer {
    clear: both;
    margin-top: 1em;
  }

  #footer ul {
    margin: 1em 0;
    padding: 0;
    list-style: none;
  }

  #footer li {
    display: inline;
    padding: 0 1em;
    margin: 0;
    white-space: nowrap;
  }

  #footer ul#footer-menu {
    margin: 0 0 1em 0;
  }

  #footer p {
    margin: 0.6em 0;
  }

