﻿ * {
            margin: 0;
            padding: 0;
            text-decoration: none;
            vertical-align: top;
            color: #333;
        }

        @font-face {
            font-family: 'WMitra';
            src: url('/SharedContent/Fonts/WebMitra.eot');
            src: url('/SharedContent/Fonts/WebMitra.eot?#iefix') format('embedded-opentype'), url('/SharedContent/Fonts/WebMitra.woff') format('woff'), url('/SharedContent/Fonts/WebMitra.ttf') format('truetype'), url('/SharedContent/Fonts/WebMitra.svg#WebMitra') format('svg');
            font-weight: normal;
            font-style: normal;
            unicode-range: U+0600–06FF;
        }

        body {
            color: #555555;
            direction: ltr;
            font: 18px/23px 'WMitra',Tahoma,sans-serif;
            overflow-x: hidden;
            padding: 0;
            position: relative;
            text-align: center;
        }

        .rnd {
            border-radius: 5px 5px 5px 5px;
        }

        .clear {
            clear: both !important;
        }

        strong, b {
            font-size: 1.2em;
            line-height: 27px;
            font-weight: normal;
        }

        .commentContainer {
            background-color: #FFFFFF;
            border: 1px solid #CCCCCC;
            margin: 10px auto;
            padding: 10px;
            text-align: right;
            direction: rtl;
            position: relative;
        }

        .Logo {
            border-left: 1px dashed #CCCCCC;
            float: right;
            margin: 0 15px 0 10px;
            width: 160px;
        }

            .Logo img {
                border: 0 none;
                vertical-align: middle;
                width: 160px;
            }

        .divNewsDetail {
            background-color: transparent;
            color: #808080;
            display: block;
            font-size: .9em;
            margin-left: 20px;
        }

        .headerNewsContainer {
            margin: 25px 15px;
            vertical-align: top;
            font-size: 1.1em;
        }

            .headerNewsContainer .Rutitr {
                font-size: 1.1em;
            }

            .headerNewsContainer .Titr {
                margin: 5px 0px 20px;
                line-height: 105%;
                display: block;
                color: #111;
                font-size: 1.8em;
            }

            .headerNewsContainer .Lid {
                margin: 0px;
                text-align: justify;
                display: block;
            }

        .NewsContent {
            float: right;
            margin: 4px 15px;
            text-align: justify;
        }

        .ImageContainer {
            width: 300px;
            height: 200px;
            float: left;
            margin: 5px 5px 5px 15px;
        }

        img {
            /*width: 100%;*/
            margin: 10px 0;
        }