/*
 * Definitions below are for rails, places and route table on front page
 */

#content #textleft {
  width: 500px;
  float: left;
}

#content .railtxt {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  position: absolute;
  text-align: center;
  color: purple;
}

#content #railright {
  width: 180px;
  float: right;
  position: relative;
}

#content #railright .railblk IMG {
  margin-left: 99px;
  display: block;
}

#content #railright .railtxt {
  width: 180px;
}

#content #railright .railtxt DIV {
  width: 124px;
  text-align: right;
  float: left;
}

#content #railright .railtxt IMG {
  float: left;
  margin: 10px 7px;
}

#content #railmid {
  width: 690px;
  position: relative;
  clear: both;
}

#content #railmid .railblk IMG {
  margin-left: 3px;
  display: block;
}

#content #railmid .railtxt DIV {
  width: 124px;
  text-align: center;

}

#content #railleft {
  width: 180px;
  float: left;
  position: relative;
}

#content #railleft .railblk IMG {
  margin-left: 3px;
  display: block;
}

#content #railleft .railtxt {
  width: 180px;
}

#content #railleft .railtxt DIV {
  width: 124px;
  text-align: left;
  float: right;
}

#content #railleft .railtxt IMG {
  float: left;
  margin: -20px 35px;
}

#content .txttype_tz {
  color: green;
}

#content .txttype_cn SPAN {
  font-weight: bold;
}

#content .daytbl TH {
  font-size: 14px;
  font-weight: bold;
  color: #ff0;
  text-align:center;
  background-color: #900;
  padding: 2px;
}

#content .daytbl TD {
  font-size: 14px;
  text-align: center;
  color: #009;
  padding: 2px;
}

#content .daytbl .l {
  text-align:left;
}

#content .daytbl A {
  text-decoration: none;
  font-weight: normal;
  color: #00C;
}

#content .daytbl A:hover {
  font-weight: normal;
  color: #C00;
}


/*
 * Definitions below are for page navigation on travelogue pages
 */

#content .pagenav {
  clear: both;
  height: 45px;
  width: 300px; /* seems needed for FF, else vertical scrollbar due to */
                /* page navigation bar too wide. Inherit problem? */
}

/* This one definition is needed for IE for it to understand */
/* the #content .pagenav A:hover IMG definition below (why?) */
/* We just need a A:hover with something that doesn't harm */
/* and then, all of a sudden, IE will understand A:hover IMG */

#content .pagenav A:hover {
  text-indent: 0;
}

#content .pagenav {
  position: relative;
  left: 50%
}

#content .pagenav IMG {
  border: 0;
  background-color: #888;
}

#content .pagenav A:hover IMG {
  background-color: #D00;
}

#content .pagenav .prevpage {
  width: 28px;
  float: left;
}

#content .pagenav .nextpage {
  width: 28px;
  float: left;
}

#content .pagenav .directpage {
  float: left;
}

#content .pagenav .directpage SPAN IMG {
  background-color: #D00;
}


/*
 * Definitions below are other settings for the travelogue pages
 */

#content .pagehdrtxt {
  clear: both;
  font-size: 15px;
  color: #009;
  text-align: justify;
}

#content .chapter {
  clear: both;
  width: 690px;
  font-size: 14px;
  text-align: justify;
  padding-top: 20px;
  position: relative;
}

#content .chapter H2 {
  color: #070;
  padding: 3px 20px;
  background: url(gradient.gif) no-repeat;
  font-weight: normal;
}

#content .chapter H3 {
  color: #070;
  font-weight: normal;
  margin: 10px 0px;
}

#content .chapter .par {
  font-size: 15px;
  text-align:justify;
  color: #009;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content .chapter .imgleft, #content .chapter .imgright, #content .chapter .imgcenter {
  text-align: center;
  color: black;
  border: 1px solid black;
  padding: 3px;
  background-color: #eee;
}

#content .chapter .imgleft {
  float: left;
  margin: 5px 5px 5px 0;
}

#content .chapter .imgright {
  float: right;
  margin: 5px 0 5px 5px;
}

#content .chapter .imgcenter {
  margin: 0 auto;
}

#content .chapter .imgleft IMG, #content .chapter .imgright IMG {
  display: block;
  margin-bottom: 3px;
}

/*
 * Definitions below are for legacy issues for the English front page
 */

#content .rails {
  font-size: 14px;
  color: #990099;
  width: 191px;
  float: right;
}

#content .rails .km {
  float: left;
  text-align: right;
  padding-top: 6px;
  width: 45px;
  height: 20px;
}

#content .rails .rail {
  float: left;
  width: 26px;
  height: 26px;
}

#content .rails .railspace {
  float: left;
  width: 26px;
  padding-left: 45px;
}

#content .rails .rail IMG,
#content .rails .railspace IMG  {
  vertical-align: middle;
  padding: 0 4px;
}

#content .rails .name {
  vertical-align: middle;
  float: left;
  width: 120px;
  padding-top: 6px;
  height: 20px;
}


