﻿@charset "utf-8";

a, a:hover, li, li:hover, td, td:hover {
    transition: all .3s ease-in-out 0s;
}

.clearfix, .wrapper {
    clear: both;
}

.block, .block1, .country-updates ul, .menu ul {
    overflow: hidden;
}

body {
    background-image: url(images/bg.jpg);
    color: #29496f;
    font-family: Calibri;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.wrapper {
    background-color: #fff;
    margin: 0 auto;
    width: 1050px;
}

h1, h2, h3, h4, h5, p {
    margin: 0 0 10px;
}

.tabs .for-image {
    display: none;
}

.mobile-menu {
    display: none !important;
}

embed, img, object, video {
    max-width: 100%;
}

.ie6 img {
    width: 100%;
}

h1, h2, h3, h4, h5 {
    padding: 0;
}

a, li, td {
    text-decoration: none;
}

.latest-updates input[type=search] {
    background-color: #fff;
    border: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    height: 25px;
    line-height: 17px;
    margin: 4px 0 0;
    padding: 0 2%;
    width: 76%;
}

.latest-updates input[type=button] {
    background-color: #29496f;
    background-image: url(images/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-family: Arial,Helvetica,sans-serif;
    height: 26px;
    line-height: 18px;
    margin: 4px 0 0;
    padding: 0;
    width: 20%;
}

.header-strip {
    background-color: #29496f;
    clear: both;
    float: left;
    width: 100%;
}

    .header-strip ul.links {
        float: right;
        margin: 0;
        padding: 0;
    }

        .header-strip ul.links li {
            float: left;
            margin: 6px 0;
        }

            .header-strip ul.links li a {
                border-left: 1px solid #fff;
                color: #fff;
                display: block;
                font-size: 15px;
                line-height: 14px;
                padding: 0 8px;
            }

.menu .main-menu td, .menu td a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.header-strip ul.links li a:hover {
    text-decoration: underline;
}

.header-strip ul.links li:first-child a {
    border-left: 0 solid #fff;
}

.header-strip ul.social {
    float: left;
    margin: 0;
    padding: 0;
}

    .header-strip ul.social li {
        float: left;
        margin-right: 1px;
        width: 28px;
    }

        .header-strip ul.social li a {
            background-color: #1c3450;
            float: left;
            padding: 0 3px;
            width: 22px;
        }

            .header-strip ul.social li a:hover {
                background-color: #4073ac;
            }

            .header-strip ul.social li a img {
                height: auto;
                width: 22px;
            }

.menu, .menu > table {
    width: 100%;
}

.logos-area {
    background-color: #ececec;
    float: left;
    margin-bottom: -15px !important;
    padding: 4px 0 0;
    width: 100%;
}

.menu {
    background: linear-gradient(to bottom,#29496f 0,#1f3954 100%) rgba(0,0,0,0);
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .menu .main-menu td {
        cursor: pointer;
        font-weight: 700;
        min-width: 14.28%;
        padding: 15px 0 9px;
        text-align: center;
    }

    .menu td a {
        display: block;
        padding: 15px 0;
        text-align: left;
    }

    .menu td img {
        margin: 0 10px -3px 8%;
    }

.current {
    background-color: #4073ac;
    color: #fff !important;
}

.menu td > ul {
    margin: 16px 0 0;
}

.menu ul {
    background-color: #ebebeb;
    border: 1px solid #aaa;
    border-radius: 10px;
    box-shadow: -.5px .5px 4px .5px #929292;
    display: none;
    left: 207px;
    margin: 0;
    max-width: 1010px;
    padding: 0 0 50px;
    position: absolute;
    width: 80%;
    z-index: 99999;
}

    .menu ul li {
        cursor: pointer;
        float: left;
        line-height: 30px;
        width: 25%;
    }

        .menu ul li a {
            color: #222;
            padding: 6px 15px;
            text-align: left;
            text-transform: capitalize;
        }

.menu td ul li:first-child, .menu td ul li:first-child ul {
    width: 100% !important;
}

    .menu td ul li:first-child table {
        max-width: 1000px;
        width: 100% !important;
    }

        .menu td ul li:first-child table td {
            min-width: 100px;
            padding: 0;
            text-align: center;
        }

            .menu td ul li:first-child table td a {
                background-color: #4073ac;
                color: #fff;
                padding: 10px 5px !important;
                text-align: center;
            }

.menu td ul li:last-child {
    font-size: 16px;
    height: auto;
    width: 100%;
}

.menu td ul li:first-child table td a:hover {
    background-color: #fff;
    color: #444;
}

.menu td ul li:last-child ul li {
    line-height: 22px;
    margin: 1% 0 0 1%;
    padding: 5px 1% !important;
    text-align: center;
    width: 16.8% !important;
    color: #000;
    font-weight: 700;
}

    .menu td ul li:last-child ul li li {
        font-weight: 400;
    }

.menu td ul li ul {
    border: 0 solid red;
    border-radius: 0;
    box-shadow: 0 0 0 0 #929292;
    float: left !important;
    padding: 0 0 8px !important;
    position: inherit;
    width: 100%;
    z-index: inherit;
}

.menu ul.india ul li {
    float: left;
}

.menu ul li ul.india ul ul li, .menu ul.india ul ul li:first-child, .menu ul.india ul ul li:last-child {
    float: left !important;
    font-size: 13px !important;
    width: 100% !important;
}

.menu td ul li:last-child ul li ul {
    background: rgba(0,0,0,0);
    margin: 5px 0 0;
    padding: 0 !important;
}

    .menu td ul li:last-child ul li ul li, .menu td ul li:last-child ul li ul li:first-child {
        background-image: url(../images/dott-blue.png);
        background-position: left 10px;
        background-repeat: no-repeat;
        float: left !important;
        font-size: 14px !important;
        margin: 0 1.1%;
        padding: 0 10px !important;
        text-align: left;
        width: 100% !important;
    }

.menu ul li ul li, .menu ul li ul li li {
    color: #444;
}

    .menu ul li li .menu ul li ul li, .menu ul li ul li li {
        color: #fff;
    }

.menu td ul.india ul li.span_2_of_5 {
    clear: left !important;
    width: 60.6% !important;
}

    .menu td ul.india ul li.span_2_of_5 ul li, .menu td ul.india ul li.span_2_of_5 ul li:first-child {
        width: 26.9% !important;
    }

.menu td ul.india ul li.span_2_of_5_2 {
    width: 32.4% !important;
}

    .menu td ul.india ul li.span_2_of_5_2 ul li, .menu td ul.india ul li.span_2_of_5_2 ul li:first-child {
        width: 90% !important;
    }

.menu td ul li:last-child ul li ul li:last-child {
    border: 0;
}

.menu ul li div.country, .menu ul li div.country2 {
    background-color: #4073ac;
    background-image: none !important;
    display: none;
    margin-right: 2px;
    margin-top: 2px;
}

    .menu ul li div.country a, .menu ul li div.country2 a {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 13px !important;
        font-weight: 700;
        margin: 0;
        padding: 0 5px !important;
    }

        .menu ul li div.country a:last-child, .menu ul li div.country2 a:last-child {
            border-bottom: 0 solid #fff;
        }

    .menu ul li div.country a {
        background-color: #4073ac;
        color: #fff;
    }

.main-menu td.current ul {
    display: block !important;
}

.latest-updates {
    clear: both;
    color: #fff;
    padding: 1px 10px;
}

    .latest-updates h1 {
        background-image: url(images/arrow-hover.png);
        background-position: 100% center;
        background-repeat: no-repeat;
        color: #fff;
        float: left;
        font-size: 20px;
        line-height: 32px;
        margin: 0;
        padding: 0 15px 0 0;
        text-transform: uppercase;
    }

    .latest-updates marquee {
        width: 100%;
    }

        .latest-updates marquee ul {
            float: left;
            margin: 5px 0 0;
            overflow: hidden;
            padding: 0;
            width: 100%;
        }

            .latest-updates marquee ul li {
                background-image: url(images/dott.png);
                background-position: left center;
                background-repeat: no-repeat;
                display: inline;
                margin: 0 20px 0 0;
                padding: 0 0 0 12px;
            }

                .latest-updates marquee ul li a {
                    color: #fff;
                    text-decoration: underline;
                }

.header .latest-updates marquee ul li a:hover {
    text-decoration: none;
}

.content-area {
    background-color: #ececec;
    clear: both;
    padding: 0 10px 10px;
}

.block1 {
    background-color: #ebebeb;
    border: 1px solid #2a4b6e;
    border-radius: 6px;
    clear: both;
    margin-bottom: 10px;
    min-height: 250px;
}

.clearcontent {
    margin-bottom: 10px !important;
}

.block h1, .block1 h1 {
    background-color: #4073ac;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
}

.block1 h1 {
    text-align: left;
}

.span_first .block {
    min-height: 289px;
}

.block {
    clear: both;
}

    .block h1 {
        text-align: center;
    }

    .block ul.links {
        margin: 5px 8px 0;
        padding: 0;
    }

        .block ul.links li {
            background-image: url(images/arrow.png);
            background-position: 5px center;
            background-repeat: no-repeat;
            border-bottom: 1px solid #bababa;
            border-top: 1px solid #fff;
            color: #444;
            cursor: pointer;
            float: left;
            margin: 0;
            padding: 6px 1% 6px 12%;
            text-transform: capitalize;
            width: 87%;
        }

            .block ul.links .show, .block ul.links li:hover {
                background-image: url(images/arrow-hover.png);
                color: #444;
            }

            .block ul.links li:last-child {
                border-bottom: 0 solid #bababa;
            }

            .block ul.links li:first-child {
                border-top: 0 solid #444;
            }

            .block ul.links li a {
                color: #444;
                float: left;
                padding: 0;
                text-transform: capitalize;
                width: 100%;
            }

        .block ul.links ul {
            background-color: #ebebeb;
            border: 2px solid #2a4b6e;
            display: none;
            margin: -25px 0 0 100px;
            padding: 0;
            position: absolute;
            width: 140px;
        }

        .block ul#publication .fault:hover, .block ul.links .show {
            background-color: #fff;
        }

.fault, .sair {
    margin: 0 auto !important;
    padding: 0;
}

.block ul.links .show > a {
    color: #fff;
}

.block ul.links .show ul {
    display: block;
}

.block ul.links li:hover ul li a {
    color: #444 !important;
}

.block ul.links li:hover a {
    color: #444;
}

.block ul.links li:hover ul li:hover a {
    color: #444 !important;
}

.block ul.links li ul li a {
    color: #444;
}

.block ul#publication li {
    background-image: none;
    padding: 0;
    width: 100%;
}

.fault {
    background-color: #c9c9c9;
    border-bottom: 1px solid !important;
    height: 42px;
    width: 100%;
}

.sair {
    background-color: #29496f;
    border: 2px solid #e80614 !important;
    height: 50px;
    width: 100%;
    color: #fff;
}

.sair-updates, .sair-updates ul li a {
    color: #29496f;
}

.sair-updates {
    border-radius: 0;
    clear: both;
    margin-top: 5px;
    padding: 1px 10px 10px;
}

sair-updates .cont {
    color: #29496f;
    font-size: 13px;
    line-height: 16px;
    padding: 1px 10px 0 0;
    text-align: left;
    vertical-align: top;
}

.block ul#publication a {
    font-size: 11px;
    padding: 2px 0 2px 5px;
}

.block ul#publication li:first-child img {
    margin: 0;
}

