﻿body, html, form
{
    width: 100%;
    height: 100%;
    xbackground-color: #000;
    padding: 0;
    margin: 0;
    font-family: arial;
    font-size: 11px;
    color: #eee;
    background: #000 url(../images/background/new_bg.jpg) 0 top repeat;
    
}

body
{

}


#wrap
{
    min-height: 100%;
}

#container
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background: transparent url(../images/background/new_bgshine.png) 0 top no-repeat;
}








/* media player */


#media_player_container
{
    background: url(../images/layout/media_player_background.png) 0 top no-repeat;
    width: 700px;
    margin: 0 auto;
    padding-top: 60px;
    
}


#media_player
{
    width: 660px;
    height: 408px;
    margin: 0 auto;
    z-index: -1;
}


#now_playing_container
{
    position: relative;
    width: 700px;
    margin: 0 auto;
    
}


.episode_type_thumbnail
{
    float: left;
    margin-left: 42px;
    margin-right: 10px;
}


.author
{
    font-weight: bolder;
    color: #BE58CC;
    font-size: 16px;
    width: 460px;
}

.author a
{
    color: #BE58CC;
    text-decoration: none;
}

.author a:hover
{
    xcolor: #BE58CC;
    text-decoration: underline;
    xcolor: #8E4097;
}


.title
{
    color: #f2f2f2;
    margin-bottom: 30px;
    font-size: 14px;
    width: 460px;
    font-weight: bold;
    
}

.episode_information_button
{
    position: absolute;
    top: 40px;
    left: 90px;
    height: 16px;
}

.episode_information_button a
{
    padding-bottom: 5px;
    text-decoration: none;
}

.episode_information_button a.episode_information_open:hover,
.episode_information_button a.episode_information_close:hover

{
    text-decoration: underline;
    color: #888888;
}


.episode_information_button a.episode_information_open
{
    xcolor: #903e98;
    xcolor: #abcbff;
    xcolor: #BE58CC;
    xcolor: #22AEE6;
    color: #aaa;
}


.episode_information_button a.episode_information_close
{
    color: #666666;
}


.episode_information_content
{
    padding-left: 85px;
    xpadding-top: -30px;
    padding-bottom: 20px;
    padding-right: 75px; 
    width: 540px;
    background: url(../images/layout/40_repeat.png) 0 top repeat-y;
    margin: 0 auto;
    xmargin-top: 11px;
    margin-top: 0;
    margin-left: -1px;
    display: none;
    color: #f2f2f2;
    clear: both;
}



.episode_information_content b
{
    color: #abcbff;
    font-weight: 100;
    color: #ABCBFF;
    color: #BE58CC;
}

.description
{
    color: #f2f2f2;
    margin-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 350px;
    float: left;
    clear: left;
}

.release_date
{
    float: left;
    clear: left;
    width: 350px;
}

.category
{
    float: left;
    clear: left;
    width: 350px;
}

.category a
{
    color: #f2f2f2;
    text-decoration: none;
}

.category a:hover
{
    text-decoration: underline;
}

.site_link
{
    float: left;
    clear: left;
    width: 350px;
}

.site_link a
{
    color: #f2f2f2;
    text-decoration: none;
    border: 1px dashed #444;
    padding: 5px 8px;
    display: block;
    margin-top: 15px;
}

.site_link a strong:hover
{
    text-decoration: underline;
}

.site_link strong
{
    font-weight: 100;   
}



.tags
{
    width: 155px;
    float: right;
}

.tags a
{
    color: #f2f2f2;
    text-decoration: none;
    margin-right: 2px;
}

.tags a:hover
{
    text-decoration: underline;
}

.clear
{
    height: 3px;
    clear: both;
}



#share
{
    position: absolute;
    right: 0;
    top: 3px;
    width: 230px;
}

#file_download
{
    position: absolute;
    right: 86px;
    top: 25px;
    height: 43px;
}



.file_size
{
    color: #cccccc;
    font-size: 10px;
    float: left;
    width: 175px;
    text-align: center;
    display: none;
}











/* tipsy rollover effect */


