html {
  background: #171717 url(/images/Clouds.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Clouds.jpg', sizingMethod='scale')";
}

body { 
  font-family:Trebuchet MS,Arial,Geneva,Verdana,sans-serif;
  font-size:11pt;
  color: #333333;
  background-color: transparent;
}

table, tr, td, li, p, div { 
  font-family:Trebuchet MS,Arial,Geneva,Verdana,sans-serif;
} 

.venti {
  font-size: 24pt;
  font-weight: bold;
}

.grande {
  font-size: 16pt;
  font-weight: bold;
}

.medium {
  font-size: 12pt;
  font-weight: bold;
}

.normal {
  font-size: 10pt;
}

.small {
  font-size: 9pt;
}

.tiny {
  font-size:8pt;
}

.highlight {
  font-weight: bold;
  color: #FFFF77;
}

.bodytable { 
  border:0px;
  width: 1000;
  padding: 5px 5px 5px 5px;
  background: transparent url(/images/filter.png);
  font-size:11pt;
} 

.sepline {
  color: #444444;
}

table.prevgigs td { 
  border:0px;
  padding: 10px 1px 10px 1px;
  background-color: transparent;
  background-image:none;
  color: #444444;
  font-size:9pt;
  vertical-align: text-middle;
} 

table.nextgigs td { 
  border:0px;
  padding: 10px 1px 10px 1px;
  background-color: transparent;
  background-image:none;
  color: #444444;
  font-size:11pt;
  vertical-align: text-top;
} 

.infotable { 
  border:0px;
  padding: 1px 1px 1px 1px;
  font-size:10pt;
  background-color: transparent;
  background-image:none;
} 

.plaintable { 
  border:0px;
  padding: 0px 0px 0px 0px;
  font-size:8pt;
  background-color: transparent;
  background-image:none;
} 

.linktable { 
  border:0px;
  width: 100%;
  padding: 3px 3px 3px 3px;
  font-size:8pt;
  background-color: transparent;
  background-image:none;
} 

a:active, a:visited, a:link { 
  color: #154096; /* #3B5998; /*#FFFFFF;*/
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.textinput {
  background: transparent url(/images/filter.png);
  border: 1px solid #333333;
  font-size: 8pt;
  color: #444444;
}

textarea {
  background: transparent url(/images/filter.png);
  border: 1px solid #333333;
  font-size: 8pt;
  color: #444444;
}

#quotes {
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
  text-align:center;
  height:50px;
}