.block ul#publication li a.comments {
    background-color: #ccc;
    background-image: none;
    color: #444;
    font-size: 12px;
    margin-top: 0;
    padding: 2px 0;
}

    .block ul#publication li a.comments p {
        font-size: 12px;
        line-height: 12px;
        margin: 0;
        padding: 0;
    }

        .block ul#publication li a.comments p span {
            clear: both;
            float: left;
            font-weight: 700;
            text-transform: uppercase;
            width: 100%;
        }

.other-publication {
    background-color: #ccc;
    clear: both;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 0 !important;
    text-align: center;
    text-transform: uppercase !important;
    width: 100% !important;
}

    .block ul#publication li a.comments:hover, .other-publication:hover {
        background-color: #29496f;
        color: #fff;
    }

        .other-publication:hover ul {
            display: block !important;
            position: absolute;
        }

            .other-publication:hover ul li {
                border-bottom: 1px solid #bababa !important;
                border-top: 1px solid #fff;
                color: #444;
                cursor: pointer;
                float: left;
                margin: 0;
            }

                .other-publication:hover ul li a {
                    background-image: url(images/arrow.png) !important;
                    background-position: 5px center !important;
                    background-repeat: no-repeat !important;
                    font-size: 14px !important;
                    font-weight: 400;
                    padding: 6px 1% 6px 12% !important;
                    text-transform: capitalize;
                    width: 87% !important;
                }

                    .other-publication:hover ul li a:hover {
                        background-color: #29496f !important;
                        background-image: url(images/arrow-hover.png) !important;
                        color: #fff !important;
                        font-size: 14px !important;
                    }

