#incontentcontainer {
        width: 100%;
        border: 1px solid #000000;
        float: left;
}
#insidecont {
        width: 985px;
        margin-right: auto;
        margin-left: auto;
        background-color: #F2F2F2;
        float: none;
        background-image: url(http://www.ndtv.com/news/images/white_spacer.gif);
        background-repeat: repeat;

}

#insideleftmar {
        width: 1px;
        float: left;
}
#insideleftnav {
        width: 119px;
        float: left;
}

#insidemidpanel {
        width: 489px;
        margin-right: 20px;
        margin-left: 20px;
        float: left;
}


#insiderightpanel {
        width: 315px;
        float: left;
}
#insiderightmar {
        width: 9px;
        float: left;
}
.mid_mar {
        padding:5px 10px;
}
.insidemore {
        text-align: right;
        padding-top:5px;
        padding-bottom:5px;
        padding-right:10px;
}
.blkmid_mar {
        background-image: url(http://www.ndtv.com/news/images/inside_blk_bg.gif);
        background-repeat: repeat-x;
        background-position: bottom;
        padding: 10px;
}

#botinside315 {
        background-image: url(http://www.ndtv.com/news/images/inside_right_bottom_shadow.png);
        background-repeat: no-repeat;
        text-align: center;
        height: 17px;
        width: 315px;
        float: left;
}
.img_border_wht {
        padding: 5px;
        border: 1px solid #e0e0e0;
        background-color: #FFFFFF;
}
#insidebottombg {
        width: 100%;
        float: left;
        /* background-image: url(http://www.ndtv.com/news/images/home_bot_bg.jpg); */
        background-repeat: no-repeat;
        background-position: left bottom;
        padding-bottom: 15px;
}


/* pagination CSS*/
#pagination {
        width: 100%;
}
#pagination ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float:right;
}
#pagination li {
        float: left;
        display: block;
        margin-right: 3px;
        margin-left: 3px;
        vertical-align: middle;
}
#pagination li a{
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
}

#pagination .previous {
}
#pagination .previous a {
        color: #0033cc;
        font-family: Georgia, "Times New Roman", Times, serif;
}
#pagination .previous a:hover {
        color: #cc0000;
        text-decoration: underline;
}
#pagination .Next a {
        color: #0033cc;
        font-family: Georgia, "Times New Roman", Times, serif;
}
#pagination .Next a:hover {
        color: #cc0000;
        text-decoration: underline;
}

#pagination .noactive {
        background-image: url(http://www.ndtv.com/news/images/pagination_noactive.gif);
        background-repeat: no-repeat;
        height: 21px;
        width: 20px;
        text-align: center;
        background-position: 0px 2px;
}
#pagination .active a {
        color: #0033cc;
}

#pagination .noactive a:hover {
        color: #0033cc;
        text-decoration: underline;
}

#pagination  .active {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        background-image: url(http://www.ndtv.com/news/images/pagination_current.gif);
        background-repeat: no-repeat;
        height: 21px;
        width: 20px;
        text-align: center;
        background-position: 0px 2px;
        padding-top:2px;
}
#pagination .active a {
        color: #000000;
}
#pagination .active a:hover {
        color: #000000;
        text-decoration: none;
}
/* pagination CSS*/
/* Section page pagination CSS starts*/
.section_pagination {
        font-size: 11px;
        padding-top: 10px;
        text-align: right;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
        padding-right: 10px;
}
.section_pagination ul{
        margin: 0px;
        padding: 0px;
}
        
.section_pagination a {
        padding: 2px 6px;
        border: 1px solid #999999;
        text-decoration: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        background-color: #EEEEEE;
        -moz-border-radius: 3px;
        color: #0033cc;
}

.section_pagination a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #999999;
        border-color: #666666;
        -moz-border-radius: 3px;
}
        
.section_pagination .selected {
        font-size: 12px;
        vertical-align: top;
        background: #fff;
        color: #333333;
        border: 1px solid #333333;
        -moz-border-radius: 3px;
        padding-top: 2px;
        padding-right: 6px;
        padding-bottom: 2px;
        padding-left: 6px;
        margin-right: 3px;
        margin-left: 3px;
        font-family: Georgia, "Times New Roman", Times, serif;
}
.prev{
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
}
.prev a {
        border: 1px solid #ffffff;
        text-decoration: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        background-color: #ffffff;
        -moz-border-radius: 3px;
        color: #0033cc;
        padding-top: 2px;
        padding-right: 6px;
        padding-bottom: 2px;
        padding-left: 2px;
}
.prev a:hover {
        color: #cc0000;
        text-decoration: underline;
        background-color: #ffffff;
        border-color: #ffffff;
        -moz-border-radius: 3px;
        }
        
.next{
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
}
.next a {
        border: 1px solid #ffffff;
        text-decoration: none;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        background-color: #ffffff;
        -moz-border-radius: 3px;
        color: #0033cc;
        padding-top: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-left: 6px;
}
.next a:hover {
        color: #cc0000;
        text-decoration: underline;
        background-color: #ffffff;
        border-color: #ffffff;
        -moz-border-radius: 3px;
}
/* Section page pagination CSS end*/