/* 
    Document   : local
    Created on : 13 janv. 2010, 18:19:08
    Author     : adelpech
    Description:
        Purpose of the stylesheet follows.
*/

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

.destpnl {
    border : 1px solid black;
}

.minidestpnl {
    border : 1px solid red;
    padding : 1px;
    background-color:#808080;
}

.trashcan
{
    border:1px dashed #808080;
    background-image:url("../images/trashcan.png");
    background-position: center;
}

.validcmd
{
    background-image:url("../images/valid.png");
    background-position:left;
    background-repeat:no-repeat;
}

.cancelcmd
{
    background-image:url("../images/cancel.png");
    background-position:left;
    background-repeat:no-repeat;
}

.addcmd
{
    background-image:url("../images/add.png");
    background-position:left;
    background-repeat:no-repeat;
}

.editcmd
{
    background-image:url("../images/edit.png");
    background-position:left;
    background-repeat:no-repeat;
}

.removecmd
{
    background-image:url("../images/remove.png");
    background-position:left;
    background-repeat:no-repeat;
}