.block ul#publication li:last-child a {
    background-image: none;
    color: #444;
    float: left;
    font-weight: 700;
    padding: 0;
    width: inherit;
}

    .block ul#publication li:last-child a img {
        height: auto;
        width: 80%;
    }

    .block ul#publication li:last-child a:hover, .block ul#publication li:last-child:hover {
        background-color: #29496f;
        color: #fff;
    }

.terrorism-updates {
    background-color: #4073ac;
    clear: both;
    color: #fff;
    float: left;
    margin-bottom: 0;
    margin-top: 2px;
    padding: 0;
    width: 100%;
}

    .terrorism-updates h2 {
        background-image: url(images/terrorism_update.png);
        background-position: 10px center;
        background-repeat: no-repeat;
        color: #fff;
        float: left;
        font-size: 18px;
        font-weight: 400;
        margin: 0;
        padding: 0 5px 0 25px;
        text-transform: uppercase;
    }

    .terrorism-updates .date {
        float: right;
        font-size: 13.5px;
        margin: 0 10px 0 0;
        padding-top: 5px;
    }

.country-updates {
    background-image: url(images/sa-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #29496f;
    border-radius: 0;
    clear: both;
    margin-top: 10px;
    min-height: 243px;
    padding: 1px 15px 10px;
}

    .country-updates table.tabs {
        border-bottom: 2px solid #d7d7d7;
        border-collapse: inherit !important;
    }

        .country-updates table.tabs td {
            background-color: #d7d7d7;
            border-right: 1px solid #fff;
            color: #29496f;
            cursor: pointer;
            text-align: center;
            width: 100px !important;
        }

            .country-updates table.tabs td:last-child {
                border-right: 0 solid #fff;
            }

            .country-updates table.tabs td.active, .country-updates table.tabs td:hover {
                background-color: #4073ac;
                color: #fff;
                text-decoration: none;
            }

.footer-wrapper ul li a:hover, .paragraph a:hover, .span_block_ajay-sahni .my-block a:hover, .span_block_gill .my-block a:hover {
    text-decoration: underline;
}

.country-updates .all table tr {
    border-bottom: 1px solid #ccc;
}

.country-updates .all table td {
    height: 25px;
    vertical-align: middle !important;
}

.country-updates .all strong {
    background-color: #fff;
    color: #444;
    float: left;
    font-size: 15px;
    padding: 4px 5%;
    width: 100%;
}

.country-updates .all table td a {
    background-position: 5px center;
    background-repeat: no-repeat;
    float: left;
    padding: 0 0 0 15px !important;
}

    .country-updates .all table td a:hover {
        background-position: -10px center;
        color: #444;
        text-decoration: underline;
    }

.country-updates ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .country-updates ul li {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .country-updates ul li ul li {
            min-height: 30px;
        }

        .country-updates ul li table.data {
            margin: 5px 0 0;
        }

            .country-updates ul li table.data td {
                color: #29496f;
                font-size: 13px;
                line-height: 16px;
                padding: 0 10px 0 0;
                text-align: left;
                vertical-align: top;
            }

.footer-wrapper .newletter td, .span_block_ajay-sahni_User .my-block table td, .span_block_gill_User .my-block table td {
    vertical-align: middle;
}

.country-updates ul li table.data tr:first-child td:last-child {
    padding: 0 !important;
}

.country-updates ul li table.data td h1 {
    border-top: 6px solid #ccc;
    float: left;
    font-size: 15px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.country-updates ul li table.data td h2 {
    background-color: #29496f;
    border-top: 0 solid #ccc;
    color: #fff;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 0 !important;
    padding: 0 3px !important;
    text-transform: uppercase;
    width: 99%;
}

.footer, .footer-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    float: left;
}

.country-updates ul li table.data td span {
    color: #444;
    font-size: 10px;
}

.country-updates ul li table.data td.top-story {
    margin: 0;
    padding: 0;
}

    .country-updates ul li table.data td.top-story marquee {
        height: 100%;
    }

.country-updates ul li table.data td p {
    margin: 0;
    padding: 0 0 10px;
}

.country-updates ul li table.data td.top-story marquee p {
    background-image: url(images/dott-blue.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 14px;
    text-indent: 16px;
}

.country-updates ul li a {
    color: #29496f;
}

.footer {
    background-color: #5eaafe;
    padding-top: 5px;
}

.footer-wrapper {
    background-color: #29496f;
    color: #fff;
    padding: 20px 2%;
}

    .footer-wrapper h1, .footer-wrapper ul li h1 {
        font-size: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .footer-wrapper ul li a {
        color: #fff;
        text-transform: capitalize;
    }

    .footer-wrapper .newletter {
        background-image: url(images/newsletter-input-bg.jpg);
        background-repeat: repeat-x;
        border-radius: 10px !important;
        height: 22px;
        margin: 0;
        overflow: hidden !important;
        padding: 0 3px 0 0;
    }

        .footer-wrapper .newletter input[type=text] {
            background: rgba(0,0,0,0);
            border: 0 !important;
            float: left;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            line-height: 18px;
            margin-left: 10px;
            padding: 0 !important;
            width: 90%;
        }

        .footer-wrapper .newletter input[type=button] {
            background-image: url(images/input-submit.jpg);
            background-position: center center;
            background-repeat: no-repeat;
            border: none;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            float: left;
            height: 21px;
            width: 29px;
        }

.copy-right {
    color: #fff;
    font-size: 11px;
    padding: 2px 2%;
    text-transform: uppercase;
    width: 96%;
}

#slideshow, #slideshow-sair {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #631328 #631328;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 0 1px;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

#slideshow {
    height: 175px;
    padding: 0;
    position: relative;
    background-color: #fff;
}

    #slideshow > div {
        background-color: #fff;
        color: #29496f;
        height: 135px;
        padding: 5px;
        position: absolute;
    }

#slideshow-sair {
    height: 284px;
    padding: 0;
    position: relative;
    background-color: #4073ac;
}

    #slideshow-sair a, #slideshow-sair div, #slideshow-sair h5 {
        color: #fff;
    }

