/* Live URL */

.liveurl {
    width: 100%;
    overflow: hidden;
    background: #F3F3F3;
    border-top: 1px dashed #CCC;
    margin-top: 10px;
    display: none;

}

.liveurl .inner {
    margin: 15px;

    overflow: hidden;
}

.liveurl span.image {
    float: left;
    clear: none;
}



.liveurl .details {
    float: left;
    overflow: hidden;
    width: 475px;
}

.liveurl .details .info * {
    float: left;
    clear: both;
    line-height: 13px;
}


.liveurl .title {
    font-weight: bold;
}

.liveurl .url {
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

.liveurl .image {
    width: 100px;
    margin: 0 10px 10px 0;
    float: left;
    display: none;

}

.liveurl .video {
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    display: none;
}

.liveurl img {
    width: 100px;
    height: auto;
    display: none;
}

.liveurl img.active {
    display: block;
}

.liveurl .close {
    float: right;
    cursor: pointer;
    margin: 5px;
    text-indent:-999px;
    width: 16px;
    height: 16px;
    background:url(../images/close.gif);
}

.liveurl .thumbnail {
    float: left;
    margin: 15px 0 0 0;
    clear: both;
    display: none;
}

.liveurl .thumbnail  label {
    padding: 0 0 0 5px;
    vertical-align: text-top;
}

.liveurl .button {
    width: 23px;
    height: 20px;
    float: left;
    border: 1px solid #A8A8A8;
    text-align: center;
    line-height:20px;
    background: #FFF;
    position: relative;
    cursor: pointer;
}

.liveurl .button:before {
    content: '';
    width: 0;
    position:absolute;
    left:5px;
    top: 5px;
}

.liveurl .button:active {
    border-color: #3B5998;
}

.liveurl .button.prev:before {

    border-top: 6px solid transparent;
    border-right: 12px solid #828282;
    border-bottom: 6px solid transparent;
}

.liveurl .button.next:before {
    border-top: 6px solid transparent;
    border-left: 12px solid #828282;
    border-bottom: 6px solid transparent;
}

.liveurl .button:active.prev:before {
    border-right: 12px solid  #3B5998;
}

.liveurl .button:active.next:before {
    border-left: 12px solid  #3B5998;
}

.liveurl .button.inactive {
    opacity: 0.5;
    filter:alpha(opacity=50);
    pointer-events:none;
    cursor: default;
}

.liveurl .count {
    float: left;
    margin: 0 0 0 10px;
    line-height: 25px;
}

.liveurl .controls {
    margin: 10px 0 0 0;
}

.post textarea {
    width: 600px;
    height: 140px;
}

.liveurl-loader {
    display: none;
    width: 26px;
    height: 26px;
    margin: 10px 0;
    background: url(../images/ajax-loader.gif);
}

.liveurl * {
    font: 12px/1em Tahoma, Arial, Helvetica, Segoe, sans-serif;
}
