﻿.ceifdialog
{
    z-index:99999999 !important;
}


.adminMessage
{
    border: solid 1px #97c0e6;
    padding: 6px;
    background: #eeeeee;
    color: #4f91cd;
}

a.adminMessageClose
{
    width: 21px;
    height: 21px;
    background: url(/images/Admin/CloseBtn.gif);
    display: block;
    float: right;
    margin-top: -2px;
    margin-left: 412px;
    position: absolute;
}

.adminInput
{
    margin-top: 6px;
    width: 400px;
}

.adminTableTd
{
    border-bottom: solid 1px #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.adminTable_alt td
{
    background: #ffffff;
}

.adminButton
{
    border: 0px;
    width: 112px;
    height: 25px;
    background: url(/images/admin/ButtonBg.gif);
    font-size: 1.0em;
    margin-top: -1px;
    color: #333333;
    font-family: Arial;
    cursor: pointer;
    cursor: hand;
}

.adminPTitle
{
    border-bottom: solid 1px #cccccc;
    padding-bottom: 4px;
}

/* -- photos -- */
.photosTable td
{
    vertical-align: top;
}

/* -- logged in panel which appears over the admin -- */
.adminLoggedInPanel
{
    width: 678px;
    padding: 10px;
    border: solid 1px #97C0E6;
    background: #E4F0FB;
    z-index: 1;
    position: absolute;
}
