html {
    margin: 0;
    padding: 0;
    background: url('../images/html_bg.png') 0 0 repeat-x black;
    font-family: "Verdana", sans-serif;
    font-size: 12px;
}

body {
    text-align:center;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    color:#1FB2DD;
}
a:hover {
    text-decoration:none;
}

/* general styles */
.error {
    color:red;
}

/* general form styles */
.form {
    float:left;
    border:1px solid #333;
    padding:10px 20px;
    margin:20px;
}
p.form_row {}
p.form_row label {
    display:block;
    float:left;
    line-height:22px;
    text-align:right;
    margin:0 5px 0 0;
}
p.checkbox_row label {
    width:auto;
    float:none;
    display:inline;
    text-align:left;
    margin:0 0 0 5px;
}
p.button {}

/* wrapper */
#wrapper {
    position:relative;
    width:998px;
    text-align:left;
    margin:0 auto;
    overflow: hidden;
}

#flaot_wrapper {
    float: left;
}

.wrapperRow {
    float: left;
    display: block;
    width: 998px;
}

/* user console */
#user_console {
    background: url('../images//home_bg.png') 0 0 no-repeat;
    position:relative;
    height:8px;
    line-height:18px;
    color:#ccc;
    text-indent:20px;
    z-index:10;
}
/* #user_console a {
    display:block;
    float:left;
    height:22px;
    margin:0 3px;
    text-indent:999px !important;
    overflow:hidden !important;
}
a.login_button {
    background: url('../images//members_login_button.jpg') 0 0 no-repeat;
    width:116px;
    margin:0 0 0 10px;
}
a#register_button {
    background: url('../images//register_button.jpg') 0 0 no-repeat;
    width:69px;
}
a.logout_button {
    background: url('../images//logout_button.jpg') 0 0 no-repeat;
    width:68px;
}
a#manage_account_button {
    background: url('../images//manage_account_button.jpg') 0 0 no-repeat;
    width:120px;
}
#user_console a:hover { background-position:0 -22px; } */

#header {
    position:absolute;
    top:0;
    left:189px;
    width:800px;
    height:70px;
}

/* SITENAV */
#sitenav_wrapper {
    position:relative;
    top:8px;
    width:800px;
    height:60px;
    padding:10px 0 0 0;
    background: url('../images//sitenav.jpg') 0 10px no-repeat;
}

#sitenav_wrapper ul {
    margin:0;
    padding:0;
    list-style:none;
}
#sitenav_wrapper ul li {
    margin:0;
    padding:0;
    float:left;
    height: 43px;
    left: 16px;
    position: relative;
}
#sitenav_wrapper ul li a {
    display:block;
    width:100%;
    height:100%;
    text-indent:-9999px;
    overflow: hidden;
}
#sitenav_wrapper ul li a:hover {
    background-image: url('../images//sitenav.jpg');
    background-repeat: no-repeat;
}

/* main nav */
ul#main_nav {
    position:relative;
/*     width:450px; */
    height:47px;
}

li#main_nav_home           { width:  90px; }
li#main_nav_athletes_speak { width: 167px; }
li#main_nav_images         { width:  80px; }
li#main_nav_videos         { width:  81px; }
li#main_nav_blog           { width:  70px; }
li#main_nav_news           { width:  72px; }
li#main_nav_player_updates { width: 156px; }
li#main_nav_chat           { width:  60px; }

li#main_nav_home           a:hover { background-position:    -15px -60px; }
li#main_nav_athletes_speak a:hover { background-position:  -105px -60px; }
li#main_nav_images         a:hover { background-position: -273px -60px; }
li#main_nav_videos         a:hover { background-position: -353px -60px; }
li#main_nav_blog           a:hover { background-position: -433px -60px; }
li#main_nav_news           a:hover { background-position: -504px -60px; }
li#main_nav_player_updates a:hover { background-position: -576px -60px; }
li#main_nav_chat           a:hover { background-position: -732px -60px; }

/* secondary nav */
ul#secondary_nav {
    position:absolute;
    top:52px;
    left:337px;
    width:463px;
    height:18px;
}

