
root { 
    display: block;
}

#theEditor {

    padding: 5px;
    border: 1px solid black;

}

.alert {

    font-weight: bold;
    color: red;
    letter-spacing: 1px;

}
.edit_icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(/rsc/img/edit_icon.png);
    z-index: 100;
}

#ajax_box {

    width: 1100px;
    height: 620px;
    position: fixed;
    top: 20px;
    z-index: 1000;
    background: white;
    padding: 10px;
    border: 2px solid black;
}

#subhead, #description {

    margin-left: 40px;
    margin-top: 5px;
    padding: 3px;

}

#subhead em, #description em {

    font-size: small;
    font-weight: bold;

}

#ajax_box #add {

    margin-left: 30px;

}

#ajax_box #inner {

    width: 1100px;
    height: 520px;
    overflow: auto;
}

#ajax_box table {

    width: 1050px;
    margin: 15px auto 5px auto;

}

#ajax_box .moveup {

    background: #f5f5f5;
    padding-bottom: 8px;

}

#ajax_box img {

    border: 1px solid black;
}

#ajax_box #box_header {

    width: 900px;
    margin: auto;
    height: 15px;
    padding: 5px 5px 15px 5px;
    border-bottom: 2px solid black;
    font-size: large;
    font-weight: bold;


}

#ajax_box #box_header #promoAdd {

    font-weight: bold;
    display: block;
    float: right;
    padding: 2px 4px;
    border: 1px solid black;
    cursor: default;
    background: none;
    margin-right: 5px;
    margin-top: -2px;

}

#ajax_box #box_header #promoAdd:hover {

    background: orange;

}

#block_out {

    width: 100%;
    position: absolute;
    z-index: 900;
    top: 0px;
    left: 0px;
    background-repeat: repeat;
    background: url(/rsc/img/block.png);


}

#darken {

    position: absolute;
    background-repeat: repeat;
    background: url(/rsc/img/blockD.png);
    top: 0px;
    left: 0px;

}

.promo_edit_item {

    float: left;
    padding: 5px;
    border: 1px solid gray;
    margin: 5px;
    width: 290px;
    height: 500px;
    overflow: hidden;


}



.edit_item h3 {

    margin: 2px;


}

#close {

    width: 22px;
    height:22px;
    background: url(/rsc/img/close.jpg);
    border: 2px solid black;
    float: left;
    margin-right: 10px;
}

#edit_form {

    clear: both;

}

#edit_form .active {

    background: yellow;
    
}

#wait_back {

    width: 1005px;
    height: 580px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/rsc/img/block_lt.png);
    background-repeat: repeat;
    z-index: 1600;

}

#wait_back #indicator {

    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background: url(/rsc/img/indicator_medium.gif);

}
#status {

    font-size: small;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: bold;
    color: red;
    padding-left: 20px;

}

#im_del {

    position: relative;
    z-index: 10000;
    top: -20px;

}


#key_dialog {

    padding: 10px;
    

}

#k_message {

    text-align: center;
    font-size: 18pt;
    padding: 20px;
    color: green;
    font-weight: bold;

}
