﻿#main {
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
}


#leftCol {
    width: 160px;
    float: left;
    margin-top: 0px;margin-right:10px;  
}

#content {
    width: 520px;
    float: left;
    min-height:500px;
    border : solid 1px #cccccc;

    margin-top: 0px;
    padding-bottom: 10px;
    background-color:#ffffff;
}

#rightCol {
    width: 336px;
    float: right;
    margin-top: 10px;
    margin-left:10px;
}



#header {
}

#footer {
}

.hid {
    display: none;
}

.sho {
    display: block;
}

#wdCategories h3 {
    color: #ba3b26;
    margin-left: 20px;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Segoe UI';
}

#wdCategories .widgetHead {
    background-color: #ffffff;
    border: none;
}

#wdCategories ul {
    list-style: none;
}

#wdCategories li {
    list-style-image: url('../images/global.gif');
}

.heading_bg {
    border-top: none;
}

    .heading_bg h4 {
        font-weight: bold;
        font-size: 16px;
        padding: 10px;
        font-family: 'Segoe UI Semibold', Arial;
        text-transform: capitalize;
        margin-bottom: 27px;
    }

.dictionary_form {
    border-bottom: solid 1px #cccccc;
    padding-bottom: 10px;
}

    .dictionary_form .text_box {
        padding: 10px;
        border: 1px solid #aaa;
        background-color: #fff;
        overflow: hidden;
        border: solid 1px #cccccc;
    }

    .dictionary_form .submit_box {
        padding: 10px;
        border: 1px solid #aaa;
        background-color: #fff;
        margin: 0px;
        overflow: hidden;
        background-color: #ededed;
        border: solid 1px #cccccc;
        background-image: url('../images/user_bg.gif');
    }



.dictionary_form {
    padding-right: 10px;
    padding-left: 10px;
}

#ctl00_dictionary_result {
    padding-left: 10px;
    padding-right: 10px;
}

    #ctl00_dictionary_result h3 {
        font-size: 14px;
        margin-top: 10px;
        background-image: url('../images/btm_bg_line.gif');
        background-repeat: repeat-x;
        border: solid 1px #cccccc;
        padding: 7px;
        border: solid 1px #cccccc;
        background-color: #ffffff;
    }

.urdu_results {
    padding: 10px;
}

    .urdu_results .u {
        width: 50%;
        float: right;
        line-height: 40px;
        font-size: 18px;
        direction: rtl;
        border-bottom: solid 1px #ebebeb;
    }

        .urdu_results .u p {
            padding-right: 15px;
        }

    .urdu_results .r {
        width: 50%;
        float: left;
        line-height: 40px;
        font-size: 12px;
        border-bottom: solid 1px #ebebeb;
    }

        .urdu_results .r p {
            padding-left: 15px;
        }



.local_results {
    margin-bottom: 20px;
}

    .local_results .l {
        width: 50%;
        float: left;
        line-height: 40px;
        font-size: 12px;
        border-bottom: solid 1px #ebebeb;
        font-weight: bold;
    }

        .local_results .l p {
            padding-left: 15px;
        }

    .local_results .m {
        width: 50%;
        float: right;
        line-height: 40px;
        font-size: 18px;
        border-bottom: solid 1px #ebebeb;
        direction: rtl;
    }

        .local_results .m p {
            padding-right: 15px;
        }

.other_results {
    padding: 10px;
}

    .other_results a {
        display: inline-block;
        margin-right: 15px;
        line-height: 20px;
    }

.definition_results {
    margin: 10px;
}

    .definition_results p {
        line-height: 20px;
    }

.related_results {
    margin: 10px;
}

    .related_results ul {
        margin-left: 20px;
    }

        .related_results ul li {
            width: 160px;
            float: left;
        }

.dictionary_entry {
    border: solid 1px #cccccc;
    margin-bottom: 10px;
}

.dictionary_info {
    padding: 10px;
    border-bottom: solid 1px #cccccc;
}

    .dictionary_info h4 {
        font-size: 12px;
    }

    .dictionary_info p {
        font-size: 11px;
    }