.tipsy, .tipsy2
{
    background-repeat: no-repeat;
    background-image: url(../images/tipsy.gif);
}


.tipsy-inner
{
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    xmax-width: 210px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; margin-top: -3px; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }


#share a
{
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    padding-left: 3px;
}

















/* related episodes */


#related_episodes
{
    width: 700px;
    height: 140px;
    margin: 0 auto;
    color: White;
    position: relative;
    overflow: hidden;
    background: url(../images/layout/80_repeat.png) 0 top repeat-y;
}


#more_links
{
    color: #8E4097;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    text-align: center;
    width: 700px;
    font-size: 11px;
    font-weight: bold;
}

#more_links a.tipsy2,
#more_links a
{
    color: #8E4097;
    text-decoration: none;
    xcolor: #abcbff;
    color: #BE58CC;
    color: #eee;
}

#more_links a.tipsy2:hover,
#more_links a:hover
{
    xcolor: #BE58CC;
    xcolor: #bcd5fe;
    text-decoration: underline;
}

.related_item
{
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
}

.related_thumb_container
{
    position: relative;
    width: 120px;
    height: 69px;
    text-decoration: none;
    display: block;
    color: #ccc;
}

.related_thumb_container:hover
{
    color: #ddd;
}

.related_episode_title
{
    padding-top: 3px;
    xheight: 25px;
    overflow: hidden;
    font-size: 9px;
    text-align: center;
}

.related_episode_title b
{
    overflow: hidden;
    font-size: 11px;
    color: #BE58CC;
    color: #8E4097;
    color: #eee;
}


.related_thumb_corners
{
    position: absolute;
    background: url(../images/layout/thumb_corners_over.png) 0 top no-repeat;
    width: 120px;
    height: 69px;
    
}

.related_thumb_corners:hover
{
    background: url(../images/layout/thumb_corners_over.png) 0 -69px no-repeat;
    
}


ul#related_carousel,
ul#related_carousel li
{
    list-style: none;
    float: left;
    width: 120px;
    height: 110px;
    display: block;
}


.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    width: 120px;
    height: 110px;
    xborder: 1px solid black;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



.jcarousel-container-horizontal {
    width: 640px;
    padding: 20px 30px 5px;
}

.jcarousel-clip-horizontal {
    width:  630px;
    height: 110px;
    padding-left: 5px;
    margin-top: 5px;
}

.jcarousel-item-horizontal {
    margin-right: 5px;
    padding: 1px;
}

