#AppBoxShadow
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 900;
}

#AppBoxEmbedded {
    background-color: white;
    position: fixed;
    padding: 10px 20px 20px 20px;
    border: 1px solid #b1b5b9;
    border-radius: 5px;
    box-shadow: 10px 10px 10px #494c50;
    z-index: 990;
    left:0px;
    top:0px;
    min-width:600px;
    min-height:400px;
}
.EmbeddedHeader .EmbeddedClose{
    float:right;
    cursor:pointer;
    background:  url("./closelabel.png") no-repeat;
    width: 10px;
    height:10px;
    margin-right:-10px;
    margin-top: 2px;
}

#AppBoxEmbedded > * {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;

}
#AppBoxEmbedded > *:last-child {
    margin: 0;
}
.EmbeddedContent{
    padding:10px;
}
tr.AppBox {
    cursor:pointer;
}
