body {
	background-color : Black;
	margin: 0;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-image : url(site_images/vegasbackground.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: silver;
}

a:hover {
	text-decoration: none;
	color: silver;
}

a.image {
	text-decoration:none;
}

img {
	border: 0;
}

table.content {
	border: 1px solid #555555;
	font-size: 10pt;
	background-color:black;
}

table.main {
   background-image: url(site_images/table-content-bg.jpg);
}

.innertube {
	padding: 5px;	
}

.schedule {
	font-size : 9pt;
	font-style: italic;
	font-weight: bold;
	
}

.city  {
	font-size: 7pt;
	text-align: right;
	
}

.citytube {
	padding: 10px;
}

#headermenu {
	font-size : 8pt;
	font-family : Verdana;
	text-indent: 8px;
	padding: 3px 0px 3px 0px;
}

#headermenu a{
	text-decoration: none;
    font-weight: bold;
	color:white;
}

#headermenu a:hover{
	text-decoration: none;
	color:#ff0000;
}

.innertube ul {
 margin:0px;
 padding:0px;
 list-style-type:none;
}

.innertube.li {
margin: 0 0 3px 0;
}

ul.promo {
margin: 0;
padding: 0;
list-style-type: none;
}

li.promotitle {
font-size: 10pt;
text-align: left;
font-style: italic;
padding-left: 5px;
padding-top: 10px;
font-variant: small-caps;
font-weight: bold;
}

li.promotitle a {
color: white;
}

li.promotitle a:hover {
color: silver;
border-bottom: 1px dashed silver;
}

li.promoauthor {
font-size: 8pt;
font-weight:bold;
text-align: right;
padding-right: 10px;
padding-top: 3px;
font-variant: small-caps;
color:#ff0000;
}