ul#secondary_nav li {
    position: relative;
    left: 0;
}

li#secondary_nav_about_us,
li#secondary_nav_purchase_info,
li#secondary_nav_supported_devices,
li#secondary_nav_faq                { height:18px; }
li#secondary_nav_about_us           { width:94px; }
li#secondary_nav_purchase_info      { width:131px; }
li#secondary_nav_supported_devices  { width:166px; }
li#secondary_nav_faq                { width:52px; }

li#secondary_nav_about_us           a:hover { background-position:-337px -102px; }
li#secondary_nav_purchase_info      a:hover { background-position:-431px -102px; }
li#secondary_nav_supported_devices  a:hover { background-position:-562px -102px; }
li#secondary_nav_faq                a:hover { background-position:-728px -102px; }


/* home content */
#home_content {
    width: 998px;
    height: 426px;
    background: url('images/home_bg.png') 0 0 no-repeat;
    z-index: 2;
}

#home_flash_slideshow {
    width: 502px;
    height: 470px;
    position: absolute;
    left: 463px;
    top: 75px;
    z-index: 3;
    outline: none;
    border: none;
}

/* Page Headers */
.page_header {
    position:relative;
    width:401px;
    height:30px;
    background-position:0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.page_header_about_us          { background-image: url('../images//headers/about_us.gif'); }
.page_header_blog              { background-image: url('../images//headers/blog.gif'); }
.page_header_chat              { background-image: url('../images//headers/chat.gif'); }
.page_header_contest           { background-image: url('../images//headers/contest.gif'); }
.page_header_faq               { background-image: url('../images//headers/faq.gif'); }
.page_header_forum             { background-image: url('../images//headers/forum.gif'); }
.page_header_games             { background-image: url('../images//headers/games.gif'); }
.page_header_highlights        { background-image: url('../images//headers/highlights.gif'); }
.page_header_home              { background-image: url('../images//headers/home.gif'); }
.page_header_images            { background-image: url('../images//headers/images.gif'); }
.page_header_news              { background-image: url('../images//headers/news.gif'); }
.page_header_player_updates    { background-image: url('../images//headers/player_updates.gif'); }
.page_header_purchase_info     { background-image: url('../images//headers/purchase_info.gif'); }
.page_header_supported_devices { background-image: url('../images//headers/supported_devices.gif'); }
.page_header_videos            { background-image: url('../images//headers/videos.gif'); }
.page_header_player_profile    { background-image: url('../images//headers/player_profile.gif'); }
.page_header_account           { background-image: url('../images//headers/account.gif'); }
.page_header_login             { background-image: url('../images//headers/login.gif'); }
.page_header_registration      { background-image: url('../images//headers/registration.gif'); }
.page_header_forgot_password   { background-image: url('../images//headers/forgot_password.gif'); }

/* layout */
#content {}
#footer {
    float: left;
    position:relative;
    width: 998px;
    height: 165px;
    background: url('../images/footer.png') 0 0 no-repeat;
}

/* interior layout */
#interior_content {
    float: left;
    width: 998px;
/*     min-height: 425px; */
    background: url('../images/interior_bg.jpg') 0 0 no-repeat black;
    padding-bottom: 103px;
}
#interior_content_repeat {
    float: left;
    color: #FFF;
    position: relative;
    top: 79px;
    left: 203px;
    background: url('../images/content_repeater.jpg') 0 0 repeat-y;
    width: 806px;
/*     margin-bottom: 103px; */
}
#interior_content_fixed {
    float: left;
    background: url('../images/content_top.jpg') 0 0 no-repeat;
}
#interior_content_wrapper {
    float: left;
    width: 765px;
    margin-right: 20px;
    border: 1px solid #151515;
    min-height: 303px;
    padding: 10px;
}

#interior_content_stripes {
    position: absolute;
    bottom: -71px;
    right: 118px;
    width: 41px;
    height: 71px;
    background: url('../images/content_stripes_footer.jpg') 0 0 no-repeat;
}

#exclusive_content {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 350px;
    height: 14px;
    background: url('../images/exclusive_content.gif') 0 0 no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 4;
}

