/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #000000;
  background: none #FFFFFF;
  text-align: center;
  line-height: 16px;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #000000;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #FF9E20;
  text-decoration: underline;
}
a:hover {
  color: #FF9E20;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em {
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #ED1B26;
  font-weight: bold;
}
h1 {
}
h1 , h1 * {
  font-size: 13px;
  color: #000000;
}
h2 {
  margin-bottom: 10px;
}
h2 , h2 * {
  font-size: 13px;
  color: #000000;
}
h3 {
  margin-bottom: 9px;
}
h3 , h3 * {
  font-size: 11px;
  color: #000000;
}
h4 {
}
h4 , h4 * {
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
sub {
}
sup {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.ready , .ready * {
  color: #00FF00 !important;
}
.ready input {
  border: 1px solid #00FF00 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00FF00 !important;
  border-bottom: 1px solid #00FF00 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.print {
  display: none;
}
/* --- form --- */
/*
.formtext {
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
  height: 16px;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
.button {
  border: 2px solid #C61328;
  background-color: #1C67A8;
  color: #FFFFFF;
  line-height: 12px;
  _height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
*/
/* --- mask --- */
div.web-all {
  background-color: #FFFFFF;
  width: 800px;
  margin: 0px auto;
  text-align: left;
}
div.web-top {
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 245px;
}
div.content-top {
  background: no-repeat left bottom url('../images/corner-content-top-left.gif') #F5F5F5;
}
div.web-content {
  padding-bottom: 25px;
}
div.content-left {
  float: left;
  width: 493px;
  padding: 11px 13px 0px 24px;
}
div.content-right {
  width: 270px;
  float: right;
  background: no-repeat right top url('../images/corner-content-top-right.gif');
}
div.web-logos {
  padding-top: 5px;
  height: 70px;
  border-top: 3px solid #F4F4F4;
  cursor: default;
}
div.web-footer {
  height: 55px;
  border-top: 3px solid #F4F4F4;
  cursor: default;
}
/* --- web-top --- */
div.web-top-top {
  height: 78px;
}
div.web-top-top div.logo {
  float: left;
  padding: 12px 0px 0px 22px;
}
div.top-menu {
  float: right;
  text-align: right;
  padding: 32px 23px 0px 0px;
  width: 40%;
}
div.top-menu a {
  color: #797979;
  text-decoration: none;
}
div.top-menu a:hover {
  color: #FF9E20;
  text-decoration: none;
}
div.top-menu a.active {
  color: #FF9E20;
  text-decoration: none;
}
div.top-menu a.active:hover {
  color: #FF9E20;
  text-decoration: none;
}
div.top-menu div.homepage {
  background: no-repeat left bottom url('../images/back-top-menu-homepage.gif');
  float: right;
  height: 21px;
}
div.top-menu div.english {
  background: no-repeat left bottom url('../images/back-top-menu-english.gif');
  float: right;
  height: 21px;
}
div.top-menu img {
  float: right;
  margin: 2px 11px 0px 11px;
}
div.top-action {
  width: 128px;
  float: right;
  padding-top: 51px;
  line-height: 14px;
  cursor: default;
}
div.top-action h2 {
  margin-bottom: 5px;
}
div.top-action a {
  color: #000000;
  text-decoration: none;
}
div.top-action a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
div.top-action a.button {
  background: no-repeat left bottom url('../images/button2.gif');
  width: 76px;
  height: 20px;
  display: block;
  margin: 20px 0px 0px 33px;
  text-align: center;
  padding-top: 3px;
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
}
div.top-action a.button:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* --- content-top --- */
div.content-top h1 {
  padding: 18px 24px 0px 24px;
}
div.content-top div.text {
  padding: 10px 24px 18px 24px;
}
/* --- content-left --- */
div.content-left div.left {
  width: 246px;
  float: left;
}
div.content-left div.center {
  border-left: 1px solid #E3E3E3;
  width: 226px;
  float: left;
  padding: 5px 0px 0px 20px;
  line-height: 14px;
}
div.content-left div.center h2 {
  margin-bottom: 0px;
}
div.content-left div.action1 {
  padding-top: 8px;
  background: repeat-x left bottom url('../images/content-dotted-line.gif');
}
div.content-left div.action2 {
  padding-top: 8px;
  background: repeat-x left bottom url('../images/content-dotted-line.gif') #F8F8F8;
}
/* --- content-right --- */
div.content-right div.right-in {
  width: 246px;
  float: right;
  background: repeat-y left top url('../images/back-content-center.gif');
  line-height: 14px;
  padding: 15px 0px 18px 24px;
}
div.content-right img {
  display: block;
  padding: 8px 12px 13px 15px;
  float: left;
}
/* --- footer --- */
div.web-footer div.corner {
  background: no-repeat left top url('../images/corner-footer-left.gif');
  width: 12px;
  height: 12px;
  float: left;
  position: relative;
  top: -12px;
}
div.web-footer div.left {
  float: left;
  padding: 1px 0px 0px 12px;
  color: #9A9A9A;
}
div.web-footer div.right {
  float: right;
  padding: 5px 23px 0px 0px;
  text-align: right;
}
div.web-footer div.right p {
  color: #C4C4C4;
  font-size: 10px;
  float: left;
  padding: 9px 9px 0px 0px;
}
div.web-footer div.right img {
  float: left;
}
/* --- web-logos --- */
div.web-logos div.corner {
  background: no-repeat left top url('../images/corner-footer-left.gif');
  width: 12px;
  height: 12px;
  float: left;
  position: relative;
  top: -17px;/*-12px;*/
}
div.web-logos div.f-l {
  padding: 12px 0px 0px 60px;
  position: relative;
}
div.web-logos div.f-r {
  padding: 12px 5px 0px 40px;
  position: relative;
}
div.web-logos div.f-l strong {
  position: absolute;
  top: 0px;
  left: 12px;
}
div.web-logos div.f-r strong {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* ---  --- */
div.back-bottom {
  width: 247px;
  background: no-repeat left top url('../images/back-content-center-bottom.gif');
  height: 6px;
  overflow: hidden;
}
img.ico {
  margin-right: 7px;
}
a.action {
  text-decoration: none;
  color: #000000;
}
a.action:hover {
  text-decoration: none;
  color: #FF9E20;
}
/* ---  --- */