.d_usr_img {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

    .d_usr_img img {
        width: 40px;
    }

.dictonary_buttons {
    background-position: top;
    background-image: url('../images/dictionary_buttons_bg.gif');
    background-repeat: repeat-x;
    line-height: 20px;
    font-size: 11px;
    padding: 6px;
    border-top: solid 1px #cccccc;
}

    .dictonary_buttons a {
        margin-left: 15px;
        display: inline-block;
    }

    .dictonary_buttons input[type=button] {
        display: inline-block;
        font-size: 11px;
        border: none;
        background: none;
        margin-right: 15px;
        color: #000000;
        cursor: pointer;
    }

        .dictonary_buttons input[type=button]:focus, .dictonary_buttons input[type=button]:active {
            border: none;
            outline: 0;
            outline-style: none;
        }

.all_related {
    margin-top: 15px;
}

.related_posts {
    margin: 10px;
}

    .related_posts ul {
        margin-left: 20px;
    }

        .related_posts ul li {
        }

.related_images {
}

    .related_images img {
        width: 100%;
        height: auto;
    }

.thesaurus_results, .user_d_results {
    padding: 10px;
}

    .thesaurus_results a {
        display: inline-block;
        line-height: 20px;
        margin-right: 10px;
    }

.d_comment_box, .d_improve_box, .d_report_box {
    padding: 10px;
    border-top: solid 1px #cccccc;
}

    .d_comment_box textarea, .d_improve_box textarea, .d_report_box textarea {
        width: 90%;
        margin-bottom: 10px;
    }

    .d_comment_box input[type=submit], .d_improve_box input[type=submit], .d_report_box input[type=submit], .user_d_results input[type=submit] {
        margin: 0px;
        padding: 5px 25px 5px 25px;
        background-position: top;
        font-size: 11px;
        background-image: url('../images/dictionary_buttons_bg.gif');
        border-radius: 1px;
    }

    .d_comment_box input[type=text], .d_comment_box input[type=email] {
        padding: 5px;
        margin: 0px 0px 10px 0px;
        font-size: 11px;
        width: 50%;
    }

.d_cm_holder {
    padding: 5px 10px 10px 10px;
}

    .d_cm_holder .d_cm_entry {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: solid 1px #e6e6e6;
    }

        .d_cm_holder .d_cm_entry .d_cm_image {
            width: 32px;
            height: 32px;
            overflow: hidden;
            float: left;
            margin-right: 8px;
        }

            .d_cm_holder .d_cm_entry .d_cm_image img {
                width: 32px;
                height: 32px;
            }

        .d_cm_holder .d_cm_entry .d_cm_content {
            float: left;
            width: 90%;
        }

.topborder {
    border-top: solid 1px #cccccc;
}

.user_d_results input[type=text] {
    padding: 5px;
    margin: 0px 0px 10px 0px;
    font-size: 11px;
    width: 50%;
}

.user_d_results textarea {
    width: 95%;
    margin-bottom: 10px;
    height: 100px;
    overflow: auto;
}

.user_d_results select {
    width: 50%;
    padding: 5px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #cccccc;
    font-size: 11px;
}

.widgetLists h3 {
    border-right: none;
}


.heading_bg .dtabs {
    bottom: -11px;
    position: absolute;
    width: 100%;
    left: -10px;
}

.dtabs {
    border-bottom: solid 1px #cccccc;
    height: 27px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

    .dtabs li {
        float: left;
        list-style: none;
        height: 27px;
        background-image: url('../images/article-tab-background.gif');
        background-repeat: repeat-x;
        border-top: solid 1px #cccccc;
        border-right: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        margin-right: 2px;
        margin-left: 2px;
    }

        .dtabs li a {
            display: block;
            height: 26px;
            padding-right: 5px;
            padding-left: 5px;
            line-height: 26px;
        }

        .dtabs li.tactive {
            border-top: solid 1px #cccccc;
            line-height: 26px;
        }

            .dtabs li.tactive a {
                background-color: #ffffff;
                border-bottom: solid 1px #ffffff;
                display: block;
                height: 26px;
                padding-right: 7px;
                padding-left: 7px;
            }

        .dtabs li.first {
            width: 4px;
            background: none;
            border-top: none;
            border-left: none;
            border-right: none;
        }


.dic_d ul {
    margin-bottom: 10px;
    height: 30px;
    font-size: 11px;
}


.dic_d li {
    float: left;
    list-style: none;
    font-size: 11px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}

    .dic_d li a {
        display: inline-block;
        padding: 3px 6px 3px 6px;
        color: #000000;
    }

    .dic_d li.dactive {
        border-bottom: solid 1px #ffffff;
        position: relative;
        text-align: center;
        font-weight: bold;
    }

.ua {font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;font-size:11px;}
.ua .ua_entry {margin-bottom:10px;border-bottom:solid 1px #cccccc;padding-bottom:10px;}
.ua .ua_entry .ua_image {width:60px;float:left;}
.ua .ua_entry .ua_image_box {width: 60px;height: 60px;display: inline-block;overflow: hidden;background-image: url('../images/image_bg.png');background-repeat: no-repeat;}
.ua .ua_entry .ua_image_box a {width: 46px;height: 46px;display: inline-block;overflow: hidden;margin-top: 3px;margin-left: 3px;background-repeat: no-repeat;background-position: center center;}
.ua .ua_entry .ua_content {width:489px;float:left;position:relative;}
.ua .ua_entry .ua_content .ua_head {font-weight:normal;background-color:#ffffff;position:absolute;left:0px;top:0px;z-index:2;display:inline-block;padding-right:5px;}
.ua .ua_entry .ua_content .ua_head a {color:#23486d;}
.ua .ua_entry .ua_content .ua_cat {position:absolute;top:0px;right:0px;z-index:2;font-size: 11px;background-color: #ffffff;color: #cccccc;font-family: Tahoma;display: inline-block;display:inline-block;padding-left:5px;}
.ua .ua_entry .ua_content .ua_line {border-bottom:solid 1px #cccccc;position:absolute;top:6px;display:block;width:100%;height:2px;overflow:hidden;z-index:1;}
.ua .ua_entry .ua_content .ua_body {margin-top:30px;margin-bottom:20px;padding-left:20px;width:90%;}
.ua .ua_entry .ua_content .ua_buttons {background-position: top;background-image: url('../images/dictionary_buttons_bg.gif');background-repeat: repeat-x;line-height: 20px;font-size: 11px;padding: 6px;border: solid 1px #cccccc;}


.content_wrapper {
margin-top:10px;background-color:transparent;border-left:none;border-bottom:none;}
.widgetLists {
width:160px;}
    .widgetLists h3 {
    margin-right:10px;border-right:solid 1px #cccccc;}