/* home layout */
#home_content {
    width: 998px;
    height: 426px;
    background: url('../images//home_bg.png') 0 0 no-repeat;
    z-index: 2;
}

#home_flash_slideshow {
    width: 502px;
    height: 470px;
    position: absolute;
    left: 463px;
    top: 75px;
    z-index: 3;
    outline: none;
    border: none;
}

#home_news {
    display: block;
    padding: 5px;
    width: 215px;
    height: 130px;
    position: absolute;
    top: 258px;
    left: 226px;
    color: #FFF;
}

#home_news ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
}
#home_news li {
    padding: 5px 0;
    border-bottom: 1px dotted #272728;
}
#home_news .home_news_last {
    border-bottom: none;
}
#home_news .home_news_date {}
#home_news .home_news_title {
    color: #1DB3DA;
}
#home_news .home_news_title a {
    text-decoration: none;
    color: #1DB3DA;
}
#home_news .home_news_title a:hover {
    text-decoration: underline;
    color: #1DB3DA;
}
#home_news .home_news_teaser {}

/* PAGES */

/* Auth Home */
.auth_home_column {
    float: left;
    width: 240px;
    background: url('../images//profile_column_bg.jpg') top right no-repeat;
    display: block;
    min-height: 300px;
}

.auth_home_column_1 {
    padding-right: 10px;
}

.auth_home_column_2 {
    padding: 0 10px;
}

.auth_home_column_3 {
    padding-left: 10px;
    background: none;
}

.auth_home_block {
    display: block;
    float: left;
}

#auth_home_header_images,
#auth_home_header_news,
#auth_home_header_bio,
#auth_home_header_latest_blog,
#auth_home_header_video {
    width: 240px;
    height: 17px;
    margin-bottom: 10px;
    text-indent: -9999px;
    display: block;
}

#auth_home_header {
}
#auth_home_header_images {
    background: url('../images//headers/profile_header_images.gif') 0 0 no-repeat;
}
#auth_home_header_news {
    background: url('../images//headers/profile_header_latest_news.gif') 0 0 no-repeat;
}
#auth_home_header_bio {
    background: url('../images//headers/profile_header_bio.gif') 0 0 no-repeat;
}
#auth_home_header_latest_blog {
    background: url('../images//headers/profile_header_latest_blog.gif') 0 0 no-repeat;
}
#auth_home_header_video {
    background: url('../images//headers/profile_header_video.gif') 0 0 no-repeat;
}

#auth_home_images {
    list-style: none;
    margin: 0;
    padding: 0;
}

#auth_home_images li {
    float: left;
    margin: 0 10px 10px 0;
}

#auth_home_images img {
    border: none;
}

#auth_home_video {
    list-style: none;
    margin: 0;
    padding: 0;
}

#auth_home_video li {
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #757373;
    font-size: 10px;
    width: 230px;
}
#auth_home_video .auth_home_video_last {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    border-bottom: none;
}

#auth_home_video .auth_home_video_thumb {
    float: left;
    width: 63px;
    height: 42px;
    display: block;
    padding-right: 10px;
}
#auth_home_video .auth_home_video_thumb img {
    border: none;
    margin-right: 5px;
}
#auth_home_video .auth_home_video_date {}
#auth_home_video .auth_home_video_title {
    font-size: 12px;
    text-transform: uppercase;
    color: #FAE09A;
    clear:right;
}
#auth_home_video li a {
    color: #FAE09A;
    text-decoration: none;
}
#auth_home_video li a:hover {
    color: #FAE09A;
    text-decoration: underline;
}
#auth_home_video .auth_home_video_description {
}


#auth_home_blog {
    margin: 0;
    padding: 0;
    list-style: none;
}
#auth_home_blog li {
    float: left;
    padding: 10px 0;
    font-size: 10px;
    border-bottom: 1px dotted #757373;
    width: 240px;
}

