body{
    /*background-color: #cccccc;*/
    background-image: url(/images/body_bg.png);
    background-position: 50% 0;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-size: 0.8em;
    color: #000000;
    background-repeat: repeat;
}
table{
    font-size: 1em;
}
.cleaner{
    clear: both;
    height: 1px;
}
strong{
    font-weight: bold;
}
em{
    font-style: italic;
}
a{
    outline: none;
    text-decoration: none;
    color: #bf2441;
    font-weight: bold;
}
a:hover{
    color: #d98d2b;
}
h3{
    padding: 20px 0px 10px 0px;
}
#site_container{
    margin: 0 auto;
    width: 990px;
    position: relative;
}
#c3plogo{
    position: absolute;
    top: 30px;
    left: 915px;
}
#c3plogo a{
    width: 56px;
    height: 56px;
    display: block;
    background-image: url(/images/c3p_logo1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#c3plogo a:hover{
    background-position: -56px 0px;
}
#login_area{
    color: #eff1e6;
    font-size: 11px;
    position: absolute;
    top: 50px;
    left: 386px;
    width: 497px;
    text-align: right;
}
#login_area a{
    color: #eff1e6;
    text-decoration: none;
}
#login_area td{
    padding-right: 18px;
}
#login_area input{
    background-color: #eff1e6;
    border: none;
    border-top: 1px solid #c2c2b9;
    color: #000000;
    font-size: 12px;
    width: 142px;
    height: 21px;
}
a.topbar_fail{
  color: #aa9877 !important;  
}
a.topbar_fail:hover{
  color: #c7d941 !important;  
}
#content_area{
    width: 835px;
    background-image: url(/images/content_area_top.png);
    background-repeat: no-repeat;
    background-position: 0px 95px;
    margin-left: 150px;
    padding-top: 105px;
}
#header_logo{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 385px;
    height: 107px;
    background-image: url(/images/header_logo_box.png);
    background-repeat: no-repeat;
}
#header_logo a{
    width: 385px;
    height: 107px;
    background-image: url(/images/logo_default.png);
    background-repeat: no-repeat;
    display: block;
    outline: none;
}
#header_logo a.home{
    background-image: url(/images/logo_home.png);
}
#header_logo a.textual{
    background-image: url(/images/logo_textual.png);
}
#header_logo a.acronictionary{
    background-image: url(/images/logo_acronictionary.png);
}
#header_logo a.top10{
    background-image: url(/images/logo_top10.png);
}
#header_logo a.the411{
    background-image: url(/images/logo_the411.png);
}
#header_logo a.qanda{
    background-image: url(/images/logo_qanda.png);
}
#header_logo a.ichoose{
    background-image: url(/images/logo_ichoose.png);
}
#header_logo a.xtras{
    background-image: url(/images/logo_xtras.png);
}
#header_logo a.profile{
    background-image: url(/images/logo_profile.png);
}
#header_logo a.contact{
    background-image: url(/images/logo_contact.png);
}
#header_logo a.teachers{
    background-image: url(/images/logo_teachers.png);
}
#content_container{
    background-image: url(/images/content_area_main_bg.png);
    background-repeat: repeat-y;
    margin-top: 20px;
    padding: 20px 0px 0px 50px;
    min-height: 229px;
    position: relative;
}
#content_bottom{
    width: 835px;
    height: 140px;
    background-image: url(/images/content_area_bottom.png);
    background-repeat: no-repeat;
    background-position: 0 -135px;
    position: relative;
}
#content_bottom a{
    color: #ffffff;
}
#content_bottom #bottom_links{
    position: absolute;
    top: 70px;
    left: 70px;
    color: #ffffff;
    font-weight: bold;
}
#cwta_logo{
    width: 231px;
    height: 73px;
    position: absolute;
    top: 50px;
    left: 616px;
}
#cwta_logo a{
    width: 231px;
    height: 73px;
    background-image: url(/images/cwta_logo_en.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    outline: none;
}
#language_selector{
    position: absolute;
    top: 125px;
    left: 22px;
}
#language_selector a{
    color: #ffffff;
    text-decoration: none;
    font-family: "Courier New", monospace;
    font-size: 14px;
    font-weight: bold;
}
#language_selector a:hover{
    color: #d98d2b;
}
#leftmenu{
    position: absolute;
    top: 150px;
    left: 10px;
    width: 177px;
}
#leftmenu .items a{
    display: block;
    width: 138px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 5px 0px;
    outline: none;
}
#leftmenu .items a.active{
    width: 181px;
}
#leftmenu .items a#profile{
    background-image: url(/images/leftmenu_profile.png);
}
#leftmenu .items a#profile.active, #leftmenu .items a#profile.over{
    background-image: url(/images/leftmenu_profile_on.png);
}
#leftmenu .items a#textual{
    background-image: url(/images/leftmenu_textual.png);
}
#leftmenu .items a#textual.active, #leftmenu .items a#textual.over{
    background-image: url(/images/leftmenu_textual_on.png);
}
#leftmenu .items a#acronictionary{
    background-image: url(/images/leftmenu_acronictionary.png);
}
#leftmenu .items a#acronictionary.active, #leftmenu .items a#acronictionary.over{
    background-image: url(/images/leftmenu_acronictionary_on.png);
}
#leftmenu .items a#top10{
    background-image: url(/images/leftmenu_top10.png);
}
#leftmenu .items a#top10.active, #leftmenu .items a#top10.over{
    background-image: url(/images/leftmenu_top10_on.png);
}
#leftmenu .items a#the411{
    background-image: url(/images/leftmenu_the411.png);
}
#leftmenu .items a#the411.active, #leftmenu .items a#the411.over{
    background-image: url(/images/leftmenu_the411_on.png);
}
#leftmenu .items a#qanda{
    background-image: url(/images/leftmenu_qanda.png);
}
#leftmenu .items a#qanda.active, #leftmenu .items a#qanda.over{
    background-image: url(/images/leftmenu_qanda_on.png);
}
#leftmenu .items a#ichoose{
    background-image: url(/images/leftmenu_ichoose.png);
}
#leftmenu .items a#ichoose.active, #leftmenu .items a#ichoose.over{
    background-image: url(/images/leftmenu_ichoose_on.png);
}
#leftmenu .items a#xtras{
    background-image: url(/images/leftmenu_xtras.png);
}
#leftmenu .items a#xtras.active, #leftmenu .items a#xtras.over{
    background-image: url(/images/leftmenu_xtras_on.png);
}
#leftmenu .items a#contactus{
    background-image: url(/images/leftmenu_contactus.png);
}
#leftmenu .items a#contactus.active, #leftmenu .items a#contactus.over{
    background-image: url(/images/leftmenu_contactus_on.png);
}
#leftmenu .items a#teacher{
    background-image: url(/images/leftmenu_teachers.png);
}
#leftmenu .items a#teacher.active, #leftmenu .items a#teacher.over{
    background-image: url(/images/leftmenu_teachers_on.png);
}
#needhelpnow_btn{
    position: absolute;
    top: 126px;
    left: 850px;
}
#needhelpnow_btn a{
    width: 153px;
    height: 96px;
    display: block;
    background-image: url(/images/need_help_now.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#needhelpnow_btn a:hover{
    background-position: -153px 0;
}

.page_heading{
    width: 655px;
}
.page_heading h1, .page_heading .smallertext{
    margin: 0px;
    padding: 0px;
    font-family: "Courier New", monospace;
    font-weight: bold;
    font-size: 36px;
    background-repeat: no-repeat;
    background-position: 0 0 !important;
    height: 100%;
    padding: 20px 0px 18px 38px;
}
.page_heading .smallertext{
    font-size: 24px;
}
.page_heading h1#home{
    color: #f0f2e6;
    background-image: url(/images/header_home.png);
}
.page_heading h1#textual{
    color: #33241b;
    background-image: url(/images/header_textual.png);
}
.page_heading h1#acronictionary{
    color: #ffffff;
    background-image: url(/images/header_acronictionary.png);
}
.page_heading h1#top10{
    color: #ffffff;
    background-image: url(/images/header_top10.png);
}