.sair-archieve {
    background-color: #29496f;
    border: 5px inset;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    width: 97%;
}

.empty-message, .freedom, .loader {
    font-weight: 700;
}

.span_block_gill_User {
    margin-left: 0;
    margin-top: 1%;
    width: 99.5%;
}

.freedom {
    font-family: Script;
    font-size: xx-large;
}

.book, .paragraph {
    font-family: Arial,Helvetica,sans-serif;
    text-align: justify;
}

.paragraph {
    font-size: medium;
}

    .paragraph a, .paragraph a:hover {
        color: #29496f;
    }

.book {
    font-size: small;
}

.contents {
    border: 1px solid #2a4b6e;
    border-radius: 6px;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

    .contents .contents-area {
        padding-left: 20px;
        padding-top: 20px;
    }

    .contents h1 {
        background-color: #4073ac;
        color: #fff;
        font-size: 20px;
        margin: 0;
        padding: 5px;
        text-align: left;
        text-transform: uppercase;
    }

.block, .block h3 {
    background-color: #fff;
}

#Progress, .grid th, .loader {
    text-align: center;
}

.modal-popup {
    box-shadow: 0 1px 3px #ccc inset;
}

.modal-close {
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 9999;
}

.dn {
    display: none;
}

.block {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: .3px .3px 1px .2px #ccc;
    color: #555;
    float: left;
    margin-bottom: 10px;
    padding: 1px;
    width: 100% !important;
}

