/* CSS Document */


@font-face {
    font-family: 'Musket';
    src: url(http://www.pakistanherald.com/StyleSheets/bootstrap/Fonts/Musket.ttf); /* IE9 Compat Modes */
}
/*@font-face {
    font-family: 'Musket';
    src: url(http://www.pakistanherald.com/StyleSheets/bootstrap/Fonts/Musket.ttf); /* IE9 Compat Modes 
}*/

#DivMainHeader {
    width: 100%;
    display: table;
    margin: 0 auto;
}

.DivHeaderTop {
    background-color: #3a3a3a;
    display: table;
    width: 100%;
    padding: 3px 0 4px 0;
}

.cnt {
    width: 1000px;
    margin: 0 auto;
    height: 26px;
}

.Headertoplinks {
    width: 430px;
    float: left;
    display: table;
}

    .Headertoplinks ul {
        width: 430px;
        margin: 0px;
        padding: 0px;
        margin-top:10px;
    }

        .Headertoplinks ul li {
            float: left;
            padding: 0 14px 0 0px;
            list-style: none;
        }

            .Headertoplinks ul li a {
                font-family: Musket;
                font-size: 11px;
                color: #f1f1f1;
                text-decoration: none;
            }

                .Headertoplinks ul li a:hover {
                    text-decoration: underline !important;
                    color: #fff !important;
                }


.Headerlinks {
    width: 450px;
    display: table;
    float: right;
    margin-top: 8px;
}

    .Headerlinks ul {
        width: 510px;
        margin: 0px;
        padding: 0px;
    }

        .Headerlinks ul li {
            float: left;
            padding: 0 10px 0 0px;
            list-style: none;
        }

            .Headerlinks ul li a {
                font-family: Musket;
                font-size: 11px;
                color: #f1f1f1;
                text-decoration: none;
            }

                .Headerlinks ul li a:hover {
                    text-decoration: underline !important;
                    color: #ffffff !important;
                }

.pad15 {
    padding: 15px 0 15px 0;
}

.mainlogo {
    float: left;
    display: table;
    width: 200px;
    margin-bottom: 15px;
}

.searchcnt {
    float: right;
    /*border: 1px solid #eaeaea;*/
    width: 264px;
    margin-top: -5px;
    padding: 4px;
    border-radius: 5px;
    height: 32px;
}

.searchleft {
    width: 230px;
    float: left;
}

.searchright {
    float: left;
    width: 22px;
}

.searchfield {
    border: none;
    display: table;
    color: #999999;
    padding-left: 6px;
    width: 224px;
    height: 22px;
}

.DivNav-cnt {
    width: 100%;
    background-color: #0c2a61;
    background-repeat: repeat-x;
    /*border-bottom: 2px solid red;*/
    display: table;
}

#DivNavMain {
    width: 1000px;
    margin: 0 auto;
    display: table;
}



/* menu styles */
.menuborder {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

#jsddm {
    margin: 0;
    padding: 0;
    width: 1000px;
    margin: 0 auto;
}

    #jsddm li {
        float: left;
        list-style: none;
        font-size: 14px;
    }

        #jsddm li a {
            display: block;
            text-decoration: none;
            padding: 12px;
            text-align: center;
            font-size: 12px;
            text-transform: uppercase;
            color: #fff;
            font-family: Musket;
            white-space: nowrap;
        }

            #jsddm li a:hover {
                background: #f3f2f2;
                color: black;
                height: 41px;
            }

        #jsddm li ul {
            margin: 0;
            padding: 0;
            position: absolute;
            /*visibility: hidden;*/
            z-index: 1000;
        }

            #jsddm li ul li {
                float: none;
                display: inline;
            }

                #jsddm li ul li a {
                    width: auto;
                    background: #fff;
                    text-align: left;
                    color: #474343;
                    border-right: none;
                    background-image: none;
                    border: 1px solid #f3f2f2;
                }

                    #jsddm li ul li a:hover {
                        background-image: none;
                        background-color: #ffffff;
                        height: 44px;
                    }

.newslinks {
    width: 100%;
    background-image: url(../../Images/newsbg.jpg);
    /*display: table;*/
}

.newscnt {
    background-color: #cd0303;
    background-image: url(../../Images/nsbg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    float: left;
    font-size: 12px;
    font-family: Musket;
    text-transform: uppercase;
    padding: 5px 10px 8px 10px;
    color: #FFFFFF;
    height: 26px;
}

.DivNewsdetails {
    float: left;
    display: table;
    width: 820px;
}

    .DivNewsdetails ul {
        width: 820px;
        margin: 0px;
        padding: 0px;
    }

        .DivNewsdetails ul li {
            float: left;
            list-style: none;
            padding: 1px 8px 0 8px;
        }

            .DivNewsdetails ul li a {
                font-family: Musket;
                font-size: 11px;
                color: #3a3a3a;
                text-transform: uppercase;
                text-decoration: none;
            }

                .DivNewsdetails ul li a:hover {
                    text-decoration: underline !important;
                    height: 10px;
                }