@charset "utf-8";
/* CSS Document */
/*
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-size: 10px;
	font-size: 16px;
}
.text p {
	font-size: 12px;
}
*/
body {
	background-color: #141414;
	background-image: url(images/Background.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 14px;
}

a:link {text-decoration: none; color: #1B75BB; /* Blue  */}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: red;}

.Link2 {
	font-family: Arial, Helvetica, sans-serif;
}
.Link2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #1B75BB; /* Blue  */
	/* color: #00970e; /* Greenish */
	
}

h2 {
	font-size: 13px;
	color: #FAAF40; /* Bright Orangeish */
	/* color: #00970e; /* Greenish */
}

/*
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}
*/

#bodyTable { 
	margin-left: auto;
	margin-right: auto;
}

.scheduleTable
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  color: #fff;
}

.scheduleTable th, .scheduleTable td
{
  padding: 0.5em;
  text-align: left;
  border: 1px solid #fff; 
  background: #777;
}

.scheduleTable th[scope=col]
{
  color: #1B75BB;
  font-size:	12px;
  font-weight: 900;
  border: 0px;
  background: #141414;
}

.scheduleTable th+th[scope=col]
{
  color: #1B75BB;
  font-size:	12px;
  font-weight: 900;
  background-color: #333;
  border: 1px solid #fff;
}


.scheduleTable th[scope=row]
{
  color: #FAAF40;
  font-size:	12px;
  font-weight: 900;
  background-color: #333;
  border: 1px solid #fff;
}

.riderTable
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	color: #fff;
  	margin-left: auto;
	margin-right: auto;
}

.riderTable th, .riderTable td
{
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: 1px solid #fff; 
  background: #777;
}

.riderTable td[scope=overrunL]
{
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border-right: 0px;
  background: #777;
}

.riderTable td[scope=overrunR]
{
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border-left: 0px;
  background: #777;
}

.riderTable th[scope=col]
{
  color: #FAAF40;
  font-size:	12px;
  font-weight: 900;
  background-color: #333;
  border: 1px solid #fff;
}

.copyright {
	font-size: 10px;
	color:#FFF;
	text-align:center;
	vertical-align:bottom;
}