.ticker, .tickerExt {
    overflow: hidden;
    box-shadow: 0 0 5px #DDD;
}

.block table td {
    padding: 3px 0;
}

.block h3 {
    background-image: url(Images/side-li-bg.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px 15px;
}

.grid {
    border: 1px solid #c9c9c9;
    border-radius: 4px !important;
    font-family: Arial,Helvetica,sans-serif !important;
    margin: 0;
    padding: 1px;
    width: 100%;
}

    .grid td, .grid th {
        border-bottom: 1px solid #c9c9c9;
        border-left: 1px solid #fff;
        border-right: 1px solid #c9c9c9;
        font-size: 11px;
    }

    .grid th {
        padding: 2px;
    }

    .grid td {
        line-height: 16px !important;
        padding: 2px !important;
    }

    .grid tr td:last-child, .grid tr th:last-child {
        border-right: 0 none;
    }

    .grid tr:last-child td {
        border-bottom: 0 none;
    }

    .grid tr:first-child td {
        border-bottom: 0 none;
        padding: 0;
    }

    .grid tr:nth-child(2n) td {
        background-color: #eee;
    }

    .grid tr td:first-child, .grid tr th:first-child {
        border-left: 0 none;
    }

    .grid tr:hover td {
        background-color: #e5ebf3;
    }

#Progress {
    background-color: #fff;
    border: 3px solid #000;
    height: 40px;
    left: 10px;
    position: fixed;
    top: 10%;
    width: 200px;
}

.loader {
    margin: 0 auto;
}

#apDiv1 {
    background-color: #f7ebbe;
    background-image: url(bgimg.png);
    border: 1px solid #edc06d;
    height: 50px;
    left: 45%;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 3;
}

.select_menu {
    list-style: none;
    margin-left: 0 !important;
    width: 100%;
}

    .select_menu ul li a {
        background-color: #29496f;
        border-right: 1px solid #ccc;
        color: #fff;
        float: left;
        font-size: 12px;
        padding: 7px 1px;
        text-align: center;
        width: 12.5%;
    }

        .select_menu ul li a.active, .select_menu ul li a:hover {
            background-color: #d7d7d7;
            color: #29496f;
        }

        .select_menu ul li a.deactive {
            background-color: #29496f;
            color: #fff;
        }

.SouthAsia {
    font-size: 16px;
    height: 299px !important;
    width: 100%;
}

.country-open ul li {
    z-index: 999;
}

.menu td ul.india ul li.zone5 {
    clear: left !important;
    width: 46.5% !important;
}

.group:after, .section {
    clear: both;
}

.menu td ul.india ul li.zone6 {
    width: 46.5% !important;
}

