/* 
    Document   : defaut
    Created on : 4 févr. 2011, 14:46:22
    Author     : Frank
    Description:
        Purpose of the stylesheet follows.
*/

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


.x-viewport {
    background-color: #225588;
    color: white;
}


#loading {
    position: absolute;
    left: 45%;
    top: 40%;
    margin-left: -45px;
    padding: 2px;
    z-index: 20001;
    height: auto;
    border: 1px solid #ccc;
}
#loading a {
    color: #225588;
}
#loading .loading-indicator {
    background: white;
    color: #444;
    font: bold 13px tahoma, arial, helvetica;
    padding: 10px;
    margin: 0;
    height: auto;
}
#loading .loading-indicator img {
    margin-right:8px;
    float:left;
    vertical-align:top;
}
#loading-msg {
    font: normal 10px arial, tahoma, sans-serif;
}




.link-feed {
    background: url('../images/1296830218_feed_link.png') no-repeat
        center left
        !important;
}

.create-feed {
    background: url('../images/1296835451_feed_add.png') no-repeat
        center left
        !important;
}

.icone-ajouter {
    background: url('../images/1289919121_add.png') no-repeat center left;
}

.icone-supprimer {
    background: url('../images/1289919131_delete.png') no-repeat center left;
}

.btn-ok {
    background: url('../images/1295262164_button_ok.png') no-repeat center left;
}

.btn-annuler {
    background: url('../images/1295262117_button_cancel.png') no-repeat center left;
}

