@CHARSET "ISO-8859-1";

body {behavior: url(/css/csshover.htc);}

div.layout-area-buttons {
    margin: 0px;
    padding: 0px;
    border: 1px solid #797a79;
    background: url(/images/icons/button.png) repeat-x #eeeeee;
}

div.layout-area-buttons a {
    font-size: 9px !important;
    text-decoration: none !important;
    background: none !important;
}

div.layout-area-buttons a img {
    border: none;
}

div.edit-image-background {
    width: 45px;
    height: 20px;
    position: absolute;
    margin: 0px;
    border: 1px solid #797a79;
    background: #eeeeee;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity =     80);
    z-index: 99999998;
	display: none;
}

div.edit-image-buttons {
    position: absolute;
    width: 45px;
    height: 20px;
    padding: 2px 5px;
    background: transparent;
    z-index: 99999999;
	display: none;
}

div.edit-image-buttons a img {
    border: none;
}

div.rep-edit
{
    display: none;
    position: absolute;
}

div.edit-enclosure:hover div.rep-edit,
div.edit-enclosure:hover div.edit-image-background,
div.edit-enclosure:hover div.edit-image-buttons
{
    display: block;
}

div.edit-enclosure:hover
{
    background: #FFDD00;
}

div.rep-settings
{
    /*background:url(/images/edit-rep-bg.gif) repeat-y;*/
    background: #FFDD00;
    width: 25px;
    height: 100px;
    position: absolute;
    right: 0px;
}
