@charset "UTF-8";

/*===========================================

 * maintenance.scss

=========================================== */

header h1 {
  background: url("../img/h-maintenance.jpg") no-repeat;
  text-indent: -99999px;
}

article#content h3 {
  margin: 3em 0 0.5em;
  padding: 3px 5px;
  background-color: #6e7f8f;
  color: #fff;
  font-size:14px;
  font-weight:bolder;
}

article#content h3.form-heading {
  margin-top: 1em;
}

article#content ul {
  margin-bottom: 1em;
}

article#content ul.nav {
  margin-top: 1em;
  padding-left: 0;
}

article#content ul.nav li {
  display: block;
  padding-left: 15px;
  background: url("../../img/common/list-icon.gif") 5px 0.5em no-repeat;
  margin-left: 0;
}

article#content table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

article#content th, article#content td {
  padding: 5px;
  border: 1px solid #6e7f8f;
}

article#content th {
  background-color: #e7e7e7;
  vertical-align: top;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
}

article#content td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article#content td dt, article#content td dd {
  padding: 5px 0;
  border-top: 1px dotted #666666;
}

article#content td dt:first-child, article#content td dd:nth-child(2) {
  border-top-width: 0;
}

article#content td dt {
  width: 6em;
  float: left;
}

article#content td dd {
  margin-left: 6em;
}

article#content textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-y: auto;
}

article#content span.form-description {
  color: #666;
}

article#content p.form-instruction {
  margin-top: 1em;
}

article#content p.form-operation {
  padding: 5px;
  background-color: #6e7f8f;
  text-align: center;
}

article#content input[type="radio"] {
  vertical-align: top;
}

article#content em {
  color: #f00;
  font-style: normal;
}

#side-nav{
  border-bottom: 1px dotted #666666;
}

#side-nav div{
  margin: 1em 0;
  padding: 10px;
  border: 1px solid #666;
  color: #333;
  font-weight: bold;
}