﻿/*license styles*/
@import url("Licensing/Content/licensing.css");
/*---*/
div.updating {
    text-align: center;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    z-index: 10;
    font-family: Arial;
    color: #666666;
    margin-left: 300px;
    background: url(images/loading.gif) no-repeat right;
    width: 170px;
}

    div.updating span {
        display: block;
        margin-left: 0 auto;
        padding-right: 10px;
        height: 24px;
        width: 24px;
        float: left;
        background: url(images/ajax-loader.gif) no-repeat right bottom;
    }

.SettingsContent select,
.SettingsContent textarea,
.SettingsContent input.text,
.cs-quick-gallery-advanced input[type="text"],
.cs-quick-gallery-advanced textarea{
    width: 100%;
    border: 1px solid #CCCCCC;
}

.SettingsContent .rb input {
    margin: 0 !important;
}

.SettingsContent .MainImageSizeHolder {
}

.SettingsContent .AutoSizeCheckBox input {
    float: left;
    width: auto;
    border: none;
    margin: 0 !important;
    margin-top: 5px !important;
}

.SettingsContent .MainImageSizeHolder {
    float: right;
    width: auto;
}

.SettingsContent {
    color: #545454;
    text-align: left !important;
    line-height: 18px;
}

.clear {
    clear: both;
}

.QuickGalleryGrid-pager a {
    border: 1px solid #CCCCCC;
    font-size: 10px;
    margin: 0 5px 0 0;
    padding: 3px 5px 3px 5px;
    text-decoration: none !important;
    background-color: White;
}

    .QuickGalleryGrid-pager a.current {
        background-color: #EEEEEE;
        /*border:1px solid #003F7E;*/
        color: #000000;
        font-weight: bold;
    }

.QuickGalleryGrid-pager .page-indicator {
    padding-right: 5px;
}

.QuickGalleryGrid-pager {
    height: 35px;
    padding-top: 10px;
    text-align: center !important;
}

.QuickGalleryGrid-pager-block {
    margin: 0 auto;
    display: inline-block;
    /*display: inline;*/
    zoom: 1;
}

.QuickGalleryGrid-pager .item {
    float: left;
}

.pp_content {
    min-width: 130px;
}

.cs-quick-gallery {
    background-color: White;
    text-align: left;
    min-width: 650px;
    height: 1%;
    clear: both;
}

    .cs-quick-gallery .newmenuitem {
        /*margin: 5px;*/
        padding: 5px;
        overflow: hidden;
        width: auto;
        clear: both;
    }

    .cs-quick-gallery .new-item-margin {
        float: left;
        height: 28px;
        width: 175px;
        padding-top: 7px;
        position: absolute;
    }

