body, div, span, p, td, ul, li, a{
  font-family: Verdana, sans-serif;
}
form{
  padding: 0;
  margin: 0;
}

h1{
  color: #4E8AE6;
}

/* links */
a, a:link, a:visited{
  color: #1454BE;
  text-decoration: none;
  font-size:14px;
}

a:hover{
  color: #F78E29;
  text-decoration: underline;
}

cite{
  color: green;
}

.tabs {
  padding-top: 30px;
/*  float:left;*/
  width:100%;
/*  background:#EFF4FA;*/
  font-size:93%;
  line-height:normal;
}
.tabs ul {
  margin:0;
  padding:20px 10px 31px 0px;
  list-style:none;
  border-bottom:1px solid black;
/*  background:yellow;*/
}
.tabs li {
/*  float:left;*/
  display:inline;
  margin:0;
  padding:0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.tabs a {
  position:relative;
/*  top:1px;*/
  color: white;
  float:left;
  text-decoration:none;

  margin:0 0 0 10px;
  background:url("/img/tabs-l.png") no-repeat left top;
  background-color: red;
/*  background-position: left 0px;*/
  padding:0 0 0 5px;

  border: 1px solid black;
}

/* IE 6 hack*/
* html .tabs a {
  top:1px;
}
* html .tabs a span {
  cursor: hand;
}

.tabs a span {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: white;

  float:left;
  display:block;
  background:url("/img/tabs-r.png") no-repeat right top;
  background-color: blue;
/*  margin:0;*/
  padding:5px 13px 5px 6px;
}

.tabs a:hover{
  text-decoration: none;
}
/*
.tabs a:hover{
  background-position: left -70px;
}
.tabs a:hover span{
  color: white;
  background-color: orange;
  background-position: right -70px;
}
.tabs .active a{
  background-position: left -35px;
  border-width:0;
}
.tabs .active a span{
  background-position: right -35px;
  border-width:0;
  color: white;
}
*/

.tabs .web a,.tabs .web a span {
  background-color: #3366FF;
  color: white;
}
.tabs .video a,.tabs .video a span {
  background-color: #33CC00;
  color: white;
  border-bottom-color: #33CC00;
/*  border-bottom-width:0;*/
}

.tabs .lyrics a,.tabs .lyrics a span {
  background-color: #FE0000;
  color: white;
}

.tabs .blog a,.tabs .blog a span {
  background-color: #FFCC00;
  color: black;
}




/* table */
table.table{
  border-collapse: collapse;
  border-spacing: 0px;
}

table.table td{
/*  border: 1px solid #F78E29;*/
  padding: 5px;
  vertical-align:top;
}


.pager{
  text-align: center;
}

.pager a, .pager b, .pager input{
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
}


