body
{
    background: url(../../images/new/page_background.png) center 81px no-repeat;
    font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
    font-size: 100%;
    margin: 0;
}

h2
{
    color: #444;
    margin: 20px 0 10px 0;
}

h3
{
    font-size: 14px;
    margin: 20px 0 10px 0;
}

h2 img,
h3 img
{
    display: inline;
    vertical-align: -6px;
}

.has_subheading
{
    display: inline;
}

.subheading
{
    color: #888;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
}

p,
td
{
    font-size: .75em;
}

p
{
    line-height: 1.6;
    margin: 5px 0;
}

a:link,
a:visited,
a:active
{
    color: #0299d3;
    text-decoration: none;
}

a:hover
{
    color: #ed9d01;
    text-decoration: none;
}

a img
{
    border: 0;
}

a.spanning_link
{
    display: block;
}

table
{
    border-collapse: collapse;
}

form
{
    margin: 0;
    padding: 0;
}

input
{
    outline: 0;
}

input.text,
textarea
{
    background: #fefefe url(../../images/new/form_field_background.png) no-repeat;
    border: 1px solid #808080;
}

input.text
{
    height: 16px;
    padding: 2px 0 1px 1px;
}

label
{
    font-size: 12px;
    line-height: 0;
}

.column
{
    float: left;
    margin-right: 30px;
}

.column + .column
{
    margin-right: 0;
}

.field
{
    margin-bottom: 8px;
}

.field_set
{
    margin-top: 10px;
}

.field .caption
{
    font-size: .814em;
    font-weight: bold;
    line-height: 1.4;
    padding-right: 10px;
}

.field .caption.inline
{
    display: inline;
    padding-right: 5px;
}

.field .caption.not_bold
{
    font-weight: normal;
}

.top_captions .field
{
    margin-top: 10px;
}

.top_captions .caption
{
    clear: both;
    display: block;
    float: none;
    margin-bottom: 3px;
    text-align: left;
}

.left_captions .caption
{
    float: left;
    padding-top: 1px;
    width: 75px;
}

.right_aligned_captions .caption
{
    text-align: right;
}

.field p
{
    color: #555;
    font-size: 10px;
    margin: 2px 0;
}

.buttons
{
    clear: both;
    margin: 15px 0 0 0;
}

.buttons input,
.buttons img
{
    vertical-align: -5px;
}

.centered_button
{
    display: block;
    margin: 6px auto;
}

.notice,
.action
{
  background-color: #EDEEF7;
  margin: .75em 0;
  padding: 4px 8px;
}

.error,
.err,
.no_result
{
  background-color: #ffcfce;
  border: 2px solid #eb2000;
  font-size: 12px;
  font-weight: bold;
  margin: .75em 0;
  padding: 4px 8px;
}

.error p
{
  font-size: 12px !important;
  margin: 0;
}

.clear
{
    clear: both;
}

.logo
{
    display: block;
    float: left;
    padding: 10px 0 0 10px;
    width: 225px;
    height: 71px;
    position: relative;
    z-index: 1;
}

.logo img
{
    border: 0;
}

.search
{
    background: #fff url(../../images/new/search_background.png) right no-repeat;
    float: right;
    height: 32px;
    min-height: 36px;
    padding-right: 15px;
}

.search .left_background
{
    float: left;
}

.search .caption
{
    color: #009ee3;
    float: left;
    font-weight: bold;
    margin: 9px 8px 0 0;
    text-transform: uppercase;
}

.search form
{
    float: left;
    margin-top: 7px;
}

.search input
{
    margin-left: 4px;
    vertical-align: -5px;
}

.search input#search
{
    margin-left: 0;
    vertical-align: 0;
}

.search .search_explore
{
    color: #7e7e7e;
    float: left;
    font-size: .75em;
    font-weight: bold;
    margin: 10px 0 0 12px;
}

.navigation
{
    background: url(../../images/new/navigation_background.png) repeat-x;
    clear: both;
    position: relative;
    z-index: 999;
}

