@charset "utf-8";

body {
	background-color:#181c1f;
	color:#181c1f;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-image:url(../images/bg_profile.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
a:link    {color:#ffffff; text-decoration:none;}
a:visited {color:#ffffff; text-decoration:none;}
a:active  {color:#ffffff; text-decoration:none;}
a:hover   {color:#181c1f; text-decoration:none;}

/*artist profile*/
div.artistProfile{float:left; display:inline; width:430px; margin-top:10px;}
div.artistProfile div.artistProfileTitle{float:left; display:inline; width:158px; color:#006b86; text-align:right; margin-right:15px;}
div.artistProfile div.artistProfileInfo{float:left; display:inline; width:255px; color:#ffffff; text-align:left; word-wrap:break-word; overflow:hidden;}

/*profile*/
div#DIV_ArtistProfileContent{ margin-left:48px;float:left; display:inline; width:500px; padding-bottom:20px; min-height:800px; height:expression(this.scrollHeight < 800 ? "800px" : "auto"); background-image:url(../images/bg_artistProfileContent.gif); background-repeat:repeat-y;}
span.artistDescription{float:left; display:inline; width:373px; margin:10px 0px 20px 30px; word-wrap:break-word; overflow:hidden; text-align:left; color:#ffffff;}
div.artistItemGrid{float:left; display:inline; width:407px; height:44px; background-image:url(../images/bg_darkGrid.gif); margin:20px 0px 0px 10px;}
div.artistItemGrid select{float:left; display:inline; width:225px; height:20px; margin:12px 0px 0px 12px;}

span.itemBar{float:left; display:inline; width:391px; height:22px; margin:18px 0px 18px 10px; color:white; padding-left:16px; line-height:22px; text-align:left; background-image:url(../images/title_profileBar.gif); background-repeat:no-repeat;}
div.item{ float:left; display:inline; width:390px; margin:0px 0px 10px 27px;}
span.itemTitle{ float:left; display:inline; width:60px; padding-left:10px; border-left:1px solid white; font-size:12px; color:#006b86;  word-wrap:break-word; overflow:hidden; text-align:left;}
span.itemTitleEmpty{float:left; display:inline; width:60px; padding-left:10px; font-size:12px; color:#338099;  word-wrap:break-word; overflow:hidden; text-align:left;}
span.itemComment{float:left; display:inline; width:315px; color:#ffffff; word-wrap:break-word; overflow:hidden; text-align:right; line-height:20px;}
span.itemContent{ float:left; display:inline; width:315px; color:#ffffff; word-wrap:break-word; overflow:hidden; text-align:left; line-height:20px;}
a.topOfItem{float:left; display:inline; width:8px; height:6px; margin:0px 0px 5px 380px; background-image:url(../images/btn_topBlue.gif); background-repeat:no-repeat;}

