﻿
#map {
    position:relative;
    margin:0;
    padding:0;
    width:779px;
    height:715px;
    background:url(/i/memberzplus/contact_popup.jpg) no-repeat #fff;
    font-family:arial, helvetica, sans-serif;
    font-size:8pt;
}		


#map li {
    margin:0;
    padding:0;
    list-style:none;
}

#map li a {
    position:absolute;
    display:block;
    /*
       Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
	background:url(/i/webstructure/blank.gif);
    text-decoration:none;
    color:#000;
}

#map li a span { display:none; }

#map li a:hover span {
    position:relative;
    display:block;
    width:200px;
    left:20px;
    top:20px;
    border:1px solid #000;
    background:#7EE;
    padding:5px;
    filter:alpha(opacity=95);
    opacity:0.9;	
}

#map a.letters 
{
    top:34px;
    left:23px;
    width:65px;
    height:25px;
}

/*
#map a:hover
{
    background:#279;			
    filter:alpha(opacity=10);
    opacity:0.1;				
}
*/

#map a.print {
    top:34px;
    left:95px;
    width:55px;
    height:25px;
}

#map a.assign {
    top:34px;
    left:155px;
    width:62px;
    height:25px;				
}

#map a.hold {
    top:34px;
    left:220px;
    width:57px;
    height:25px;
}

#map a.status {
    top:34px;
    left:440px;
    width:87px;
    height:25px;			
}

#map a.pagecontrols {
    top:0px;
    left:675px;
    width:100px;
    height:25px;		
}

#map a.generalinformation {
    top:62px;
    left:30px;
    width:330px;
    height:205px;		
}

#map a.contactinformation {
    top:62px;
    left:433px;
    width:320px;
    height:197px;		
}

#map a.controltabs {
    top:267px;
    left:26px;
    width:472px;
    height:32px;		
}

#map a.details {
    top:312px;
    left:123px;
    width:500px;
    height:360px;		
}
