/* Begin Typography & Colors */
body {
  text-align: center;
  margin:0;
  padding:0;
  font: 12px/1.5em Verdana;
  background: #E9EAEA;
}

* {
  padding: 0;
  margin: 0;
}

#wrapper {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  background: #fff url(http://www.tix4vegas.com/_images/bg.jpg) top center repeat-y;
}

#page {
  width: 780px;
  margin: 0 auto;
  text-align: left;
}

#content {
  margin: 15px;
  min-height: 500px;
  padding: 15px;
}

#subheader {
  margin: 0; padding: 0;
  background: #00375C;
  width: 100%;
}

#feature {
  background: #00375C url("/_images/monorail_feature.jpg");
  width: 530px; height: 185px;
  color: #fff;
  float: left;
}

#feature ul {
  margin-left: 260px; margin-top: 50px;
}

#feature p {
  margin-left: 275px; margin-top: 20px;
}

img {
  border: none;
}

#tabsB {
  float:left;
  width:100%;
  background: #F4F4F4 url("/_images/h_bg_titleRow.gif");
  font-weight: bold;
  line-height:normal;
  border-bottom: 3px solid #333333;
}

#tabsB ul {
  margin:0;
  padding:10px 10px 0 40px;
  list-style:none;
}

#tabsB li {
  display:inline;
  margin:0;
  padding:0;
}

#tabsB a {
  float:left;
  background:url("/_images/tableftB.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#tabsB a span {
  float:left;
  display:block;
  background:url("/_images/tabrightB.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a span { float:none; }
/* End IE5-Mac hack */

#tabsB a:hover span { color:#000; }

#tabsB a:hover { background-position:0% -42px; }

#tabsB a:hover span { background-position:100% -42px; }

#tabsB a span.current { color:#000; background-position:100% -42px; }
#tabsB a.current { background-position:0% -42px; }

a.button {
        font-weight: bold;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 5px 7px;
        border-top: 1px solid white;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid white;
        text-align: center;
        min-width: 70px;
        text-transform: uppercase;
}
a.button:link {
        background-color: #328F12;
        color: #FFF;
        text-decoration: none;
        }
a.button:visited {
        background-color: #328F12;
        color: #fff;
        text-decoration: none;
        }
a.button:hover {
        background-color: #328F12;
        color: #fff;
        border-color: black white white black;
        text-decoration: none;
        }
a.button:active {
        background-color: #328F12;
        color: #ccc;
        text-decoration: none;
        }

a.button1 {
        font-weight: bold;
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        padding: 5px 7px;
        border-top: 1px solid white;
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid white;
        text-align: center;
        min-width: 70px;
        text-transform: uppercase;
}
a.button1:link {
        background-color: #1C5B9E;
        color: #FFF;
        text-decoration: none;
        }
a.button1:visited {
        background-color: #1C5B9E;
        color: #fff;
        text-decoration: none;
        }
a.button1:hover {
        background-color: #1C5B9E;
        color: #fff;
        border-color: black white white black;
        text-decoration: none;
        }
a.button1:active {
        background-color: #1C5B9E;
        color: #ccc;
        text-decoration: none;
        }

#content h1 {
        font-size: 16px;
        margin-top: 15px;
        }

td.content {
        font-size: 13px;
        padding: 7px;
        color: #000;
        }
        
table p.small {
        margin: 0;
        font-size: 10px;
        text-align: center;
}

.content {
        font-size: 13px;
        padding: 7px;
        color: #000;
        }

table {
        font-size: 13px;
}

td.red {
  color: red;
  text-align: center;
  font-weight: bold;
}

.notes {
  font-size: 10px;
}

A:link {color: blue;}
A:visited {color: blue;}
A:active {color: blue;}
A:hover {color: white; background: #333;}