.page_heading h1#top10 .top10_10box{
    background-image: url(/images/top10_10star.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding: 10px 18px 18px 18px;
    color: #ffffff;
}
.page_heading h1#the411{
    color: #33241b;
    background-image: url(/images/header_the411.png);
}
.page_heading h1#qanda{
    color: #33241b;
    background-image: url(/images/header_qanda.png);
}
.page_heading h1#ichoose{
    color: #eff1e6;
    background-image: url(/images/header_ichoose.png);
    padding-left: 125px;
}
.page_heading h1#xtras{
    color: #33241b;
    background-image: url(/images/header_xtras.png);
    padding-left: 125px;
}
.page_heading h1#profile{
    color: #f0f2e6;
    background-image: url(/images/header_profile.png);
}
.page_heading h1#contact{
    color: #33241b;
    background-image: url(/images/header_contact.png);
}
.page_heading h1#teachers{
    color: #33241b;
    background-image: url(/images/header_teachers.png);
}
.text_container{
    padding: 20px 40px 20px 20px;
    float: left;
    min-height: 400px;
}
.text_container#textual_text{
    width: 572px;
    padding-right: 0px;
}
.text_container#qanda, .text_container#contactus{
    padding-right: 0px;
}
.text_container#teacher_text{
    width: 517px;
    padding-right: 0px;
}
.text_container#top10{
    width: 570px;
    padding-right: 0px;
}
.text_container h1{
    font-family: "Courier New", monospace;
    font-size: 24px;
    color: #4e7300;
    padding: 8px 0px;
}
.text_container h1#makeacomic{
    background-image: url(/images/makacomic_header.png);
    background-repeat: no-repeat;
    height: 42px;
}
.text_container h1.type2{
    color: #aa9877;
}
.text_container h2{
    font-size: 18px;
    color: #33241b;
    font-family: "Courier New", monospace;
    padding: 8px 0px;
}
.text_container h2.soft{
    font-weight: normal;
}
.text_container h2.indented{
    padding-left: 36px;
}
.text_container p{
    padding: 8px 0px;
}
.text_container ol, .text_container ul{
    margin: 10px 20px;
}
.text_container ol{
    list-style-type: decimal;
}
.text_container ul {
    list-style-type: disc;
}

.text_container li{
    margin-left: 15px;
    line-height: 25px;
}
.text_container ul li ul{
    list-style-type: circle;
}

.submenu{
    float: left;
    width: 145px;
}
.submenu#teacher_submenu{
    float: left;
    width: 200px;
    margin-top: 30px;
}
.submenu#teacher_submenu #we_choose_btn{
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 20px;
}
.submenu#top10sub{
    background-image: url(/images/top10_leftbar.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 149px;
    height: 340px;
}
.submenu .items{
    padding-left: 8px;
}
.submenu h1{
    font-family: "Courier New", monospace;
    font-size: 18px;
    font-weight: bold;
    color: #010000;
    padding: 17px 0px 8px 0px;
    margin: 0px;
    text-align: center;
}
.submenu a{
    display: block;
    width: 125px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
.submenu#teacher_submenu a{
    width: 178px;
}
.submenu#teacher_submenu #we_choose_btn a{
    width: 196px;
}
.submenu a:hover{
    background-position: -125px 0;
}
.submenu a.active:hover{
    background-position: 0 0;
}
.submenu#teacher_submenu a:hover{
    background-position: -178px 0;
}
.submenu#teacher_submenu a.active:hover{
    background-position: 0 0;
}
.submenu a#diduknow{
    background-image: url(/images/submenu_diduknow.png);
}
.submenu a#diduknow.active{
    background-image: url(/images/submenu_diduknow_on.png);
}
.submenu a#trufriends{
    background-image: url(/images/submenu_trufriends.png);
}
.submenu a#trufriends.active{
    background-image: url(/images/submenu_trufriends_on.png);
}
.submenu a#beingharassed{
    background-image: url(/images/submenu_beingharassed.png);
}
.submenu a#beingharassed.active{
    background-image: url(/images/submenu_beingharassed_on.png);
}
.submenu a#secrets{
    background-image: url(/images/submenu_secrets.png);
}
.submenu a#secrets.active{
    background-image: url(/images/submenu_secrets_on.png);
}
.submenu a#relationships{
    background-image: url(/images/submenu_relationships.png);
}
.submenu a#relationships.active{
    background-image: url(/images/submenu_relationships_on.png);
}
.submenu a#stressed{
    background-image: url(/images/submenu_stressed.png);
}
.submenu a#stressed.active{
    background-image: url(/images/submenu_stressed_on.png);
}
.submenu a#popquiz{
    background-image: url(/images/submenu_popquiz.png);
}
.submenu a#popquiz.active{
    background-image: url(/images/submenu_popquiz_on.png);
}
.submenu a#popquiz.xtras_active{
    background-image: url(/images/submenu_popquiz_xtras_on.png);
}
.submenu a#hangup{
    background-image: url(/images/submenu_hangup.png);
}
.submenu a#hangup.active{
    background-image: url(/images/submenu_hangup_on.png);
}
.submenu a#comicmaker{
    background-image: url(/images/submenu_comicmaker.png);
}
.submenu a#comicmaker.active{
    background-image: url(/images/submenu_comicmaker_on.png);
}
.submenu a#wallpaper{
    background-image: url(/images/submenu_wallpaper.png);
}
.submenu a#wallpaper.active{
    background-image: url(/images/submenu_wallpaper_on.png);
}
.submenu a#ringtones{
    background-image: url(/images/submenu_ringtones.png);
}
.submenu a#ringtones.active{
    background-image: url(/images/submenu_ringtones_on.png);
}
.submenu a#myposts{
    background-image: url(/images/submenu_myposts.png);
}
.submenu a#myposts.active{
    background-image: url(/images/submenu_myposts_on.png);
}
.submenu a#mystats{
    background-image: url(/images/submenu_mystats.png);
}
.submenu a#mystats.active{
    background-image: url(/images/submenu_mystats_on.png);
}
.submenu a#myfriends{
    background-image: url(/images/submenu_myfriends.png);
}
.submenu a#myfriends.active{
    background-image: url(/images/submenu_myfriends_on.png);
}
.submenu a#mycomics{
    background-image: url(/images/submenu_mycomics.png);
}
.submenu a#mycomics.active{
    background-image: url(/images/submenu_mycomics_on.png);
}
.submenu#teacher_submenu a#lesson1{
    background-image: url(/images/submenu_lesson1.png);
    
}
.submenu#teacher_submenu a#lesson1.active{
    background-image: url(/images/submenu_lesson1_on.png);
}
.submenu#teacher_submenu a#lesson2{
    background-image: url(/images/submenu_lesson2.png);
}
.submenu#teacher_submenu a#lesson2.active{
    background-image: url(/images/submenu_lesson2_on.png);
}
.submenu#teacher_submenu a#lesson3{
    background-image: url(/images/submenu_lesson3.png);
}
.submenu#teacher_submenu a#lesson3.active{
    background-image: url(/images/submenu_lesson3_on.png);
}
.submenu#teacher_submenu a#teacherguide{
    background-image: url(/images/submenu_tguide.png);
}
.submenu#teacher_submenu a#teacherguide.active{
    background-image: url(/images/submenu_tguide_on.png);
}
.submenu#teacher_submenu a#feedback{
    background-image: url(/images/submenu_tfeedback.png);
}
.submenu#teacher_submenu a#feedback.active{
    background-image: url(/images/submenu_tfeedback_on.png);
}
.submenu#teacher_submenu a#poutcomes{
    background-image: url(/images/submenu_poutcomes.png);
}
.submenu#teacher_submenu a#poutcomes.active{
    background-image: url(/images/submenu_poutcomes_on.png);
}

.comment_container{
    width: 572px;
    position: relative;
}

