html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body {
  min-height: 100%;
  min-width: 960px;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: #dbdbdb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000
}

#LineR {
  position: absolute;
  width: 84px;
  height: 100%;
  right: 55px;
  bottom: 286px;
  background-color: #a2b4a6;
  z-index: 18;
}

#LineRFade {
  position: absolute;
  width: 84px;
  height: 530px;
  top: 0px;
  right: 55px;
  z-index: 18;
  background-image: url(/images/lineRFade.png);
  background-repeat: repeat-x;
}

#ManRed {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 400px;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
}

#TextMain {
  position: relative;
  min-height: 100%;
  margin-left: 300px;
  margin-right: 240px;
  padding-top: 170px;
  padding-bottom: 450px;
  min-width: 340px;
  text-align: justify;
  z-index: 15;
}

* html #TextMain {
  height: 100%;
}

.Tablo {
  border-collapse: collapse;
  text-align: justify;
  border-spacing: 0px;
  empty-cells: hide;
  table-layout: fixed;
  border-width: 0;
  border-style: none;
}

.ManualBrief {
  padding-left: 20px;
}

.Illustr {
  position: relative;
  float: right;
  width: 286px;
  border-style: none;
  margin: 8px 0px 8px 14px;
}

.Pic {
  border-width: 3px;
  border-color: #7b4e01;
  border-style: solid;
  margin: 0;
}

.Subscript {
  color: #5C3A01;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  margin: 3px 0 0 0;
}

.Para {
  min-height: 240px;
}


#sortable {
  width: 100%;
  margin: 12px 0px 18px 0px;
  padding: 0;
}

#sortable li {
  width: 100%;
  padding: 8px;
  margin: 0px 0px 12px 0px;
  background-color: #F4F3F0;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: right;
  clear: both;
  list-style: none
}

#sortable li h2 {
  margin: 0px 0px 0px 0px;
}

#sortable li span.descript {
  float: left;
}

#sortable li span.descript p {
  text-align: left;
  margin: 0px 0px 0px 14px;
}

#sortable li a img{
  border: none;
}


.initAddNews { color: #888; }


.editH1 {
  color: #a80000;
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  width: 100%;
}

