body{
    margin: 0px 0px 30px 0px;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    background: #fdc048 url(/images/page_bg.jpg) repeat-x top;
    color: #131313;
}

#placeholder{
    width: 990px;
}

a{
    color: #012aa5;
}

a img{
    border: 0px;
}

#header{
    padding-top: 30px;
    padding-bottom: 12px;
}

#content_area{
    background: white;
    padding: 4px;
}

#content_inner{
    width: 100%;
}

#left{
    width: 240px;

}

#right{
    width: 240px;
}

.sml{
    font-size: 11px;
}

.vsml{
    font-size: 10px;
}

.fourspace{
    height: 4px;
}

#top_nav{
    color: white;
    height: 32px;
}

#top_nav_left{
    background: url(/images/header_left.gif);
    width: 6px;
}

#top_nav_middle{
    background: url(/images/header.gif) repeat-x;
}

#top_nav_middle a{
    display: inline-block;
    padding: 8px 4px 7px 4px;
}

#top_nav_right{
    background: url(/images/header_right.gif);
    width: 6px;
}

#top_nav a{
    color: white;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

#footer{
    height: 6px;
    width: 100%;
}

#footer_left{
    background: url(/images/footer_left.gif) no-repeat;
    width: 6px;
}

#footer_middle{
    background: white;
}

#footer_right{
    background: url(/images/footer_right.gif) no-repeat;
    width: 6px;
}

#copyright{
    padding-top: 8px;
    font-size: 11px;
    width: 990px;
}

#copyright a{
    color: #161616;
}

.title{
    font-size: 14px;
    font-weight: bold;
}

.sml{
    font-size: 11px;
}

.error{
    font-weight: bold;
    color: red;
}

#preview_ad{
    text-align: justify;
    display: inline-block;
    width: 240px;
    background: #fdcb6b;
    border: 1px solid #a66d00;
    padding: 8px;
}

.text_ad{
    text-align: justify;
    display: block;
    background: #fdcb6b;
    border: 1px solid #a66d00;
    padding: 8px;
}

.text_ad_text, .preview_ad_text{
    font-size: 12px;
}

#preview_ad a, .text_ad a{
    text-decoration: none;
    color: black;
}

#preview_ad_title, .text_ad_title{
    font-weight: bold;
}

textarea{
    font-family: Arial;
    font-size: 13px;
}

#main_text_area{
    padding: 8px;
}

.program_item{
    padding-top: 4px;
}

.program_item_title{
    background: #161616;
    font-weight: bold;
    padding: 4px;
    color: white;
}

.program_item_title a{
    color: white;
}

.program_item_main{
    padding: 6px;
    background: #f0f0f0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.program_item_inner{
    padding: 0px;
    background: white url(/images/listing_bg.jpg) repeat-x top;
    border: 1px solid #c0c0c0;
}

.program_item_desc{
    background: url(/images/border_x.gif) repeat-x top;
    font-size: 12px;
}

.program_item_proc{
    font-size: 12px;
}

.program_item_links{
    background: url(/images/border_x.gif) repeat-x top;
    font-size: 12px;
}

.program_item_plans{
    font-size: 11px;
}

.program_item_stats{
    font-size: 11px;
}

.spacer{
    height: 8px;
}

.rating_box{
    width: 60px;
    padding: 4px 12px 4px 12px;
    display: inline-block;
    cursor: pointer;
    border: 0px solid #d8d8d8;
}

.time{
    font-size: 11px;
    color: #606060;
}

.vsmltime{
    font-size: 10px;
    color: #606060;
}

.legal{
    font-family: Courier;
    font-size: 14px;
    text-align: justify;
    width: 600px;
}

form{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.nav_line{
    font-style: italic;
    font-size: 11px;
}

#jumpto{
    display: block;
    background: #fdcb6b;
    border: 1px solid #a66d00;
    padding: 4px;
    font-size: 14px;
    font-weight: bold;
}

#jumptoprogram{
    font-size: 12px;
    width: 100%;
}