.comment_container .comment_header{
    height: 93px;
    width: 572px;
    background-image: url(/images/comment_area_header.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}
.comment_container .comment_header .tab1{
    position: absolute;
    top: 0px;
    left: 12px;
    width: 194px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.comment_container .comment_header .tab1 a, .comment_container .comment_header .tab2 a{
    color: #8c7b67;
    font-family: "Courier New", monospace;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0px 8px 0px;
    display: block;
    outline: none;
    text-align: center;
}
.comment_container .comment_header .tab1 a.big_tab1line, .comment_container .comment_header .tab2 a.big_tab1line{
    padding: 15px 0px 0px 0px;
    text-align: center;
}
.comment_container .comment_header .tab1 a.big_tab2line, .comment_container .comment_header .tab2 a.big_tab2line{
    padding: 8px 0px 0px 0px;
    text-align: center;
}
.comment_container .comment_header .tab1.active{
    background-image: url(/images/comment_area_tab1_on.png);
    color: #ffffff;
}
.comment_container .comment_header .tab1.active a{
    color: #ffffff;
}
.comment_container .comment_header .tab2{
    position: absolute;
    top: 1px;
    left: 209px;
    width: 208px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.comment_container .comment_header .tab2.active{
    background-image: url(/images/comment_area_tab2_on.png);
    color: #ffffff;
}
.comment_container .comment_header .tab2.active a{
    color: #ffffff;
}

.comment_container .comment_footer{
    height: 40px;
    width: 572px;
    background-image: url(/images/comment_area_footer.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.comment_area{
    background-image: url(/images/comment_area_bg.png);
    background-repeat: repeat-y;
    padding: 0px 35px 0px 60px;
}
.comment_post_area{
    position: relative;
}
.popup_box1{
    position: absolute;
    width: 450px;
    height: 140px;
    color: #ffffff;
    top: 0px;
    left: 0px;
}
#post_popup{
    top: 30px;
    left: 65px;
}
#newq_popup{
    top: 0px;
    left: -110px;
}
#newacro_popup{
    top: 0px;
    left: -170px;
}
.popup_box1 .checkbox_container{
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 15px;
}
.popup_box1 .contents{
    padding: 0px 20px;
    background-color: #cef1f1;
    font-family: "Courier New", monospace;
    color: #33241b;
}
.popup_box1 .top{
    height: 8px;
    background-image: url(/images/post_popup_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1px;
}
.popup_box1 .bottom{
    height: 9px;
    background-image: url(/images/post_popup_btm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1px;
}
.popup_box1 .closebtn{
    height: 32px;
    width: 29px;
    position: absolute;
    top: 0px;
    left: 422px;
}
.popup_box1 .closebtn a{
    width: 32px;
    height: 29px;
    display: block;
    outline: none;
    background-image: url(/images/post_popup_closebtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.popup_box1 .highlight{
    font-weight: bold;
    color: #bf2441;
}
#comment_area h1{
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.comment_area .comment .avatar_container{
    padding-right: 10px;
    vertical-align: top;
    width: 35px;
}
.avatar{
    border: 1px solid #cccccc;
    height: 35px;
}

.comment_area .comment table{
    width: 100%;
}
.comment_area .comment .main .title{
    border-bottom: 1px solid #555555;
}
.comment_area .comment .main .title .author{
    float: left;
    color: #719506;
    font-family: "Courier New", monospace;
    font-size: 14px;
    font-weight: bold;
}
.comment_area .comment .main .title .date{
    float: right;
    font-size: 10px;
    font-family: "Courier New", monospace;
    color: #a69d92;
    font-weight: bold;
}
.comment_area .comment{
    padding: 10px 0px;
}
.comment_area .comment div.actions{
    font-family: "Courier New", monospace;
    font-size: 10px;
    float: right;
    color: #bf2441;
}
.comment_area .comment div.actions a{
    padding: 5px;
    outline: none;
    color: #bf2441;
    text-decoration: none;
}
.comment_area .active{
    background-color: #e5e4a5;
}
.comment_area .reply_container{
    padding: 10px;
}
.comment_area .seperator{
    background-image: url(/images/comment_area_seperator.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 34px;
    width: 433px;
}
textarea.comment_box{
    display: block;
    height: 100px;
    width: 100%;
    padding: 3px;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    border: 1px solid #333333;
}
#xtras_x{
    width: 215px;
    height: 155px;
    position: absolute;
    top: -7px;
    left: 6px;
    background-image: url(/images/xtras_x.png);
    background-repeat: no-repeat;
}
#xtras_submenu .items{
    padding-left: 0px;
}
#hangup_logo{
    width: 198px;
    height: 66px;
    background-image: url(/images/hangup_logo.png);
    background-repeat: no-repeat;
}
#hangup_container{
    width: 485px;
    height: 399px;
    background-image: url(/images/hangup_bg.png);
    background-repeat: no-repeat;
    position: relative;
}
#hangup_screen{
    width: 383px;
    height: 150px;
    position: absolute;
    left: 37px;
    top: 42px;
    font-family: "Courier New", monospace;
}
#hangup_screen a{
    color: #be2341;
}
#start_hangup{
    width: 383px;
    text-align: center;
    padding-top: 70px;
}
#hangup_keyboard{
    position: absolute;
    top: 240px;
    left: 71px;
    width: 360px;
    height: 134px;
}
#hangup_keyboard .keyboard_row{
    height: 35px;
}
#hangup_keyboard .keyboard_row div, #hangup_keyboard .keyboard_row_offset div{
    float: left;
    padding: 0px 5px 0px 0px;
    position: relative;
}
#hangup_keyboard .keyboard_row_offset{
    padding-left: 17px;
}
#hangup_keyboard .keyboard_row a, #hangup_keyboard .keyboard_row_offset a{
    width: 31px;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
#hangup_keyboard .keyboard_row div.key_overlay, #hangup_keyboard .keyboard_row_offset div.key_overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 31px;
    height: 27px;
    padding: 0px;
}
#hangup_keyboard .keyboard_row div.wrong1, #hangup_keyboard .keyboard_row_offset div.wrong1{
    background-image: url(/images/hk_wrong1.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
#hangup_keyboard .keyboard_row div.wrong2, #hangup_keyboard .keyboard_row_offset div.wrong2{
    background-image: url(/images/hk_wrong2.png);
    background-repeat: no-repeat;
    background-position: 4px 3px;
}
#hangup_keyboard .keyboard_row div.wrong3, #hangup_keyboard .keyboard_row_offset div.wrong3{
    background-image: url(/images/hk_wrong3.png);
    background-repeat: no-repeat;
    background-position: 4px 2px;
}
#hangup_keyboard .keyboard_row div.wrong4, #hangup_keyboard .keyboard_row_offset div.wrong4{
    background-image: url(/images/hk_wrong4.png);
    background-repeat: no-repeat;
    background-position: 4px 3px;
}
#hangup_keyboard .keyboard_row div.wrong5, #hangup_keyboard .keyboard_row_offset div.wrong5{
    background-image: url(/images/hk_wrong5.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
}
#hangup_keyboard .keyboard_row div.wrong6, #hangup_keyboard .keyboard_row_offset div.wrong6{
    background-image: url(/images/hk_wrong6.png);
    background-repeat: no-repeat;
    background-position: 4px 3px;
}
a#hk_1{
    background-image: url(/images/hk_1.png);
}
a#hk_2{
    background-image: url(/images/hk_2.png);
}
a#hk_3{
    background-image: url(/images/hk_3.png);
}
a#hk_4{
    background-image: url(/images/hk_4.png);
}
a#hk_5{
    background-image: url(/images/hk_5.png);
}
a#hk_6{
    background-image: url(/images/hk_6.png);
}
a#hk_7{
    background-image: url(/images/hk_7.png);
}
a#hk_8{
    background-image: url(/images/hk_8.png);
}
a#hk_9{
    background-image: url(/images/hk_9.png);
}
a#hk_0{
    background-image: url(/images/hk_0.png);
}
a#hk_a{
    background-image: url(/images/hk_a.png);
}
a#hk_b{
    background-image: url(/images/hk_b.png);
}
a#hk_c{
    background-image: url(/images/hk_c.png);
}
a#hk_d{
    background-image: url(/images/hk_d.png);
}
a#hk_e{
    background-image: url(/images/hk_e.png);
}
a#hk_f{
    background-image: url(/images/hk_f.png);
}
a#hk_g{
    background-image: url(/images/hk_g.png);
}
a#hk_h{
    background-image: url(/images/hk_h.png);
}
a#hk_i{
    background-image: url(/images/hk_i.png);
}
a#hk_j{
    background-image: url(/images/hk_j.png);
}
a#hk_k{
    background-image: url(/images/hk_k.png);
}
a#hk_l{
    background-image: url(/images/hk_l.png);
}
a#hk_m{
    background-image: url(/images/hk_m.png);
}
a#hk_n{
    background-image: url(/images/hk_n.png);
}
a#hk_o{
    background-image: url(/images/hk_o.png);
}
a#hk_p{
    background-image: url(/images/hk_p.png);
}
a#hk_q{
    background-image: url(/images/hk_q.png);
}
a#hk_r{
    background-image: url(/images/hk_r.png);
}
a#hk_s{
    background-image: url(/images/hk_s.png);
}
a#hk_t{
    background-image: url(/images/hk_t.png);
}
a#hk_u{
    background-image: url(/images/hk_u.png);
}
a#hk_v{
    background-image: url(/images/hk_v.png);
}
a#hk_w{
    background-image: url(/images/hk_w.png);
}
a#hk_x{
    background-image: url(/images/hk_x.png);
}
a#hk_y{
    background-image: url(/images/hk_y.png);
}
a#hk_z{
    background-image: url(/images/hk_z.png);
}
#hangman_game_area{
    padding: 10px;
}
#hangman_game_area .question{
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0px;
}
#hangman_timer{
    position: absolute;
    top: 10px;
    left: 323px;
    width: 50px;
    text-align: center;
    font-weight: bold;
}
#hangman_play_area td.hangman_guess{
    font-size: 36px;
    padding: 0px 10px;
}
#hangman_play_area td.line1{
    background-image: url(/images/hangup_line1.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#hangman_play_area td.line2{
    background-image: url(/images/hangup_line2.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#hangman_play_area td.line3{
    background-image: url(/images/hangup_line3.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#hangman_play_area td.line4{
    background-image: url(/images/hangup_line4.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
#letter_list{
    padding-top: 10px;
    position: relative;
}
#answering_spinner{
    width: 373px;
    height: 53px;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#answering_spinner .contents{
    color: #ffffff;
    position: absolute;
    top: 19px;
    left: 100px;
    background-image: url(/images/hangman_spinner.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 20px;
    font-family: helvetica, arial, sans-serif;
}
#hangup_tries{
    position: absolute;
    top: 27px;
    left: 433px;
    width: 33px;
    height: 173px;
}
#hangup_tries .hangup_try{
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 33px;
    height: 27px;
    position: absolute;
    left: 0px;
}
#try1{
    background-image: url(/images/hangup_try1.png);
    top: 0px;
}
#try2{
    background-image: url(/images/hangup_try2.png);
    top: 29px;
}
#try3{
    background-image: url(/images/hangup_try3.png);
    top: 59px;
}
#try4{
    background-image: url(/images/hangup_try4.png);
    top: 88px;
}
#try5{
    background-image: url(/images/hangup_try5.png);
    top: 117px;
}
#try6{
    background-image: url(/images/hangup_try6.png);
    top: 147px;
}

