/* 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;
  text-align: left;
  margin: 0 auto;
}

#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:link, a:visited {
        color: #0000EE;
}

a:hover {
		background: #333;
		color: #fff;
}

#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;
}
