﻿
/************ MusicManager Styles ***********************/
.artistPanel
{
    background-color: #071822;
    background-image: url("images/panel_bg.jpg");
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
}
.artistListItem
{
    border-bottom: black 2px solid;
    border-left: black 2px solid;
    border-right: black 2px solid;
    background-color: #071822;
}
.artistListItemText_bak
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Verdana, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #D6DBDE;
}
.artistListItemText
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Verdana, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #D6DBDE;
}
.genreListItem
{
    border-bottom: black 2px solid;
    border-left: black 2px solid;
    border-right: black 2px solid;
    background-color: #071822;
}
.genreListItemText
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Verdana, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #D6DBDE;
}
.artistHead
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FF9600;
}
.artistHeadLink
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF9600;
}
.artistLink
{
    font-family: "Lucida Sans Unicode" , "Lucida Sans" , Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #5FBDE9;
}
.blankPanel
{
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    cursor: url( 'images/horns.cur' );
}
.albumPanel
{
    background-color: #071822;
    background-image: url("images/panel_bg.jpg");
    background-repeat: repeat;
    height: 50px;
    width: 100%;
}
.albumLink 
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-size: 13px;
    color: #5FBDE9;
}
.albumHead 
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-size: 18px;
    color: #FF9600;
    font-weight: bold;
}
.discHead 
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-size: 14px;
    color: #D6DBDE;
    font-weight: bold;
}
.trackLink 
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-size: 12px;
    color: #D6DBDE;
}
.hornsCursor
{
    cursor: url( 'images/horns.cur' );
}
.subTextLink
{
    font-size: small;
    font-family: Tahoma;
    color: #5FBDE9;
}
.subTextLinkSmall
{
    font-size: 8pt;
    font-family: Tahoma;
    color: #5FBDE9;
}
.subTextLinkExtraSmall
{
    font-size: 7pt;
    font-family: Tahoma;
    color: #5FBDE9;
}
.subText
{
    font-size: 8pt;
    font-family: Tahoma;
}
.subTextWhite
{
	font-size: 8pt;
	font-family: Tahoma;
	color: whitesmoke;
}
.previewTextWhite
{
	font-size: 8pt;
	font-family: Tahoma;
	color: whitesmoke;
	line-height: 16px;
}
.previewTextSmallWhite
{
	font-size: 8pt;
	font-family: Tahoma;
	color: whitesmoke;
	line-height: 10px;
}
.popupText
{
	font-size: 8pt;
	color: teal;
	font-family: tahoma;
	background-color: whitesmoke;
}
DIV.GreyScrollbar { z-index:2; padding-left:0px; padding-right:5px; padding-top:5px; padding-bottom:0px; overflow:auto; scrollbar-face-color: #cccccc; scrollbar-shadow-color: #333333; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #cccccc; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #ffffff}
.test
{
    border-bottom: gainsboro 1px ridge;
}