#cyoa_container{
    color: #524536;
}
#cyoa_container .question_container{
    font-family: "Courier New", monospace;
    font-size: 18px;
    padding-bottom: 20px;
}
#cyoa_container .choices_container a{
    color: #33241b;
    display: block;
    text-decoration: none;
}
#cyoa_container .choices_container a:hover{
    text-decoration: underline;
}
#cyoa_container .choices_container td{
    vertical-align: middle;
}
#cyoa_container .makeacomic_choice{
    height: 33px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
#cyoa_container .choices_container .choice_item{
    padding-bottom: 10px;
}
#choice1{
    background-image: url(/images/med_number_1.png);
}
#choice2{
    background-image: url(/images/med_number_2.png);
}
#choice3{
    background-image: url(/images/med_number_3.png);
}
#choice4{
    background-image: url(/images/med_number_4.png);
}
#choice5{
    background-image: url(/images/med_number_5.png);
}
#choice6{
    background-image: url(/images/med_number_6.png);
}

#cyoa_comic_container{
    position: relative;
    height: 247px;
    width: 623px;
}
.comic_holder{
    position: absolute;
    top: 0px;
    left: -25px;
    height: 247px;
    width: 623px;
    background-image: url(/images/comic_frame_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.comic_panel1, .comic_panel2, .comic_panel3, .comic_panel4, .comic_panel5{
    position: absolute;
}
.comic_panel1, .comic_panel2{
    top: 15px;
    height: 120px;
}
.comic_panel1{
    width: 335px;
    left: 11px;
}
.comic_panel2{
    width: 265px;
    left: 349px;
}
.comic_panel3, .comic_panel4, .comic_panel5{
    width: 200px;
    height: 100px;
    top: 137px;
}
.comic_panel3{
    left: 10px;
}
.comic_panel4{
    left: 212px;
}
.comic_panel5{
    left: 414px;
}

#comic_spinner{
    opacity: 0.7;
    width: 635px;
    height: 110px;
    background-color: #000000;
    position: absolute;
    top: 225px;
    left: 130px;
}

#comic_spinner .contents{
    color: #ffffff;
    position: absolute;
    top: 42px;
    left: 225px;
    background-image: url(/images/hangman_spinner.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 20px;
}


#popup_fader{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#popup_container{
    z-index: 100;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#quiz_container{
    position: relative;
    background-image: url(/images/popquiz_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 695px;
    height: 563px;
    margin: 45px auto;
    z-index: 100;
    font-size: 14px;
}
#quiz_body{
    position: absolute;
    top: 175px;
    left: 71px;
    width: 568px;
}
#quiz_container .closebtn{
    position: absolute;
    top: 8px;
    left: 481px;
}
#quiz_container .closebtn a{
    display: block;
    width: 140px;
    height: 81px;
    background-image: url(/images/popquiz_close_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
#quiz_container .header{
    width: 442px;
    height: 99px;
    background-image: url(/images/popquiz_header.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 63px;
    left: 91px;
}

#quiz_intro{
    padding: 15px 0px 0px 55px;
    
}
#quiz_container .big_selection{
    font-family: "Courier New", monospace;
    font-size: 24px;
    
}
#quiz_container .big_selection a{
    text-decoration: none;
    color: #000000;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 21px 0px 30px 80px;
    outline: none;
}
#quiz_container #bigbox1{
    background-image: url(/images/bigchoice_box1.png);
}
#quiz_container .big_selection a#bigbox1:hover{
    background-image: url(/images/bigchoice_box1_checked.png);
}
#quiz_container #bigbox2{
    background-image: url(/images/bigchoice_box2.png);
}
#quiz_container .big_selection a#bigbox2:hover{
    background-image: url(/images/bigchoice_box2_checked.png);
}
#quiz_qnum_container{
    position: absolute;
    top: -105px;
    left: -158px;
    width: 177px;
    height: 217px;
    /*background-image: url(/images/popquiz_qnum_bg.png);*/
    background-image: url(/images/popquiz_qnum1_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#quiz_container .quiz_question{
    width: 490px;
    padding-left: 35px;
    font-size: 16px;
}
#quiz_container a.quiz_answer{
    display: block;
    padding-left: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    font-weight: normal;
}
#quiz_container td.spacer{
    height: 10px;
}
#quiz_container td.quiz_answer_icon{
    background-position: 0 50%;
    background-repeat: no-repeat;
}
#quiz_container td.quiz_answer_icon a{
    display: block;
    width: 38px;
    height: 33px;
    outline: none;
}
#quiz_container td.quiz_question1, #quiz_container td.quiz_question4{
    background-image: url(/images/pq_answer1.png);
}
#quiz_container td.quiz_correct1, #quiz_container td.quiz_correct4{
    background-image: url(/images/pq_answer1_correct.png);
}
#quiz_container td.quiz_wrong1, #quiz_container td.quiz_wrong4{
    background-image: url(/images/pq_answer1_wrong.png);
}
#quiz_container td.quiz_question2{
    background-image: url(/images/pq_answer2.png);
}
#quiz_container td.quiz_correct2{
    background-image: url(/images/pq_answer2_correct.png);
}
#quiz_container td.quiz_wrong2{
    background-image: url(/images/pq_answer2_wrong.png);
}
#quiz_container td.quiz_question3{
    background-image: url(/images/pq_answer3.png);
}
#quiz_container td.quiz_correct3{
    background-image: url(/images/pq_answer3_correct.png);
}
#quiz_container td.quiz_wrong3{
    background-image: url(/images/pq_answer3_wrong.png);
}
#quiz_nextbtn{
    position: absolute;
    top: 488px;
    left: 449px;
}
#quiz_nextbtn a{
    width: 160px;
    height: 78px;
    background-image: url(/images/popquiz_next_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    outline: none;
}
.question_label1{
    background-image: url(/images/popquiz_qnum1_bg.png) !important;
}
.question_label2{
    background-image: url(/images/popquiz_qnum2_bg.png) !important;
}
.question_label3{
    background-image: url(/images/popquiz_qnum3_bg.png) !important;
}
.question_label4{
    background-image: url(/images/popquiz_qnum4_bg.png) !important;
}
.question_label5{
    background-image: url(/images/popquiz_qnum5_bg.png) !important;
}

#quiz_score_container{
    font-size: 36px;
    font-family: "Courier New", monospace;
    padding-left: 45px;
}
#quiz_score{
    font-size: 72px;
    color: #4e7300;
    font-weight: bold;
}
#quiz_container .small_checklink{
    font-family: "Courier New", monospace;
    font-size: 24px;
    padding-left: 145px;
}
#quiz_container .small_checklink a{
    display: block;
    padding-left: 65px;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #000000;
    text-decoration: none;
}
#quiz_container .small_checklink a.small_link1{
    background-image: url(/images/pq_smallcheck1.png);
}
#quiz_container .small_checklink a.small_link1:hover{
    background-image: url(/images/pq_smallcheck1_on.png);
}
#quiz_message_container{
    padding-top: 10px;
}
#quiz_container a.answered{
    color: #cccccc;
}
#quiz_container .incorrect a, #quiz_container .correct a{
    font-weight: bold;
    color: #000000;
}

#acronictionary{
    background-image: url(/images/acronictionary_bg.png);
    background-repeat: no-repeat;
    background-position: 0 87px;
    position: relative;
}