#auth_home_blog .auth_home_blog_last {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    border-bottom: none;
}
#auth_home_blog .auth_home_blog_date {}
#auth_home_blog .auth_home_blog_title {
    font-size: 12px;
    color: #1DB3DA;
}
#auth_home_blog li a {
    color: #1DB3DA;
    text-decoration: none;
}
#auth_home_blog li a:hover {
    color: #1DB3DA;
    text-decoration: underline;
}
#auth_home_blog .auth_home_blog_description {}


#auth_home_news {
    margin: 0;
    padding: 0;
    list-style: none;
}
#auth_home_news li {
    float: left;
    padding: 10px 0;
    font-size: 10px;
    border-bottom: 1px dotted #757373;
    width: 230px;
}

#auth_home_news .auth_home_news_last {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    border-bottom: none;
}
#auth_home_news .auth_home_news_date {}
#auth_home_news .auth_home_news_title { font-size: 12px; }
#auth_home_news .auth_home_news_description {
}
#auth_home_news li a {
    text-decoration: none;
    color: #C50000;
}
#auth_home_news li a:hover {
    text-decoration: underline;
    color: #C50000;
}

/* Image Gallery */
#image_gallery {
    display: block;
    float: left;
    width: 765px;
    border-bottom: 1px dotted #757373;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#image_gallery a {
    display: block;
    /*width: 100px;
    height: 100px;*/
    float: left;
    margin: 10px;
}

#image_gallery a img {
    /*width: 100px;
    height: 100px;*/
    border: none;
}

#image_gallery_filters {
    width: 700px;
    margin: 5px 0px;
}
#image_gallery_filters select {
    float: left;
    margin-right: 10px;
}

/* Video */
.recent_videos_container {
    float: right;
    padding: 5px;
    border: 1px solid black;
    background: url('../images//container_bg_01.jpg') 0 0 repeat-x black;
    width: 253px;
    position: relative;
    top: -30px;
}

.recent_videos_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent_videos_container li {
    float: left;
    padding: 5px;
    border-bottom: 1px dotted #757373;
    font-size: 10px;
    width: 243px;
}

.recent_videos_container li.last {
    border-bottom: none;
}

.video_title {
    font-size: 12px;
    color: #C50000;
}

.video_title a {
    text-decoration: none;
    color: #C50000;
}

.video_title a:hover {
    text-decoration: underline;
    color: #C50000;
}

.video_container {
    width: 480px;
    float: left;
}

.video_thumbnail {
    padding-right: 5px;
    dispay: block;
    float: left;
}

.video_thumbnail img {
    border: none;
}

#video_player {
    float: left;
    width: 275px;
    height: 200px;
    margin-right: 10px;
}

/* Profile */
.profile_column {
    float: left;
    width: 240px;
    background: url('../images//profile_column_bg.jpg') top right no-repeat;
    display: block;
    min-height: 300px;
}

.profile_column_1 {
    padding-right: 10px;
}

.profile_column_2 {
    padding: 0 10px;
}

.profile_column_3 {
    padding-left: 10px;
    background: none;
}

.profile_block {
    display: block;
}

#profile_header_images,
#profile_header_bio,
#profile_header_latest_blog,
#profile_header_video {
    width: 240px;
    height: 17px;
    margin-bottom: 10px;
    text-indent: -9999px;
    display: block;
}

#profile_header {
}
#profile_header_images {
    background: url('../images//headers/profile_header_images.gif') 0 0 no-repeat;
}
#profile_header_bio {
    background: url('../images//headers/profile_header_bio.gif') 0 0 no-repeat;
}
#profile_header_latest_blog {
    background: url('../images//headers/profile_header_latest_blog.gif') 0 0 no-repeat;
}
#profile_header_video {
    background: url('../images//headers/profile_header_video.gif') 0 0 no-repeat;
}

#profile_images {
    list-style: none;
    margin: 0;
    padding: 0;
}

#profile_images li {
    float: left;
    margin: 0 10px 10px 0;
}

#profile_images img {
    border: none;
}

#profile_video {
    list-style: none;
    margin: 0;
    padding: 0;
}

#profile_video li {
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #757373;
    font-size: 10px;
    width: 230px;
}

