/*
   original design by Payal Dhar (http://writeside.net/)
*/
* {
  padding: 0;
  margin: 0;
}
body {
  background: url(../images/hungkuen.gif);
  text-align: center;
  font: 1em Arial, Helvetica, sans-serif;
  min-width: 750px;
}
#wrapper {
  position: relative;
  margin: 15px auto;
  padding: 5px;
  border: 1px solid #003300;
  color: #449900;
  background-color: black;
  width: 750px;
}
/* Style for the page header */
#header {
  background: url(../images/dual_master_chan.gif) top left no-repeat;
  position: relative;
  margin: 0px 0px 0px 0px;
  text-align: right;
  font-size: 2em;
  color: #449900;
  background-color: black;
  width: 750px;
  height: 110px;
}
/* Style for the nav menu */
#nav {
  border-top: 1px solid #003300;
  border-bottom: 1px solid #003300;
  position: relative;
  margin-bottom: 20px;
  width: 750px;
  height: 22px;
}
#nav ul li {
  float:right;
  list-style:none;
  margin:0;
  padding:0;
}
#nav a, a:link, a:visited {
  display:block;
  margin: 0;
  padding: 2px 15px;
  text-align: center;
  background-color: inherit;
  color: #449900;
}
#nav a:hover, #nav li a#selected:hover {
  color: white;
  background: #116600;
  text-decoration: none;
}
#nav li a#selected {
  color: #449900;
  background: #004400;
  text-decoration: none;
}
/* Styles for the text area */
#pagecontent {
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0;
  width: 750px;
  text-align: left;
  line-height: 1.25em;
}
a, a:link, a:visited {
  text-decoration: none;
  display: inline;
  padding: 0;
}
a:hover {
  text-decoration: underline;
}
p, form {
  margin: 0;
  padding: 5px 20px 5px 20px;
}
h1 {
  font-size: 1.5em;
  color: #449900;
  background-color: inherit;
  border-left: #449900 10px solid;
  padding: 5px;
  margin: 20px 0;
}
h2 {
  font-size: 1.25em;
  color: #449900;
  background-color: inherit;
  margin: 0;
  padding: 20px;
}
.centered {
  text-align: center;
}
.blockquote {
	margin: 0px 0px 10px 20px; 
  padding: 10px 20px 12px 20px;
  border-left: 5px solid;
  border-color: #003300;
}
table {
	margin-left: auto;
	margin-right: auto;
}
td {
	text-align: center;
	padding: 5px 5px 5px 5px;
}
table img {
  border: none;
}
th {
  font-size: 1.25em;
  color: #449900;
  background-color: inherit;
  margin: 0;
  padding-bottom: 10px;
}
form div {
	padding-bottom: 10px;
}
form div label {
	float: left;
	width: 125px;
	text-align: right;
	padding-right: 5px;
	font-size: .8em;
	font-weight: bold;
}
form input.inputText, form textarea.inputText {
	background-color: black;
	color: #449900;
  border: 1px solid #003300;
}
form input.button {
	background-color: #003300;
	color: #449900;
	margin-left: 75px;
	border-style: none;
	padding: 2px 5px 2px 5px;
}
.map {
	width: 500px;
	height: 300px;
	margin: 0 auto;
}
.error {
	color: red;
}
/* Sytle for the schedule */
#schedule * {
	border: 0;
	border-color: #003300;
	padding: 0;
}
#schedule .border {
	background-color: #002200;
	color: #449900;
	text-align: center;
	vertical-align: middle;
	width: 65px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #003300;
	padding: 5px;
	font-size: 1em;
	
}
#schedule .train {
	background: #003300;
}
#schedule table {
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #003300;
	margin: 0 auto;
}
#schedule td {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 5px;
	vertical-align: middle;
}
/* Style for the footer */
#footer {
  color: #449900;
  background-color: inherit;
  border-top: 1px solid #003300;
  font-size: 0.8em;
  width: 750px;
  padding-top: 4px;
}
