@charset "utf-8";
/* 
    Document   : jqueryCustom
    Created on : 11.03.2011, 21:41:19
    Author     : Timo Gelhard
    Description:
        Purpose of the stylesheet follows.
*/

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


/*Buttons*/
ul#icons {
    float: right; margin-right: 20px; display: inline;
}

ul#icons li {
    float: left; margin: 2px; position: relative; padding: 4px;
    cursor: pointer;
    list-style: none;
}

ul#icons span.ui-icon {
    float: left; 
}

a.jquery_link {
    display: block;
}

#overlay {
    visibility: hidden; z-index: 100;
    width: 100%; height: 100%;
    position: absolute; 
}

