/* Do not edit this file it is a copy from a css file out of the distribution.
 * Edit "mobotix.css" instead.
*/
    /* CORE CSS 20040217 */

div.debug-toolbar 
{
    position: fixed;
    width: 100px;
    height: 60px;
    font-size:8px;
    top: 10px;
    right:10px;
    border: 5px solid white;
    overflow: hidden;
    background-color: #ccc;
}
div.debug-toolbar div.element + div.element
{
	visibility:hidden;
}

/* PAGE DIVIDERS */

div.block, div.attribute-edit /* Use this style around groups of objects which are connected in some way */
{
    margin-top: 0.25em;
    margin-bottom: 1em;
    padding: 0;
    clear: both;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}

div.block div.left
{
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right
{
    text-align: right;
    float: right;
    clear: right;
}

/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}

/* Used this style to terminate floating elements, to clear all floating attributes */
.break {

    clear: both;
}

/* Misc */

span.spamfilter {
    display: none;
}