#acronictionary .alphabet td{
    font-family: "Courier New", monospace;
    font-size: 36px;
    color: #a69d93;
    font-weight: bold;
}
#acronictionary .alphabet td a{
    color: #a69d93;
    text-decoration: none;
    display: block;
    width: 41px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#acronictionary .alphabet td a.type1:hover{
    background-image: url(/images/acro_alphabet_over1.png);
    color: #524536;
}
#acronictionary .alphabet td a.type2:hover{
    background-image: url(/images/acro_alphabet_over2.png);
    color: #524536;
}
#acronictionary .alphabet td a.type3:hover{
    background-image: url(/images/acro_alphabet_over3.png);
    color: #524536;
}
#acronictionary .alphabet td a.type4:hover{
    background-image: url(/images/acro_alphabet_over4.png);
    color: #524536;
}
#acronictionary .acros_container td{
    padding-bottom: 5px;
}
#acronictionary .acros_container td.shortform{
    font-weight: bold;
    padding-right: 15px;
}
#acronictionary .acros_content1 .letter_label{
    background-image: url(/images/acro_letterbg_1.png);
    background-repeat: no-repeat;
    background-position: 1px 2px;
    position: absolute;
    top: 15px;
    left: 7px;
    width: 41px;
    height: 37px;
    font-family: "Courier New", monospace;
    font-weight: bold;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    
}
#acronictionary .acros_content1, #acronictionary .acros_content2{
    float: left;
    padding: 57px 15px 0px 15px;
    position: relative;
}
#acronictionary .acros_content1{
    width: 275px;
}
#acronictionary .acros_content2{
    width: 280px;
    padding-left: 30px;
    padding-right: 0px;
}
#acros_page_nav{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#acro_button_column{
    position: absolute;
    width: 136px;
    top: 0px;
    left: 610px;
}
#acro_know_more{
    position: absolute;
    width: 136px;
    height: 140px;
    top: 0px;
    left: 0px;
}
#acro_know_more a{
    width: 136px;
    height: 140px;
    background-image: url(/images/acro_send_yours.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
}
#acro_know_more a:hover{
    background-position: -136px 0;
}

#acro_enter_new{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 136px;
    height: 136px;
    background-image: url(/images/acro_submit_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-family: "Courier New", monospace;
    font-size: 10px;
    color: #ffffff;
}
#acro_enter_new textarea{
    border: none;
    background-color: transparent;
    font-family: "Trebuchet MS", helvetica, arial;
    font-size: 12px;
}
#acro_enter_new textarea#new_acro{
    width: 120px;
    height: 34px;
    position: absolute;
    top: 18px;
    left: 8px;
}
#acro_enter_new textarea#new_long{
    width: 120px;
    height: 49px;
    position: absolute;
    top: 69px;
    left: 8px;
}
#acro_enter_new .label1{
    position: absolute;
    top: 7px;
    left: 14px;
}
#acro_enter_new .label2{
    position: absolute;
    top: 58px;
    left: 14px;
}
#acro_enter_new .nav_container{
    position: absolute;
    top: 122px;
    left: 37px;
}
#acro_enter_new .nav_container a{
    color: #ffffff;
}


#acro_testskills{
    position: absolute;
    width: 133px;
    height: 252px;
    top: 160px;
    left: 0px;
}
#acro_testskills a{
    width: 133px;
    height: 252px;
    background-image: url(/images/acro_testskills_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
}
#acro_testskills a:hover{
    background-position: -133px 0;
}



.highlight_text{
    color: #4e7300;
}
.expander_container .expander{
    padding-left: 36px;
    clear: both;
    
}
.expander_container a.expander_link{
    display: block;
    float: left;
    background-image: url(/images/expander_closed.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 36px;
    height: 18px;
    outline: none;
}
.expander_container .narrow_expander{
    width: 485px;
}
.divider1{
    width: 671px;
    height: 64px;
    background-image: url(/images/divider_1.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

#we_choose_btn{
    position: absolute;
    top: 130px;
    left: 609px;
}
#we_choose_btn a{
    width: 196px;
    height: 129px;
    background-image: url(/images/wechoose_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
}
#we_choose_btn a:hover{
    background-position: -196px 0 !important;
}
#profile_avatar_container{
    padding: 20px 0px 10px 10px;
}
#profile_avatar_container .chrome{
    width: 94px;
    height: 112px;
    background-image: url(/images/profile_avatar_border.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    position: relative;
}
#profile_avatar_container .chrome img{
    position: absolute;
    top: 10px;
    left: 10px;
}
#profile_avatar_container #change_avatar_btn{
    position: absolute;
    top: 85px;
    left: 10px;
}
#profile_avatar_container #change_avatar_btn a{
    width: 76px;
    height: 21px;
    background-image: url(/images/change_avatar_btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#profile_avatar_container #change_avatar_btn a:hover{
    background-image: url(/images/change_avatar_btn_on.png);
}

#profile_comic_container{
    position: relative;
}
#profile_comic_container .comic_holder{
    position: relative;
    top: 0px;
    left: -20px;
}

table.scoring{
    border-collapse: collapse;
}
table.scoring td{
    padding: 5px;
}
table.scoring thead{
    background-color: #be2341;
}
table.scoring thead td{
    color: #ffffff;
    font-weight: bold;
}
table.scoring td.time{
    text-align: center;
}
table.scoring td.rowlabel{
    font-weight: bold;
}
#home_container{
    padding-right: 0px;
    color: #33241b;
}
#top10_container{
    padding-right: 0px;
}

.text_container .widecolumn1{
    float: left;
    width: 570px;
}
.text_container .widecolumn1 .contents{
    padding: 8px;
}
.text_container .narrowcolumn2{
    float: left;
    width: 155px;
}
#home_slideshow_container{
    background-color: #ffffff;
    width: 540px;
    height: 260px;
    margin-bottom: 27px;
    position: relative;
}
#slideshow_window{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 520px;
    height: 205px;
    overflow: hidden;
}
#slideshow_mover{
    position: absolute;
    width: 3000px;
    left: -540px;
}
#slideshow_mover .slideshow_item{
    float: left;
    width: 540px;
    height: 260px;
    background-color: #33231b;
}
#slideshow_mover .slideshow_item .slide{
    height: 162px;
}
#slideshow_mover .slideshow_item .text{
    
    color: #fffefe;
    padding: 9px 0px 0px 24px;
}
#slideshow_mover .slideshow_item .text a{
    color: #fffefe;
    text-decoration: none;
}
.hp_callout{
    margin-bottom: 25px;
}
.hp_callout a{
    width: 155px;
    height: 116px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
}
.hp_callout a:hover{
    background-position: -155px 0;
}
.hp_callout a#hp_callout1{
    background-image: url(/images/hp_callout1.png);
}

.hp_callout a#hp_callout2{
    background-image: url(/images/hp_callout2.png);
}
.hp_callout a#hp_callout3{
    background-image: url(/images/hp_callout3.png);
}
#slideshow_prev, #slideshow_next{
    position: absolute;
    top: 230px;
}
#slideshow_prev a, #slideshow_next a{
    display: block;
    width: 51px;
    height: 25px;
    background-image: url(/images/slideshownav_left.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
#slideshow_next a{
    background-image: url(/images/slideshownav_right.png);
}
#slideshow_prev{
    left: 20px;
}
#slideshow_next{
    left: 474px;
}

#top10_btn_container{
    position: relative;
    padding-top: 10px;
}
#top10_btn_container a{
    outline: none;
}
#top10_1btn{
    float: left;
}
#top10_1btn a{
    display: block;
    width: 274px;
    height: 331px;
    background-image: url(/images/top10_phone1_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_1btn a:hover{
    background-position: -274px 0;
}
#top10_2btn{
    float: left;
}
#top10_2btn a{
    display: block;
    width: 388px;
    height: 257px;
    background-image: url(/images/top10_phone2_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_2btn a:hover{
    background-position: -388px 0;
}
#top10_3btn{
    float: left;
}
#top10_3btn a{
    display: block;
    width: 274px;
    height: 331px;
    background-image: url(/images/top10_phone1_g3_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_3btn a:hover{
    background-position: -274px 0;
}
#top10_4btn{
    float: left;
}
#top10_4btn a{
    display: block;
    width: 388px;
    height: 257px;
    background-image: url(/images/top10_phone2_g4_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_4btn a:hover{
    background-position: -388px 0;
}
#entertop10{
    width: 388px;
    height: 102px;
    background-image: url(/images/top10_start_btn.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.top10_voting_container, .phone_container{
    float: left;
}
#top10_phone1_container{
    width: 346px;
    height: 371px;
}
.phone_container{
    position: relative;
    overflow: hidden;
}
#top10_phone1_container .phone{
    width: 241px;
    height: 371px;
    position: absolute;
    top: 0px;
    left: 66px;
    background-image: url(/images/top10_phone1_g3_bg.png);
}