.empty-message {
    padding: 25px 0 !important;
    width: 100% !important;
    text-align: center !important;
    border-radius: 5px !important;
    font-size: x-large;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    padding-bottom: .2em;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol {
    list-style: decimal;
    margin: 0 0 0 22px;
}

.ticker, .tickerExt, .ticker_sair, .tickerother {
    list-style: none;
}

.section {
    padding: 0;
    margin: 0;
}

.group:after, .group:before {
    content: "";
    display: table;
}

.group {
    zoom: 1;
}

.col {
    display: block;
    float: left !important;
    margin: 0 0 0 1.6%;
}

    .col:first-child {
        margin-left: 0;
    }

@media only screen and (max-width:480px) {
    .col {
        margin: 1% 0;
    }
}

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

.span_block_gill {
    margin-left: 0;
}

.span_first, .span_last, .span_middle, .span_middle-full {
    margin-left: 1%;
}

.span_block_ajay-sahni {
    margin-top: 1%;
    margin-left: 1%;
}

    .span_block_ajay-sahni .my-block, .span_block_gill .my-block {
        border: 1px solid #29496f;
        background-image: url(images/block-bg.jpg);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-color: #fff;
        float: left;
        width: 100%;
        min-height: 122px;
    }

        .span_block_ajay-sahni .my-block a, .span_block_gill .my-block a {
            color: #29496f;
        }

        .span_block_ajay-sahni .my-block p, .span_block_gill .my-block p {
            padding-top: 0;
        }

            .span_block_ajay-sahni .my-block p.last, .span_block_gill .my-block p.last {
                border-top: solid 1px #ac0034;
                margin-top: 10px;
            }

        .span_block_ajay-sahni .my-block table td, .span_block_gill .my-block table td {
            vertical-align: middle;
        }

        .span_block_ajay-sahni .my-block table td {
            padding-top: 15px;
        }

@media only screen and (max-width:480px) {
    .span_1_of_2, .span_2_of_2 {
        width: 100%;
    }
}

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
    margin-top: 1%;
}

@media only screen and (max-width:480px) {
    .span_1_of_3, .span_2_of_3, .span_3_of_3 {
        width: 100%;
    }
}

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

.span_1_of_3 {
    margin-top: 1%;
    width: 33.3%;
}

@media only screen and (max-width:480px) {
    .span_2_of_4, .span_3_of_4, .span_4_of_4 {
        width: 100%;
    }
}

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5, .span_first {
    width: 18.72%;
}

.span_middle {
    width: 60.5%;
}

.span_middle-full {
    width: 78.5%;
}

.span_last {
    width: 18.72%;
}

@media only screen and (max-width:480px) {
    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
        width: 100%;
    }
}

@media only screen and (min-width:769px) and (max-width:2000px) {
    .wrapper {
        width: 100%;
        clear: both;
        margin: 0 auto;
        background-color: #ececec;
    }

    .mobile-menu {
        display: none !important;
    }

    .tabs .for-image {
        display: none;
    }

    .menu td ul li:first-child table td a:hover {
        background-color: #fff;
        color: #444;
    }

    .menu td ul.india ul li.span_2_of_5 ul li, .menu td ul.india ul li.span_2_of_5 ul li:first-child {
        width: 26.5% !important;
    }
}

@media only screen and (min-width:769px) and (max-width:1152px) {
    .menu td {
        text-align: center !important;
        padding: 16px 0 !important;
    }

        .menu td img {
            float: left;
            margin: 0 5px;
            display: none;
        }

    .menu ul {
        margin: 0;
        padding: 0;
        width: 90%;
    }

    .menu td ul li, .menu td ul li:last-child ul li ul li {
        text-align: left !important;
    }

        .menu td ul li:first-child table {
            max-width: 1150px !important;
            width: 100%;
            border: 0 solid red;
        }

        .menu td ul li:last-child ul li {
            text-align: center !important;
            width: 21.75% !important;
            padding: 5px 1% !important;
        }
}

.ticker {
    width: 100%;
    height: 50px;
    border: 1px solid #DDD;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

#ticker_02 {
    height: 78%;
}

.ticker li {
    height: 55px;
    border-bottom: 1px dotted #DDD;
    padding: 5px;
    margin: 0 5px;
}

