/* CSS Document */

*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body
{
    background-color: #282c33;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
}

a:link, a:visited
{
    color: #1968b2;
    text-decoration: underline;
}

a:hover
{
    color: #000;
    text-decoration: non;
}


#main-container
{
    width: 993px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 12px;
}

.heading_container
{
    padding: 7px 0 7px 5px;
    background-color: #1f1f1f;
    background-image: url(../images/heading_bg.gif);
    background-repeat: repeat-x;
}

h1, .heading, .heading_black
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.heading_gray
{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: left;
}

.heading_black
{
    color: #000;
}

h2, .subheading, .subheading_black
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}



.subheading_black
{
    color: #000;
}

.spacer
{
    height: 8px;
}

h3
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    color: #1968b2;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 5px 0px;
}

p
{
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    color: #000;
    padding: 5px 7px 5px 10px;
}

/*<-- Top Nav Links -- >*/


#topnav_level1
{
    width: 993px;
    background-image: url('../html/images/top-nav-bg.jpg');
    background-repeat: no-repeat;
    float: left;
    padding-top: 1px;
}

#topnav_level2
{
    background-color: #000000;
    margin-left: 5px;
}

#topnav_level3
{
    margin: 0 10px 0 10px;
    text-align: center;
    padding-top: 10px;
}