.navigation ul
{
    height: 31px;
    margin: 0;
    padding: 0;
}

.navigation li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation li a
{
    display: block;
    float: left;
    font-size: .938em;
    height: 21px;
    padding: 5px 10px;
    text-decoration: none;
}

.navigation li a:link,
.navigation li a:visited,
.navigation li a:active
{
    color: #fff !important;
}

.navigation li a:hover,
.navigation li.current a:link,
.navigation li.current a:visited,
.navigation li.current a:active
{
    background: #fffae9;
    border-left: 1px solid #f5efe0;
    border-right: 1px solid #f5efe0;
    color: #0c7198 !important;
    padding-left: 9px;
    padding-right: 9px;
}

.page_container
{
    margin: 0 auto;
    width: 100%;
}

.top
{
    margin: 0 auto;
    width: 980px;
}

.content_wrapper
{

}

.content
{
    background: url(../../images/new/content_background.png) top right no-repeat;
    margin: -2px auto 0 auto;
    min-height: 400px;
    padding: 2px 10px 0 10px;
    position: relative;
    z-index: 100;
    width: 960px;
	
	
}

.bottom_wrapper
{
    background: url(../../images/new/footer_background.png) 0 35px repeat-x;
    clear: both;	
    height: 68px;
    padding-top: 45px;
	
	
}

.bottom
{
    margin: 0 auto;
    text-align: center;
    width: 950px;
	
}

