﻿.module-news {
}

    .module-news .tab-module-news {
        border-bottom: 2px solid #666;
        margin-bottom: 20px;
    }
     .module-news .tab-module-news  table {
         width:auto;
     }
        .module-news .tab-module-news td,
        .module-news .tab-module-news table {
            border: none !important;
        }

        .module-news .tab-module-news .news-tab-item,
        .module-news .tab-module-news .news-tab-item-selected {
            background-color: #AAA;
            border: none !important;
            padding: 0 !important;
            border-bottom: 1px solid #fff !important;
        }

        .module-news .tab-module-news a {
            color: #fff;
            display: block;
            height: 100%;
            padding: 5px 15px;
            border-left: 1px solid #fff !important;
        }

        .module-news .tab-module-news .news-tab-item-selected {
            background-color: #666;
            border-bottom: 1px solid #666 !important;
        }

    /*******/



    .module-news .Grid_rtl .pager {
        background-color: #EEE;
        text-align: center;
    }


.Grid_rtl-header {
    background-color: #ccc;
}

    .Grid_rtl-header th {
        background-color: #ccc;
        padding: 5px 3px !important;
        border-color: #AAA !important;
    }

.module-news .title-base {
    width: 50% !important;
    text-align: right !important;
}

.module-news .Grid_rtl {
    width: 100%;
    background: #EEE;
    text-align: center;
    padding: 7px 0 !important;
    border: 1px solid #AAA;
}

.module-news td {
    padding: 3px 5px !important;
    border-color: #AAA;
}

.module-news .Grid_rtl td span {
    background-color: #EEE;
}

.module-news .AlignCenter {
    text-align: center;
}

.module-news .altrow {
    background-color: #fff;
}

.module-news .btn-wrapper {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.label-position {
    width: 100px;
}

.item-form {
    margin-bottom: 4px;
}

    .item-form .label-control {
        display: inline-block;
        min-width: 200px;
    }


    .item-form .label-control-colorSelector {
        display: inline-block;
        min-width: 200px;
        line-height: 40px;
    }

        .item-form .label-control-colorSelector span {
            float: right !important;
        }

.rtl .item-form #divBgColor {
    float: left;
}

.ltr .item-form #divBgColor {
    float: right;
}

.rtl .item-form #divBgColor1 {
    float: left;
}

.ltr .item-form #divBgColor1 {
    float: right;
}

.position-colorselector {
    width: 237px;
}

.rtl .Grid_rtl-column-Title-right {
    text-align: right;
}

.ltr .Grid_rtl-column-Title-right {
    text-align: left;
}

.rtl .Grid_rtl-column-path-left {
    text-align: left;
    margin-left: 100px !important;
}

.ltr .Grid_rtl-column-path-left {
    text-align: right;
}

.module-news-gridview-buttomcolumn {
    width: 50px;
}

.module-news-counter {
    direction: ltr;
    border: 1px solid #CCC;
    border-radius: 5px;
    overflow: hidden;
    margin: 2px;
    /*background: #fff;*/
}

    .module-news-counter td {
        padding: 7px 5px 0;
        vertical-align: middle;
    }

/*templates*/
.module-news-template {
    height: 100%;
}

    .module-news-template .module-news-template-title-detail {
        width: 100%;
        color: red;
        font: 13px bold;
        font-family: Tahoma;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .module-news-template .module-news-template-content {
        margin-bottom: 20px;
    }

    .module-news-template .module-news-template-content-onepic {
        margin-bottom: 50px;
        margin-right:80px;
    }

    .module-news-template .module-news-template-content-threepic {
        margin-bottom: 0px;

    }

    .module-news-template .module-news-template-cdate {
        color: black;
    }

    .module-news-template .module-news-template-title-main {
        color: black;
        margin-right:80px;
    }
    .module-news-template .module-news-template-title-main-nonpic {
        color: black;
    }

    .module-news-template .module-news-template-pic {
        float: right;
    }

/*Params*/
.module-news-param-main {
    width: 100%;
    padding: 10px;
    background-color: #DDD;
}

    .module-news-param-main .module-news-param-main-perline {
        width: 98%;
        max-width: 640px;
        margin: 0 auto;
    }

        .module-news-param-main .module-news-param-main-perline .module-news-param-item-right {
            border: 1px solid #AAA;
            background-color: #DDD;
            border-bottom: none;
            line-height: 3;
        }

            .module-news-param-main .module-news-param-main-perline .module-news-param-item-right:last-child {
                border-bottom: 1px solid #AAA;
            }


/*[access-module-news]*/
.access-module-news {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}
.access-module-news .module-news table {
    width:100%;
}
.access-module-news .module-news {
    width:620px;
    margin: 15px auto 15px;
}