#profile_video .profile_video_thumb {
    float: left;
    width: 63px;
    height: 42px;
    display: block;
    padding-right: 10px;
}
#profile_video .profile_video_thumb img {
    border: none;
    margin-right: 5px;
}
#profile_video .profile_video_date {}
#profile_video .profile_video_title {
    font-size: 12px;
    text-transform: uppercase;
    color: #FAE09A;
    clear:right;
}
#profile_video li a {
    color: #FAE09A;
    text-decoration: none;
}
#profile_video li a:hover {
    color: #FAE09A;
    text-decoration: underline;
}
#profile_video .profile_video_description {
}

#profile_video .profile_video_last {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    border-bottom: none;
}

#profile_blog {
    margin: 0;
    padding: 0;
    list-style: none;
}
#profile_blog li {
    float: left;
    padding: 10px 0;
    font-size: 10px;
    border-bottom: 1px dotted #757373;
    width: 230px;
}

#profile_blog .profile_blog_last {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    border-bottom: none;
}
#profile_blog .profile_blog_date {}
#profile_blog .profile_blog_title {
    font-size: 12px;
    color: #1DB3DA;
}
#profile_blog li a {
    color: #1DB3DA;
    text-decoration: none;
}
#profile_blog li a:hover {
    color: #1DB3DA;
    text-decoration: underline;
}
#profile_blog .profile_blog_description {}

/* Updates */
#update_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#update_list li {
    padding: 10px 0;
    border-bottom: 1px dotted #757373;
}
#update_list .update_player_name {
    font-weight: bold;
}
#update_list .update_date {
    font-style: italic;
}
#update_list .update_title {}
#update_list .update_description {}

#update_list .update_thumb {
    float: left;
    padding-right: 5px;
}

/* News */
.recent_articles_container {
    float: right;
    padding: 5px;
    border: 1px solid black;
    background: url('../images//container_bg_01.jpg') 0 0 repeat-x black;
    width: 253px;
    position: relative;
    top: -30px;
}

.recent_articles_container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.recent_articles_container li {
    padding: 20px 5px;
    border-bottom: 1px dotted #757373;
    font-size: 10px;
    width: 243px;
}

.recent_articles_container li.last {
    border-bottom: none;
}

.article_title {
    font-size: 12px;
    color: #C50000;
}

.article_container {
    width: 480px;
    float: left;
}



/* login form */
.login_form {
    position:relative;
    left:140px;
}
.login_form p.form_row label {
    width:100px;
}
.forgot_password_link {
    margin:0 0 0 10px;
}

/* registration PIN form */
.registration_pin_form {
    position:relative;
    left:100px;
}
.registration_pin_form .button input {
    margin:0 0 0 110px;
}

/* user account form */
.user_account_form {
    position:relative;
    left:90px;
    width:350px;
}
.user_account_form p.form_row label {
    width:160px;
}

.user_account_form .button input {
    margin:0 0 0 164px;
}


/* registration form */
table.registration_form {
    margin:20px;
    padding:10px 20px;
    border:1px solid #333;
    float:left;
    position:relative;
    left:120px;
}
table.registration_form tbody td {
    padding:5px 10px;
}
#ctl00_InteriorContent_createUser___CustomNav0_StepNextButtonButton {
    float:left;
    margin:0 0 0 112px;
}

/* password recovery form */
table.password_recovery_form {
    margin:20px;
    padding:10px 20px;
    border:1px solid #333;
    float:left;
    position:relative;
    left:120px;
}
table.password_recovery_form tbody td {
    padding:5px 10px;
}
#ctl00_InteriorContent_PasswordRecovery1_UserNameContainerID_SubmitButton {
    float:left;
    margin:0 0 0 112px;
}


/* news list */
.news_teaser_row {
    padding:5px 0;
}
.news_teaser_title {
    display:block;
    margin:0;
    padding:0;
    line-height:16px;
    font-size:14px;
}
.news_teaser_title a {
    text-decoration:none;
}
.news_teaser_title a:hover {
    color:#999;
}
.news_teaser_by,
.news_teaser_date {
    font-size:10px;
}
.news_teaser_description {
    padding:0;
    margin:5px 0;
}