.phone_container .phone{
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}
#top10_phone1_container .entry_box{
    position: absolute;
    top: 277px;
    left: 37px;
    width: 144px;
    height: 32px;
    background-image: url(/images/top10_phone1_g3_boxbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_phone1_container textarea{
    width: 130px;
    height: 19px;
    background-color: transparent;
    border: none;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    padding: 7px 7px 7px 13px;
}
#top10_phone1_container .submit_btn{
    position: absolute;
    top: 277px;
    left: 181px;
}
#top10_phone1_container .submit_btn a{
    width: 31px;
    height: 32px;
    background-image: url(/images/top10_phone1_g3_subbtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}
#top10_phone1_container .text_messages{
    position: absolute;
    top: 50px;
    left: 78px;
    width: 216px;
    height: 500px;
    background-image: url(/images/top10_phone1_g3_texts_en.png);
    background-repeat: no-repeat;
    background-position: 0 0;

}
#top10_phone1_container .text_messages #new_message{
    width: 150px;
    height: 36px;
    position: absolute;
    top: 225px;
    left: 50px;
    /*background-image: url(/images/top10_phone1_resp_bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 0;*/
}
#top10_phone1_container .text_messages #new_message .top{
    background-image: url(/images/top10_phone1_g3_resp_topbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 150px;
    height: 8px;
    position: relative;
    top: 3px;
    font-size: 1px;
}
#top10_phone1_container .text_messages #new_message_contents{
    padding: 0px 8px;
    background-color: #eff1e6;
}
#top10_phone1_container .text_messages #new_message .btm{
    background-image: url(/images/top10_phone1_g3_resp_btmbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 150px;
    height: 5px;
    font-size: 1px;
}
#top10_phone1_container #phone_arrow, #top10_phone2_container #phone_arrow{
    position: absolute;
    width: 95px;
    height: 54px;
    top: 273px;
    left: 17px;
    background-image: url(/images/top10_phone1_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_phone1_container #phone_starburst{
    position: absolute;
    width: 110px;
    height: 100px;
    top: -4px;
    left: -7px;
    background-image: url(/images/top10_phone1_label.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.top10_voting_container .contents{
    height: 250px;
    overflow: auto;
}

.top10_voting_container .top10_voting_item{
    position: relative;
    padding: 8px 0px;
}
.top10_voting_container .top10_voting_item a, .top10_voting_items_container .votelink a{
    display: block;
    float: left;
    width: 42px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.top10_voting_container .top10_voting_item a.voteup, .top10_voting_items_container .votelink a.voteup{
    background-image: url(/images/vote_up.png);
}
.top10_voting_container .top10_voting_item a.voteup:hover, .top10_voting_items_container .votelink a.voteup:hover{
    background-image: url(/images/vote_up_on.png);
}
.top10_voting_container .top10_voting_item a.votedown,.top10_voting_items_container .votelink a.votedown{
    background-image: url(/images/vote_down.png);
}
.top10_voting_container .top10_voting_item a.votedown:hover, .top10_voting_items_container .votelink a.votedown:hover{
    background-image: url(/images/vote_down_on.png);
}
.top10_voting_container .top10_voting_item .message{
    float: left;
    width: 164px;
    padding-right: 10px;
}
.top10_voting_container .top10_voting_item .voting_spinner{
    position: absolute;
    top: 8px;
    left: 60px;
    width: 100px;
    height: 20px;
    background-color: #000000;
    color: #ffffff;
    padding: 5px 5px 5px 25px;
    background-image: url(/images/hangman_spinner.gif);
    background-repeat: no-repeat;
    background-position: 5px 6px;
}
#check_out_2_btn a{
    display: block;
    background-image: url(/images/check_out_2_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 273px;
    height: 77px;
    outline: none;
}
#check_out_2_btn a:hover{
    background-image: url(/images/check_out_2_btn_on.png);
}


#top10_phone2_container{
    width: 470px;
    height: 323px;
}
#top10_phone2_container .phone{
    width: 450px;
    height: 323px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/images/top10_phone2_g4_bg.png);
    background-position: 0 20px;
}
#top10_phone2_container .entry_box{
    position: absolute;
    top: 126px;
    left: 95px;
    width: 274px;
    height: 47px;
    background-image: url(/images/top10_phone2_g4_boxbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_phone2_container textarea{
    width: 253px;
    height: 19px;
    background-color: transparent;
    border: none;
    font-family: helvetica, arial, sans-serif;
    font-size: 11px;
    padding: 16px 7px 7px 13px;
}
#top10_phone2_container .submit_btn{
    position: absolute;
    top: 138px;
    left: 369px;
}
#top10_phone2_container .submit_btn a{
    width: 33px;
    height: 35px;
    background-image: url(/images/top10_phone2_g4_subbtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

#top10_phone2_container .text_messages{
    position: absolute;
    top: 70px;
    left: 44px;
    width: 413px;
    height: 221px;
    background-image: url(/images/top10_phone2_g4_texts_en.png);
    background-repeat: no-repeat;
    background-position: 0 0;

}
#top10_phone2_container .text_messages #new_message{
    width: 272px;
    height: 46px;
    position: absolute;
    top: 53px;
    left: 80px;
    /*background-image: url(/images/top10_phone1_resp_bg.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: 0 0;*/
}
#top10_phone2_container .text_messages #new_message .top{
    background-image: url(/images/top10_phone2_g4_resp_topbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 272px;
    height: 20px;
    position: relative;
    top: 3px;
    font-size: 1px;
}
#top10_phone2_container .text_messages #new_message_contents{
    padding: 0px 8px;
    background-color: #ffffff;
}
#top10_phone2_container .text_messages #new_message .btm{
    background-image: url(/images/top10_phone2_g4_resp_btmbg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 272px;
    height: 12px;
    font-size: 1px;
}
#top10_phone2_container #phone_arrow{
    top: 133px;
    left: 7px;
}
#top10_phone2_container #phone_starburst{
    position: absolute;
    width: 110px;
    height: 100px;
    top: -5px;
    left: 13px;
    background-image: url(/images/top10_phone2_label.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#top10_1_phone_message{
    position: absolute;
    top: 284px;
    left: 49px;
}
#top10_2_phone_message{
    position: absolute;
    top: 143px;
    left: 110px;
}


#check_out_1_btn a{
    display: block;
    background-image: url(/images/check_out_1_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 273px;
    height: 84px;
    outline: none;
}
#check_out_1_btn a:hover{
    background-image: url(/images/check_out_1_btn_on.png);
}
.postcomment_form{
    background-image: url(/images/comment_postreply_bg.png);
    background-repeat: no-repeat;
    background-position: 16px 0;
    height: 119px;
}
.postcomment_form .contents{
    padding: 15px 0px 0px 50px;
}
.postcomment_form .contents .title{
    font-family: "Courier New", monospace;
    font-size: 16px;
    font-weight: bold;
    color: #33241b;
}
.postcomment_form .contents .entry textarea{
    background-color: #eaeaea;
    width: 380px;
    height: 55px;
    border: none;
    padding: 10px;
}
.postcomment_form .contents .submit_btn{
    float: right;
    padding-right: 29px;
    color: #33241b;
    font-family: "Courier New", monospace;
    font-size: 14px;
    font-weight: bold;
}
.postcomment_form .contents .submit_btn a{
    color: #33241b;
    text-decoration: none;
}
.postcomment_form .contents .submit_btn a:hover{
    color: #bf2441;
}

#qanda_column1, #qanda_column2{
    float: left;
}
#qanda_column1{
    padding-right: 40px;
}
#qanda_column1 #coming_soon{
    width: 429px;
    height: 84px;
    background-image: url(/images/qanda_comingsoon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}