.ticker_sair {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

    .ticker_sair li {
        height: 140px;
        border-bottom: 1px dotted red;
        padding: 5px;
        margin: 0 5px;
    }

.tickerExt {
    width: 100%;
    height: 308px;
    border: 1px solid #DDD;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

    .tickerExt li, .tickerother li {
        border-bottom: 1px dotted #DDD;
        vertical-align: middle;
    }

    .tickerExt li {
        height: 55px;
        padding: 5px;
        margin: 0 5px;
    }

.tickerother {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .tickerother li {
        width: 100%;
        padding: 5px;
        margin: 0 5px;
    }

@media only screen and (max-width:768px) {
    .menu td img, .mobile-menu, .tabs .for-image {
        display: none;
    }

    .span_first {
        width: 30%;
        margin-left: 1%;
    }

    .span_middle {
        width: 68.5%;
        margin-left: 1.5%;
    }

    .block ul#publication li:nth-child(odd), .span_last {
        margin-left: 0;
    }

    .span_last {
        width: 100%;
    }

    .menu .main-menu td {
        text-align: center;
        padding: 16px 0 !important;
    }

    .other-publication {
        background-color: #ccc;
        float: left;
        font-weight: 700;
        text-transform: uppercase !important;
        font-size: 12px;
        padding: 2px 1% !important;
        width: 47% !important;
        line-height: 12px;
    }

        .other-publication:hover ul li {
            width: 100% !important;
        }

    .wrapper {
        width: 90%;
        clear: both;
        margin: 0 auto;
        background-color: #FFF;
    }

    .menu td {
        min-width: 85px;
        color: #fff;
        font-size: 17px;
        padding: 16px 0;
        text-transform: uppercase;
        text-align: center;
    }

        .menu td img {
            float: left;
            margin: 0 5px;
        }

    .menu ul {
        max-width: 650px;
        width: 95%;
    }

    .menu td ul li {
        text-align: left;
    }

    .menu td:hover ul li a {
        font-size: 100%;
    }

    .menu td ul li:first-child table {
        max-width: 650px !important;
        width: 100%;
        border: 0 solid red;
    }

        .menu td ul li:first-child table td {
            min-width: 70px;
            text-align: center;
            padding: 0 !important;
            margin: 0 !important;
            border-right: solid 0 red;
        }

            .menu td ul li:first-child table td a {
                padding: 10px 0 !important;
                margin: 0 !important;
                text-align: center;
                background-color: #4073ac;
                color: #fff;
                font-size: 14px;
            }

    .menu td ul li:nth-child(4n+4) {
        background-image: none;
    }

    .menu td ul li:last-child ul li {
        width: 22.75% !important;
        padding: 5px .5% !important;
    }

    .menu td ul.india ul li.span_2_of_5 {
        clear: left !important;
        width: 67.6% !important;
    }

    .menu td ul.india ul li.span_2_of_5_2 {
        width: 27.4% !important;
    }

    .menu td ul.india ul li.span_2_of_5 ul li, .menu td ul.india ul li.span_2_of_5 ul li:first-child {
        width: 26.5% !important;
    }

    .menu ul.india ul li ul li a {
        font-size: 14px;
        padding: 5px;
    }

    .menu ul.india li.country a {
        float: left;
        margin: 10px 0;
        padding: 5px;
    }

    .latest-updates h1 {
        font-size: 118%;
    }

    .terrorism-updates h2 {
        font-size: 100%;
    }

    .span_block_ajay-sahni .my-block, .span_block_gill .my-block {
        min-height: 195px;
    }

    .select_menu {
        width: 100%;
        list-style: none;
        margin-left: 40px !important;
    }

        .select_menu ul li a {
            width: 9.4%;
            float: left;
            background-color: #29496f;
            border-right: 1px solid #ccc;
            text-align: center;
            color: #fff;
            font-size: 12px;
            padding: 7px 1px;
            border-bottom: 1px solid #ccc;
        }

            .select_menu ul li a.active, .select_menu ul li a:hover {
                color: #29496f;
                background-color: #d7d7d7;
            }

    .block ul#publication li {
        float: left;
        margin-left: 0;
        width: 100% !important;
    }

        .block ul#publication li:first-child img {
            height: 42px;
            margin: 0;
            width: 332px !important;
        }
}

