BODY, TD {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: gray;
	background: black;
	}

A, A:visited {
	color: white;
	text-decoration: none}

A:active {
	color: #6060FF}

A:hover {
	text-decoration: underline}

.actionmessage          { color: gray}
.album 			{ color: #CC9999 }
.album-odd 		{ color: gray; background: #222222}
.album-even 		{ color: gray; background: #111111}
.artist 		{ color: #9999CC } 
.banner                 { color: gray;font-size: 11px}
.blank                  { font-style: italic}
.box                    { border: 1px solid gray;
	                  border-color: gray}
.channel         	{ color: #D5FFA8}
.fileunder	 	{ color: #9999CC }  /* artist alpha listing */
.genre  		{ color: #33FF33 } 
.info 			{ color: gray }
.info-key 		{ color: white}
.labellarge {
	color: gray;
	font-weight: bold;
	font-size: 15px}
.labellargebright {
	color: white;
	font-weight: bold;
	font-size: 15px}
.large {
	font-weight: bold;
	font-size: 15px}
.lists 			{ color: #9999AA}
.message {
	color: gray;
	font-weight: bold;
	font-size: 15px;
	background: #222222}
.message-error {
	color: red;
	font-weight: bold;
	font-size: 15px;
	background: #222222}
.navbox 		{ color: black; background: black }
.navbox-url {
	font-size: 15px;
	font-weight: bold;
	color: white;
	background: black}
.none { /* i.e. 'none found' */
	font-style: italic;
	color: gray;
	text-align: center}
.number 		{ color: gray; text-align: right}
.song, .a.song  	{ color: #99CC99 }
.owner 		        { color: #AA9999 }  /* owner of an album or song */
.musicroot              { color: #DCA735 }  /* musicroot / collection */
.type		        { color: #BBDDDD }  /* artist type */
.user 		        { color: #AA9999 }
.search 	        { color: #CC9999 }
.version                { color: gray}
.when 			{ color: #FFCD93;   /* times and dates */
			  text-align: right }



/* Suckertree Menu style definitions */

  .suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  border:none;
  }
  
  /*Top level list items*/
  .suckertreemenu ul li{
  position: relative;
  float: left;
  border:none;
  }
  
  /*Top level menu link items style*/
  .suckertreemenu ul li a{
  display: block;
  width: 12px; /*Width of top level menu link items*/
  text-decoration: none;
  border:none;
  }
  
  /*1st sub level menu*/
  .suckertreemenu ul li ul{
  position: absolute;
  top: 1em; /* no need to change, as true value set by script */
  display: block;
  visibility: hidden;
  background-color: #222222;   /* color of submenu background */
  border:1px solid  #444444;   /* color of sub-menu border    */
  padding:5px 5px;
  margin:0px 0px 0px;
  }
  
  /*Sub level menu list items (undo style from Top level List Items)*/
  .suckertreemenu ul li ul li{
  display: list-item;
  float: none;
  }

  /*All subsequent sub menu levels offset after 1st level sub menu */
  .suckertreemenu ul li ul li ul{
  left: 159px; /* no need to change, as true value set by script */
  top: 0;
  }

  /* Sub level menu links style */
  .suckertreemenu ul li ul li a{
  display: block;
  width: 100px; /*width of sub menu levels*/
  padding: 4px 0px;
  border: none;
  color: gray;              /* color of menu text        */
  text-align:left;
  font-family:Arial;
  font-size:11px;
  font-weight:normal;
  text-decoration:none;
  }

  .suckertreemenu ul li ul li a:hover{
  background-color:black;    /* color of highlight block  */
  color: white;              /* color of highlighted text */
  text-decoration:none;
  }

  * html p#iepara{ /*For any paragraph immediately following menu, +1em top spacing in IE*/
  padding-top: 1em;
  }

  /* Holly Hack for IE \*/
  * html .suckertreemenu ul li { float: left; height: 1%; }
  * html .suckertreemenu ul li a { height: 1%; }
  /* End */