#coming_soon .contents{
    position: absolute;
    top: 22px;
    left: 152px;
    width: 145px;
    height: 42px;
    color: #ffffff;
    font-family: "Courier New", monospace;
    font-size: 12px;
}
#coming_soon .contents .highlight{
    color: #dbb62a;
}
#qanda_container{
    padding-bottom: 15px;
}
#qanda_subq_btn{
    position: relative;
}
#qanda_subq_btn a.btn{
    display: block;
    width: 186px;
    height: 105px;
    background-image: url(/images/qanda_subq_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
}
#qanda_subq_btn a.btn:hover{
    background-image: url(/images/qanda_subq_btn_on.png);
}
#qanda_text_area{
    padding-top: 17px;
}
#qanda_text_area .top{
    width: 441px;
    height: 14px;
    background-image: url(/images/qanda_text_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_text_area .bottom{
    width: 441px;
    height: 14px;
    background-image: url(/images/qanda_text_btm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_text_area .contents{
    width: 441px;
    background-image: url(/images/qanda_text_bg.png);
    background-repeat: repeat-y;
    background-position: 6px 0;
}
#qanda_text_area .contents .text{
    padding: 10px 10px 10px 16px;
}
#qanda_text_area .contents .text .question{
    padding-left: 6px;
    position: relative;
}

#qanda_text_area .contents .text .question .top{
    width: 396px;
    height: 19px;
    background-image: url(/images/qanda_text_qhead_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_text_area .contents .text .question .bottom{
    width: 396px;
    height: 2px;
    background-image: url(/images/qanda_text_qhead_btm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_text_area .contents .text .question .contents{
    width: 396px;
    background-color: #d98d2b;
    color: #ffffff;
    background-image: none;
    min-height: 70px;
}
#qanda_text_area .contents .text .question .contents .text{
    padding: 0px 0px 0px 68px;
}
#qanda_text_area .contents .text .question .contents .text h2{
    font-family: "Courier New", monospace;
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    padding: 0px 0px 2px 0px;
    color: #ffffff;
}
#qanda_text_area .contents .text .question .bigQ{
    width: 53px;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 2px;
    background-image: url(/images/qanda_bigq.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_text_area .contents .text .answer{
    background-image: url(/images/qanda_answer_bg.png);
    background-repeat: no-repeat;
    background-position: 75px 17px;
    padding-top: 5px;
}
#qanda_text_area .contents .text .answer .contents{
    padding-left: 90px;
    background-image: none;
    width: 312px;
}
#qanda_text_area .contents .text .answer .contents .text h2{
    font-family: "Courier New", monospace;
    font-size: 16px;
    border-bottom: 1px solid #d98d2b;
    padding: 0px 0px 2px 0px;
    color: #d98d2b;
}
#qanda_column2 .seperator{
    width: 251px;
    height: 10px;
    background-image: url(/images/qanda_rtcol_seperator.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_prevq_container{
    margin-top: 20px;
}
#qanda_prevq_container .top{
    width: 241px;
    height: 6px;
    background-image: url(/images/qanda_rtcol_box_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_prevq_container .bottom{
    width: 241px;
    height: 8px;
    background-image: url(/images/qanda_rtcol_box_btm.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_prevq_container .contents{
    background-color: #ffffff;
    width: 241px;
}
#qanda_prevq_container .contents .text{
    padding: 20px;
}
#qanda_prevq_container .contents .text h2{
    font-family: "Courier New", monospace;
    font-size: 18px;
    font-weight: bold;
    color: #d98d2b;
    padding-top: 0px;
}

#qanda_prevq_container .contents .text a{
    text-decoration: none;
    display: block;
    color: #33241b;
    padding: 10px 0px;
}
#qanda_prevq_container .contents .text a:hover{
    font-weight: bold;
    color: #4e7300;
}
#qanda_prevq_container a.viewmore_btn{
    display: block;
}
#qanda_prevq_container a.up_btn_sm, #qanda_prevq_container a.down_btn_sm{
    height: 35px;
    background-image: url(/images/small_arrow_up.png);
    background-position: 50% 5px;
    background-repeat: no-repeat;
}
#qanda_prevq_container a.down_btn_sm{
    background-image: url(/images/small_arrow_down.png);
}
#prevq_viewport{
    height: 200px;
    position: relative;
    overflow: hidden;
}
#prevq_scroller{
    position: absolute;
    top: 0;
    left: 0;
}

#qanda_submit_container{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 262px;
    height: 111px;
    background-image: url(/images/qanda_newq_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#qanda_submit_container textarea{
    position: absolute;
    top: 12px;
    left: 19px;
    width: 230px;
    height: 68px;
    background-color: transparent;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-size: 12px;
    border: none;
}
#qanda_submit_container .nav_container{
    position: absolute;
    top: 86px;
    left: 160px;
    font-size: 10px;
    font-family: "Courier New", monospace;
    color: #ffffff;
}
#qanda_submit_container .nav_container a, #qanda_submit_container .anon_box_container a{
    background-image: none;
    height: auto;
    width: auto;
    color: #ffffff;
    text-decoration: none;
    display: inline;
}

#qanda_submit_container .nav_container a:hover{
    background-image: none;
    color: #bf2441;
}
#qanda_submit_container .anon_box_container, .checkbox_container{
    position: absolute;
    top: 86px;
    left: 18px;
    font-size: 10px;
    font-family: "Courier New", monospace;
}
#qanda_submit_container .anon_box_container a, .checkbox_container a{
    display: block;
    float: left;
    width: 13px;
    height: 12px;
    background-image: url(/images/checkbox1_off.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#qanda_submit_container .anon_box_container a.checked, .checkbox_container a.checked{
    background-image: url(/images/checkbox1_on.png);
}
.checkbox_container a.normal{
    display: inline;
    float: none;
    width: auto;
    height: auto;
    background-image: none;
}
.avatar_scroller{
    width: 5000px;
    position: absolute;
}
.avatar_scroller .avatar{
    float: left;
    padding: 10px;
    height: 85px;
}
.avatar_scroller .avatar a{
    display: block;
    width: 75px;
    height: 75px;
    position: relative;
    outline: none;
}
.avatar_scroller .avatar a:hover{
    background-position: 0 0;
}
.avatar_browser{
    width: 330px;
    height: 107px;
    overflow: hidden;
    position: relative;
}
.avatar_scroller .avatar .overlay{
    width: 96px;
    height: 105px;
    background-color: #000000;
    position: absolute;
    top: -10px;
    left: -10px;
}
#avatar_browser_container{
    background-color: #dddddd;
    height: 155px;
}
#profile_submenu{
    position: relative;
}
#profile_submenu #avatar_browser_container{
    position: absolute;
    top: 75px;
    left: 0px;
    z-index: 10;
}

a.nav_left{
    float: left;
    display: block;
    width: 72px;
    height: 36px;
    background-image: url(/images/nav_left.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 10px 0px 0px 10px;
    outline: none;
}
a.nav_left:hover{
    background-image: url(/images/nav_left_on.png);
    background-position: 10px 5px;
}
a.nav_right{
    padding: 10px 10px 0px 0px;
    float: right;
    display: block;
    width: 72px;
    height: 36px;
    background-image: url(/images/nav_right.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    outline: none;
}
a.nav_right:hover{
    background-image: url(/images/nav_right_on.png);
    background-position: 0 5px;
}

#ichoose_container{
    width: 530px;
}

a#ichoose_submit{
    width: 91px;
    height: 23px;
    background-image: url(/images/ichoose_submit_btn.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    display: block;
}
a#ichoose_submit:hover{
    background-image: url(/images/ichoose_submit_btn_on.png);
}
#ichoose_signature{
    width: 350px;
    height: 31px;
    background-image: url(/images/ichoose_signbox_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    border: none;
    padding: 11px 0px 0px 10px;
}
#no_auth_sign, #auth_sign{
    color: #33241b;
    font-family: "Courier New", monospace;
    font-size: 18px;
    font-weight: bold;
}
#ichoose_sign_label{
    padding-right: 10px;
}
#ichoose_brand{
    position: absolute;
    width: 50px;
    height: 41px;
    background-image: url(/images/ichoose_avatar_brand.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#profile_avatar_container #ichoose_brand{
    top: 55px;
    left: 55px;
}

#contactus_container{
    background-image: url(/images/contact_page_bg.png);
    background-position: 344px 0;
    background-repeat: repeat-y;
}
#contactus_container .contact_form, #contactus_container .needhelp_form{
    float: left;
}
#contactus_container .header, #contactus_container .header2{
    background-image: url(/images/contact_section_header_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: bold;
    font-family: "Courier New", monospace;
    color: #eaeaea;
    width: 181px;
    height: 38px;
}
#contactus_container .header2{
    background-image: url(/images/contact_section_header2_bg.png);
}
#contactus_container .header .text, #contactus_container .header2 .text{
    padding: 8px;
}
#contactus_container .contact_form .contents, #contactus_container .needhelp_form .contents{
    padding: 10px 17px;
}
#contactus_container .contact_form{
    width: 344px;
}
#contactus_container .needhelp_form{
    padding-left: 37px;
    width: 360px;
}
#contactus_container textarea{
    width: 273px;
    height: 175px;
}

table.wallpaper_table td{
    padding-right: 10px;
    vertical-align: top;
}

