.giua {
    text-align: center;
}
/*---------------------table--------------------*/

.table {
    border-top: 1px solid #E5E5E5;
}

.table-bordered, td, th {
    border-radius: 0 !important;
}

    .table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

.table > thead > tr > th {
    border-color: #ddd;
    font-weight: 700;
}

.table thead:first-child tr {
    background: repeat-x #f2f2f2;
    background-image: -webkit-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: -o-linear-gradient(top,#F8F8F8 0,#ECECEC 100%);
    background-image: linear-gradient(to bottom,#F8F8F8 0,#ECECEC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.trheader {
    background: url("tr_back.gif") repeat-x scroll 0 0 #328AA4;
    padding: 0.5em;
    color: #0000FF;
    font-size: 1em;
    text-align: center;
}

/************** admin **************/

.TitleLable {
    display: inline-block;
    padding-left: 6px;
    text-align: right;
    min-width: 88px;
}

.Left100 {
    text-align: left;
    min-width: 113px;
}

.Left300 {
    text-align: left;
    min-width: 300px;
}

.dnnFormItem input[type="text"], .dnnFormItem input[type="password"], .dnnFormItem input[type="email"], .dnnFormItem input[type="tel"], .dnnFormItem select, .dnnFormItem textarea {
    width: 45%;
    max-width: 100%;
}

#dnn_news_export .txt_date {
    padding: 6px;
    width: 99px;
    text-align: center;
}

#dnn_news_export .dnnFormItem > .RadPicker_Default {
    width: 111px !important;
    display: inline-block;
    margin-bottom: 0px !important;
}

#dnn_news_export caption {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

caption {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#dnn_news_import .dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone {
    display: none;
}

#dnn_news_import .dnnFileUploadScope {
    width: auto !important;
}

    #dnn_news_import .dnnFileUploadScope .dnnFormItem .RadComboBox_Default, #dnn_news_import .dnnFileUploadScope .dnnFormItem .dnnDropDownList {
        width: 350px;
        margin: 0;
        float: none;
    }

#dnn_news_import .dnnForm {
    padding: 12px;
}

.txt_date {
    width: 83px !important;
}
