
/* libraries table */
#libraries td.box          { font-weight: bold;}
#libraries tr.box-message  { font-weight: normal; color: #999;}
#libraries tr.box-populated,
#libraries .col-weight, #libraries .col-box,
#library-attach            { display:none }

/* library filter */
#library-edit-form .attach a.icon
                           { float:left; display:block;border:none;width:16px; height:16px; margin:0px 10px; background:url(img/link.png) no-repeat left top  }
#library-edit-form .detach a.icon  
                           { float:left; display:block;border:none;width:16px; height:16px; margin:0px 10px; background:url(img/link_break.png) no-repeat left top  }
#library-edit-form .attach a span,
#library-edit-form .detach a span  
                           { display:none }
#library-edit-form .views-admin-links
                           { display:none }

/* attach menu */
#library-attach-menu-form  { width:100% }  
#library-attach-menu-form tr.select 
                           { background-color:#DDDDDD }
#library-attach-menu-form td        
                           { padding:0px }


#library-attach-menu-form .menu-collapse 
                           { float:left;}
#library-attach-menu-form .menu-collapse a 
                           { display:block;border:none;width:16px; height:16px; background:url(img/maximize.gif) no-repeat left top }
#library-attach-menu-form .menu-collapse a span 
                           { display:none }
#library-attach-menu-form .load-local
                           { border:none;display:block}

#library-attach-menu-form .attach-child 
                           { display:none;float:left;}       
#library-attach-menu-form .attach-child.show 
                           { display:block}   
#library-attach-menu-form .attach-child a
                           { border:none;width:16px; height:16px;float:left;background:url(img/add.png) no-repeat left top}
#library-attach-menu-form .attach-child a span
                           { display:none}

#library-attach-menu-form a.attach-link 
                           { border:none;width:16px; height:16px;float:left;}
#library-attach-menu-form a.attach-link span
                           { display:none}    

#library-attach-menu-form a.attach-link.select
                           { background:url(img/link.png) no-repeat left top}
#library-attach-menu-form a.attach-link.select:hover
                           { background:url(img/link.png) no-repeat left top}

#library-attach-menu-form a.attach-link.unselect
                           { background:url(img/link_break.png) no-repeat left top}
#library-attach-menu-form a.attach-link.unselect:hover
                           { background:url(img/link_break.png) no-repeat left top}
