/*
* CVS info
* $Author: adam $
* $Date: 2005/08/08 04:39:44 $
* $Revision: 1.2 $
*/

body {
  background-color: black;
  color: white;
  font-family: Times, sans-serif;
  font-size: medium;
}

h1 {
  font-size: x-large;
}

h2 {
  font-size: large;
}

p, li {
  font-size: medium;
}

a {
  text-decoration: underline;
  color: #f4f6e7;
}


a:visited {
  color: #a7a7a7;
  text-decoration: underline;
}

.style1 {
  padding: 0.25em;
  border-bottom: 1px solid #353532;
}

.style2 {
  padding: .25em;
  border-bottom: 1px solid #353532;
}

.title {
  font-family : 'Times New Roman';
  font-size : x-large;
  font-weight : bold;
  border-bottom: 1px solid #353532;
}

#container {
  width: 90%;
  line-height: 130%;
}

#album_container {
  width: 90%;
  line-height: 130%;
  background-color: #353532;
}

#main {
  background-color: #161616;
  border: 1px solid #393939;
  width: 70%;
  padding: 0.50em;
}

#footer {
  float: clear;
  background-color: black;
  font-style: italic;
  font-size: small;
  text-align: left;
  width: 100%;
}



.thumbNormal {
  border:4px solid #000000;
}
.thumbSelected {
  border:4px solid #ff0000;
}

.cover {
  border: 1px solid white;
  position: absolute;
  left: 5px;
  padding: 0px;
  width: 30%;
}

.tracks {
  border: 1px solid white;
  margin-left: 30%;
  padding: 0px;
  margin-right: 15px;
  width: 70%;
}

.tn {
  float: left;
}

.image {
  vertical-align : middle;
}

.warning {
  background-color: #730000;
  color: white;
}

.remove {
  font-weight: bold;
  text-transform: uppercase;
  color: red;
}

.bold {
  font-weight: bold;
  text-transform: uppercase;
}