#pub_overlay {
    display: none;
    background-image: url("images/transparency.png");
    background-repeat: repeat;
    height: 100%;
    left: 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

#pub_message {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    background: #FFFFFF;
    z-index: 5001;
    box-shadow: 1px 1px 4px #000000;
    padding: 5px 10px;
    text-align: center;
    height: 85px;
    width: 500px;
}

#pub_message h2 {
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

#pub_message .progress_bar {
    background: #0088cc;
    background-image: linear-gradient(to right, #71c4f2, #0088CC);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#71c4f2', endColorstr='#0088CC');
    height: 50px;
}

#pub_message .button {
    background-image: linear-gradient(to right, #71c4f2, #0088CC);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#71c4f2', endColorstr='#0088CC');    
}


#pub_message .button {
    color: #FFFFFF;
    background: #169ee2;
    background-image: linear-gradient(to bottom, #169ee2, #0088CC);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#169ee2', endColorstr='#0088CC');
    border: 1px solid #0074B8;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: bold;
    cursor: pointer;
}
#pub_message .button:hover {
    background: #3CC4FF;
    background-image: linear-gradient(to bottom, #3CC4FF, #179FE3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3CC4FF', endColorstr='#179FE3');
    text-decoration: none;
}

#pub_add .field-block {
    display: table-row;
    height: 30px;
}

#pub_add h3 {
    margin: 15px 0;
}

#pub_add h4 {
    display: inline-block;
    width: 100%;
}

#pub_add .field-block label {
    display: table-cell;
    padding-right: 20px;
    cursor: auto;
}

#pub_add .field-block input,
#pub_add .field-block select {
    margin: 1px 0px;
    vertical-align: baseline;
    vertical-align: -webkit-baseline-middle;
}

#pub_add .field-block input.large {
    width: 396px;
}

#pub_add .media {
    display: block;
    text-align: right;
    width: 100%;
}

#pub_add .widget-admin .preview_photos {
    width: 100%;
}

#pub_add .media .field-block {
    display: block;
    width: auto;
}

#pub_add .preview_photos {
    margin: 0 auto;
    text-align: center;
    width: 775px;
}

#pub_add .preview_photos #thumb-list {
    list-style: none;
}

#pub_add .preview_photos #thumb-list li {
    float: left;
    margin-left: 5px
}

#pub_add .pub_meta {
    width: auto;
    margin: 10px 0;
}


#pub_add #pub_images {
    margin-top: 15px;
}

#pub_add #pub_images ul {}

#pub_add #pub_images ul li {
    display: inline-block;
    cursor: pointer;

}

#pub_add #pub_images ul li img {
    padding: 5px;
    border: 1px solid #BBBBBB;
}

#upload_image_button {
    background-image: linear-gradient(to bottom, #e9ebf0, #b5b6ba);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9ebf0', endColorstr='#b5b6ba');
    border: 1px solid #b5b6ba;
    border-radius: 5px;
    box-shadow: 2px 0 5px 0 #000000;
    color: #454545;
    cursor: pointer;
    font-family: Century Gothic;
    font-size: 15px;
    padding: 1px 4px 3px;
    width: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
#upload_image_button:hover {
    background-image: linear-gradient(to bottom, #f2f4f9, #dcdfe3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f4f9', endColorstr='#dcdfe3');
}

#pub_dashboard {
    font-size: 13px;
}

#pub_dashboard tr.fields {
    background-color: #5E6574;
    color: #FFFFFF;
    text-align: center;
}

#pub_dashboard tr.values {
    color: #000000;
    text-align: center;
}
#pub_dashboard tr.values:nth-child(odd) {
    background-color: #cbcdd1;
}

#pub_dashboard tr.values:nth-child(even) {
    background-color: #e0e3e7;
}

#pub_dashboard tr.values .publish {
    color: #2ebd66;
}

#pub_dashboard tr.values .draft {
    color: #ca0000;
}

#pub_dashboard a {
    color: #0088cc;
}

#pub_dashboard a:hover {
    color: #0088cc;
    text-decoration: underline;    
}

.clustercount {
    position: absolute;
    right: 0px;
    float: right;
    top: 0px;
    padding: 2px 2px 0 2px;
    background: red;
    color: white;
    border-radius: 10px;
    min-height: 14px;
    min-width: 16px;
    z-index: 1;
    font: bold 12px 'trebuchet MS';
    text-align: center;
}
.usermappoint {
    width: 1px;
    height: 1px;
    overflow: visible;
    position: absolute;
}
.usermapthumb {
    position: absolute;
    bottom: -3px;
    left: -38px;
    width: 78px;
    height: 85px;
}
.usermapthumb .picture_wrapper {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 8px;
    left: 9px;
    cursor: pointer;
}
.usermapthumb img.userthumbbg {
    position: absolute;
    top: 0;
    left: 0;
}
.usermapthumb img.usermapthumbimage {
    cursor: pointer;
}