.cs-quick-gallery-updating {
    width: 100px;
    padding-left: 28px;
    height: 28px;
    line-height: 28px;
    background-position: left center;
    background-image: url(images/ajax-loader.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    float: left;
}

.cs-quick-gallery .separator {
    height: 1px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    clear: both;
    border-bottom: solid 1px #dedddd;
}

.cs-quick-gallery .quickgallerypicture {
    text-align: left;
    margin-left: 5px;
    padding: 5px;
    width: auto;
    clear: both;
}

    .cs-quick-gallery .quickgallerypicture .imageStyle {
        width: auto;
        max-width: 100px;
        width: expression((this.width > 100 && parseInt(this.height) < parseInt(this.width)) ? '100px': true);
        height: auto;
        max-height: 100px;
        height: expression((parseInt(this.height) > 100 && parseInt(this.height) >= parseInt(this.width)) ? '100px': true);
        border: none;
    }

.quick-gallery_picture {
    width: 110px;
    float: left;
}

.cs-quick-gallery .quickgallerypicture .imageStyle {
    width: auto;
    max-width: 100px;
    width: expression((this.width > 100 && parseInt(this.height) < parseInt(this.width)) ? '100px': true);
    height: auto;
    max-height: 100px;
    height: expression((parseInt(this.height) > 100 && parseInt(this.height) >= parseInt(this.width)) ? '100px': true);
    border: none;
}

.cs-quick-gallery-backLink {
    padding-left: 10px;
}

.cs-quick-gallery-button {
    width: 64px;
    display: block;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center !important;
}

.cs-quick-gallery-button-wide {
    width: 120px;
}

.cs-quick-gallery-button-lwide {
    width: 110px;
}

.advance-button {
    float: right;
    margin-right: 12px;
}

.cs-simple-gallery .advance-btn-container {
    height: 22px;
    margin-top: 10px;
}

.cs-quick-gallery-editform {
    width: 430px;
    float: left;
}

.cs-quick-gallery-editform-albums {
    margin-top: 28px;
}

.cs-quick-gallery-edititem {
    background: transparent url(images/edit.gif) no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 19px;
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #5d5d5e !important;
}

.cs-quick-gallery-deleteitem {
    background: transparent url(images/delete.gif) no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 19px;
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: normal !important;
    color: #5d5d5e !important;
}

.cs-quick-gallery-edit-item-buttons {
    margin-top: 5px;
    overflow: hidden;
    margin-left: 258px;
    display: inline-block;
}

.cs-quick-gallery-button-add {
    margin: 0 !important;
    margin-right: 10px !important;
    cursor: pointer;
    float: left;
}

.cs-quick-gallery-button-cancel {
    margin: 0 !important;
    margin-right: 10px !important;
    text-decoration: none;
    float: left;
    text-align: center;
}

.cs-quick-gallery-button-create {
    margin: 0 !important;
    /*margin-right: 10px !important;*/
    cursor: pointer;
    float: right;
}

.cs-quick-gallery-button-createAlbum {
    margin: 10px !important;
    /*margin-right: 10px !important;*/
    cursor: pointer;
    float: left;
}

.cs-quick-gallery-button-back {
    margin: 0 !important;
    margin-right: 10px !important;
    text-decoration: none;
    float: right;
    text-align: center;
}

.cs-quick-gallery-button-next {
    text-decoration: none;
    float: right;
    text-align: center;
}

.cs-quick-gallery-actionsarea {
    width: 110px;
    float: right;
}

.cs-quick-gallery .EditContainer {
    width: 430px;
    display: inline-block;
}

    .cs-quick-gallery .EditContainer .SubHead {
        width: 150px;
        float: left;
        text-align: left;
        /*	overflow:hidden;*/
        color: #0476a1;
    }

    .cs-quick-gallery .EditContainer .input-field {
        width: 250px;
        float: left;
        overflow: hidden;
    }

    .cs-quick-gallery .EditContainer .input-field-message {
        margin-left: 150px;
        overflow: hidden;
    }

    .cs-quick-gallery .EditContainer .input-field input {
        width: 245px;
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .cs-quick-gallery .EditContainer .input-field textarea {
        width: 245px;
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .cs-quick-gallery .EditContainer .edit_row {
        margin: 0px;
        margin-bottom: 5px;
        padding-bottom: 1px;
        clear: both;
    }

.cs-simple-gallery .error-message {
    color: Red;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cs-quick-gallery-moveup,
.cs-quick-gallery-moveup-disabled {
    float: right;
    background: transparent url(images/move-up.gif) no-repeat;
    height: 16px;
    width: 16px;
}

.cs-quick-gallery-moveup-disabled {
    background-image: url(images/move-up-disabled.gif);
}

.cs-quick-gallery-movedown,
.cs-quick-gallery-movedown-disabled {
    float: right;
    background: transparent url(images/move-down.gif) no-repeat;
    height: 16px;
    width: 16px;
}

.cs-quick-gallery-movedown-disabled {
    background-image: url(images/move-down-disabled.gif);
}

.cs-quick-gallery-edit-label {
    width: 220px;
}

.cs-quick-gallery-edit-input {
    width: 400px;
}

.cs-quick-gallery-edit-error-container {
    width: 615px;
    text-align: center;
}

.cs-quick-gallery .addNewItemHead {
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #0476A1;
    float: left;
    text-align: left;
    width: 260px;
}

.cs-quick-gallery .uploadNewItem {
    float: left;
}

.cs-quick-gallery .buttonNewItem {
    float: right;
    width: 110px;
}

.cs-quick-gallery .addmenuitem {
    margin: 10px 5px 10px 10px;
    width: auto;
    clear: both;
}

.cs-quick-gallery-additem {
    background: transparent url(images/add.gif) no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 19px;
    font-family: Arial;
    font-size: 13px !important;
    font-weight: normal;
    color: #5d5d5e !important;
}

.cs-quick-gallery-error {
    font-family: Tahoma,Arial,Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 25px;
    clear: both;
    overflow: hidden;
    width: 100%;
}


/*/////////////////*/


div.firstStep {
    margin-left: 50px;
    width: 160px;
}

    div.firstStep .next {
        margin-left: 50px;
    }

    div.firstStep .type {
        margin-left: 35px;
        color: #666666;
    }

.ThumbContainer {
    overflow: hidden;
    float: left;
    margin: 10px;
}

    .ThumbContainer a.ThumbImage {
        border: none;
        display: block;
        margin: 0;
        padding: 0;
    }

        .ThumbContainer a.ThumbImage img {
            border: none;
            clear: both;
        }

        .ThumbContainer a.ThumbImage:hover {
            border: none;
        }

    .ThumbContainer .ThumbName {
        text-align: center;
        display: block;
    }

    .ThumbContainer .ThumbNameDate {
        font-size: 11px;
        color: #666666;
        display: block;
        text-align: center;
    }

.pp_nav {
    width: 50%;
}

.upd {
    height: 28px;
    width: 175px;
    padding-top: 7px;
    position: relative;
}

.updatingMulti {
    font-size: 12px;
    width: 100px;
    padding-left: 28px;
    height: 28px;
    line-height: 28px;
    background-position: left center;
    background-image: url(images/ajax-loader.gif);
    background-color: Transparent;
    background-repeat: no-repeat;
    float: left;
}

.multiDiv {
    width: 250px;
    float: left;
    text-align: left;
    margin-left: 50px;
    overflow: hidden;
    color: #0476a1;
    font-size: 12px;
    font-weight: bold;
}

    .multiDiv input,
    .multiDiv textarea {
        width: 100%;
    }

    .multiDiv a {
        color: #0476a1 !important;
        margin-left: 10px;
    }

.viewPictureDiv {
    margin: auto;
}

.cs-quick-gallery-description-label {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cs-quick-gallery-description {
}

.cs-quick-gallery-album-label {
    margin-left: auto;
    margin-right: auto;
    color: #666666;
    text-align: center;
}
/*/////////////////////////////*/


.firstStep .next {
    padding-right: 20px !important;
    background: transparent url(images/arrow_right.gif) right 0 no-repeat;
    float: right;
}

    .firstStep .next a {
        color: #666666 !important;
        text-decoration: underline !important;
    }

        .firstStep .next a:hover {
            text-decoration: none !important;
        }

.cs-quick-gallery-link-back {
    padding-left: 20px !important;
    background: transparent url(images/arrow_left.gif) left 0 no-repeat;
    float: left;
    font-size: 14px !important;
    /*font-family:Tahoma,Arial,Helvetica !important;*/
}

    .cs-quick-gallery-link-back a {
        color: #666666 !important;
        text-decoration: underline !important;
    }

        .cs-quick-gallery-link-back a:hover {
            text-decoration: none !important;
        }

.cs-create-link-div {
}

.ThumbContainerInner {
    text-align: center;
}

.cs-quick-gallery-data {
    width: 250px;
}

.dnnFormHelpContent.dnnClear, .dnnFormItem label.dnnFormLabel .dnnFormHelpContent.dnnClear, .dnnFormItem label .dnnFormHelpContent.dnnClear {
    position: static;
}

.cs-find {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 8px;
}

.cs-find-tb {
    float: right;
    width: 206px;
}

.cs-find-bt, .cs-find-txt {
    float: left;
    line-height: 22px;
}

.cs-find-bt {
    margin-left: 1px;
}

    .cs-find-bt input, .cs-find-txt input[type="text"] {
        height: 17px;
        padding: 0px;
    }

.cs-find-txt input[type="text"] {
    width: 170px;
}

.cs-find-bt input {
    background-image: url(images/search.png);
    border: medium none;
    width: 22px;
    height: 22px;
    background-color: transparent;
}

.cs-quick-gallery-advanced .dnnLabel {
    width: auto;
}

.edit-quickgallery-albums.SettingsContent .buttons {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 25px;
}

.edit-quickgallery-albums .jqmnContent table td {
    padding: 3px 0px;
}

.cs-quick-gallery-edit-container table td {
    padding: 3px 0px;
}
.cs-quick-gallery .MultiFile-remove {
   /* display: none;*/
}

.addmenuitem .uploadNewItem .MultiFile-wrap input{
	height:24px !important;
	border-width: 17px !important;
}

.addmenuitem .uploadNewItem .MultiFile-wrap .MultiFile-list {
	margin-top: 11px;
}