@media only screen and (max-width:640px) {
    .block ul#publication li, .span_first, .span_last, .span_middle {
        width: 100%;
        margin-left: 0;
    }

    .span_middle {
        margin-bottom: 2.5%;
    }

    .span_block_ajay-sahni, .span_block_gill {
        width: 100%;
        margin-top: 1%;
        margin-left: 0;
    }

    .block ul#publication li a {
        width: 88%;
    }

    .wrapper {
        width: 95%;
        clear: both;
        margin: 0 auto;
        background-color: #FFF;
    }

    .menu .main-menu, .menu .main-menu table {
        width: 100%;
        margin: 0 !important;
    }

    .mobile-menu {
        display: block !important;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        padding: 10px 0;
        line-height: 35px;
        text-indent: 40px;
    }

        .mobile-menu > img {
            display: block !important;
            padding: 0 5px;
            float: right;
        }

    .menu .main-menu table, .menu .main-menu table td, .menu .main-menu table td ul, .menu .main-menu table td ul li {
        float: left !important;
        padding: 0 !important;
        text-align: left !important;
    }

    .menu .main-menu {
        padding: 0 !important;
        display: none;
        position: absolute;
        z-index: 999999999;
        background-color: #4073ac;
        right: 0;
        top: 50px;
        line-height: 20px !important;
        text-align: left !important;
    }

        .menu .main-menu table td {
            width: 100% !important;
            margin: 0 !important;
            border-bottom: solid 1px #fff;
            display: block;
            background-color: #29496f;
            line-height: 35px;
            text-indent: 15px;
        }

    .menu td ul li:first-child table td a {
        padding: 0 !important;
    }

    .menu .main-menu table td ul, .menu .main-menu table td ul li {
        width: 100% !important;
        position: relative !important;
        display: block;
        margin: 1px 0 0 !important;
        border-radius: 0;
        left: 0;
        -moz-box-shadow: 0 0 0 0 #929292;
        -webkit-box-shadow: 0 0 0 0 #929292;
        box-shadow: 0 0 0 0 #929292;
        border: 0 solid red;
        line-height: 20px !important;
    }

    .menu td ul li:first-child li, .menu td ul li:first-child li li, .menu td ul li:last-child li, .menu td ul li:last-child li li, .menu td ul li:last-child ul li, .menu td ul li:last-child ul li:first-child, .menu td ul li:last-child ul li:last-child, .menu td ul.india ul li.span_2_of_5 {
        width: 100% !important;
    }

        .menu td ul.india ul li.span_2_of_5 ul li, .menu td ul.india ul li.span_2_of_5 ul li:first-child {
            width: 41% !important;
        }

        .menu td ul li:last-child a, .menu td ul li:last-child li a {
            text-align: left !important;
        }

    .current {
        display: block !important;
        background: 0 0 !important;
    }

        .current .current {
            background-color: #29496f !important;
        }

            .current .current a, .current a {
                text-align: left !important;
            }

        .current ul {
            display: none !important;
        }

        .current .current ul {
            display: block;
        }

    .menu td ul li:last-child ul li {
        text-align: center !important;
    }

    .menu ul li div.country, .menu ul li div.country2 {
        background-color: #4073ac;
        background-image: none !important;
        margin-right: 2px;
        margin-top: 2px;
        width: 100% !important;
    }

        .menu ul li div.country a, .menu ul li div.country2 a {
            color: #fff;
            margin: 0;
            padding: 0 5px !important;
            font-size: 13px !important;
            font-weight: 700;
            border-bottom: solid 1px #fff;
            width: 100% !important;
        }

    .menu td ul li:last-child ul li ul li {
        text-align: left !important;
        width: 41% !important;
        margin-right: 2% !important;
        text-indent: 0;
    }

        .menu td ul li:last-child ul li ul li:last-child {
            border-bottom: solid 0 #fff !important;
        }

    .menu ul li div.country a:last-child, .menu ul li div.country2 a:last-child {
        border-bottom: solid 0 #fff !important;
        width: 100% !important;
    }

    .menu ul li div.country a {
        color: #fff;
        background-color: #4073ac;
        width: 100% !important;
    }

    .block ul#publication li.sair_line {
        background-image: none;
        padding: 0 0 2px;
        width: 100%;
        height: 30px;
        margin: 0 auto !important;
        display: table-cell;
        background-position: center top;
    }

    .country-updates ul {
        max-height: 300px;
    }

        .country-updates ul li {
            /*max-height: 100px !important;
            height: 100px !important;*/
            max-height: 100%!important;
            height: 100%!important;
            overflow: scroll;
        }

    .tabs .slide {
        margin: 0;
        line-height: 12px;
        padding: 2px 0;
        vertical-align: middle;
    }

    .tabs .for-text {
        display: none;
    }

    .tabs .for-image {
        display: block;
    }

    .select_menu {
        width: 100%;
        list-style: none;
        margin-left: 0 !important;
    }

        .select_menu ul li a {
            width: 11.4%;
            float: left;
            background-color: #29496f;
            border-right: 1px solid #ccc;
            text-align: center;
            color: #fff;
            font-size: 12px;
            padding: 7px 1px;
            border-bottom: 1px solid #ccc;
        }

            .select_menu ul li a.active, .select_menu ul li a:hover {
                color: #29496f;
                background-color: #d7d7d7;
            }

    .block ul#publication li a.comments {
        background-color: #ccc;
        background-image: none;
        color: #444;
        font-size: 12px;
        margin-top: 0;
        padding: 2px 17px !important;
    }

    .other-publication {
        background-color: #ccc;
        float: left;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        padding: 2px 1% !important;
        text-transform: uppercase !important;
        width: 99% !important;
    }

    .block ul.links li:last-child {
        border-bottom: 0 solid #bababa;
        width: 94% !important;
    }

    .block ul#publication li:first-child img {
        height: 42px !important;
        margin: 0 0 0 10px;
        width: 260px !important;
    }
}