#comment_page_nav{
    position: relative;
}
.post_list{
    width: 560px;
    position: relative;
    margin: 20px 0px 40px 0px;
}
.post_list .top{
    height: 10px;
    background-image: url(/images/list1_top.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.post_list .bottom{
    height: 21px;
    background-image: url(/images/list1_btm.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
.post_list .contents{
    background-image: url(/images/list1_bg.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    padding: 30px;
}
.post_list a.delete{
    width: 25px;
    height: 16px;
    background-image: url(/images/icons/cancel.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    float: left;
}
.post_list table thead td{
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    
}
.post_list table td{
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    font-family: "Courier New", monospace;
    font-size: 10px;
    color: #33241b;
}
.post_list table td.first_cell{
    border-left: none;
}
.post_list table td.post_contents, .post_list table td.replyto_contents{
    width: 161px;
}
.disclaimer{
    font-size: 10px;
}
#teacher_promo{
    padding-top: 20px;
}
#teacher_promo a{
    display: block;
    width: 285px;
    height: 38px;
    background-image: url(/images/teacher_promo_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#teacher_promo a:hover{
    background-position: -285px 0;
}

table.formtable td{
    padding: 5px;
}
table.formtable textarea{
    width: 235px;
    height: 200px;
}
.validation-advice, .unavailable{
    color: #ff0000;
    font-weight: bold;
}
.validation-failed{
    border: 1px solid #ff0000;
}
#hu_scores_logo, #quiz_scores_logo{
    width: 158px;
    height: 63px;
    position: absolute;
    top: 0px;
    left: 5px;
    background-image: url(/images/hu_stats_logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#hu_scores, #quiz_scores{
    padding-top: 6px;
}
#quiz_scores_logo{
    background-image: url(/images/quiz_score_logo.png);
}

.number_header{
    color: #33241b;
    font-family: "Courier New", monospace;
    font-size: 14px;
    font-weight: bold;
    background-color: #d7c6a7;
    padding: 5px 0px 5px 45px;
    position: relative;
}
.number_header_number{
    position: absolute;
    top: -6px;
    left: 3px;
    width: 32px;
    height: 32px;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.number_header1{
    background-image: url(/images/number_header1.png);
}
.number_header2{
    background-image: url(/images/number_header2.png);
}
.number_header3{
    background-image: url(/images/number_header3.png);
}
.number_header4{
    background-image: url(/images/number_header4.png);
}
.number_header5{
    background-image: url(/images/number_header5.png);
}
.number_header6{
    background-image: url(/images/number_header6.png);
}
.number_header7{
    background-image: url(/images/number_header7.png);
}
.number_header8{
    background-image: url(/images/number_header8.png);
}
.number_header9{
    background-image: url(/images/number_header9.png);
}
.number_header10{
    background-image: url(/images/number_header10.png);
}
.number_header11{
    background-image: url(/images/number_header11.png);
}
ul.number_header_list{
    margin: 0px 0px 20px 60px;
}
.inline_callout1{
    
    width: 538px;
}
.inline_callout1 .contents{
    padding: 10px 20px;
    background-color: #d1dd47;
}
.inline_callout1 .top, .inline_callout1 .bottom{
    background-image: url(/images/inline_callout1_top.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 538px;
    height: 8px;
}
.inline_callout1 .bottom{
    background-image: url(/images/inline_callout1_btm.png);
}

.inline_callout2{
    margin: 20px 0px;
    width: 539px;
}
.inline_callout2 .contents{
    padding: 10px 20px;
    background-color: #b5aca3;
    color: #ffffff;
    font-family: "Courier New", monospace;
}
.inline_callout2 .top, .inline_callout2 .bottom{
    background-image: url(/images/inline_callout2_top.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 539px;
    height: 12px;
}
.inline_callout2 .bottom{
    background-image: url(/images/inline_callout2_btm.png);
    height: 14px;
}
#comic_finish_message{
    padding-top: 20px;
}

ol.evaluation li{
    font-weight: bold;
}
ol.evaluation ul li{
    list-style-type: none;
    margin-left: 0px;
    font-weight: normal;
}
ol.evaluation ul li input{
    margin-right: 10px;
}
ol.evaluation ul{
    margin-left: 0px;
}
ol.evaluation textarea{
    width: 300px;
    height: 150px;
    font-family: helvetica, arial, sans-serif;
    padding: 10px;
    font-size: 12px;
}

ul.guidelines {
    list-style-type: disc;
    margin: 5px 20px;
}
#top10_voting_bar_1, #top10_voting_bar_2{
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
}
#top10_voting_bar_1{
    width: 297px;
    background-image: url(/images/top10_finalvote_g1.png);
}
#top10_voting_bar_2{
    width: 273px;
    background-position: 0 0px;
    background-image: url(/images/top10_finalvote_g2.png);
}
#top10_voting_bars .top10_voting_item{
    width: 272px;
    min-height: 61px;
    position: absolute;
}
#top10_voting_bars .top10_voting_item .top{
    background-image: url(/images/top10_finalvote_item_top.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 11px;
    font-size: 1px;
}
#top10_voting_bars .top10_voting_item .bottom{
    background-image: url(/images/top10_finalvote_item_bottom.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 13px;
}
#top10_voting_bars .top10_voting_item .item_contents{
    background-image: url(/images/top10_finalvote_item_bg.png);
    background-repeat: repeat-y;
}
#top10_voting_bars .top10_voting_item .item_contents .the_item{
    padding: 0px 5px 0px 45px;
    background-position: 5px 0;
    background-repeat: no-repeat;
    font-family: courier, monospace;
    min-height: 26px;
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_1{
    background-image: url(/images/top10_finalvote_itemnumber_1.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_2{
    background-image: url(/images/top10_finalvote_itemnumber_2.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_3{
    background-image: url(/images/top10_finalvote_itemnumber_3.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_4{
    background-image: url(/images/top10_finalvote_itemnumber_4.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_5{
    background-image: url(/images/top10_finalvote_itemnumber_5.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_6{
    background-image: url(/images/top10_finalvote_itemnumber_6.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_7{
    background-image: url(/images/top10_finalvote_itemnumber_7.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_8{
    background-image: url(/images/top10_finalvote_itemnumber_8.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_9{
    background-image: url(/images/top10_finalvote_itemnumber_9.png);
}
#top10_voting_bars .top10_voting_item .item_contents .finalvote_item_10{
    background-image: url(/images/top10_finalvote_itemnumber_10.png);
}
#top10_voting_bars .top10_voting_items_container{
    position: absolute;
    top: 165px;
    width: 273px;
}

#top10_voting_bars .votenav a{
    display: block;
    width: 51px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#top10_voting_bars .votenav a.left{
    background-image: url(/images/slideshownav_left_on.png);
    padding-right: 10px;
}
#top10_voting_bars .votenav a.right{
    background-image: url(/images/slideshownav_right_on.png);
}
.finalvote_items_container, .finalvote_thanks_msg{
    height: 115px;
}
.finalvote_thanks_msg{
    background-image: url(/images/thx_for_voting_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 12px 10px 0px 50px;
    font-family: "Courier New", courier, monospace;
    font-size: 10px;
    height: 103px;
}
.finalvote_thanks_msg .highlight{
    color: #4e7300;
}
.finalvote_spinner{
    height: 40px;
    width: 200px;
    background-color: #ffffff;
    padding: 25px 0px 0px 45px;
    background-image: url(/images/spinner2.gif);
    background-position: 10px 25px;
    background-repeat: no-repeat;
    margin: 0 auto;
    border: 2px solid #000000;
    position: absolute;
    top: -10px;
    left: 15px;
}

#top10_winner_container{
    width: 654px;
    height: 426px;
    background-image: url(/images/top10_winner_splash_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    margin: 45px auto;
    z-index: 100;
    font-size: 10px;
}
#winner_header{
    font-size: 24px;
    font-family: "Courier New", monospace, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 85px;
    left: 185px;
}
#winner_footer{
    font-size: 12px;
    font-family: "Courier New", monospace, sans-serif;
    position: absolute;
    top: 325px;
    left: 173px;
    width: 375px;
}
#winner_body{
    position: absolute;
    top: 168px;
    left: 88px;
    width: 515px;
    height: 127px;
    font-family: "Courier New", monospace, sans-serif;
    font-size: 14px;
    color: #33241b;
    font-weight: bold;
}
#winner_body .winner_desc .label{
    color: #4e7300;
    width: 390px;
    
}
#winner_body .winner_desc{
    position: absolute;
    left: 133px;
}
#winner_body .winner_desc#winner1{
    top: 15px;
}
#winner_body .winner_desc#winner2{
    top: 70px;
}
#winner_closebtn{
    position: absolute;
    top: 0px;
    left: 503px;
}
#winner_closebtn a{
    display: block;
    width: 140px;
    height: 81px;
    background-image: url(/images/top10_winner_closebtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}