﻿/*Common --------------------------------------*/
    .pmt-uploader-popup{
        color:#008478;
        margin-right:10px;
        text-decoration:none;
    }

    .pmt-upload-remove{
        color:#c5422e;
        text-decoration:none;
    }

    #formThemTinTucformThemTinTuc .label{
        font-weight:bold;
    }

    /*Heading - left------------------------------*/
    #tt-heading-left {
        float: left;
        width: 80%;
    }

    #tt-heading-left .label{
        height:28px;
    }

    /*Heading - right----------------------------*/
    #tt-heading-right {
        float: right;
        width: 20%;
    }

    /*Heading - left-----------------------------*/
    #tt-heading-left .label {
        width:100px;
    }

    /*Content------------------------------------*/
    #tt-content{
        clear:both;
    }

    #tt-content li{
        float:left;
        height:20px;
        line-height:20px;
        list-style:none;
        margin-right:15px;
        padding:0;
    }

     #tt-content ul{
        float:left;
        margin:0;
        overflow:hidden;
        padding:0;
    }

    #tt-content .post-attach-file-wrap
    {
        padding: 0;
    }

    #tt-content .post-attach-file {
        float:right;
    }

    #tt-content .post-attach-file p{
        margin:0;
    }

    #tt-content .button-upload-list{
        float:right;
    }

    #tt-content .relative-label{
        position:relative;
        /*top:20px;*/
    }

    /*Hình đại diện--------------------------*/
    #HinhDaiDienIM {
        border: 1px solid #d9d9d9;
        padding:2px 2px 0 2px;
    }

    #tt-label-hinh-dai-dien{
        padding-right:10px;
        vertical-align:top;
    }

    #chon-file{
        display:none;
    }

    /*Nội dung chi tiết----------------------*/
    #NoiDungTomTat{
        height:100px;
    }
    #NoiDungChiTiet {
        height:300px;
    }

/*TINYMCE----------------------------------------------*/
.tinymce-tabs {
    height: 26px;
    margin-bottom: -1px;
    position: relative;
}

.tinymce-tabs .html, .tinymce-tabs .visual {
    position: relative;
    background-color: #f2f2f2;
    border-color: #bbbbbb #bbb transparent;
    color: #999999;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    float: right;
    font-size:12px;
    height: 14px;
    line-height:19px;
    margin: 5px 5px -2px 0;
    padding: 0 5px 5px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tinymce-tabs .active {
    z-index: 1000;
    background-color: #F5F5F5;
    border-color: #cccccc #cccccc transparent;
    color: #333333;
}