/* 
    Document   : shortcuts
    Created on : 11 nov. 2010, 14:24:48
    Author     : nizar
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}


#updateAccount-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(updateAccount-win.png );
}


#addAccountWeb-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(addAccountWeb-win.png );
}

#contact-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(contact-win.png );
}

#server-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(server.png );
}

#addAccountDesktop-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(desktop.png );
}

#addRegister-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(register.png );
}
#map-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(localite64.png );
}

#ad-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(ad-win.png );
}


#ad2-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(ad-win.png );
}



#reporting-win-shortcut img {
    width: 48px;
    height: 48px;
    background-image: url(reporting-win-shortcut.png );
}


