/* 
    Document   : band
    Created on : 04-Nov-2009, 10:45:19
    Author     : Ads
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#bandicons img {position: absolute; top: 50%; left: 50%; width: 200px; height: 200px; margin-left: -100px; margin-top: -100px; opacity: 0.5}
div#bandicons img:hover {opacity: 0.8; cursor: pointer}
div#bandicons img.selected {opacity: 1}

div#persondetails {display: none; width: 400px; height: 310px; padding-left: 59px; padding-top: 37px; color: white; background-image:url(/images/person-background.png); left:50%; margin-left:-75px; margin-top:-20px; position:absolute;}

div#persondetails #personname        {height: 97px; width: 421px; margin-top: 6px; margin-left: -55px}
div#persondetails #personname span   {display: none}
div#persondetails #personblurb       {margin-top: -45px; padding-right: 5px; color: white; font-size: 12px; width: 145px; overflow: auto; height: 184px}
div#persondetails #personinstruments {float: right; margin-right: 34px; margin-top: 15px; width: 25px; height: 245px; display: block; background-repeat: no-repeat}
div#persondetails #personinstruments span {display: none}

div#persondetails #personphoto {float: right; margin-right: 2px; margin-top: -106px; background-image: url('/images/gr-loading.png'); background-position: center; background-repeat: no-repeat; width: 176px; height: 245px}

