#dynPageMetaToggle {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
}

#ui-datepicker-div {
    z-index: 111;
}

.DynEntityForm {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

.EntityDetailsInlineContainer {
    background-color: #fff;
    padding: 15px;
    width: 100%;
}

.EntityDetailsModalContainer {
    background-color: #fff;
    padding-bottom: 30px;
}

.cmdClose {
    float: right;
    padding: 2px;
}

.EntityDetailsModalContainer .EntityDetails {
    padding: 20px;
}

.updateStrip {
    background: none repeat scroll 100% 0 #f8f8f8;
    border-top: 1px solid gray;
    bottom: 0;
    height: 30px;
    position: fixed;
    width: 100%;
}

img.action {
    vertical-align: middle;
}

.DynActions {
    float: none;
    clear: both;
}

.EntityDetailsContainer {
}

.DynDelete {
    float: right;
    padding-right: 10px;
}

.DynUpdate {
    float: left;
    padding-left: 10px;
}

.Url {
    width: 260px !important;
}

    .Url input {
        direction: rtl;
    }

.cmdPay, .cmdUpdate, .cmdOrder {
    float: left;
    background-color: #004D91;
    border: 1px solid gray;
    color: #FFFFFF !important;
    padding: 2px 10px;
    text-decoration: none !important;
}

    .cmdPay:hover, .cmdUpdate:hover, .cmdOrder:hover {
        color: yellow !important;
    }

.dyn-highlight {
    background-color: #E5F7FE;
}

.AudioPlayButton a, .AudioStopButton a {
    display: block;
    height: 24px;
    text-decoration: none !important;
    width: 24px;
}

.AudioPlayButton {
    height: 24px;
    width: 24px;
}

    .AudioPlayButton .playDynAudio {
        background-image: url("images/player_play.png");
    }

.AudioStopButton .playDynAudio {
    background-image: url("images/player_stop.png");
}

.dynSelectedDate, .dynOtherDate, dynOtherDateContainer {
    float: left;
    padding-right: 10px;
}

.UtList .DynPlayerVideo {
    padding: 1px;
    border: 1px solid gray;
}

.DynPlayerVideo span.UtClip {
    display: block;
    overflow: hidden;
}

.UtList .UtClip img#splash {
    top: -12px;
}

.UtColumn .UtClip img#splash {
    top: -17px;
}

.UtColumn {
    padding-bottom: 10px;
}

.UtMain .DynPlayerVideo {
    padding: 1px;
    border: 1px solid gray;
}

.UtMain .UtClip img#splash {
    top: -28px;
}

div.dynDropPlaceholder {
    background: gray;
}

tr.dynDropPlaceholder td {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    background: #ddd;
    border-right: 2px solid#ddd;
}

    tr.dynDropPlaceholder td:first-child {
        border-left: 2px solid gray;
    }

    tr.dynDropPlaceholder td:last-child {
        border-right: 2px solid gray;
    }

.dynDrag {
    background: url("drag.png") no-repeat scroll 100% 0 rgba(0, 0, 0, 0);
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: move;
    opacity: 0.5;
}

.fu-folder-picker-container {
    display: none;
}

.dynGridSelected {
    background: #aaa;
    color: #fff;
}

    .dynGridSelected td {
        padding: 6px;
    }

    .dynGridSelected a {
        background: #aaa;
        color: #fff;
        font-weight: bold;
    }

.dynView {
    min-width: 300px;
}

.dynDetails {
    width: 80%;
    min-width: 300px;
}

    .dynDetails td {
        width: 70%;
        padding: 6px;
    }

    .dynDetails .edit td {
        width: 70%;
        padding: 4px;
    }

        .dynDetails td.header, .dynDetails .edit td.header {
            width: 30%;
            font-weight: bold;
            text-align: right;
        }

            .dynDetails td.header::after {
                content: ":";
            }

    .dynDetails .cmd td {
        padding: 10px;
    }

    .dynDetails .cmd a {
        background: -moz-linear-gradient(center top, #f5f5f5 0%, #dfdfdf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 1px 0 0 rgba(255, 255, 255, 1) inset;
        color: #333;
        text-shadow: 0 1px 0 #ffffff;
        padding: 6px 10px;
        margin-right: 10px;
        text-decoration: none;
        border-radius: 3px;
        font-weight: bold;
    }

    .dynDetails input[type="text"], .dynDetails select, .dynDetails textarea, .dynDetails input[type="email"], .dynDetails input[type="search"], .dynDetails input[type="password"] {
        background: none repeat scroll 100% 0 #ffffff;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
        color: #333;
        font-size: 12px;
        margin-bottom: 18px;
        padding: 8px;
        width: 80%;
    }

    .dynDetails .captionEntry {
        background: #f0f0f0;
        padding: 4px;
        width: 82%;
    }

.dnnTextEditor {
    margin-bottom: 18px;
    width: 100%;
}
.dnnTextEditor textarea
{
    width: 100%;
    max-width: 100%;
}