#topnav_level1 a, #topnav_level2 a, #topnav_level3 a
{
    padding: 6px 8px;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    list-style: none;
    font-weight: bold;
    display: block;
    background-image: url('../images/top-nav-sept.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

#topnav_level1 a:hover, #topnav_level2 a:hover, #topnav_level3 a:hover
{
    color: #EEAD0E;
    display: block;
    padding: 6px 8px;
}

#topnav_level1 a, #topnav_level1 a:visited
{
    color: #FFF8DC;
}

#topnav_level1 a:hover
{
    color: #EEAD0E;
    display: block;
    padding: 6px 8px;
}

#topnav_level2 a, #topnav_level2 a:visited
{
    font-size: 14px;
    background-color: #000;
}

#topnav_level2 a:hover
{
    font-size: 14px;
    background-color: #000;
}

#topnav_level3 a
{
    padding: 2px 6px;
    text-decoration: underline;
    font-weight: normal;
    line-height: 20px;
    color: #FFF8DC;
    background-image: url('../images/link-arrow.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 12px;
    padding-right: 9px;
}

#topnav_level3 a:hover
{
    padding: 2px 6px;
    text-decoration: underline;
    font-weight: normal;
    line-height: 20px;
    padding-left: 12px;
    padding-right: 9px;
}

/*<-- Top Nav Links END-- >*/



.logo-bg
{
    background-image: url('../html/images/top-logo-bg.jpg');
    background-repeat: repeat-x;
    height: 70px;
    width: 991px;
    margin: 0 auto;
    float: left;
    border-top: #000000;
    text-align: center;
}
#logo
{
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 5px;
    
}


.logo-bg1
{
    background-image: url('../html/images/top-logo-bg.jpg');
    background-repeat: repeat-x;
    height: 40px;
    width: 991px;
    margin: 0 auto;
    float: left;
    border-top: #000000;
    text-align: center;
}
#logo1
{
    float: left;
    padding-left: 26px;
    padding-top: 26px;
}
#search_box
{
    float: left;
    width: 150px;
    padding-top: 30px;
}

ul
{
    float: left;
}
li
{
    float: left;
    list-style: none;
}


#navi
{
    float: left;
    background-color: #000000;
    width: 991px;
    border: 1px solid #FFFFFF;
    border-top: #000000;
    border-bottom: #000000;
}

#navi li
{
    float: left;
    position: relative;
}
#navi li.strt
{
    border: 0px;
}
#navi li a, #navi li a:link, #navi li a:visited, #navi li span
{
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    list-style: none;
    padding-top: 8px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
    display: block;
    background-image: url(../images/top2-sept.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

#navi li a:hover, #navi li span
{
    color: #ffffff;
    display: block;
    background-color: #218a1b;
}

a.topnav2:link, a.topnav2:visited
{
    padding: 8px 15px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    list-style: none;
    font-weight: bold;
    font-weight: bold;
    display: block;
    background-image: url('../html/images/top2-sept.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

a.topnav2:hover
{
    color: #ffffff;
    display: block;
    background-color: #218a1b;
}

#middle-container
{
    width: 991px;
    float: left;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
#hot-topic
{
    width: 568px;
    height: 26px;
    background-image: url('../html/images/topi-bg.jpg');
    background-repeat: no-repeat;
    float: left;
    margin: 4px 0 0 4px;
    clear: right;
}

a.hotlinks:link, a.hotlinks:visited
{
    float: left;
    color: #536885;
    text-decoration: none;
    font-size: 12px;
    list-style: none;
    padding: 6px 2px 4px 10px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

a.hotlinks:hover
{
    text-decoration: underline;
}


a.relatedlink:link, a.relatedlink:visited
{
    padding: 5px 10px;
    color: #5a5a5b;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    list-style: none;
    font-weight: bold;
    display: block;
    background-image: url('../html/images/related_arrow.jpg');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 18px;
    margin-top: 4px;
}

a.relatedlink:hover
{
    text-decoration: underline;
    display: block;
}

.relatedlink li
{
    float: none;
    width: 250px;
}

.relatedlink ul
{
    float: none;
    width: 250px;
}

a.readmore:link, a.readmore:visited
{
    float: left;
    color: #fff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    list-style: none;
    padding-top: 0px;
    padding-left: 8px;
}

a.readmore:hover
{
    text-decoration: underline;
    display: block;
}


.quickvote_container
{
    width: 295px;
    background-color: #eaedf0;
    background-image: url('../html/images/sec_bg.jpg');
    background-position: 50% top;
    background-repeat: repeat-x;
    float: right;
    margin: 8px 5px 0 8px;
}
a.topnav3:link, a.topnav3:visited
{
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    list-style: none;
    padding-top: 8px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-right: 9px;
    padding-left: 9px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    background-color: #000000;
}


a.topnav3:hover
{
    color: #ffffff;
    display: block;
    background-color: #218a1b;
}

a.mostwanted:link, a.mostwanted:visited
{
    color: #000;
    text-decoration: none;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    list-style: none;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left: 8px;
    display: block;
    background-image: url('../html/images/related_arrow.jpg');
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 8px;
    margin-top: 4px;
    float: left;
}

a.mostwanted:hover
{
    text-decoration: underline;
    display: block;
}






#bestrated
{
    width: 200px;
}

#banner
{
    width: 666px;
    float: left;
    margin: 8px 0 0 4px;
}
#googleadd
{
    width: 283px;
    float: left;
    margin: 8px 0 0 12px;
}
#left_container
{
    width: 672px;
    float: left;
}

#Programs
{
    width: 714px;
    height: 410px;
    background-color: #FFFFFE;
    float: left;
    margin-left: 5px;
}

#program_inner
{
    width: 345px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    border-bottom: 1px dotted #CCCCCC;
    height: 90px;
}
#related_program
{
    width: 150px;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
    border-right: 1px dotted #CCCCCC;
    height: 120px;
}
#program_img
{
    float: left;
    padding: 6px;
    padding-left: 0;
    margin-right:5px;
    width: 85px;
}

#program_text
{
    float: left;
    width: 240px;
    margin-top: 6px;
    padding-top: 2PX;
    margin-right: 2px;
}

#rating
{
    width: 258px;
    background-color: #F4F4F4;
    float: left;
    margin-left: 6px;
    height: 410px;
}

#raiting_img
{
    float: left;
    padding: 8px;
    width: 48px;
}
#raiting_text
{
    float: right;
    width: 140px;
    padding-left: 2px;
    margin-top: 6px;
}

#video_container
{
    width: 672px;
    height: 208px;
    background-color: #eaedf0;
    background-image: url('../html/images/sec_bg.jpg');
    background-position: 50% top;
    background-repeat: repeat-x;
    float: left;
    margin: 8px 0 0 8px;
}
#video_Heading
{
    width: 300px;
    float: left;
}
#video_ArrowButtons
{
    width: 372px;
    float: left;
    text-align: right;
}
.Video_slider
{
    width: 672px;
    float: left;
}
.video_img
{
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    width: 151px;
    padding-right: 5px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.PlayVidoButton
{
    font-weight: bold;
    color: #fff;
    background-color: #000;
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 22%;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #fff;
}

#video_img
{
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    width: 151px;
    padding-right: 5px;
}

#focused_areas_home
{
    width: 672px;
    background-color: #F7F7F7;
    margin: 8px 0 0 8px;
    float: left;
}
#newsimg
{
    float: left;
    padding: 8px;
    width: 199px;
}
#newstext
{
    width: 270px;
    float: left;
    margin-top: 10px;
    padding-right: 10px;
}
#focused_areas_related
{
    width: 210px;
    float: left;
    background-color: #eaedf0;
    padding: 5px 5px 5px 8px;
}

.video_align
{
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

a.video:link, a.video:visited
{
    color: #1968b2;
    text-decoration: none;
    list-style: none;
    font-weight: bold;
    text-align: center;
}

a.video:hover
{
    text-decoration: underline;
}
a.news:link, a.news:visited
{
    color: #1968b2;
    text-decoration: none;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    padding-left: 15px;
    display: block;
    background-image: url('../images/link-arrow.png');
    background-position: left;
    background-repeat: no-repeat;
}
a.MoreNews:link, a.MoreNews:visited
{
    color: #1968b2;
    text-decoration: none;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-right: 5px;
    background-position: left;
    background-repeat: no-repeat;
    font-size: 11px;
}

a.news:hover
{
    text-decoration: underline;
    display: block;
}

#right_container
{
    width: 300px;
    margin-top: 8px;
    float: left;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}
#twitter
{
    width: 290px;
    background-color: #eaedf0;
    background-image: url('../html/images/twitter.jpg');
    background-position: 50% top;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

#facebook
{
    width: 295px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 8px;
}

#video_play
{
    background-image: url('../html/images/play_news.png');
    width: 140px;
    height: 19px;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    overflow: hidden;
    left: 9px;
    top: -25px;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 6px;
}

#beautiful_pak
{
    width: 295px;
    background-color: #eaedf0;
    height: 375px;
}

#profile
{
    width: 290px;
    background-color: #eaedf0;
    height: 208px;
}

#Innerbox_Right
{
    margin-left: 10px;
    width: 290px;
}

.img_left
{
    float: left;
    padding: 8px;
}

.div_pad
{
    padding: 8px;
    width: 280px;
}

#footer-bottom
{
    width: 993px;
    background-repeat: no-repeat;
    float: left;
    background-repeat: no-repeat;
    float: left;
}

#footer-bg
{
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #0c252c;
    background-image: url('../html/images/top-logo-bg.jpg');
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #17181D;
    width: 991px;
    margin: 0 auto;
    float: left;
    border-top: #000000;
}

#footer_content
{
    margin: 0 auto;
    width: 920px;
    padding-top: 8px;
    margin-top: 12px;
}

.footer_text
{
    font-size: 12px;
    color: #fff;
    padding-bottom: 10px;
}

.footer_text a:link, .footer_text a:visited
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_text a:hover
{
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}

#footer
{
    width: 993px;
    margin: 0 auto;
}

#header
{
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 991px;
    height: 180px;
}

#spacer-bottom
{
    margin-top: 12px;
}
.style2
{
    color: #1968B2;
    font-weight: bold;
    font-size: 11px;
}
.green_text
{
    color: #007700;
}
.red_text
{
    color: Red;
}
.white_text
{
    color: White;
}

.style1
{
    color: #1968B2;
    font-weight: bold;
}

.feature_box_heading_container
{
    font-size: 14px;
    color: #fff;
    text-align: left;
}

a.feature_box_heading_link:link, a.feature_box_heading_link:visited
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-decoration: underline;
    line-height: 25px;
}

a.feature_box_heading_link:hover
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-decoration: none;
    line-height: 25px;
}

#features_box
{
    width: 390px;
    padding: 8px;
    float: left;
    background-color: #000000;
    height: 350px;
    margin: 5px;
}
#features_box_inner
{
    width: 636px;
    padding: 8px;
    background-color: #000000;
    height: 280px;
    margin-bottom: 10px;
}
#video_bottom
{
    background-color: #666666;
    width: 408px;
    float: left;
}
.video_text
{
    float: left;
    width: 400px;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    font-size: 12px;
    color: #FFFFFF;
    padding: 6px;
}
#btn
{
    width: 85px;
    float: right;
    margin-bottom: 8px;
    margin-right: 8px;
}

#TxtBoxFVdoComments td
{
    border: 1px solid #ababab;
    padding: 3px;
}


