﻿/* Stylesheet für die Admin Elemente im Content Bereich der Seite */

div.fckToolbarPanel
{
    position:fixed;
    visibility:visible;
    top:0;
    left:10px;
    width:100%;
    height:30px;
    overflow:hidden;
    z-index:1000;
    background-image:url(/img/admin/fckLeisteFirefox.jpg);
    //background-image:url(/img/admin/fckLeiste.jpg);
    background-repeat:repeat-x;
}

div.fckToolbarPanel div.btnPanel
{
    float:left;
    padding:6px 3px 3px 5px;
    width:90px;
}
div.fckToolbarPanel div.btnPanel input
{
    padding:0px 1px;
}

div.fckToolbarPanel div.btnPanel img 
{
    cursor:pointer;
}

div.fckToolbarPanel .fckToolbar
{
    float:left;
    width:845px;
}


input.priorityTextBox
{
    font-family:Arial;
    border: rgb(255, 223, 223) 1px solid;
    width:15px;
    position:absolute;
    font-size:9px;
    color:#DE2919;
    display:none;
    left:0px;
    top:1px; 
}

input.deleteBtn
{
    position:absolute;
    display:inline;
    right:40px;
    top:2px;
    width:14px;
    display:none;
}

input.editBtn
{
    position:absolute;
    display:inline;
    right:65px;
    top:2px;
    width:14px;
    display:none;
}


select.menuDropDown, select.statusDropDown
{
    position:absolute;
    right:175px;
    top:0px;
    width:200px;
    display:none;
    font-size:10px;
}

select.statusDropDown
{
    right:85px;
    width:60px;
}



ul.sortableList li.sortableItem span.handle
{
    position:absolute;
    right:0;
    top:0;
    display:none;
    cursor:move;    
    background-color:#FFDFDF;
    font-family:Arial;
    font-size:9px;
    padding:1px 3px;
}