.bottom ul
{
    background: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.bottom ul li
{
    display: inline;
    font-size: .814em;
    padding: 0 8px;
}

.bottom ul li a:link,
.bottom ul li a:visited,
.bottom ul li a:active
{
    color: #eee;
    text-decoration: underline;
}

.bottom ul li a:hover
{
    color: #fff;
    text-decoration: underline;
}

.bottom .copyright
{
    clear: left;
    color: #fff;
    display: block;
    font-size: .814em;
    margin: 10px 0 0 0;
}

.bottom .copyright img
{
    padding-left: 5px;
    vertical-align: -8px;
}

.log_in
{
    background: url(../../images/new/log_in_background.gif) top left no-repeat !important;
    margin: 45px auto 0 auto;
    padding: 5px 10px 10px 10px;
    width: 275px;
}

.log_in .subheading
{
    font-size: .65em;
}

.log_in .left_captions
{
    margin-top: 8px;
}

.log_in input.text
{
    width: 175px;
}

.log_in .forgot_password_link
{
    float: left;
    font-size: .689em;
    margin-top: 3px;
    margin-left: 85px;
}

.log_in .buttons
{
    float: right;
    margin-right: 5px;
    margin-top: 0;
}

.thumbnail_stamp
{
    background: url(../../images/new/thumbnail_stamp_background.png);
    color: #fff;
    font-weight: bold;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
}

.user_toolbar
{
    float: right;
    font-size: 11px;
    margin-top: 7px;
}

.user_toolbar a:link,
.user_toolbar a:visited,
.user_toolbar a:active
{
    color: #fff !important;
    font-weight: bold;
    margin-left: 12px;
}

.user_toolbar a:hover
{
    color: #fffbee !important;
}

h2.name
{
    clear: left;
    height: 29px;
    line-height: 1;
    margin: 0;
    padding-top: 6px;
    width: 525px;
    overflow: hidden;
    white-space: nowrap;
}

.subnavigation
{
    margin-top: 5px;
    margin-left: 1px;
    margin-bottom: 35px;
    padding: 0;
}

.subnavigation ul
{
    margin: 0;
    padding: 0;
}

.subnavigation ul li
{
    float: left;
    font-size: .75em;
    font-weight: bold;
    line-height: 1;
    list-style: none;
    margin-right: 18px;
    padding: 0;
}

.subnavigation ul li.current a
{
    color: #444;
}

div.sidebar
{
    clear: right;
    float: right;
    width: 390px !important;
}

div.information,
div.description,
div.sports_navigation,
div.sports,
div.stats_wrapper,
div.stats,
div.teams,
div.members,
div.events,
div.blog
{
    clear: left;
    float: left;
}

div.description,
div.sports_navigation,
div.sports,
div.stats_wrapper,
div.stats,
div.teams,
div.members,
div.events,
div.blog
{
    width: 530px;
}

div.photos,
div.videos,
div.events,
div.teams
{
    border-bottom: 2px solid #888;
    padding-bottom: 20px;
}

div.teams h2,
div.members h2,
div.photos h2,
div.videos h2,
div.events h2,
div.comments h2,
div.blog h2,
div.teams ul.section_subheading,
div.members ul.section_subheading,
div.photos ul.section_subheading,
div.videos ul.section_subheading,
div.events ul.section_subheading,
div.comments ul.section_subheading,
div.blog ul.section_subheading
{
    float: left !important;
}

div.photos ul,
div.videos ul
{
    clear: left;
}

div.photos h2,
div.videos h2
{
    margin-bottom: 5px;
}

div ul.section_subheading
{
    clear: none !important;
    margin: 28px 0 0 14px !important;
    padding: 0 !important;
}

div ul.section_subheading li
{
    display: inline;
    font-size: .814em;
    font-weight: bold;
    list-style: none;
    margin: 0 12px 0 0 !important;
    padding: 0 !important;
}

.read_more
{
    font-size: 11px;
    font-weight: bold;
    margin-left: 3px;
    text-transform: uppercase;
}

div.now_playing
{
    float: right;
    margin: -80px -20px 0 0;
    width: 420px;
}

div.now_playing h2
{
    margin: 0 0 2px 10px;
}

div.now_playing h2 img
{
    vertical-align: -6px;
}

div.now_playing .viewport
{
    background: transparent url(../../images/new/now_playing_background.png) repeat-x;
    clear: left;
    float: left;
    margin-top: 3px;
    position: relative;
    width: 300px;
    height: 215px;
    text-align: center;
}

div.now_playing .viewport img
{
    padding-top: 8px;
    z-index: 333;
}

div.now_playing .viewport .overlay
{
    background: #d4d4d4 url(../../images/new/now_playing_overlay.png) top left no-repeat;
    position: absolute;
    top: 8px;
    left: 9px;
    z-index: 999;
    width: 282px;
    height: 198px;
}

div.now_playing .showcase_image
{
    max-width: 282px;
    height: 198px;
}

div.now_playing ul
{
    float: left;
    margin: 3px 0 0 10px;
    padding: 0;
}

div.now_playing ul li
{
    clear: both;
    display: block;
    width: 95px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

div.now_playing ul li.divider
{
    background: url(../../images/new/now_playing_divider.png) left repeat-y;
    height: 3px;
}

div.now_playing ul li a
{
    display: block;
}

div.now_playing ul li a:hover img
{
    border: 2px solid #ed9d01;
}

div.now_playing ul li img
{
    border: 2px solid #ddd;
    width: 85px;
    height: 65px;
}

.comments h2
{
    margin-bottom: -4px;
}

.comments .comment
{
    border-bottom: 2px solid #ddd;
    margin-top: 15px;
    min-height: 50px;
    padding-bottom: 5px;
}

.comments .comment.last
{
    border-bottom: 0;
}

.marg_both .thumbnail_block a
{
    background: none !important;
    top: 3px !important;
    left: 0 !important;
    margin-right: 10px;
    width: 50px;
}

.comments .comment a img,
.marg_both .thumbnail_block a img
{
    border: 2px solid #ddd;
    margin-bottom: 5px;
}

.comments .comment a:hover img,
.marg_both .thumbnail_block a:hover img
{
    border: 2px solid #ed9d01;
}

.comments .comment img,
.marg_both .thumbnail_block a:hover img
{
    float: left;
    width: 50px;
    height: 50px;
}

.comments .comment p,
.comments .comment div,
.comments .comment .byline
{
    margin-left: 65px;
}

.comments .comment div.thumbnail_block
{
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: 50px;
    width: 50px;
}

.comments .comment p,
.comments .comment div
{
    font-size: 81.5%;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 5px;
}

.comments .comment .byline
{
    color: #888;
    font-size: .689em;
}

.information
{
    background: url(../../images/new/information_background.png) repeat-y;
    clear: left;
    margin: 0 0 0 -6px;
    padding: 5px;
    width: 540px;
}

.information .profile_image
{
    border: 2px solid #eee;
    float: left;
    height: 95px;
    margin-right: 12px;
    position: relative;
}

.information h2
{
    font-size: 1.125em;
    margin: 0 0 3px 0;
}

.information h2 span
{
    color: #888;
    font-size: 75%;
    font-weight: normal;
    margin-left: 4px;
}

.information .subheading
{
    font-size: 1em;
}

.information .subheading span
{
    font-size: 70.75%;
    margin-left: 6px;
    text-transform: uppercase;
}

.information .subheading span a
{
    color: #999;
    text-decoration: underline;
}

.information p
{
    color: #444;
    font-size: .814em;
    margin: 0;
}

.information p span
{
    font-weight: bold;
}

.information p.name
{
    font-size: .938em;
    font-weight: bold;
}

.information p.name span 
{
    color: #888;
    font-size: 79%;
    font-weight: normal;
    margin-left: 4px;
}

.information p img.flag
{
    padding-left: 2px;
    vertical-align: -1px;
}

.description
{
    margin-top: 5px;
}

.sports_navigation
{
    margin: 20px 0 0 -8px;
}

.sports_navigation ul
{
    margin: 0;
    padding: 0;
}

.sports_navigation li
{
    background: url(../../images/new/sport_tab_background.png) bottom left repeat-x;
    float: left;
    font-size: .875em;
    font-weight: bold;
    list-style: none;
    margin: 0 8px 0 0;
}

.sports_navigation li a
{
    background: url(../../images/new/sport_tab_background_right.png) bottom right no-repeat;
    display: block;
    height: 20px;
    padding: 4px 8px 0 10px;
}

.sports_navigation li.current
{
    background: url(../../images/new/sport_tab_background_current.png) bottom left repeat-x;
}

.sports_navigation li.current a
{
    background: url(../../images/new/sport_tab_background_current_right.png) bottom right no-repeat;
    color: #444;
}

.sports
{
    background: url(../../images/new/sports_tab_bottom_border.png) top right no-repeat;
    margin: 0 0 0 -8px;
    padding: 0 8px;
}

.sports .stats_wrapper
{
    margin-top: 0;
}

.stats_wrapper
{
    background: url(../../images/new/orange_box_top.png) top right no-repeat;
    margin: 20px 0 0 -8px;
    padding-right: 16px;
}

.stats
{
    background: url(../../images/new/orange_box_bottom.png) bottom left no-repeat;
    padding: 14px 0 12px 16px;
}

.sports .stats
{
    padding-top: 10px;
}

.stats h2
{
    margin: 0 0 3px 0;
}

.stats p
{
    float: left;
    margin: 1px 0;
    width: 250px;
}

.stats p span
{
    color: #555;
    display: block;
    float: left;
    font-weight: bold;
    width: 100px;
}

div.teams
{
    margin-left: -2px;
}

div.teams h2
{
    margin-left: 2px;
}

div.teams .team
{
    float: left;
    margin: 5px 0;
    width: 250px;
}

div.teams .team a.spanning_link p,
div.teams .team a.spanning_link:hover p
{
    color: #666;
}

div.teams .team img
{
    border: 2px solid #eee;
    float: left;
    margin-right: 8px;
    width: 90px;
    height: 70px;
}

div.teams .team h3
{
    font-size: .875em;
    margin: 0;
}

div.teams .team p
{
    font-size: .75em;
    line-height: 1.3;
    margin: 2px 0 0 0;
}

div.members
{
    margin-left: -2px;
}

div.members h2
{
    margin-left: 2px;
    margin-bottom: 4px;
}

div.members .member
{
    float: left;
    margin: 5px 15px 5px 0;
    width: 175px;
}

div.members .member a.spanning_link p,
div.members .member a.spanning_link:hover p
{
    color: #666;
}

div.members .member img
{
    border: 2px solid #eee;
    float: left;
    margin-right: 8px;
    width: 50px;
    height: 50px;
}

div.members .member a
{
    font-size: .814em;
    font-weight: bold;
}

div.members .member span
{
    display: block;
    float: left;
    overflow: hidden;
    width: 110px;
}

div.events
{
    margin-top: 8px;
}

div.events h2
{
    margin-bottom: 0;
}

div.events .event
{
    margin: 18px 0 5px -2px;
    clear: both;
}

div.events .event img
{
    border: 2px solid #eee;
    float: left;
    margin-right: 8px;
    width: 70px;
}

div.events .event h3
{
    font-size: .875em;
    margin: 0;
}

div.events .event .date
{
    color: #888;
    font-size: .75em;
    margin: 2px 0 0 0;
}

div.events .event p
{
    font-size: .75em;
    line-height: 1.3;
    margin: 2px 0 0 0;
}

div.photos {}

div.photos ul
{
    margin: -4px 0 0 -4px;
    padding: 0;
}

div.photos ul li
{
    float: left;
    list-style: none;
    margin: 4px;
    padding: 0;
}

div.photos ul li img
{
    border: 2px solid #ddd;
    display: block;
    max-width: 125px;
    max-height: 125px;
}

div.photos.sidebar ul li img
{
    height: 75px;
}

div.photos ul li a:hover img
{
    border: 2px solid #ed9d01;
}

div.videos {}

div.videos ul
{
    margin: -4px 0 0 -4px;
    padding: 0;
}

div.videos ul li
{
    float: left;
    list-style: none;
    margin: 4px 5px 4px 4px;
    padding: 0;
}

div.videos ul li img
{
    border: 2px solid #ddd;
    display: block;
    max-width: 170px;
    max-height: 140px;
}

div.videos.sidebar ul li img
{
    max-width: 118px;
    max-height: 80px;
}

div.videos ul li a:hover img
{
    border: 2px solid #ed9d01;
}

.blog
{
    float: right;
}

.blog .blog_post
{
    margin: 5px 0 15px 0;
}

.blog h3
{
    display: inline;
    margin: 0;
}

.blog .date
{
    color: #aaa;
    display: inline;
    font-size: .75em;
    margin-left: 5px;
}

.blog p
{
    font-size: .75em;
    margin: 3px 0;
}

.page_container.team div.events,
.page_container.league div.events
{
    border-bottom: 0;
    padding-bottom: 0;
}

.page_container.league div.stats_wrapper
{
    margin-top: 30px;
}

.paymentPackageChoiceForm .paymentPackageChoiceTable
{
    margin: 0 auto;
    width: 600px;
}

.paymentPackageChoiceForm .paymentPackageChoiceTable td
{
    text-align: center;
}

.paymentPackageChoiceForm th
{
    font-size: 13px;
}

.paymentPackageChoiceForm .buttons
{
    text-align: center;
}

.packageStats th,
.packageStats td,
#show_paypal_pro_form_to_the_user th,
#show_paypal_pro_form_to_the_user td
{
    padding: 5px 12px 5px 0;
}

.packageStats th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#show_and_hide_the_radio_button
{
    margin-bottom: 25px;
}

.paymentChoices
{
    font-size: 13px;
}

.paymentChoices label
{
    margin-right: 15px;
}

#show_paypal_pro_form_to_the_user th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

#show_paypal_pro_form_to_the_user .buttons
{
    margin: 0 0 20px 0;
    padding-left: 165px;
}

/* Orca Forums */

#main h2.name,
#main .subnavigation,
.tbl_hh,
#live_title,
.tbl_f_topic,
.colexp,
.tbl_ff_posts,
#f_desc_no
{
    display: none !important;
}

#main h1
{
    font-size: 24px;
}

#f_tbl,
.live_post
{
    font-size: 12px;
}

#cat1
{
    height: 2.5em !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

#f_tbl
{
    background: transparent !important;
}

#f_tbl ul
{
    clear: left;
    margin: 0 0 1.25em 0;
    padding: 0;
}

#f_tbl ul li
{
    list-style: none;
}

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

.forum_icon,
.lp_img
{
    float: left;
}

.forum_icon
{
    margin-right: .5em;
}

.tbl_f_forum a
{
    font-weight: bold;
}

.tbl_f_date,
.lp_date,
.tbl_ff_date,
.tbl_ff_date2
{
    color: #aaa;
    font-size: 11px;
    margin-left: 1.5em;
}

.tbl_f_date
{
    margin-top: .5em;
    margin-left: 35px;
}

#live_tracker
{
    border-top: 3px solid #edeef7;
    margin-top: .75em;
    padding-top: 1em;
}

.live_post
{
    border-bottom: 1px solid #edeef7;
    margin-bottom: 1em;
    padding-bottom: .75em;
}

.lp_img
{
    border: 2px solid #ccc;
    margin-right: .75em;
}

.lp_txt
{
    margin-bottom: .4em;
    margin-left: 50px;
}

.lp_u
{
    color: #999;
    font-size: 11px;
}

.lp_u a
{
    font-weight: bold;
}

.lp_date
{
    margin-top: .25em;
    margin-left: 58px;
}

/* --- */

#main
{
    position: relative;
}

#f_breadcrumb
{
    font-size: 12px;
    position: absolute;
    top: 41px;
    left: 10px;
}

#f_breadcrumb img
{
    margin: 0 .5em 0 .25em;
}

#forum_title,
#f_header h2
{
    margin-top: 3px;
    margin-bottom: 40px;
}

#f_desc,
#f_header span
{
    color: #888;
    font-size: 14px;
    font-weight: bold;
}

.f_buttons
{
    font-size: 12px;
    height: 20px;
    margin: 1.25em 0 .25em 0;
}

#main .btn,
#main .icn
{
    float: left;
    margin-right: 1.25em;
    position: relative;
    height: 25px;
}

#main .btn a,
#main .icn a
{
    position: absolute;
    top: 0;
    left: 0;
}

#main .btn img
{
    vertical-align: -3px;
}

#main .btn b
{
    margin-left: .35em;
}

.f_buttons_icn .icn
{
    float: left;
    margin-right: 1.25em;
}

#main .reply_container
{
    margin: 1.5em 0;
}

#main .pages
{
    font-size: 12px;
    font-weight: bold;
}

.f_tbl
{
    margin-top: 1em;
}

.tbl_ff_topic
{
    line-height: 1.6;
    margin-bottom: .25em;
}

.tbl_ff_topic img
{
    margin-right: 1em;
    vertical-align: -5px;
}

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

.tbl_ff_date,
.tbl_ff_date2
{
    margin: .5em 0 .5em .5em;
}

.tbl_p_msg
{
    clear: left;
    border-top: 1px solid #edeef7;
    margin-top: 1em;
    padding-top: .75em;
}

.tbl_p_msg .tbl_p_author
{
    float: left;
    line-height: 1.8;
    padding: 0 .5em;
    text-align: center;
    width: 100px;
}

.tbl_p_msg .tbl_p_author .avatar img
{
    border: 2px solid #ccc;
}

.tbl_p_msg .actions,
.tbl_p_msg .post_text
{
    margin-left: 115px;
}

.tbl_p_msg .post_text
{
    line-height: 1.6;
}

.tbl_p_msg .actions a
{
    font-weight: bold;
}

.tbl_p_msg .actions .report img
{
    vertical-align: -3px;
}

.tbl_p_msg .actions .posted
{
    color: #666;
    margin-left: .5em;
    margin-right: .75em;
}

.tbl_p_msg .actions .rate
{
    margin: .5em 0;
}

.tbl_p_msg .actions .rate_text
{
    color: #666;
    margin-right: .75em;
}