.jcarousel-item-horizontal:hover {
    margin-right: 5px;
    color: #cccccc;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


.jcarousel-next-horizontal {
    position: absolute;
    top: 50px;
    right: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/layout/carousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/layout/carousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}





























/* search bar */


#episode_search_bar_container
{
    width: 380px;
    height: 55px;
    float: right;
    margin-right: 145px;
    margin-top: 0px;
    position: relative;
}

#episode_search_bar_container #search_bar_button
{
    top: 12px;
    width: 57px;
    height: 26px;
}

#episode_search_bar_container .search_bar_start
{
    top: 12px;
}

#episode_search_bar_container #search_box
{
    top: 12px;
}





#page_search_bar_container
{
    margin-top: -35px;
    width: 380px;
    height: 80px;
    float: right;
    position: absolute;
    top: 15px;
    right: -22px;
    background: url(../images/layout/page_search_bar_background.png) 36px 13px no-repeat;
}


#page_search_bar_container #search_bar_button
{
    top: 20px;
}

#page_search_bar_container .search_bar_start
{
    top: 20px;
}

#page_search_bar_container #search_box
{
    top: 20px;
}






#search_bar_button
{
    position: absolute;
    top: 12px;
    right: 23px;
}

.search_bar_start
{
    position: absolute;
    top: 12px;
    left: 45px;
}

#search_box
{
    margin: 0;
    border: 1px solid #fff;
    overflow: hidden;
    padding: 5px 5px 0;
    background-color: #ffffff;
    outline: none;
    font-size: 11px; 
    cursor: text; 
    height: 19px;
    width: 238px;
    position: absolute;
    top: 12px;
    left: 50px;
    
}

.autocomplete_results
{
    padding: 0px;
    border: 1px solid #e5eaf1;
    border-top: 0;
    background: #eceff5;
    xfilter: alpha(opacity=80);
    xopacity: 0.8;
    background: url(../images/layout/w80_repeat.png) 0 top repeat-y;
    overflow: hidden;
    z-index: 99999;
    width: 220px;
    
}
.autocomplete_results ul
{
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.autocomplete_results li
{
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    font-size: 11px;
    line-height: 16px;
    overflow: hidden;
    border-top: 1px solid #f2f4f7;
    color: #111;
}
.autocomplete_results li:hover, .autocomplete_results li.over
{
    background: #6d84b4; 
    background: #ABCBFF;
    background: #4b95e9;
    xbackground: #BE58CC;
    color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
}













/* pager */


.pagerstyle table
{
    font-size: 11px;
    margin-right: -2px;
    float: right;
    height: 10px;
    padding-top: 3px;
}


.pagerstyle span
{
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 2px 4px;
    vertical-align: middle;
    xborder: 1px solid #888;
    background-color: #BE58CC;
    color: #fff;
    xborder: 1px solid #333;
}  

.pagerstyle td
{
    padding: 0;
}


.pagerstyle td a
{
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 2px 4px;
    vertical-align: middle;
    border: 1px solid #444;
    background-color: #111;
    color: #f2f2f2;
}

.pagerstyle td a:hover
{
    display: block;
    text-decoration: none;
    background-color: #BE58CC;
    color: #fff;
    xborder: 1px solid #BE58CC;
    font-weight: bold;
}















/* user search results */


.search_result_li
{
    background: url(../images/layout/40_repeat.png) 0 top repeat-y;
    xpadding: 5px 10px;
    width: 680px;
    height: 70px;
}
    
.search_result_li_alt
{
    background: url(../images/layout/40_repeat.png) 0 top repeat-y;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    xpadding: 5px 10px;
    width: 680px;
    height: 70px;
}

.search_result_li:hover,
.search_result_li_alt:hover
{
    background: url(../images/layout/80_repeat.png) 0 top repeat-y;
}

.search_result
{
    color: #dddddd;
    text-decoration: none;
    display: block;
    padding: 7px 9px;
    cursor: pointer;
}

.search_result h1
{
    font-size: 12px;
    padding: 0;
    padding-top: 8px;
    margin: 0;
    color: #eee;
    xcolor: #BE58CC; /* purple */
    color: #ABCBFF; /* blue */
    font-weight: bold;
}

.search_result h1 span
{
    xfont-weight: 100;
    xcolor: #eee;
}


.search_result h2,
h2 a.search_result,
.search_result_li h2,
.search_result_li_alt h2,
.search_result_li h2 a,
.search_result_li_alt h2 a
{
    font-size: 11px;
    padding: 0;
    margin: 0;
    font-weight: 100;
    height: 1.35em;
    overflow: hidden;
    xcolor: #BE58CC; /* purple */
    xcolor: #bbb;
}

.search_result_li td a.search_result
{
    xpadding: 0;
}


.search_result h3,
.search_result_li_alt h3,
.search_result_li h3
{
    font-size: 11px;
    padding: 0;
    margin: 0;
    font-weight: 100;
    color: #666666;
}

.search_result h3 span,
.search_result_li_alt h3 span,
.search_result_li h3 span
{
    color: #cccccc;
    xcolor: #BE58CC; /* purple */
}

.search_result:hover
{
    text-decoration: none;
}

.result_thumb       /* episode thumbnail */
{
    float: left;
    padding-right: 12px;
    padding-bottom: 7px;
}

.type_thumb         /* episode type audio/video */
{
    float: left;
    padding-right: 5px;
    padding-top: 3px;
}


#search_results_container
{
    width: 700px;
    margin: 0 auto;
    font-size: 13px;
    xpadding-top: 20px;
    position: relative;
}

#UpdatePanel em      /* hides additional fields which are used in the sort list */
{
    font-size: 0px;
    position: absolute;
    top: -10000px;
}










/* related series for user search page */


h1#page_label,
h1#series_page_label
{
    width: 350px;
    color: #BE58CC;
    font-size: 22px;
    margin-top: 0;
}


h1#series_page_label span#SeriesLabel
{
    font-weight: 100;
    font-size: 14px;
    color: #eee;
}

h1#series_page_label span#SeriesLabel b
{
    font-weight: bold;
    font-size: 22px;
    color: #BE58CC;
    line-height: 1.1em;
}


#RelatedCategoriesPanel
{
    xborder: 1px dashed #555;
    background: url(../images/layout/40_repeat.png) 0 top repeat-y;
    xbackground: url(../images/layout/80_repeat.png) 0 top repeat-y;
    xborder: 1px solid #555;
    padding: 8px;
    margin-bottom: 15px;
    margin-top: 5px;
    position: relative;
}

#RelatedCategoriesPanel a
{
    color: #ABCBFF;
    text-decoration: none;
    line-height: 19px;
    display: block;
    margin-left: 5px;
    list-style: circle;
    
}

#RelatedCategoriesPanel a:hover
{
    text-decoration: underline;
}

#RelatedCategoriesPanel li
{
    padding-left: 5px;
}


#RelatedCategoriesLabel
{
    xfont-weight: bold;
    color: #eee;
}

a#close_related_categories_button
{
    position: absolute;
    top: 5px;
    right: 6px;
    display: block;
    height: 17px;
    width: 17px;
    background: url(../images/layout/related_categories_panel_close.png) 0 top no-repeat;
    text-decoration: none;
}

a#close_related_categories_button:hover
{
    text-decoration: none;
    background: url(../images/layout/related_categories_panel_close.png) 0 -17px no-repeat;
}    








/* sort search results dialogue */


.sort
{
    color: #BE58CC;
    text-decoration: none;
    border-right: 1px solid #777;
    padding-right: 7px;
    margin-right: 3px;
}

.sort2
{
    color: #BE58CC;
    text-decoration: none;
}


.sort:hover,
.sort2:hover
{
    text-decoration: underline;
}


#search_options
{
    color: #ddd;
    text-decoration: none;
}

#search_options b:hover
{
    xcolor: #ccc;
    xcolor: #BE58CC;
    text-decoration: underline;
}




#search_results_count
{
    color: #eee;
    margin-left: 10px;
    width: 300px;
    padding-bottom: 5px;
}

#search_organiser
{
    padding-top: 7px;
    padding-left: 15px;
    padding-bottom: 3px;
    color: #555;
    width: 600px;
    height: 30px;
    overflow: hidden;
    margin-left: 14px;
    margin-top: 3px;
}

#search_organiser img
{
    float: left;
    height: 30px;
}


#search_organiser_content
{
    background: url(../images/layout/40_repeat.png) 0 top repeat-y;
    float: left;
    padding-top: 7px;
    padding-bottom: 3px;
    height: 20px;
}


#search_organiser i
{
    color: #555;
}

#search_organiser b
{
    color: #ddd;
}

.search_bar_search_within
{
    font-size: 11px;
    position: absolute;
    top: 50px;
    right: 25px;
    color: #ddd;
    border: none;
    background: none;
    margin: none;
}

#search_header
{
    padding: 4px 0;
    margin-top: 10px;
}


#UpdatePanel
{
    margin-top: 10px;
}









/* episode links */



#links
{
    height: 30px;
    width: 700px;
    background: url(../images/layout/links_background.png) 0 top no-repeat;
    margin: 0 auto;
    
}

#link_content
{
    width: 640px;
    padding: 10px;
    margin: 0 auto;
    display: none;
}






/*


.playlist_item
{
    text-decoration: none;
    xcolor: White;
    display: block;
    height: 20px;
    width: 100%;
    padding: 2px;
    font-size: 11px;
    
}

.playlist_item:hover
{
    cursor: pointer;
    background-color: #abcbff;
    
}


.playlist_item_div img
{
    margin-top: -3px;   
}


.playlist_thumb
{
    float: left;
    padding-right: 8px;
}


*/


th.#EpisodeGridView
{
    display: none;
}









/* header */


#header
{
    width: 700px;
    height: 80px;
    margin: 0 auto;
}   


#site_icons_container
{
    float: right;
    margin-top: 20px;
}

#site_logo
{
    margin-top: 20px;
    float: left;
    margin-left: 5px;
    color: #eee;
}


.site_icon
{
    display: block;
    width: 100%;
    height: 26px;
    text-decoration: none;
    font-size: 20px;
    float: left;
    margin-right: 6px;
    xborder: 1px solid white;
}


#AboutUs
{
    width: 27px;
    height: 26px;
    background: url(../images/header/AboutUs.png) 0 -26px no-repeat;
}
#AboutUs:hover
{
    background: url(../images/header/AboutUs.png) 0 top no-repeat;
    text-decoration: none;
}

#Church
{
    width: 32px;
    height: 26px;
    background: url(../images/header/Church.png) 0 -26px no-repeat;
}
#Church:hover
{
    background: url(../images/header/Church.png) 0 top no-repeat;
}

#Missions
{
    width: 27px;
    height: 26px;
    background: url(../images/header/Missions.png) 0 -26px no-repeat;
}
#Missions:hover
{
    background: url(../images/header/Missions.png) 0 top no-repeat;
}

#College
{
    width: 20px;
    height: 26px;
    background: url(../images/header/College.png) 0 -26px no-repeat;
    margin-right: 8px;
}
#College:hover
{
    background: url(../images/header/College.png) 0 top no-repeat;
}

#Conferences
{
    width: 18px;
    height: 26px;
    background: url(../images/header/Conferences.png) 0 -26px no-repeat;
    margin-right: 8px;
}
#Conferences:hover
{
    background: url(../images/header/Conferences.png) 0 top no-repeat;
}

#Watch
{
    width: 31px;
    height: 26px;
    background: url(../images/header/WatchAndListen.png) 0 -26px no-repeat;
}
#Watch:hover
{
    background: url(../images/header/WatchAndListen.png) 0 top no-repeat;
}

#FaithCamp
{
    width: 28px;
    height: 26px;
    background: url(../images/header/FaithCamp.png) 0 -26px no-repeat;
}
#FaithCamp:hover
{
    background: url(../images/header/FaithCamp.png) 0 top no-repeat;
}

#ResourceCentre
{
    width: 36px;
    height: 26px;
    background: url(../images/header/ResourceCentre.png) 0 -26px no-repeat;
}
#ResourceCentre:hover
{
    background: url(../images/header/ResourceCentre.png) 0 top no-repeat;
}


#KingdomFaith
{
    height: 35px;
    xdisplay: block;
    float: left;
    width: 155px;
    background: url(../images/header/KingdomFaith.png) 0 -35px no-repeat;
    text-decoration: none;
    z-index: 0;  
    position: relative;
}

#KingdomFaith:hover
{
    background: url(../images/header/KingdomFaith.png) 0 top no-repeat;
}



#page_menu
{
    width: 700px;
    margin: 0 auto;
    height: 20px;
    color: #666666;
    clear: both;
    padding-top: 0px;
    display: none;
}

#page_menu .menu_item
{
    width: 96px;
    margin-right: 2px;
    padding-right: 2px;
    height: 15px;
    float: left;
    text-align: right;
}

.menu_item a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #bbbbbb;
    border-bottom: 6px solid #666666;
    padding-top: 10px;
    padding-right: 2px;
}

.menu_item a:hover
{
    color: #BE58CC;
    color: #eeeeee;
    border-bottom: 6px solid #cccccc;
}

#watch_and_listen_menu
{
    height: 35px;
    display: block;
    float: left;
    width: 145px;
    background: url(../images/header/WatchAndListenMenu.png) 0 -35px no-repeat;
    text-decoration: none;
    display: none;
}
#watch_and_listen_menu:hover
{
    background: url(../images/header/WatchAndListenMenu.png) 0 top no-repeat;
}


#watch_and_listen_title
{
    height: 35px;
    display: block;
    float: left;
    width: 135px;
    background: url(../images/header/WatchAndListenTitle.png) 0 -35px no-repeat;
    text-decoration: none;
    margin-left: 4px;
}

#watch_and_listen_title:hover
{
    background: url(../images/header/WatchAndListenTitle.png) 0 top no-repeat;
}




#media_player_container #home_link
{
    position: absolute;
    top: 85px;
    left: 180px;
    width: 310px;
    height: 35px;
}


#home_link
{
    position: absolute;
    top: 85px;
    left: 148px;
    width: 310px;
    height: 35px;
}

#home_link.tipsy
{
    background-image: none;
}


#related_episodes_section_break
{
    margin-top: -1px;
}

#links_section_break
{
    margin: 0 auto;
    width: 700px;
}











/* footer */


#footer
{
    position: relative;
    margin-top: -50px; /* negative value of footer height */
    height: 49px;
    clear: both;
    background: #333;
    background: url(../images/layout/100_repeat.png) 0 top repeat;
    color: #ccc;
    border-top: 1px solid #444;
    z-index: 10;
}

#footer_content
{
    width: 700px;
    margin: 0 auto;
    padding-top: 15px;
}

#footer_content a
{
    display: block;
    float: left;
    text-decoration: none;
    color: #ccc;
    padding-right: 8px;
    border-right: 1px solid #666;
    margin-right: 8px;
}


#footer_content a#footer_know_jesus
{
    border-right: none; 
    color: #e43f4d;

}

#footer_content a#footer_know_jesus:hover
{
    xcolor: #dc8725;
    text-decoration: underline;
}



#footer_content a:hover
{
    xcolor: #BE58CC;
    text-decoration: underline;
}











/* connect page */

#connect_intro
{
    margin: 0 auto;
    width: 650px;
    padding-right: 50px;
    color: #fff;
    padding-bottom: 10px;
}
        
#connect_intro a
{
    color: #BE58CC;
    text-decoration: none;
}

#connect_intro a:hover
{
    text-decoration: underline;
}


.ui-tabs-hide 
{ 
    display: none !important; 
}

.ui-tabs
{
    margin: 0 auto;
    width: 700px;
    padding: 0;
    position: relative;
    padding-bottom: 10px;
    overflow: hidden;
}

.ui-tabs .ui-tabs-nav
{
    margin: 0 auto;
    width: 700px;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li,
ul.ui-tabs-nav li
{
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    background: url(../images/layout/40_repeat.png) 0 top repeat-y;
    overflow: hidden;
    position: relative;
    margin-right: 1px;
    color: #aaa;
    text-decoration: none;
}



.ui-tabs .ui-tabs-nav li a
{
    text-decoration: none;
    color: #aaa;
    display: block;
    padding: 0 20px;
    outline: none;

}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    background: url(../images/layout/80_repeat.png) 0 top repeat-y;
}

.ui-tabs .ui-tabs-nav li:hover
{
    background: url(../images/layout/80_repeat.png) 0 top repeat-y;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: text;
    color: #fff;
    
}

.ui-tabs .ui-tabs-nav li a, 
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel
{
    background: url(../images/layout/80_repeat.png) 0 top repeat-y;
    padding: 20px;
    clear: both;
    overflow: hidden;
}

.ui-tabs .ui-tabs-hide
{
    display: none;
}




.tab_content h1
{
    margin-top: 0;
    font-size: 20px;
    color: #eee;
}

.tabs_icon
{
    margin-bottom: -5px; 
    margin-right: 8px;
}

.note
{
    color: #888;
    font-size: 11px;
}

.tab_content ul
{
    line-height: 1.8em;
    list-style-type: square;
}

.tab_content li a
{
    color: #BE58CC;
    text-decoration: none;
}

.tab_content li a:hover
{
    text-decoration: underline;
}

.tab_content ul.rss_links
{
    line-height: 1.4em;
    list-style-type: circle;
}	    









/* download page */


#auto_download
{
    width: 460px;
    margin: 8px auto;
    color: #333;
    padding: 3px;
    margin-bottom: 0;
    border: 1px dashed #1a1a1a;
    background: transparent url(../images/layout/40_repeat.png) 0 top repeat-y;
    color: #eee;
    border: 1px dashed #666;
    text-align: center;
    padding: 5px;
}

#auto_download a
{
    color: #ee2b2f;
    margin-right: 6px;
}

#auto_download img
{
    margin-bottom: -2px;
    margin-right: 6px;
    xmargin-left: 6px;
}











/* streaming */

#streaming_container
{
    width: 700px;
    margin: 0 auto;
}

#flashupgrade
{
    background-color: #b91b00; 
    border: 1px dashed #eee;
    color: #fff; 
    padding: 10px 15px; 
	width: 680px; 
	text-align: center; 
	margin-bottom: 5px;
}

#streamingh1
{
    padding-bottom: 5px; 
    color: #BE58CC; 
    font-size: 26px; 
    font-weight: 100; 
    margin-bottom: 0; 
    padding-bottom: 0;
}

#streaming_container a,
#streaming_container h2
{
    color: #BE58CC; 
}

#player_container
{
    width: 640px;
    margin: 0 auto;
}

#stream_live_contact
{
    background: url(../images/layout/40_repeat.png) 0 top no-repeat;
    text-align: center;
    padding: 10px;
}







/* PayPerView */


#boxes
{
    width: 630px;
    margin: 0 auto;  
    margin-top: 10px; 
    height: 26px;
}


#help_box
{
    width: 87px;
    height: 21px;
    float: left;
    background: transparent url(../images/payperview/boxes/Help_box.png) 0 top no-repeat;
    padding-left: 34px;
    padding-top: 5px;
    margin-right: 11px;
    overflow: hidden;
}

#help_box a
{
    text-decoration: none;
    color: #fff;
}


#give_box
{
    width: 188px;
    height: 21px;
    float: left;
    background: transparent url(../images/payperview/boxes/Give_box.png) 0 top no-repeat;
    padding-left: 35px;
    padding-top: 5px;
    margin-right: 11px;
    overflow: hidden;
}

#give_box a
{
    text-decoration: none;
    color: #fff;
    color: #a3d73c;
}

#tickets_box
{
    width: 94px;
    height: 21px;
    float: left;
    background: transparent url(../images/payperview/boxes/tickets_box.png) 0 top no-repeat;
    padding-left: 35px;
    padding-top: 5px;
    margin-right: 11px;
    overflow: hidden;
}

#tickets_box a
{
    text-decoration: none;
    color: #fff;
}

#home_box
{
    width: 95px;
    height: 21px;
    float: left;
    background: transparent url(../images/payperview/boxes/home_box.png) 0 top no-repeat;
    padding-left: 38px;
    padding-top: 5px;
    overflow: hidden;
}

#home_box a
{
    text-decoration: none;
    color: #fff;
}


#testimony_box
{
    clear: both;
    width: 638px;
    height: 103px;
    margin: 0 auto;
    margin-top: 10px;
    background: transparent url(../images/payperview/boxes/testimony_box.png) 0 top no-repeat;
    color: #fff;
    font-size: 11px;
      
}

#help_box a:hover,
#give_box a:hover,
#tickets_box a:hover,
#home_box a:hover
{
    text-decoration: underline;
}


.txtbox1
{
    color: #ccc;
    font-size: 11px;
    font-family: Arial, Sans-Serif;
    background-color: #222;
    border: 1px solid #555;
    padding: 3px 5px;
}

.testimony_send_button
{
    float: right;
    padding-top: 4px;
}

#testimony_box_left
{
    float: left;
    width: 395px;
    margin-left: 8px;
}

#testimony_box_right
{
    float: right;
    width: 210px;
    margin-right: 8px;
    vertical-align: top;
    padding-top: 0;
    margin-top: -2px;
}

#stream_info
{
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

#stream_info_content
{
    background: transparent url(../images/layout/40_repeat.png) 0 top repeat-y;
    text-align: center;
    padding: 10px;
    
}


#stream_box
{
    width: 225px;
    height: 21px;
    float: left;
    padding-left: 34px;
    padding-top: 5px;
    overflow: hidden;
}

#stream_box a
{
    text-decoration: none;
    color: #fff;
}

