/*standard formatting stuff*/

a:link
{text-decoration: underline;
color: #000000;}

a:active
{text-decoration: none;
color: #cccccc;}

a:visited
{text-decoration: underline;
color: #000000;}

a:hover
{text-decoration: underline;
color: #999999;}

/*home page stuff*/

td.homeTitle
{color: #000000;
font-weight: bold;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

/*band page stuff*/

a.bandLink:link
{text-decoration: none;
color: #000000;}

a.bandLink:active
{text-decoration: none;
color: #000000;}

a.bandLink:visited
{text-decoration: none;
color: #000000;}

a.bandLink:hover
{text-decoration: none;
color: #999999;}

a.bandwebLink:link
{text-decoration: none;
color: #999999;}

a.bandwebLink:active
{text-decoration: none;
color: #999999;}

a.bandwebLink:visited
{text-decoration: none;
color: #999999;}

a.bandwebLink:hover
{text-decoration: none;
color: #999999;}

/*image shadow*/
.img-shadow {
  clear: both;
  float: left;
  background: url('../images/general/img_shadow/shadowAlpha.png')
                     no-repeat bottom right !important;
  background: url('../images/general/img_shadow/shadow.gif')
                     no-repeat bottom right;
  margin: 10px 7px 0 10px !important;
  margin: 10px 7px 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #E7E6E2;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

/*releases page stuff*/

td.trackList
{color: #333333;
font-weight: lighter;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:smaller;
}

/*warning text*/
.warn
{font-size: 9px;
color: #ff0000;}

a.warn:link
{text-decoration: underline;
color: #660000;}

a.warn:active
{text-decoration: none;
color: #cccccc;}

a.warn:visited
{text-decoration: underline;
color: #660000;}

a.warn:hover
{text-decoration: underline;
color: #993300;}