/**************
/*
/*  Color Guide:
/*   
/*  Dark Blue: #000066
/*  Light Blue: #6699ff
/*  Link Blue: #324bb1
/*  Action Blue: #c3d9ff  
/*  
/*  Light Gray: #efefef
/*  Divider Gray: #e1e1e1
/*  Meta Gray: #868686
/*  
/*******************************************************/

/**************
/*  Global positioning style for page elements
/*******************************************************/

html {
    margin: 0px; padding:0px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Helvetica;
    //overflow-x: hidden;
}

body {
    text-align: left;
    margin: 0px auto; 
    padding: 0px;
}
.bodyNoMsg {
    background: url('/i/fanbar_bg.gif') repeat-x 0px 0px;
}
.bodyMsg {
    background: url('/i/fanbar_msg_bg.gif') repeat-x 0px 0px;
}
.bodyFbMsg {
    //background: url('/i/fanbar_fb_msg_bg.gif') repeat-x 0px 0px;
    background: url('/i/fanbar_msg_bg.gif') repeat-x 0px 0px;
}
.bodyIphoneMsg {
    background: url('/i/fanbar_iphone_msg_bg.gif') repeat-x 0px 0px;
}
#body_div {
    text-align: left;
    margin: 0px auto; /* center body content, auto margins */
    width: 975px;
    position: relative;
}

.lift {
    /* nothing */
}
form {
    margin:0px;
    padding:0px;
}

#header {
    top: 0px;
    left: 0px;
    right: 0px;
    height: 43px;
}

.fixer_lift, .fixer {
    clear: both;
}

#content {
    margin-top: 19px;
}

.content_divider {
    height: 1px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    width: 730px;
}

.hp_list_divider {
    height: 2px;
    border-top: 1px solid #e1e1e1;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
}
.full_content_divider {
    height: 1px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    width: 975px;
}

/**************
/*  Font and link styles
/*******************************************************/

html {
	font-family: Helvetica;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	font-size: 14px;
}

a {
    cursor:pointer;
    color: #324bb1;
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
    outline: none;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}

h1 select {
    float: left;
    margin-top: -3px;
    margin-right: 12px;
}

h2 {
     font-size: 14px;
      font-weight: bold;
}

/**************
/*  Font and link styles
/*******************************************************/

html {
	font-family: Helvetica;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	font-size: 14px;
}

a {
    cursor:pointer;
    color: #324bb1;
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}

h1 select {
    float: left;
    margin-top: -3px;
    margin-right: 12px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
}

h3 {
    font-size: small;
    font-weight: bold;
}

.meta {
    color: #868686;
}

.thin {
    font-weight: normal;
}

.italics {
    font-style: italic;
}

a img {
    border: 0px;
}

.error, .mu_text {
    color: red;
}

.hidden {
    display:none;
}

.article_image_error_bar, .error_bar {
    padding: 5px 5px 5px 10px;
    margin-bottom: 10px;
    background-color: #FFCCCC;
    font-weight: bold;
    border: 1px solid red;
}
.article_image_error_bar {
    width: 325px;
}

.bulk_upload_error_bar {
    width: 730px;
}

.small_text {
    font-size: 12px;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea, input {
    font-family: Helvetica;
    font-size: 14px;
}

#member_tagline_container {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
}

#member_tagline_container input {
    margin-right: 4px;
    margin-bottom: -3px;
}

#member_tagline_container input#member_tagline_ok, #member_tagline_container input#member_tagline_cancel {
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a#member_tagline_cancel {
    float: none;
    margin: 0px;
}

form#editMemberTaglineForm {
    width: 600px;
    white-space: nowrap;
}

.tagline_edit {
    width: 360px;
}

.pipe {
    color: #868686;
    margin-left: 4px;
    margin-right: 4px;
}   

.float_right {
    float: right;
}
.float_left {
    float: left;
}



/**************
/*  Form styling
/*******************************************************/
/*
.icon {
    float: left;
    margin-top: 1px;
    margin-bottom: 10px;
}
*/

input.radio {
	float: left;
	margin-top: 1px;
}

input.radio_align {
    float: left;
    margin-top: 2px;
    margin-bottom: 6px;
}

textarea {
    padding: 6px;
}

/**************
/*  Style for header elements  (logo, member drop down, etc)
/*******************************************************/

#fanman_logo img {
    margin-top: 3px;
    float: left;
}

#beta_tag {
    position: absolute;
    left: 60px;
    top: 3px;
    font-size: 9px;
    font-style: italic;
    color: #868686;
}

a.feedback_link {
    float: left;
    margin-top: 14px;
}

#search_box {
    float: right;
    margin-top: 3px;
    position: relative;
    margin-left: 25px;
}

#qsearch {
    width:200px;
    color: #868686;
    font-size: 12px;
    padding: 4px 0px 3px 3px;
    margin-top: 4px;
}
#search_box #search_sel_input {
    width: 225px;
    color: #868686;
    font-size: 12px;
    padding: 4px 0px 3px 3px;
    margin-top: 4px;
}
#search_box #search_sel_dropdown {
    margin-left: -72px;
    margin-top: 5px;
    width: 350px;
}

#search_box a img {
    position: absolute;
    top: 10px;
    right: 8px;
}

#big_search_box #search_sel_hp_input, #big_search_box #search_sel_ff_input {
    width: 619px;
    color: #868686;
    font-size: 20px;
    padding: 5px 0px 3px 3px;
    margin-top: 2px;
}

#big_search_box #search_sel_hp_dropdown, #big_search_box #search_sel_ff_dropdown {
    margin-top: -1px;
    font-size: 16px;
    width: 624px;
}
#big_search_box #search_sel_hp_dropdown .r2_autosuggest_item_footer, #big_search_box #search_sel_ff_dropdown .r2_autosuggest_item_footer {
    font-size: 12px;
}

#big_search_box .r2_autosuggest_item_text {
    width: 550px;
}

#mini_fan_list {
	padding: 5px 0px 0px 0px;
}

#mini_fan_list img.more_link {
    border:0px;
    padding: 0px;
}

#mini_fan_list_container.open {
    float: none;
    margin-top: 0px;
}

#mini_fan_list_container {
    float: right;
    margin-top: 8px;
    margin-left: 4px;
    margin-right: -12px;
}

#mini_fan_list img {
    margin-left: 5px;
    margin-top: -2px;
    padding: 1px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

a#fanbar_open img {
    background: none;
}

#mini_fan_list a span {
    display: none;
    text-align: right;
    float: right;
}

#mini_fan_list a:hover span {
    position: absolute;
    top: 7px;
    right: 0px;
    width: 200px;
    margin-right: 103%;
    color: #868686;
}

#mini_fan_list_drop_down {
    display:none;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 329px;
    float: right;
    margin-right: -21px;
    margin-left: -4px;
	padding: 5px 0px 0px 12px;
    position: relative;
    z-index: 101;
}

#mini_fan_list_drop_down img {
    margin-right: 5px;
    margin-bottom: 4px;
    padding: 1px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

#fanbar_tooltip {
    position: absolute;
    background: url(/i/icons/tooltip_arrow.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    z-index: 102;
    white-space:nowrap;
}

#fanbar_tooltip_arrow {
    margin-bottom: -6px;
}

#fanbar_tooltip_name {
    background: #333333;
    padding: 6px 8px 6px 8px;
    margin-left: -4px;
    color: #ffffff;
}

#fanbar_tooltip_name a {
    color: #324bb1;
}

#fanbar_less_link {
    position: absolute;
    bottom: 2px;
    right: 13px;
}

#fanbar_less_link img {
    margin-bottom: 0px;
}

.fanbar_divider {
    float: right;
    width: 1px;
    height: 24px;
    background: #e1e1e1;
    margin-top: 6px;
    margin-right: 3px;
    margin-left: -1px;
}

#become_a_fan {
    text-align:center;
}
#member_menu {
    padding: 2px 14px 10px 7px;
    position: absolute;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-top: none;
    background-color: #ffffff;
    z-index: 100;
    margin-top: 0px;
    font-size: 12px;
    margin-left: -1px;
}

#member_menu_container {
    float: right;
}

#sign_in_link {
    margin-top: 9px;
    margin-left: -117px;
}

#member_name {
    padding-top: 7px;
    padding-left: 33px;
    padding-right: 0px;
}

#member_menu img {
    border: 1px solid #e1e1e1;
    padding: 1px;
    background: #ffffff;
    margin: -24px -30px 0px 0px;
    float: left;
}

#fb_favicon_ovrly {
    position: absolute;
    float: none !important;
    margin: 0px !important;
    left: -8px;
    top: 0px;
}

#member_menu .member_drop_down_arrow {
    position: absolute;
    right: 41px;
    top: 40px;
    border: 0px;
    padding: 0px;
}

#member_menu #member_name {
    padding-right: 12px;
    padding-top: 8px;
}

#member_menu .drop_down_arrow img {
    margin-left: -4px;
    margin-top: -20px;
}

#member_menu.collapsed {
    margin-bottom: -64px;
    margin-left: 0px;
    background: transparent;
    border: 0px;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 0px;
}

#member_menu.collapsed #member_options {
    display: none;
}

.role_menu {
    display:none;
    cursor: pointer;
    border: 1px solid black;
    z-index: 1000; /* the dialog box is at 999 and this can be used within a dialog */
    position: absolute;
    background: #fff;
    padding: 5px
}

.role_menu_header {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}

.role_menu_sub_header {
    margin-top: 5px;
    font-weight: bold;
}

.role_menu_footer {
    margin-top: 5px;
}

.role_menu_data {
    background: white;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 200px;
    width: 250px;
    overflow: auto;
    font-size: 12px;
}

a#fanbar_open img {
	border: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
a#fanbar_close img {
	border: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

#mini_fan_list_drop_down img {
	border: 1px solid #e1e1e1;
}

#fanbar_more_link {
	margin-left: 10px;
	margin-top: 5px;
}

#fanbar_more_link img {
	margin-left: 3px;
	border: 0px;
	padding: 0px;
}

/**************
/*  Page links, Breadcrumb and page title
/*******************************************************/

#breadcrumb {
    margin: 2px 0px 0px 0px;
    padding-right: 12px;
    color: #868686;
    width: 735px;
}

.bc_divider {
    margin-right: 6px;
    margin-left: 6px;
}

#page_title {
    font-size: 26px;
    font-family: Helvetica;
}

#page_title h1 {
    font-size: 26px;
    font-family: Helvetica;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: 32px;
}

#page_title_nav {
    float: left;
    margin-bottom: -18px;
}

#page_title img, #page_title_nav img {
    margin-top: 17px;
    margin-right: 15px;
}

#page_title_nav h1 {
    font-size: 26px;
    font-family: Helvetica;
    font-weight: normal;
    line-height: 1;
}

#season_nav {
    float: left;
    margin-left: 18px;
    margin-top: 22px;
    width: 160px;
}

#season_nav.long {
    width: 174px;
}

#season_nav_left {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-top: -4px;
    text-align: right;
}

#season_nav_right {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-top: -4px;
}

#season_nav_left .small_text {
    position: absolute;
    right: -27px;
    font-size: 7pt;
    text-align: right;
}

#season_nav_right .small_text {
    position: absolute;
    font-size: 7pt;
}

#season_nav_left img {
    position: absolute;
    border: 0px;
    top: 14px;
}

#season_nav_right img {
    position: absolute;
    border: 0px;
    top: 14px;
}

#season_nav select {
    margin-left: 40px;
    margin-right: -5px;
    margin-top: -2px;
}

#season_nav.long select {
    margin-left: 53px;
}

#season_nav.long #season_nav_left .small_text {
   right: -39px;
}

#season_nav.long #season_nav_right .small_text {
   right: -40px;
   width: 40px;
}

#article_title_edit {
   font-size: 12px;
   font-weight:normal;
}

/**************
/*  Footer
/*******************************************************/

#footer, #footer_with_modules {
    line-height: 12px;
}

#footer_left {
    float: left;
    margin: 8px 12px 8px 0px;
}

#footer_right {
    float: right;
    margin: 17px 0px 0px 12px;
    text-align: right;
    bottom: 1;
    right: 0;
    position: absolute;
}

#footer_attribution {
   font-size: 11px;
   width: 350px;
   margin-top: -16px;
   margin-left: 210px;
}

/**************
/*  Modal Box
/*******************************************************/

.modal_container {
    width: 380px;
    background: #c3d9ff;
}

.status_icon {
    vertical-align: bottom;
    margin-left: 8px;
}
.status_icon img {
	border: none;
}
#modal_content {
    position: relative;
}

#close_window {
    float: right; 
    margin-top: -4px;
}

#close_window a .meta {
    float: right;
    margin-top: -4px;
    margin-right: 4px;
    font-size: 11px;
}

#modal_message {
    font-size: 14px;
    color: #000;
    margin-top: 14px;
    width: 400px;
}

.modal_header {
    margin-right:37px;
}

#modal_content {
    padding: 14px;
    font-size: 14px;
    color: #000000;
}

.modal_h2, .modal_h2 a {
    font-size: 20px;
    font-family: Helvetica;
    font-weight: normal;
    color: #000000;
}

#modal_header a {
    font-size: small;
}

#modal_content input.form_field {
    width: 250px;
    margin-top: 4px;
}

.modal_small_text, .modal_small_text a {
    font-size: 14px;
}

.modal_small_text a {
    color: #324bb1;
}

#modal_content input {
    margin-right: 0px;
}

/* order matters for .radio */
#which_insert.radio {
    margin-right:3px;
    margin-bottom:-2px;
    margin-left:0px;
}

.modal_error {
    color: red;
}

#member_agreement_link {
    margin-top: 8px;
    font-size: 10px;
    color: #868686;
}

#member_agreement_link a {
    font-size: 10px;
}

#ol {
    background-image: url(/i/overlay.png);
}

input.add_photo_input {
    width: 98%;
}

#add_photo_align {
    float: left;
    margin-top: -38px;
    margin-left: 170px;
}

#add_photo_align label {
    margin-right: 18px;
}

.modal_submit {
    float: right;
    color: #333;
}

.modal_submit a {
    margin-right: 4px;
}

.modal_submit input {
    margin-left: 4px;
}

#photo_agreement_link {
	margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
    color: #868686;
    float: left;
}

#photo_agreement_link a {
    font-size: small;
}

input#fileRadio, input#urlRadio {
    float: left;
    margin-right: 6px;
    margin-bottom: 4px;
    margin-left: 0px;
}

#showPhotoFile input#fileRadio {
    margin-left: 5px;
}

#artPhotoUrl input#image_url {
    width: 338px;
    margin-bottom: 2px;
}

#fbk_f {
    width: 355px;
    height: 150px;
}

input#fbk_c {
	float: left;
}

#bug_report input {
    margin-right: 10px;
}

#bug_report input#fbk_c {
    margin-top: 0px;
}

#bug_report label.meta {
    float: left;
}

#mbd_fb_register #modal_message {
    width: 380px;
}

/**************
/*   Large Info Bar Styles
/*******************************************************/

#info_bar_large {
    position: relative;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    height: 120px;
    display: none;
}

#dynamic_section_large {
    width: 323px;
    background: #f5f5f5;
    padding: 12px;
    padding-right: 180px;
    padding-left: 18px;
    height: 96px;
    float: right;
}

#action_box_large {
    position: absolute;
    top: -27px;
    right: 0px;
    width: 193px;
    background: url('/i/action_box_top.gif') no-repeat 0px 0px;
    background-color: #c3d9ff;
    height: 147px;
    text-align: center;
}

#action_box_large.home {
    top: 0px;
    height: 114px;
    background: none;
    background-color: #c3d9ff;
    padding-top: 6px;
}

#dynamic_section_large table {
    margin-top: -4px;
    margin-left: -2px;
}

#action_box_large ul li {
    width: 193px;
    text-align: left;
    margin-left: -5px;
}

/**************
/*   Small Info Bar Styles
/*******************************************************/

#info_bar_small {
    border-top: 1px solid #868686;
    border-bottom: 1px solid #e1e1e1;
    height: 75px;
    width:730px;
    font-size: small;
}

#info_bar_small #main_image img {
    margin-top: 1px;
    border: 1px solid #e1e1e1;
    padding: 2px;
}

#dynamic_section_small {
    width: 445px;
    background: url('/i/module_header_bg.gif');
    padding: 12px;
    padding-right: 12px;
    padding-left: 24px;
    margin-left: 0px;
    height: 51px;
    float: right;
}

#action_box_small {
    position: absolute;
    top: -27px;
    right: 0px;
    width: 177px;
    background: url('/i/action_box_top_small.gif') no-repeat 0px 0px;
    background-color: #c3d9ff;
    height: 102px;
}

#info_bar_small #main_image {
    padding-top: 5px;
    /* padding-bottom: 5px; */
}

#about_contrib {
    color: #868686;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 14px;
}

#about_contrib .small_text {
    line-height: 16px;
    margin-top: 6px;
    font-size: 12px;
}

#contrib_meta {
    float: left;
    color: #868686;
    margin-top: -5px;
    line-height: 17px;
    font-size: 12px;
}

#contrib_meta img {
    margin-right: 5px;
    margin-bottom: -2px;
}

.contrib_meta_icon {
    margin-left: 10px;
}

#contrib_meta_icon_row {
    font-size: 14px;
    margin-bottom: 6px;
}

#contrib_fanlist {
    margin-top: -5px;
    margin-right: 8px;
    color: #868686;
    font-size: 14px;
    float: right;
}

#contrib_fanlist_pics img {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 2px;
    margin-right: 4px;
    margin-top: 6px;
}

/**************
/*   Member fan list
/*******************************************************/

#fan_list {
    margin-top: 40px;
}

#fan_list_settings {
    float: right;
    margin-top: -58px;
}
#fan_list ul {
    list-style-type: none;
    margin-left: -39px;
    text-align: center;
    font-size: 14px;
}
#fan_list .fan_list_link, #ygddfdiv .fan_list_link {
    float: left;
    width: 130px;
    height: 175px;
}
#fan_list .fan_list_link img, #ygddfdiv .fan_list_pic img {
    margin-bottom: 6px;
    padding: 2px;
    border: 1px solid #e1e1e1;
}

#fan_list .fan_list_link {
    margin-right: 39px;
    margin-left: 19px;
    position: relative;
}

#fan_list ul#ul1 {
   margin-top: 22px;
}

/**************
/*   Generic Info Bar Styles
/*******************************************************/

.info_bar_section {
    float: left;
}

#main_pic_content {
    text-align: center;
}

.main_pic_empty {
    margin-bottom: 20px;
}

#main_image {
    margin-bottom: 20px;
}

#toc {
    margin-left: -10px;
}

#toc ul {
    float: left;
}

#toc li a {
    padding-left: 10px;
}

#toc ul li a:hover {
    background: url('/i/toc_arrow_hover.gif') no-repeat 0px 2px;
    text-decoration: none;
}

#toc ul li.empty  {
    color: #868686;
    background: none;
    padding-left: 10px;
    cursor: default;
}

#toc ul li.selected {
    background: url('/i/toc_arrow.gif') no-repeat 0px 4px;
    color: #000000;    
    padding-left: 10px;
}

#leaderboard_members img, #leaderboard_members a img {
    background: #ffffff;
    padding: 3px;
    border: 1px solid #e1e1e1;
    margin-right: 12px;
    margin-top: 0px;
}

#leaderboard_explanation_content {
    font-size: small;
}

#featured_fans img, #featured_fan a img {
    background: #ffffff;
    padding: 3px;
    border: 1px solid #e1e1e1;
    margin-right: 13px;
    margin-top: 10px;
    margin-bottom: 6px;
}

#featured_fans img.last {
    margin-right: 0px;
}

#dynamic_action_link {
    margin-right: 14px;
    margin-top: 3px;
}

#action_box_header {
    text-align: center;
    margin-top: 6px;
    font-weight: bold;
}
#addSub, #removeSub {
    font-weight: normal;
}

#action_box_large ul, #action_box_small ul {
    margin-left: -18px;
    margin-top: 8px;
    line-height: 20px;
}

#action_box_large li img, #action_box_small li img {
    margin-bottom: -2px;
    padding-right: 12px;
    text-align: center;
}

/**************
/*  Single Article
/*******************************************************/
#article_content h2 {
    font-size: 16px;
    font-weight: bold;
}
#article_content h4 {
    font-size: 14px;
    font-weight: bold;
}

#page_title input#title {
    margin-left: 0px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Helvetica;
}

#upload_photo, #article_content, #video_upload {
    width: 730px;
}

#article_content img {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 3px;
}

#article_content #label_content {
    font-size: 14px;
}

.article_left_pic {
    float: left;
    margin-top: 8px;
    margin-right: 28px;
    margin-bottom: 8px;
}

.article_right_pic {
    float: right;
    margin-top: 8px;
    margin-left: 18px;
    margin-bottom: 8px;
}

#page_title.new_article_title input {
    font-size: 18px;
    color: #868686;
    width: 350px;
    font-weight: normal;
}

#page_title input {
    font-weight: normal;
    font-size: 26px;
    font-family: Helvetica;
}

#page_title h1 #alt_title {
	font-weight:normal;
	font-size: small;
}

#page_title h1 #alt_title, #page_title_nav h1 #alt_title {
	font-weight:normal;
	font-size: small;
}

#article_content iframe {
    margin-bottom: 10px;
}

#like_count {
    width: 730px;
    float: left;
    margin-top: 22px;
}

#ourz_menu_bar #header_selections_article_textarea a {
    color:#000;
}

#ourz_menu_bar #header_selections_article_textarea {
    position: absolute;
    background: #fff;
    border: 1px solid #868686;
    margin-left: 130px;
    font-size: small;
    color: #000;
    padding: 0px 12px 10px 12px;
}

#ourz_menu_bar #header_selections a {
    color: #333;
}

#header_selections_article_textarea h2 {
    font-size: 14px;
    font-weight: bold;
}


#header_selections_article_textarea h1 {
    font-size: 16px;
    font-weight: bold;
}

input#title {
    width: 375px;
}

.article_module_pic {
    margin-top: 6px;
}

#cancel_article {
    margin-right: -25px;
}

#from_the_cpu {
    float: left;
    margin-right: 40px;
}

/**************
/*  Single Content Tags
/*******************************************************/
#article_tips_module {
    float: right;
    width: 185px;
    margin-top: 20px;
}
#discussion_tips, #photo_tips, #video_tips, #single_content_tags, #article_tips, #leaderboard_explanation, #start_discussion {
    float: right;
    width: 157px;
    line-height: 16px;
    font-size: 12px;
}

#video_tags {
    float: right;
    width: 220px;
    border-left: 1px solid #e1e1e1;
    padding-left: 20px;
    line-height: 16px;
}

#single_content_tags_module ul, #video_tags_module ul {
    margin-left: -40px;
    margin-top: 0px;
    font-size: 12px;
}

#single_content_tags_module ul li, #video_tags_module ul li {
    margin-bottom: 10px;
}

#single_content_tags_module ul li.origin, #video_tags_module ul li.origin {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

ul#others_object_tag_list, ul#my_object_tag_list {
    margin-left: -2px;
    margin-top: 0px;
    font-size: 14px;
}

/**************
/*  Single Photo
/*******************************************************/

#photo_content, #upload_video {
    width: 735px;
}

#video_content {
    float: left;
    width: 700px;
}

#photo_container {
    float: left;
}

#image_attribution_container, #image_description_container, #content_description_container {
    float: left;
    margin-top: 12px;
    width: 700px;
}

#content_description_content {
    font-size: 14px;
}

a#image_description_edit, a#content_description_edit {
    margin-left: 0px;
}

#photo_nav, #image_crop {
    width: 155px;
    float: right;
    padding-bottom: 30px;
    border-left: 1px solid #e1e1e1;
    padding-left: 20px;
}

#video_nav {
    width: 220px;
    float: right;
    padding-bottom: 30px;
    border-left: 1px solid #e1e1e1;
    padding-left: 20px;
}

#photo_nav_title {
    margin-bottom: 6px;
}

#image_album_title {
    margin-top: 10px;
}

#photo_nav .small_text {
    font-size: 11px;
}

#photo_nav_image1 img {
    float: left;
    border: 1px solid #e1e1e1;
    padding: 2px;
}

#photo_nav_image2 img {
    float: right;
    border: 1px solid #e1e1e1;
    padding: 2px;
}

#photo_nav_left_arrow {
    float: left;
    border: 0px;
    margin-left: 1px;
}

#photo_nav_left_arrow img, #photo_nav_right_arrow img {
    margin-top: -2px;
    border: 0pc;
}

#photo_nav_right_arrow {
    float: right;
    border: 0px;
    margin-right: 1px;    
    text-align: right;
    margin-bottom: 22px;
}

#photo_nav_left_arrow .small_text {
    margin-left: 4px;
}

#photo_nav_right_arrow .small_text {
    margin-right: 20px;
}

#album_name {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -2px;
}

.select_file {
    float: left;
    margin-right: 20px;
    margin-left: -5px;
}

.select_url {
    float: left;
    margin-bottom: 10px;
}

input#image_url {
    width: 400px;
}

#image_title_container, #content_title_container {
    margin-top:5px;
}

#image_title_content h1, #content_title_content h1 {
    display:inline;
    font-size: 26px;
    font-family: Helvetica;
    font-weight: normal;
    line-height: 28px;
}

#image_title_content, #content_title_content {
    margin-top: 20px;
    margin-bottom: -4px;
}

#image_title_edit, #content_title_edit {
    margin-left: 5px;
}

#page_title input#image_title {
    width: 570px;
}

#upload_photo input#title, #video_upload input {
    width: 404px;
    padding: 1px;
}

#upload_photo textarea, #video_upload textarea {
    width: 404px;
    height: 120px;
    padding: 3px;
    margin-bottom: 12px;
}

form#edit_img_desc textarea, form#edit_content_desc textarea {
    width: 730px;
    height: 100px;
    margin-bottom: 12px;
}

input#image_title, input#status_text {
    margin-right: 10px;
    margin-top: 0px;
}

input#status_text {
    font-size: 14px;
}

#video {
    padding-top: 6px;
    margin-left: 8px;
}

#photo table#photos_thumb, #video table#photos_thumb {
    margin-left: -4px;
}

#photo table#photos_thumb {
    position: relative;
}

#video table#photos_thumb a img {
    margin-right: 2px;
}


/**************
/*  Multi image upload
/*******************************************************/

#upload_wizard {
    position: relative;
    width: 760px;
    float: left;
}

#uw_s3 span a {
    text-decoration: underline;
}

.uw_step {
    margin-bottom: 20px;
}

#uw_single_upload {
    margin: -18px 0px -10px 0px;
}

#uw_s1_header {
    font-size: 2em;
    font-weight:bold;
    color: #324bb1;
}

/* Beginning styling in step 1 of wizard. */
#upload_swf {
    width: 250px;
    height: 32px;
    top: -5px;
    left: 72px;
    position: absolute;
    z-index: 999
    border: 1px solid black;
}

#uploader_ui {
    width:290px;
    height:22px;
}

.uw_cntr {
    background: #F7F7F7 none repeat scroll 0 0;
    padding:10px 5px 0px 15px; 
}

#selected_files {
    height: 199px;
    overflow-x: hidden;
    overflow-y: auto;
    width:730px;
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;   
}
#selected_files_cntr {
    font-size: 14px;
}
#selected_files li {
    width: 730px;
    background: #FFFFFF url('/i/file_upload_progress2.gif') no-repeat scroll -800px 0;
    border-bottom: 1px solid #E1E1E1;
    line-height: 24px;
}

#selected_files ul {
    margin: 0px;
    padding: 0px;
}

#selected_files_cntr {
    margin-top: 5px;
}

#upload_total {
    height: 2em;
    width: 720px;
    border: 1px solid #E1E1E1;
    background: #FFFFFF url('/i/file_upload_progress2.gif') no-repeat scroll -800px 0;
    font-weight: bold;
    padding: 10px 0px 0px 10px;
    margin-bottom: 10px;
    margin-top: -1px;

}

.image_name {
    width: 500px;
    display: inline;
    padding-left: 10px;
    overflow: hidden;
    float: left;
}

.image_size {
    width: 66px;
    display: inline;
    padding-right: 1.2em;
    overflow: hidden;
    float: left;
    text-align: right;
}

.image_status {
    width: 140px;
    display: inline;
    overflow: hidden;
}

.image_status img {
    vertical-align: middle;
}

#image_list_table {
    width: 780px;
}

#image_list_table td {
    padding-bottom: 30px;
}

.image_list_img_cell {
    width: 340px;
}

#upload_errors {
    color: black;
}

#choose_photos {
}

#album_photos .image_title {
    width: 360px;
    margin: 5px 0px 12px 0px;
}

#album_photos .image_description {
    width: 352px;
    margin-bottom: 5px;
}

#album_photos #single_content_tags ul {
    margin-left: -40px;
    margin-top: 0px;
    font-size: 12px;
}

#album_photos #single_content_tags ul li {
    margin-bottom: 10px;
}

#single_content_tags ul li.origin {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.image_tags {
    width: 340px;
    margin-bottom: 40px;
    margin-right: 56px;
    float: right;
}

.image_tags_values, .image_add_tag {
    margin: 1px 0px 0px 5px;
}

.image_tags_hdr {
    text-align: right;
    width: 30px;
}

/**************
/*  Discussions list
/*******************************************************/

#topic_container {
    float: left;
    width: 730px;
    margin-top: -18px;
}

.discussion_link {
    width: 420px;
}

#discussions_content .small_text {
    float: right;
}

table#discussions_table {
    width: 975px;
    border-collapse: collapse;
}

table#discussions_table td {
    padding-top: 6px;
    padding-bottom: 6px;
}

tr.small_text td.disc_title {
    font-weight: normal;
}

td.disc_title {
    width: 50%;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
}

td.disc_title_last {
    border-bottom: 0px;
    font-weight: bold;
}

td.disc_started_by {
    border-bottom: 1px solid #e1e1e1;
}

.td.disc_started_by_last {
    border-bottom: 0px;
}

td.disc_last_post {
    border-bottom: 1px solid #e1e1e1;
}

td.disc_post_count {
    width: 70px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

td.disc_view_count {
    border-bottom: 1px solid #e1e1e1;
    color: #868686;
}

td.disc_view_count_num {
    text-align: center;
}

td.disc_post_count_last {
    border-bottom: 0px;
    text-align: center;
}

.td.disc_post_view_last {
    border-bottom: 0px;
}


/**************
/*  Other pages
/*******************************************************/

.cutout {
   border: 2px dashed #e1e1e1;
   padding: 8px;
}

#new_discussion, #help, #guidelines, #memberagreement, #privacy, #trademark, #faq{
    float: left;
    width: 730px;
}

ul#staff {
    list-style-type: none;
    margin-left: -50px;
    width: 550px;
}

#staff li {
    float:left;
    text-align: center;
    width: 70px;
    margin-top: 10px;
}

#moreinfo, #contactus {
    float: right;
    width: 157px;
    line-height: 16px;
}

#help h2 {
    margin-bottom: -2px;
}

#help .meta {
    margin-top: 0px;
    margin-bottom: 22px;
}

.press_headline {
    float: left;
    width: 550px;
}

.press_icon {
    float: right;
    width: 150px;
    margin-right: 20px;
    vertical-align: bottom;
}

.press_item {
    height: 60px;
}

/**************
/*  Comments
/*******************************************************/

#comment_container {
    float: left;
    margin-top: 18px;
}

.single_comment {
    width: 745px;
    margin-top: 20px;
}

.disc, #news_item  {
    width: 730px;
}

.single_comment_pic img {
    float: left;
    margin-right: 12px;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 2px;
}

.single_comment_text {
    margin-left: 58px;
    width: 545px;
}

.single_comment_text .small_text {
    margin-bottom: 6px;
}

.single_comment_meta {
    color: #868686;
    text-align: right;
    float: right;
    padding-left: 20px;
}

.single_comment_text textarea {
    width: 657px;
    height: 90px;
    margin-bottom: 10px;
    padding: 6px;
    color: #868686;
    font-size: 14px;
}

#like_also {
    padding-top: 6px;
}
#like_also input.checkbox {
    margin-right: 0px;
}

.single_comment_text form input.checkbox, #upload_photo form input.checkbox {
    float: none;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 0px;
}

.comment_form textarea {
    width: 670px;
    height: 150px;
    padding: 6px;
    font-size: 14px;
    line-height: 18px;
}

.comment_form {
    margin-left: 58px;
}

.comment_form input#topicsubject {
    width: 335px;
}

/**************
/*  Module Columns
/*******************************************************/

#left_col, #right_col {
   float: left;
   width: 312px;
}

#left_col {
   float: left;
   width: 208px;
}

#middle_col {
   float: left;
   width: 516px;
}

#right_col {
   float: left;
   width: 212px;
}

#right_col_2 {
    float: left;
    width: 212px;
}

#left_col, #left_col_wide {
    margin-right: 19px;
}

#right_col {
    margin-left: 19px;
}

#left_col_narrow {
   width: 140px;
   white-space: nowrap;
   overflow: hidden;
}

#left_col_wide {
  float:left;
  width:743px;
}

#right_col_wide {
   float: right;
   width: 806px;
}

#left_col.equal_col, #middle_col.equal_col, #right_col.equal_col {
    width: 312px;
}

#left_col_ftr, #right_col_ftr {
    float: left;
    width: 477px;
}

#left_col_ftr {
    margin-right: 21px;
}

/**************
/*  Individual Modules
/*******************************************************/

.site_message, .site_message_facebook, .site_message_iphone {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site_message_facebook {
	//color: #fff;
}
#site_message_close {
    cursor: pointer;
    float: right;
    margin-top: 3px;
    margin-left: 10px;
}
.site_message_facebook #not_facebook_friend {
    cursor: pointer;
}

#site_message_container.logged_out {
    width: 974px;
}
.site_message_img {
    border: 1px solid #E1E1E1;
    padding: 1px;
    background: #fff;
    margin-top: -4px;
    margin-bottom: -4px;
    margin-right: 6px;
    vertical-align: bottom;
}

.site_message_facebook .facebook_logo {
    float: left;
    padding-right: 10px;
    margin-top: -7px;
}

.site_message_iphone #site_message_close {
    padding-top: 22px;
    padding-right: 15px;
}

.site_message_iphone a {
    font-size: 24px;
}

.site_message_iphone {
}

.module {
    position: relative;
    border-top: 1px solid #868686;
    margin-bottom: 12px;
}

.module_no_top {
    margin-bottom: 12px;
}

.module_border_right {
    border-right: 1px solid #868686;
}

.module_border_left {
    border-left: 1px solid #868686;
}

.module_header {
    height: 34px;
    background: url('/i/module_header_bg.gif');
    background-repeat: repeat-x;
    padding-bottom: 2px;
    border-bottom: 1px solid #e1e1e1;
    line-height: 20px;
}
.module_header_add {
    float: right;
    margin-right: 5px;
    margin-top: 8px;
}
.module_footer{
    clear:both;
    display: none;
    padding-bottom: 12px;
}

.module_icon {
    position: absolute;
    top: 5px;
    left: 5px;
}

.module_title {
    position: absolute;
    left: 4px;
    margin-top: -6px;
    white-space: nowrap;
    overflow: hidden;
}

.module_title h2 {
    font-size: 20px;
    font-family: Helvetica;
    font-weight: normal;
    color: #78a5ff;
    margin-left: 4px;
}

.module_title a {
    color: #78a5ff;
}

.module_title a:hover {
    text-decoration: none;
}

.module_view_all {
    text-align: right;
    position: absolute;
    top: 11px;
    right: 6px;
}

.module_bottom_view_all {
    padding: 12px;
    padding-left: 4px;
    padding-bottom: 4px;
    margin-top: -6px;
}

.module_content {
    padding: 12px;
    padding-left: 4px;
    padding-right: 0px;
}

.module_content_grp {
    padding: 0px;
}

.module_content img {
    border: 1px solid #e1e1e1;
    padding: 2px;
    background: #fff;
    float: left;
    margin-right: 12px;
    margin-bottom: 2px;
}

#photos_module table td, #no_content_module table td {
    text-align: center;
    width: 100px;
}

#photos_module table td img, #no_content_module table td img {
    float: none;
    margin: 0px 0px 8px 0px;
}

#photos_module .module_content {
	padding-bottom: 0px;
}

.module_divider {
    height: 1px;
    border-top: 1px solid #e1e1e1;
    margin-top: 12px;
    margin-bottom: 12px;
}

.highlight {
    border: none;
    //background: #FCFFD5;
    padding-left: 12px;
    padding-right: 12px;
}

.highlight .module_header {
    background: #c3d9ff;
}

.article_snippet {
    margin-top: 6px;
}

#links_module img {
    border: 0px;
    padding: 0px;
}

.roster h2 {
    margin-bottom: 2px;
    font-size: 14px;
}

.roster_col1 {
    float: left;
    width: 58px;
}

.roster_col1_div {
    max-width:105px;
    margin-right: 3px;
}

.roster_col2 {
    float: left;
}

.roster_col3{
    float: right;
}

#roster_module a img {
    margin-right: 8px;
}

.schedule_col1 {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    width: 100px;
}

.schedule_col2 {
    float: left;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
}

.league_schedule .schedule_col2 {
    text-align: right;
    width: 125px;
}

.schedule_col3 {
    float: left;
    white-space: nowrap;
    text-align: center;
    width: 10px;
}

.league_schedule .schedule_col3 {
    width: 75px;    
}

.schedule_col4 {
    float: right;
    text-align: right;
    width: 100px;
}

.league_schedule .schedule_col4 {
    float: left;
    width: 150px;
    text-align: left;
}

.league_schedule_wide .schedule_col2, .league_schedule_wide .schedule_col4 {
    width: 350px;
}

#schedule_content {
    line-height: 16px;
}

.match_meta {
    margin-bottom: 10px;
}

#past_matches_full {
    width: 450px;
}

#past_matches_full .match_history_col2 {
    width: 250px;
}

.match_history_content {
    width: 450px;
}

.match_history_col1 {
    float: left;
    width: 135px;
}

.match_history_col2 {
    float: left;
    width: 310px;
}

.match_history_col3 {
    float: right;
    text-align: right;
}

.schedule_col1 .meta , .schedule_col2 .meta {
    margin-top: -2px;
    margin-bottom: 6px;
}

.seasons_col {
    float: left;
    width: 33%;
}

.seasons_col_narrow {
    float: left;
    width: 25%;
}

#games_content .seasons_col, #sports_content .seasons_col {
    width: 32%;
    padding-right: 5px;
}

.message_timestamp {
    float: right;
}

.message_pic img {
    float: left;
    padding: 2px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
}

.message_author {
    margin-bottom: 8px;
    margin-left: 42px;
    font-size: 12px;
}

.message_text {
    margin-left: 42px;
}

.message_text .small_text, .message_text_full .small_text {
    margin-left: -3px;
}

.message_text_full {
    margin-left: 42px;
    width: 700px;
}

.single_message.full .message_text {
    margin-left: 42px;
    width: 700px;
}

#member_messages_module .message_text textarea, #messages_module textarea {
    color: #868686;
    font-size: small;
    width: 445px;
    height: 80px;
    margin-bottom: 12px;
}

#member_messages .message_text textarea {
    color: #868686;
    font-size: small;
    width: 700px;
    height: 80px;
    margin-bottom: 12px;
}

form#editMemberMessageForm textarea#message {
    width: 920px;
    font-size: 14px;
}

.single_message a img {
    float: left;
    padding: 2px;
    border: 1px solid #e1e1e1;
    background: #ffffff;
}

.remove_message {
    float: right;
}

.remove_message a img {
    border: 0px;
    padding: 0px;
    margin-right: 0px;
}

#member_info_module textarea {
    width: 183px;
    height: 300px;
    margin-bottom: 10px;
    font-size: 12px;
}

input#full_name, input#hometown, input#website_url {
    width: 192px;
}

#reorder_text {
    float: left;
    margin-right: 12px;
}

#league_team_columns {
    width: 936px;
}

.league_team_col {
    float: left;
    width: 20%;
}


/**************
/*  Member page specifics
/*******************************************************/

#page_title img.badge, #about_contrib img.badge {
    border: 0px;
    padding: 0px;
    margin-bottom: -3px;
}

#bio_module textarea {
    width: 280px;
    height: 150px;
    margin-bottom: 12px;
}

.edit_bio_field {
    margin-bottom: 6px;
}

.joined_on {
    margin-top: 4px;
}

#member_subscribe {
    position: absolute;
    top: -27px;
    right: 0px;
    width: 230px;
    background: url('/i/subscribe_box_top.gif') no-repeat 0px 0px;
    background-color: #c3d9ff;
    height: 26px;
    text-align: center;
}

#member_subscribe a img {
    margin-bottom: -2px;
    margin-right: 4px;
}

#dynamic_section_member {
    width: 306px;
    background: #f5f5f5;
    padding: 12px;
    padding-left: 24px;
    height: 96px;
    float: right;
    overflow: hidden;
}

#dynamic_section_member ul {
    margin-left: -36px;
    margin-top: 0px;
}

#action_box_large.member ul {
    margin-top: 14px;
}

#action_box_large.member ul li {
    margin-bottom: 4px;
}

#dynamic_section_member ul li {
    margin-bottom: 6px;
}
    
#member_recent_contrib {
    padding-right: 200px;
}
    
#dynamic_section_member #dynamic_action_link {
    margin-right: 14px;
}

#change_image_link {
    color: #ffffff;
    background: #000000;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 14px;
}

.transparent {
    filter:alpha(opacity=0);-moz-opacity:.0;opacity:.0;
}

.high_opacity {
    filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;
}

.low_opacity {
    filter:alpha(opacity=40);-moz-opacity:.4;opacity:.4;
}

#change_image_link a {
    color: #ffffff;
    display: block;
}

#change_image_link a:hover {
    text-decoration: none;
}

#main_image.private {
    position: relative;
}

#member_email_settings_content img {
    border: 0px;
    padding: 0px;
}

a.unsubscribe {
    font-size: 12px;
}

#image_title_H1, #content_title_H1 {
    margin:0px;
}

#page_title_H1 .meta {
    font-weight: normal;
    font-size: 14px;
}

a#reorder_button_start, a#reorder_button_save, a#submit_rating_button {
    float: left;
    margin-top: -2px;
    margin-right: 10px;
}

/**************
/*  View options
/*******************************************************/

#view_options {
    float: right;
    text-align: right;
    margin-top: -9px;
    margin-bottom: 8px;
 /*(prakash took out because of activity alignment)   width: 900px; */
}

.view_option {
    margin-left: 18px;
}

.view_option img {
    margin-bottom: -2px;
    margin-left: -2px;
}

/**************
/*  Ourz WYSIWYG Editor
/*******************************************************/

#ourz_menu_bar {
    border: 1px solid #868686;
    width: 775px;
    border-bottom: 0px;
    background: #f7f7f7;
}

#ourz_menu_bar img {
    border: 0px;
    padding: 0px;
    cursor: pointer;
}

#ourz_menu_bar img#picture {
    float: right;
    margin-top: 3px;
    margin-right: 4px;
}

/**************
/*  Table, schedule page and roster page
/*******************************************************/

table.full_table {
    float: left;
    border-collapse: collapse; 
}

td.right_aligned {
    text-align: right;
}

table.schedule {
    width: 775px;
}

table#i_results, table#r_results {
    width: 100%;
}
table.schedule tr, table#i_results tr, table#r_results tr, table#el_results tr, table#f_results tr, table#u_results tr{
    height: 32px;
}
table#r_results img {
    border: none;
}

table.schedule tr.named_match td {
    padding-top: 14px;
}

table.schedule td.right_aligned {
    white-space: nowrap;
}

table.schedule td.ot {
}

table.schedule td.vs_or_at, table.schedule td.w_or_l {
    text-align: right;
    white-space: nowrap;
    padding-right: 6px;
}

table.schedule td.w_or_l {
    text-align: center;
    width: 55px;
}

tr.even {
    background: #f5f5f5;
}

table.roster td {
    padding-right: 18px;
}

td.full_roster_col2 {
    min-width: 140px;
}

/**************
/* Mutable tables constructed using divs
/*******************************************************/
.table .row {
    padding: 4px 4px 4px 4px;
}

.table .header {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.table .odd {
    background-color: #f5f5f5;
}

.table .cell {
    float: left;
}

.table .empty_cell {
    text-align: center;
}


.pos span span span a {
    font-size: 12px;
}

/**************
/* Roster table
/*******************************************************/

.roster_table .row {
    padding: 6px 4px 6px 4px;
}

.roster_table .header {
    padding-top: 0px;
    padding-bottom: 20px;
}

.roster_table .photo {
    width: 60px;
}

.roster_table .photo img {
    padding: 1px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.roster_table .uniform {
    width: 50px;
}

.roster_table .uniform input {
    width: 20px;
}

.roster_table .name, .all_time_roster_table .name {
    width: 225px;
}

.roster_table .height,.weight {
    width: 100px;
}

.roster_table .hometown {
    width: 180px;
}

.roster_table .high_school, .roster_table .college {
    width: 166px;
}

.roster_table .edit_hometown {
    width: 380px;
}

.roster_table .nationality {
    width: 135px;
    margin-left: 10px;
}

.roster_table .dob {
    width: 245px;
}

.roster_table .comments input {
    width: 780px;
}

.roster_table .buttons, .all_time_roster_table .buttons {
    height: 18px;
    float: right;
}

.roster_table .buttons img, .all_time_roster_table .buttons img {
    margin-bottom: -3px;
    margin-right: 6px;
}

.roster_table .buttons a.edit, .all_time_roster_table .buttons a.edit {
    margin-right: 10px;
}

#coach_roster_table, #staff_roster_table {
    padding-top: 30px;
}

.edit_roster {
    background-color: #c3d9ff;
    padding-left: 50px;
}

.edit_roster_row {
    padding: 10px;
}

.edit_roster .name, .edit_roster .pos {
    width: 225px;
}

.edit_roster .dob {
    width: 200px;
}

.edit_roster .college {
    width: 265px;
}

.edit_roster .college input {
    width: 250px;
}

.edit_roster select.country {
    width: 100px;
}

.edit_roster .edit_hometown select.country, .roster_table .nationality select.country {
    width: 145px;
}

.edit_roster .edit_hometown input {
    width: 203px;
}

.edit_roster .high_school {
    width: 200px;
}

.edit_roster .high_school input {
    width: 200px;
}


.edit_roster input.comments {
    width: 824px;
}

.roster_edit_buttons img {
    margin-bottom: -3px;
}

#roster_filters {
    float: right;
}
#roster_search_box {
    float: left;
}
#roster_search_box input {
    width: 283px;
    font-size: 12px;
}

/*****************
/*  Activity list
/*******************************************************/

.activity_filters {
    margin-top: -9px;
    margin-bottom: 18px;
    float: left;
}

.filters_home {
    margin-top: -26px;
}

.activity_member_image img {
    float: left;
    border: 1px solid #e1e1e1;
    padding: 2px;
}

.activity_timestamp {
    float: right;
    text-align: right;
    padding-left: 5px;
}

.activity_body_showimage {
    margin-left: 62px;
}

.activity_body {
    width: 750px;
}

.activity_divider {
    height: 1px;
    border-top: 1px solid #e1e1e1;
    margin-top: 12px;
    margin-bottom: 12px;
}

.activity_item {
    margin-top: 10px;
    padding-bottom: 4px;
    min-height: 52px;
    border-bottom: 1px solid #e1e1e1;
}

.activity_item_last {
    margin-top: 10px;
    padding-bottom: 4px;
    min-height: 48px;
}

.activity_item_no_pic {
    margin-top: 13px;
    padding-bottom: 8px;
    min-height: 22px;
    border-bottom: 1px solid #e1e1e1;
}

.activity_item_no_pic_last {
    margin-top: 10px;
    padding-bottom: 4px;
}



/**************
/*  Match page
/*******************************************************/

#page_title img, #page_title_news img, #page_title_nav img {
    padding: 1px;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: -5px;
}

#match_team_score {
    margin-top: -3px;
}

#match_team_score img {
    padding: 2px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

td.team_name {
    padding-left:6px;
    padding-right:18px;
}

td.team_score {
    font-size: 24px;
}

#dynamic_section_large.match {
    width: 280px;
}

table#mini_box_score {
    width: 260px;
}

#match_fan_counts {
    float: right;
    text-align: right;
}

#match_combined_roster_module img, #match_combined_schedule_content img {
    float: left;
}

.combo_roster_title {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

#match_combined_schedule_content {
    line-height: 22px;
}

/**************
/*  Grid view for pics
/*******************************************************/

table img {
    border: 1px solid #e1e1e1;
    padding: 2px;
}

td.image_list_caption_cell {
    padding-bottom: 20px;
    line-height: 16px;
    padding-left: 12px;
    padding-right: 12px;
}

td.image_list_caption_cell .small_text {
    line-height: 14px;
    display: block;
    padding-top: 6px;
}

/**************
/*  AYO Ribbon
/*******************************************************/

#ayo_bar {
    width: 975px;
}

#add_content_ribbon {
    float: left;
    text-align: left;
    margin-top: -10px;
    margin-bottom: 8px;
}

#add_content_ribbon img {
    margin-top: -6px;
    border: 0px;
}

#ayo_top_section img {
    margin-top: 0px;
}

.ayo_option {
    margin-top: 6px;
    padding-bottom: 6px;
    display: block;
    width: 207px;
}
.ayo_separator {
    border-bottom: 1px solid #e1e1e1;
}
.ayo_option img {
    border: 0px;
}

/**************
/*  Footer
/*******************************************************/

#footer, #footer_with_modules {
    margin-top: 20px;
    width: 975px;
    margin: 0px auto;
}

#footer {
    border-top: 1px solid #e1e1e1;    
}

#footer_left {
    float: left;
    margin: 12px 0px 12px 0px;
}

#footer_middle {
    float: left;
    margin: 12px 0px 12px 89px;
}

#footer_right {
    float: right;
    margin: 17px 0px 0px 12px;
}

#spacer {
    height: 30px;
}

/**************
/*  League pages
/*******************************************************/

.left_conf, .right_conf {
    width: 205px;
    float: left
}

.left_conf_narrow, .right_conf_narrow {
    float: left;
    margin-right: 10px;
}

/**************
/*  Text content list (articles, discussions, etc)
/*******************************************************/

.txt_content_list_item, .txt_content_list_item_last{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.txt_content_list_item_last {
    border-bottom: 0px;
}

.txt_content_list_item_section_left {
    width: 660px;
    position: relative;
    float: left;
}

.txt_content_list_item_section_middle {
    position: relative;
    float: left;
}

.txt_content_list_item_section_middle img {
    border: 1px solid #e1e1e1;
    padding: 3px;
    background: #ffffff;
    margin-right: 12px;
    margin-top: 2px;
    float: left;
}

.txt_content_list_item_section_right {
    width: 270px;
    position: relative;
    float: right;
    text-align: right;
}

.txt_content_list_item_title {
	padding-bottom: 5px;
    font-weight: bold;
}

.txt_content_list_item_byline {
	padding-bottom: 5px;
    margin-top: -6px;
}

.txt_content_list_item_snippet {
    margin-top: 5px;
    font-size: 14px;
}

/**************
/*  Home page
/*******************************************************/

#main_sports_nav {
    margin-top: -10px;
    margin-bottom: -11px;
    margin-left: -7px;
    width: 975px;
    z-index:1;
    position: relative;
    font-size: 13px;
}

.sports_menu_heading {
    margin-right: 10px;
}

.hp_recent_content_view .sports_menu_heading {
    margin-right: 3px;
}

#coming_soon {
    float: right;
    padding: 3px 0px 2px;
}

#sports_nav_list {
    font-size: 12px;
}

.unlinked_hp_nav {
   margin-top: 4px; 
}

.sports_menu {
   z-index: 100;
   background-color: #ffffff;
   padding: 6px 10px 6px 10px;
   cursor: pointer;
   border: 1px solid #e1e1e1;
   width: 180px;
}

a.yuimenubaritemlabel {
    cursor: default;
    display: block;
    padding: 4px 5px 2px 6px;
}

a.yuimenubaritemlabel-selected {
    background: #f5f5f5;
    padding: 3px 4px 1px 5px;
    border: 1px solid #e1e1e1;
}

a.yuimenubaritemlabel:hover {
    text-decoration: none;
}

#sports_nav_list {
   margin: 0 0 10px 0;
   float: left;
}

.home_info_bar #toc {
    margin-left: -38px;
    width: 180px;
    line-height: 20px;
}

.home_info_bar #toc img {
    vertical-align: middle;
    margin-left: 4px;
}

.home_info_bar .gray {
    background: #f5f5f5;
    height: 88px;
    width: 750px;
    padding: 16px;
    padding-left: 20px;
}

#main_search {
    height: 116px;
    width: 310px;
    background-color: #c3d9ff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 4px;
    position: relative;
}

#main_search.white {
    background-color: #ffffff;
}

#main_search h2, #main_featured_fans h2 {
    font-weight: normal;
    font-family: Helvetica;
}

#main_search input {
    font-size: 16px;
    width: 270px;
    padding-left: 30px;
}

img#main_search_arrow {
    position: absolute;
    top: 65px;
    right: 38px;
    cursor: pointer;
}

img#main_search_history {
    position: absolute;
    top: 65px;
    left: 36px;
    cursor: pointer;
}

#main_featured_fans {
    float: right;
    width: 570px;
    padding-left: 30px;
    padding-top: 4px;
}

#main_featured_fans.gray {
    background-color: #f5f5f5;
    width: 370px;
    padding-right: 200px;
    height: 116px;
}

#main_featured_fans img {
    border: 1px solid #e1e1e1;
    padding: 2px;
    margin-top: -4px;
    margin-right: 30px;
}

#main_featured_fans.gray img {
    margin-right: 25px;
    background-color: #ffffff;
}

.home_expl_head {
    font-size: 16px;
    font-weight: bold;
}

.home_expl_bullet2 {
    width: 164px;
    float: left;
    margin-right: 30px;
    margin-top: 15px;
    margin-left: 10px;
}

.home_expl_bullet3, .home_expl_bullet1 {
    width: 180px;
    float: left;
    margin-right: 30px;
    margin-top: 15px;
}

.home_expl_bullet last {
    margin-right: 0px;
}

.home_expl_num {
    float: left;
    font-size: 30px;
}

.home_expl_text2{
    float: left;
    margin-top: -11px;
    margin-left: 10px;
    font-size: 15px;
}

.home_expl_text3, .home_expl_text1 {
    float: left;
    margin-top: -28px;
    margin-left: 36px;
    font-size: 15px;
}


/**************
/*  Person page specifics
/*******************************************************/

.career_year_links a {
    margin-right: 20px;
}

.career_years {
    position: relative;
    min-height: 36px;
}

.career_years img {
    float: left;
}

.career_years .team_name {
   width: 430px;
   display: inline;
}

.career_years .team_name h2 {
   font-size: 22px;
   font-weight: 400;
}

.career_year_links {
}

.career_expl {
    margin-left: 42px;
    margin-top: -3px;
}

#career_content {
    padding-bottom: 0px;
}

a.delete_season img {
    margin-bottom: -1px;
    margin-left: 2px;
}

#edit_person_career_history_data .season_name img {
    float: none;
}

.trivia_section_hdr {
    font-weight: bold;
    margin-top: 10px;
}

.trivia_add_new {
    margin-top: 7px;
}

.trivia_fam_delete {
    margin-left: 8px;
}

.trivia_view_all {
    margin-top: 5px;
}

.career_team h2 {
    display: inline;
}

.career_years_summary {
    margin-left: 42px;
}

.career_years_summary .career_year_links {
    margin-top: 8px;
    margin-bottom: 8px;
}

/**************
/*  Pagination links for lists
/*******************************************************/

.pagination {
    float: right;
    margin-top: 12px;
    margin-bottom: 12px;
}

.pagination img, .pagination_right img {
    margin-bottom: -2px;
}

.pagination a, .pagination .meta img, .pagination_right a, .pagination_right .meta img {
    margin-left: 10px;
}

.pagination .current_page, .pagination_right .current_page {
    margin-left: 10px;
    font-weight: bold;
}

.pagination_right {
    float: right;
    margin-top: 22px;
    margin-bottom: 12px;
    margin-right: -230px;
}

/**************
/*  article image upload photo dialog
/*******************************************************/
#loading_icon {
    display: none;
    vertical-align: middle;
    padding-left: 10px;
}



/**************
/*  Autosuggest widget and dialog
/*******************************************************/
.r2_autosuggest {
    cursor:pointer;
}

.r2_autosuggest input {
    width: 565px;
}

.r2_autosuggest_display {
    padding-top: 1px;
}
.r2_autosuggest_display img {
    border: 0px;
}

.r2_autosuggest_dropdown {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    width: 513px;
    position: absolute;
    z-index: 100;
    display: none;
}

.r2_autosuggest_list { 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.r2_autosuggest_item_normal { 
    background: #FFFFFF;
    list-style-type:none;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 6px;
    height: 34px;
}


.r2_autosuggest_item_normal .meta, .r2_autosuggest_item_highlighted .meta { 
    display: block;
    overflow: hidden;
    font-size: 12px;
    margin-top: -3px;
}

.r2_autosuggest_item_highlighted { 
    background: #e1e1e1;
}

.r2_autosuggest_item_short_form { 
    height: 17px;
}

.r2_autosuggest_item_normal img { 
    float: right;
    border: 1px solid #e1e1e1;
    padding: 2px;
    background: #ffffff;
    margin-right: 6px;
    margin-top: 2px;
}

.r2_autosuggest_item_highlighted img { 
    float: right;
    border: 1px solid #e1e1e1;
    padding: 2px;
    background: #ffffff;
    margin-right: 6px;
    margin-top: 2px;
    list-style-type:none;
}

.r2_autosuggest_item_footer { 
    border-top: 1px solid #e1e1e1;
    padding-bottom: 0px;
    list-style-type:none;
    font-weight: bold;
    background: #efefef;
    padding-left: 6px;
}

.r2_autosuggest_item_header { 
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0px;
    list-style-type:none;
    font-weight: bold;
    background: #efefef;
    padding-left: 6px;
}

#search_sel_dropdown .r2_autosuggest_item_text {
    overflow: hidden;
    width: 300px;
}
#search_sel_dropdown .r2_autosuggest_item_text_noimage {
    width: 340px;
}
#search_sel_dropdown .r2_autosuggest_item_footer {
    font-size: 12px;
}


#modal_content a.object_tag_delete {
    color: red;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: normal;
    margin-left: 6px;
}

#object_tag_suggestions ul#suggested_object_tag_list {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

ul#suggested_object_tag_list li {
    height: 25px;
}

ul#suggested_object_tag_list a {
    font-size: 12px;
}

#object_tag_suggestions select {
    margin-right: 6px;
    margin-left: 6px;
    color: #000;
}

/**************
/*  News Module
/*******************************************************/
.news_byline {
    margin-top: -12px;
    margin-bottom: 10px;
}

.news_item_meta span {
    font-size: 12px;
}

.news_item_tags {
    float:right;
    width:230px;
    text-align: right;
}

.news_item_meta {
    float:right;
    width:716px;
}

.news_item_meta h2 {
    margin-top: 0px;
}

.news_favicon {
    width: 30px;
}

img.news_item_expand {
    display: inline;
    border: 0px;
    margin: 0px;
    margin-bottom: -3px;
    float: none;
}

#news_items .module_header, #news_items .module {
    border: none;
    background: none;
    padding-left: 0px;
    left: 0px;
}

#news_items .module {
    border: 1px solid #e1e1e1;
}

#news_items .module_title h2 {
    font-size: 16px;
    color: #000;
}

#news_items .module_title {
    font-size: 16px;
    color: #000;
    width: auto;
}

a#news_source_add_ok {
    margin-top: 2px;
    line-height: 20px;
}

#left_col_narrow h2 {
    margin-top: 0px;
}

#page_title input#image_title input#content_title {
    width: 570px;
    font-family: Helvetica;
    font-size: 26px;
}

#suggest_source input {
    width: 367px;
}

.news_item_desc {
    margin-bottom: -8px;
}

#page_title_news {
    max-width: 975px;
}

img.news_fco {
    margin-right: 8px;
}

#page_title_news h1 {
    font-size: 22px;
    font-weight: normal;
}

/**************
/*  Sign in, sign up modual
/*******************************************************/

.member_agreement {
    margin-top: 12px;
    font-size: 12px;
}

/**************
/*  Award module and pages
/*******************************************************/

.award_module_date {
    float: left;
    width: 75px;
}

.award_module_details_roles {
    float: left;
    max-width: 100px;
    margin-right: 5px;
}

.award_module_details {
    float: left;
    width: 200px;
    margin-right: 5px;
}

.award_module_details_team {
    float: left;
}

.award_module_details_team .small_text {
    font-size: 14px;
}
table#full_awards_table {
    width: 600px;
}

table#full_awards_table {
    border-collapse: collapse;
}

table#full_awards_table tr {
   height: 24px;
}


/**************
/*  Leaderboards
/*******************************************************/

td.sfm_ranking {
    font-size: 20px;
    font-weight: normal;
    width: 20px;
}

td.sfm_pic img {
    margin-top: 0px;
    margin-right: 5px;
}

td.sfm_desc {
}

#leaderboard_empty_text {
    padding-right: 20px;
}

.leaderboard_sub_header {
    padding-bottom: 35px;
    position: relative;
}

.leaderboard_item {
    float: left;
    position: relative;
    height: 100px;
}

.leaderboard_rank {
    float: left;
    width: 60px;
    font-size: 40px;
    text-align: right;
}

.leaderboard_item img {
    float: left;
    margin-top: -18px;
    margin-left: 14px;
    padding: 3px;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.leaderboard_desc {
    float: left;
    margin-left: 18px;
    margin-top: -18px;
}

.leaderboard_fco_name {
    float: left;
    width: 210px;
    overflow: hidden;
}

.leaderboard_fco_name.member {
    width: 130px;
}

.leaderboard_desc img.badge {
    border: none;
    padding: 0px;
    margin-left: -1px;
}

.leaderboard_col2 {
    float: left;
}

.leaderboard_col2 img {
    float: none;
    border: none;
    margin-bottom: -5px;
}

.leaderboard_content_counts {
    margin-left: -16px;
}

.fco_leaderboard_col2 {
    float: left;
    margin-left: 50px;
}

.leaderboard_col3 {
    float: left;
    margin-left: 40px;
    margin-top: -18px;
}

.leaderboard_col4 {
    position: absolute;
    right: 0px;
    width: 175px;
    background: #ffffff;
    padding-left: 12px;
    white-space: nowrap;
}

.fco_leaderboard_col4 {
    position: absolute;
    right: 0px;
}

.leaderboard_col4 img, .fco_leaderboard_col4 img {
    margin-right: 4px;
    margin-left: 0px;
}

.leaderboard_item2 {
    margin-top: 18px;
    height: 10px;
}

.leaderboard_item2_rank {
    font-size: 20px;
    float: left;
    width: 40px;
    text-align: right;
}

.leaderboard_item2 img {
    float: left;
    border: 1px solid #e1e1e1;
    padding: 2px;
    margin-left: 12px;
    margin-top: -8px;
}

.leaderboard_item2_desc {
    float: left;
    margin-left: 12px;
    width: 100px;
}

.fco_leaderboard_item2_desc {
    width: 300px;
}

.leaderboard_small_column {
    float: left;
    width: 240px;
}

.fco_leaderboard_small_column {
    width: 398px;
}

#leaderboard_content .pagination {
    margin-top: 28px;
}

#strongest_fanbases .pagination {
    margin-top: 28px;
    margin-right: 223px;
}

#leaderboard_explanation_content ul {
    margin-top: 3px;
    margin-left: -25px;
    list-style-type: disc;
}

.leaderboard_view_all {
    float: right;
    margin-top: 0px !important; 
    margin-right: 34px !important;
}

.leaderboard_member {
    float: left;
    margin-top: 12px;
}

.ranking_num {
    margin-bottom: -4px; 
    cursor:default; 
    width: 46px; 
    text-align: center;
}


/**************
/*  Tagging modal
/*******************************************************/

input#obj_sel_input {
    width: 540px;
}
#obj_sel_dropdown {
    width: 544px;
}

ul#my_object_tag_list li, ul#others_object_tag_list li {
    margin-left: -38px;
}

a.object_tag_delete img {
    margin-bottom: -2px;
}

/**************
/*  Search results
/*******************************************************/

#search_results {
    float: left;
    margin-right: 25px;
    position: relative;
    width: 705px;
}

#search_results .pagination {
    float: right;
    margin-left: -8px;
}

.search_byline {
    border-top: 1px solid #e1e1e1;
    margin-top: 16px;
    padding-top: 12px;
}

#search_byline h2 {
    margin-bottom: 0px;
    margin-top: 20px;
}

.search_results_group a {
    font-size: 14px;
}

#search_recent_history {
    float: right;
    width: 220px;
}

.search_recent_history_item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px; 
    padding-bottom: 10px
}

.search_recent_history_item_first {
    margin-top: 12px;
}

.search_recent_history_item_last {
    border-bottom: 0px;
    margin-bottom: 4px;
}

/**************
/*  Error pages
/*******************************************************/

#err404 ul {
    margin-left: -40px;
}

/**************
/*  Buttons!!!
/*******************************************************/

.btn {
    display:inline-block;
    background:none;
    margin:0;
    margin-right: 6px;
    padding:3px 0;
    border-width:0;
    overflow:visible;
    //font:100%/1.2 Arial,Sans-serif;
    font:12px Arial,Sans-serif;
    text-decoration:none;
    color:#000;
}
* html button.btn {
   padding-bottom:1px;
}
/* Immediately below is a temporary hack to serve the 
following margin values only to Gecko browsers
Gecko browsers add an extra 3px of left/right 
padding to button elements which can't be overriden.
Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
    margin:0 -3px;
}
.btn span {
    background:#ddd url(/i/bg-button.gif) repeat-x 0 0;
    margin:0;
    padding:3px 0;
    border-left:1px solid #bbb;
    border-right:1px solid #aaa;
}
* html .btn span {
    padding-top:0;
}
.btn span span {
    position:relative;
    padding:3px .4em;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
}

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
    border-right-width:0;
}
button.pill-l span span {
    border-right:1px solid #bbb;
}
button.pill-c span {
    border-right-style:none;
    border-left-color:#fff;
}
button.pill-c span span {
    border-right:1px solid #bbb;
}
button.pill-r span {
    border-left-color:#fff;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
    cursor:pointer; /* important for any clickable/pressable element */
    border-color:#555 !important;
    color:#000;
}
.btn:active span {
    background-position:0 -400px;
    outline:none;
}
.disabled:active span {
    background-position:0 0px;
    outline:none;
}
.btn:focus, .btn:active {
    outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

.disabled span, .disabled span span {
    color: #868686;
}

.disabled:hover span, .disabled:hover span span {
    color: #868686;
    cursor: default;
    border-color: #aaa !important;
}

/* use if one button should be the 'primary' button */
.primary {
    font-weight:bold;
    color:#000;
}

.hidden_button {
    display:none;
}
a#newcmtsub_ok {
    float: left;   
    margin-top: 3px;
    margin-right: 20px;
}

#blog_module h2 {
    margin-bottom:8px;
    margin-top: 24px;
}

#blog_module .no_content_pics table td {
    text-align: center;
    width: 100px;
}

#blog_module .no_content_pics table td img {
    float: none;
    margin: 0px;
}

#no_content_module h2 {
    font-size: 12px;
}

/**************
/*  Invite a fan
/*******************************************************/
.fanbox_name{
    float: left;
    margin-left:25px;
}
.fanbox_margin{
    float:left;
}
.fanbox_name input, .fanbox_margin input {
    width: 200px;
}
#invite_a_fan {
    width: 650px;
    float: left;
}
.invite_a_fan_x {
    vertical-align:middle;
}
.invited_member_item {
    clear: both;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
}
.invited_member_item img {
    float: left;
    margin-top: 3px;
    padding: 1px;
    border: 1px solid #e1e1e1;
    margin-right: 6px;
    background-color: #fff;
}
table#invited_fans img {
    margin-right: 6px;
    margin-top: -6px;
    margin-bottom: -11px;
    background-color: #fff;
}
#invited_members_module {
    float: right;
    width: 240px;
    border-left: 1px solid #e1e1e1;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 18px;
}
#invited_members_content {
    padding-top: 0px;
}
input#invite_email_1, input#invite_name_1 {
    width: 275px;
}
#fanbase_rank_content {
    font-size:14px;
    line-height:18px;
}
#fanbase_rank_content input {
    color: #868686;
}
.fb_rank_col {
    width:216px;
    padding:10px 10px 0px 10px;
    float:left;
}
.fb_rank_num {
    font-weight:bold;
    font-size:24px;
    float:left;
    height:32px;
    margin-right: 6px;
}

#invite_a_fan_personalize {
    display: none;
    background: #f5f5f5;
    padding: 18px;
    width: 465px;
    margin-bottom: 18px;
}
table#invited_fans {
    width: 100%;
}
table#invited_fans tr {
   height: 36px;
}
table#invited_fans tr.small_text {
    height: 2px;
}
a#invite_cl {
    margin-right: 8px;
}
#fanbox{
    display:none;
}
#invite_a_fan_personalize textarea {
    width: 450px;
    margin-bottom: 18px;
}
.big_num_rank {
	float: left;
	margin-right: 4px; 
	margin-top: 9px; 
	font-size: 36px;
}
#obj_sel_1_dropdown {
	margin-top: -18px;
	width: 500px;
}


/**************
/* Edit history and watchlist tables
/*******************************************************/
#edit_history .cell, #watchlist_edit_history .cell, #member_edit_history .cell {
    margin-left: 5px;
}

#edit_history .date, #watchlist_edit_history .date, #member_edit_history .date {
    width: 150px;
}

#edit_history .member {
    width: 150px;
    padding-right: 10px;
}

.edit_history_comment_icon {
    margin-right: 5px;
}

#member_edit_history .comment_icon img {
    margin-left: -14px;
}

#edit_history .action {
    width: 580px;
}

#edit_history .action li, #member_edit_history .action li, #watchlist_edit_history .action li {
    list-style-type: none;
}
#edit_history .action ul, #member_edit_history .action ul, #watchlist_edit_history .action ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

#edit_history .buttons {
    width: 51px;
    height: 18px;
    text-align: right;
}

#edit_history .buttons {
    float: right;
}

#watchlist {
    width: 550px;
}

#watchlist .page {
    width: 300px;
}

#watchlist .buttons {
    margin-left: 30px;
}

#edit_history .buttons img, #watchlist_edit_history .buttons img, #watchlist .buttons img {
    margin-bottom: -3px;
    margin-right: 3px;
}

#edit_history .page {
    width: 0px;
    margin-left: 0px;
}

#watchlist_edit_history .page {
    width: 270px;
}

#watchlist_edit_history .member {
    width: 100px;
    padding-right: 5px;
}

#watchlist_edit_history .action {
    width: 365px;
}

#member_edit_history .page {
    width: 300px;
}

#member_edit_history .action {
    width: 430px;
}

#member_edit_history .buttons {
    height: 42px;
    margin-top: -1px;
}

#member_edit_history_content .small_text {
    float: right;
}
#member_edit_history_content .action {
    width: 420px;
}

#revert_diffs .odd {
    background: #f5f5f5;
}

.revert_diff {
    margin-left: 2px;
}
.revert_diff ul {
    margin-top: 0px;
}

/**************
/* Form fields
/*******************************************************/

.dialog_edit_row {
    padding-top: 15px;
}

.dialog_edit_field {
    float: left;
    padding-right: 20px;
}

.edit_location_field {
    width: 375px;
}
.edit_location_field img {
    border: 0px;
    padding: 0px;
}

.month_input_field, .day_input_field {
    width: 18px;
}

.year_input_field {
    width: 34px;
}

select.country {
    width: 145px;
    height: 22px;
}

select.state {
    width: 60px;
    height: 22px;
}

input.city {
    width: 172px;
}

input.comments {
    color: #868686;
}

input.season {
    width: 92px;
}

#teammates .module_title {
    position:inherit;
    width:975px;
}

#teammates .module_title h2 .meta {
    font-size: 16px;
    font-weight: normal;
}

.teammate {
    margin-left:30px;
}

/**************
/* Add person dialog
/*******************************************************/

#add_person_find_existing_pane input {
    width: 615px;
}

#add_person_edit_data_pane img {
    border: 0px;
    padding: 0px;
}
#add_person_edit_data_pane .roles {
    width: 325px;
}

#add_person_edit_data_pane input#comments,
#add_person_edit_overview_pane input#comments {
    width: 425px;
}

#add_person_edit_fields_section {
    width: 450px;
}

#add_person_edit_fields_section #college_sel_autosuggest_div input,
#add_person_edit_fields_section #high_school_sel_autosuggest_div input,
#add_person_edit_fields_section .comments input {
    width: 425px;
}

#add_person_edit_fields_section .edit_location_field {
    width: 428px;
}

#edit_person_form .edit_location_field input, #add_person_edit_fields_section .edit_location_field input {
    width: 100%;
}

#add_person_edit_seasons_section {
    width: 150px;
    border-left: 1px solid #868686;
    padding-left: 18px;
}

#add_person_edit_seasons_section .season_list, #season_selector_input {
    margin-top: 10px;
}

#add_person_edit_seasons_section .header {
    font-size: 12px;
    font-weight: bold;
}

#add_person_edit_seasons_section .season {
    width: 75px;
    float: left;
}

#add_person_edit_seasons_section input.season {
    width: 75px;
    margin-right: 5px;
}

#add_person_edit_seasons_section .delete_season {
    cursor: pointer;
    margin-left: 2px;
}

.edit_uniform_number, .edit_weight {
    width: 25px;
}

.edit_height {
    width: 20px;
}

/**************
/* Edit person dialog
/*******************************************************/
#edit_person_form .edit_location_field {
    width: 452px;
}

#edit_person_dod_field {
    padding-right: 0px;
}

#edit_person_college_field, #edit_person_high_school_field {
    width: 500px;
}

#edit_person_college_field input, #edit_person_high_school_field input{
    width: 449px;
}

#edit_person_form input#official_website, #edit_person_form input#wikipedia_page {
    width: 449px;
}

#edit_person_form input#comments {
    width: 327px;
}

#edit_person_form .edit_location_field select.country {
    width: 150px;
}

#is_deceased {
    padding-top: 20px;
    margin-left: 15px;
}

/**************
/* Report a problem form
/*******************************************************/
#problem_report_form input#new_name, #problem_report_form input#merge_url {
    width: 485px;
}

#problem_report_form textarea#comments {
    width: 475px;
    overflow: none;
}

.infobar_user_stats {
    border:none;
}

.infobar_user_stats.first {
    margin-left: 0px;
}

/**************
/* Person career history editor dialog
/*******************************************************/
#edit_person_career_history_form img {
    border: 0px;
    padding: 0px;
}

img.infobar_user_stats {
    margin-bottom: -2px;
    margin-top: 3px;
}

/**************
/* Edit person dialog
/*******************************************************/

#teammates h2 a img {
    float: left;
    margin-bottom: -8px;
    margin-right: 8px;
    padding: 2px;
    border: 1px solid #efefef;
}

#teammates a {
    color: #324bb1;
}

.teammates_col {
    margin-left:66px;
    float:left;
    width: 25%;
    font-size: 14px;
}

#member_messages_module form#editMemberMessageForm textarea#message {
    width: 455px;
    font-size: 14px;
}

.variant_add {
    float:right;
    font-size: 12px;
}

#stats_links_module {
    font-size: 13px;
}

#photos_thumb a img {
    margin-right: 10px;
}

#roster_content {
    padding-top: 18px;
}

#roster_content a img {
    float: left;
}

#connections_map {
    background: url('/i/connections_map_bg.gif') repeat-x 0px 0px;
    width: 975px;
    height: 150px;
}

#connections_map img {
    background: #fff;
}

#connections_map table {
    margin-left: 20px;
    padding-top: 20px;
}

#connections_bottom {
    margin-top: 20px;
}

#connections_bottom img {
    border: 1px solid #e1e1e1;
    padding: 2px;
    background: #fff;
    float: left;
    margin-top: -5px;
}

#no_connection {
    width: 1000px;
}

#leaderboard_multi_column {
    width: 975px;
}

#league_teams_content b {
    font-weight: bold;
}

#article_tips_content, #photo_tips_content, #video_tips_content, #discussion_tips_content  {
    font-size: 12px;
    line-height: 16px;
}

form#editArticleForm #page_title h1 .small_text {
    font-size: 14px;
}

#overview_content, #member_info_content {
    line-height: 18px;
    overflow: hidden;
}

#label_hometown, #label_nationality, #label_official_website, #comments_label, #comments_label a, #label_full_name, #label_birthday, #label_gender, #label_website_url {
    font-size: 12px;
}

#label_college_sel {
    font-size: 12px;
}

#add_person_edit_seasons_section .header {
    font-weight: normal;
    font-size: 14px;
}
#edit_person_career_history_form .edit_person_career_history_team_heading {
    font-size: small;
    font-weight: bold;
}
#edit_person_career_history_form input#comments {
    width: 440px;
}

#edit_person_career_history_form tr, .add_person_all_time_roster tr {
    vertical-align: top;
}
#edit_person_career_history_data th, .add_person_all_time_roster th {
    color: #868686;
    font-weight: normal;
}
#edit_person_career_history_form td.season_name, #edit_person_career_history_form th.season_name,
.add_person_all_time_roster td.season_name, .add_person_all_time_roster th.season_name {
    width: 90px;
}
#edit_person_career_history_form td.uniform_num, #edit_person_career_history_form th.uniform_num,
.add_person_all_time_roster td.uniform_num, .add_person_all_time_roster th.uniform_num {
    width: 50px;
}
#edit_person_career_history_form td.roster_status, #edit_person_career_history_form th.roster_status,
.add_person_all_time_roster td.roster_status, .add_person_all_time_roster th.roster_status {
    width: 110px;
}
.add_person_all_time_roster td.roles, .add_person_all_time_roster th.roles {
    width: 425px;
}

#edit_person_career_history_form td.roles {
    width: 835px;
}

#roles_display_0 a {
    font-size: 14px;
}


.play_icon img {
    position: absolute;
    border: 0px;
    padding: 0px;
    margin-top: 35px;
    margin-left: 7px;
}
table.image_list_table img {
    position: relative;
}
.play_icon_gallery img {
    position: absolute;
    border: 0px;
    padding: 0px;
    bottom: 24px;
    left: -42px;
}
.home_info_bar ul li a img {
    margin-top: 2px;
    margin-right: 8px;
    float: left;
}
.conference_1, .conference_2 {
    float: left;
    width: 205px;
}
#comments_content {
    width: 745px;
}

/**************
/* Moderation related styles
/*******************************************************/

#moderation {
    float: left;
    width: 730px;
}

#member_confirm_module {
    border: 1px solid red;
    background: #f5f5f5;
}

#moderation table {
    width: 975px;
}
.homepage_filters {
    float: left;
    margin-top: -9px;
}
#big_mag {
    position: absolute;
    right:7px;
    top:7px;
}
.ayo_bottom_section2 {
    line-height: 8px;
}
#photo_tips_module {
    width: 190px;
    float: right;
    margin-top: 20px;
}
#main_pic_content {
    float: left;
}
#playing_career_content, #coaching_career_content {
    margin-bottom: -24px;
}
#connections_module {
    margin-bottom: 6px;
}
#member_profile_facebook {
    margin-bottom: 10px;
}
#member_tagline_container img.badge {
    margin-top: 7px;
    float: left;
    margin-right: 10px;
}
.welcome_msg {
    font-size: 32px;
    margin-bottom: -6px;
    margin-left: 20px;
}
.meta.recaptcha_only_if_image {
    font-size: 12px;
}
#recaptcha_image {
    margin-top: 12px;
    margin-bottom: 12px;
}
a#captcha_ok {
   margin-top: 18px;
}
#moderation_profile_image {
    float: left;
    margin-top: -18px;
    margin-bottom: 10px;
}
h1.member_h1 img {
    margin-left: 10px;
}
#hp_welcome_vid {
    float:right;
    margin-top: 35px;
}
.home_info_bar {
    margin-bottom: 20px;
}
#hp_welcome_vid {
    line-height: 18px;
}
#hp_welcome_vid td {
    padding-bottom: 9px;
}
#big_search_box {
    width: 625px;
    float: left;
    margin-top: 15px;
    background: url('/i/diags.gif');
    border-top: 1px solid #000;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px;
}
#big_search_box h4, #hp_list_module h4 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 18px;
}
#hp_search_facebook #big_search_box {
    width: auto;
}

#recent_activity_module #big_search_box {
    margin-top: 0px;
    background: none;
    border-top: 0px;
    width: auto;
}
#recent_activity_module #fb_stack_logo {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background: none;
}
#recent_activity_module .hp_connect_module img, #recent_activity_module #big_mag {
    border: none;
    padding: 0px;
}
#recent_activity_module #big_mag {
    right: 72px;
}
.welcome_sub {
    padding-bottom: 1px;
    margin-left: 20px;
    margin-right: 20px;
}
#page_title h1.member_h1 {
    margin-bottom: -10px;
}
#beta_tag a:hover {
    text-decoration: none;
}
.modal_header a#showLogin, .modal_header a#show_register {
    color: #324bb1;
    font-size: 16px;
}
#orFacebook {
    border-left: 1px solid #868686;
    padding-left: 30px;
}
#fco_teaser_content b, #fco_teaser_content .small_text b {
	font-weight: bold;
	font-size: 14px;
}
.list_module {
    float: left;
    width: 170px;
    margin-right: 25px;
}
.list_module .small_text {
    float: left;
    margin-top: -18px;
}
.list_module td img {
    margin-right: 6px;
}

#video_error {
    width: 700px;
}
.logged_in_nav {
	white-space: nowrap !important;
	width: 1100px;
}
.logged_in_nav li {
	margin-right: 28px !important;
}
table#hp_main {
	margin-left: -6px;
	margin-top: 10px;
}
.home_info_bar table#hp_main {
	margin-left: -6px;
	margin-top: 0px;
}


/**************
/* Team all-time-roster edit
/*******************************************************/
.all_time_roster_table .uniform {
    width: 75px;
}
.all_time_roster_table .pos {
    width: 265px;
}
.all_time_roster_table .pos_short {
    width: 205px;
}

.all_time_roster_table .season {
    width: 250px;
}
.all_time_roster_table .season_short {
    width: 200px;
}

.all_time_roster_table .medal {
    width: 150px;
}

.all_time_roster_table .module_title {
    width: 100%;
}
.all_time_roster_table .header_pagination {
    float: right;
    margin-top: 18px;
    margin-left: 10px;
    font-size: small;
}

.edit_all_time_roster .edit_roster_row {
    padding-top: 0px;
}

.edit_all_time_roster img {
    border: 0px;
    padding: 0px;
}
.edit_all_time_roster th {
    color: #868686;
    font-weight: normal;
}
.edit_all_time_roster tr {
    vertical-align: top;
}
.edit_all_time_roster td.season_name, .edit_all_time_roster th.season_name {
    width: 80px;
}
.edit_all_time_roster td.uniform_num, .edit_all_time_roster th.uniform_num {
    width: 50px;
}
.edit_all_time_roster td.roles, .edit_all_time_roster th.roles {
    width: 805px;
}
.edit_all_time_roster td.add_season_menu_row, .add_person_all_time_roster td.add_season_menu_row, #edit_person_career_history_form td.add_season_menu_row {
    padding-top: 10px;
}
.edit_all_time_roster input.season {
    width: 75px;
}
.edit_all_time_roster input#comments {
    width: 824px;
}

#list_builder_module {
    width: 365px;
    float: left;
}
#list_builder_module select.country {
    width: 110px;
}
#hp_city_sel_input {
    width: 100%;
}
#hp_college_input {
    width: 350px;
}

#mbd_trivia_dialog .trivia_item_tb {
    margin-top: 5px;
    margin-bottom: 5px;
}

#add_fun_facts_ok, #add_where_now_ok, #add_nicknames_ok, #add_family_ok, #add_season_notes_ok, #add_match_notes_ok {
    margin-left: 10px;
}

#person_title {
    float:right;
}
#person_relationship_selector {
    width: 112px;
    margin-left: 5px;
}

#family_sel_input {
    width: 298px;
}

#family_sel_results {
    margin-bottom: 5px;
}

#family_members_content.module_content img {
    float:none;
    margin: 0;
}

.family_member_entry {
    margin-top: 8px;
}

#family_sel_autosuggest_div {
    margin-top: 5px;
}

#hp_city_sel_dropdown {
	width: 240px;
    margin-left: -65px;
}
#hp_college_dropdown {
	width: 355px;
}
#team_roster_person_sel_dropdown {
	width: 440px;
}
#add_person_edit_fields_section input#hometown_city_sel_input {
}
#no_photo_video .no_pv_cut {
        float: left;
        width: 58px;
        border: 2px dashed #e1e1e1;
	text-align: center;
	padding: 8px 0px 8px 0px;
}
#no_photo_video .expl {
        float: left;
	margin-left: 10px;
	margin-top: 12px;
	margin-right: 44px;
	font-size: 12px;
}
.trivia_section_hdr {
	margin-top: 22px;
}
#trivia_content ul, #where_now ul, #fun_facts_content ul, #where_now_content ul {
	margin-top: 0px;
	margin-left: -40px;
	margin-bottom: -12px;
}
#trivia_content ul li, #where_now ul li, #fun_facts_content ul li, #where_now_content ul li {
	margin-bottom: 10px;
}

#badge_html_form textarea {
    width: 450px;
    height: 150px;
    font-size: 12px;
}
#fco_badge_module_content img#badge_fco_img {
	top: 7px !important;
}	
#fco_badge_module_content #fb_badge {
	margin-left: 36px !important;
}
#fco_badge_module_content #fb_badge a:hover {
	text-decoration: none;
}
#fco_badge_module_content {
	font-size: 12px;
	line-height: 16px;
}
a#team_roster_add_player {
	color: #000000;
}

#title_action_links {
    float:right;
    height: 70px;
    margin-top: 2px;
    margin-bottom: -11px;
}
#title_action_links img, #footer_action_links img {
    border: none;
    padding: 0px;
}
#footer_action_links {
    margin-top: 4px;
}

/**************
/* Facebook friends page
/*******************************************************/
#facebook_friends_header {
    margin-bottom: 25px;
    padding-top: 1px;
}

#facebook_friends_header .welcome_img {
    float: left;
}

#facebook_friends_header .welcome_msg  {
    float: left;
    margin-top: 12px;
    margin-left: 12px;
}

#facebook_friends_header .welcome_sub  {
    font-size: 18px;
    margin-left: 0px;
}

.facebook_waiting_spinner {
    float: left;
}

.facebook_waiting_msg {
    float: left;
    margin-left: 10px;
    font-size: 20px;
}
.facebook_waiting_sub {
    font-size: 14px;
}

#facebook_friends_header .is_this_you {
    float: left;
}

#facebook_friend_list_table .row {
    padding-top: 15px;
    height: 50px;
}

#facebook_friend_list_table .header {
    height: 0px;
    border-bottom: 0px;
    margin-bottom: -6px;
}

#facebook_friend_list_table .this_user_row {
    background-color: #FFFFC0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 8px;
    padding-top: 10px;
}

#facebook_friend_list_table .facebook {
    width: 270px;
}

#facebook_friend_list_table .fanbase {
    width: 634px;
}

#facebook_friend_list_table .arrow {
    width: 50px;
}

#facebook_friend_list_table .facebook div {
    float: left;
    padding-right: 5px;
}

#facebook_friend_list_table .fb_friend_name  {
	width: 170px;
}

#facebook_teams_module {
    margin-top: 25px;
}

#facebook_team_grid ul {
    list-style-type: none;
    margin-left: -39px;
    text-align: center;
    font-size: 14px;
}
#facebook_team_grid li {
    float: left;
    width: 125px;
    height: 125px;
    margin-right: 39px;
    margin-left: 19px;
    position: relative;
}
#facebook_team_grid img {
    margin-bottom: 6px;
    padding: 2px;
    float: none;
}

#other_fb_set {
    margin-top: 10px;
}

form#register img {
	padding: 0px;
	border: none;
	margin-bottom: -2px;
}
a#email_updates_ok span span {
	color: #000;
}
.fb_friend_img img {
	padding: 2px;
	background: #fff;
	border: 1px solid #efefef;
	margin-left: 10px;
	position: relative;
}
.fb_friend_favicon img {
	position: absolute;
	left: -6px;
	margin-top: -6px;
}
img#fb_login_image {
	border: none;
	padding: none;
}
.fco_share_on_fb img {
 	margin-bottom: -3px;
	margin-right: 4px;
}
#insert_fan_box {
    background-color:#FFFFCC;
    padding:4px 0px;
    border:1px solid #e1e1e1;
    line-height: 25px;
}
#insert_fan img {
	margin-bottom: -1px;
	margin-right: 4px;
}
#remove_fan img {
	margin-bottom: -3px;
	margin-right: 4px;
}
#facebook_friends_header .welcome_img img {
	padding: 2px;
	background: #fff;
	border: 1px solid #efefef;
}
img.fb_results_favicon {
	margin-bottom: -2px;
}
#fb_connect_block {
	background-color:rgb(255, 255, 192);
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	height:56px;
	padding:10px;
	margin: 10px 0px 0px 40px;
}
#fb_explain {
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-left: 18px;
	margin-top: 6px;
	line-height: 22px;
}
#fb_connect_button {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
#athlete_directory {
	margin-top: 84px;
	margin-bottom: -34px;
	font-size: 11px;
}
#left_col_wide #athlete_directory {
    margin-top: -10px;
}

#staff_career_module {
	margin-bottom: -12px;
}
.main_pic_empty a.fbconnect_login_button img {
	margin-top: 18px;
}
.alert_facebook_logo {
	float: left;
	padding: 2px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	margin-top: -1px;
	margin-right: 8px;
}
#other_uses_module {
	margin-top: -30px;
}

#disconnected_member_module .welcome_msg {
    font-size: 26px;
    margin: 0px;
}
#disconnected_member_module .welcome_sub {
    margin: 0px;
}
#site_message_container img#fb_login_image {
	margin-top: 2px;
}
#hp_right {
	float:right;
	width:280px;
	margin-top:14px;
	border-top: 1px solid #000;
	padding-top: 18px;
}
#hp_list_module {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 12px;
}
ul#hp_list li {
	margin-bottom: 10px;
	margin-left: -38px;
}
ul#hp_list img {
	margin-right: 10px;
}
#member_facebook_link {
    height: 35px;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}
#member_facebook_link img {
    margin-right: 5px;
    margin-bottom: -2px;
}
#share_fb_results img {
	position: absolute;
	right: 0px;
	margin-top: -12px;
}
#fb_results_fanbar {
    float: right;
    margin-right: 10px;
    margin-left: -10px;
}

#fb_results_fanbar img {
    margin-top: 12px;
    position: relative;
    z-index:100;
}
#photo_toggler {
	font-size: 16px;
}
#upload_wizard {
	font-size: 10px;
	margin-top: 8px;
}
ul#ts_award_list {
	margin-left: -40px;
}
ul#ts_award_list li {
	margin-bottom: 10px;
}
.edit_roster_row .edit_hometown table, .edit_roster_row .nationality table {
	margin-top: -4px;
	margin-left: -3px;
}	
.edit_roster_row .edit_hometown table img {
	margin-bottom: -3px;
}	

/* weblinks */
.weblink_row {
    float: left;
    margin-bottom: 12px;
    padding: 0px;
}
.weblink_partial_data {
    width: 425px;
}
.weblink_data {
    margin-left: 10px;
    margin-right: 20px;
    width: 590px;
}
.weblink_data img {
    margin-bottom: -2px;
    margin-right: 4px;
}
#new_weblink_form {
    width: 730px;
    padding-bottom:10px;
    border-bottom: 1px solid #e1e1e1;
}
.weblink_form {
    width: 525px;
    margin-bottom: 20px;
}
.add_weblink_form input, .add_weblink_form textarea {
    width: 500px;
}
#weblinks {
    padding-top:10px;
}

#edit_person_career_history_data h2 {
    font-weight: normal;
    font-size: 22px;
    margin-top: 0px;
}

#edit_person_career_history_data h2 img, .career_team h2 img {
	padding: 2px;
	border: 1px solid #efefef;
	background: #fff;
	float: left;
	margin-top: -7px;
}
#person_title_container a.btn {
	margin-left: 12px;
}
.career_team .meta {
	font-weight: bold;
}
#edit_person_career_history_data .ec_icon img {
    margin-top: 1px;
    margin-right: 5px;
    border: none;
}

#activity_alerts_member_module, #activity_alerts_unreviewed_module, #member_alert_thresholds_module{
    margin-right: 25px;
}
.metrics_stddev_n {
    color: #FF0033;
    font-weight: bold;
}
.metrics_stddev_2n {
    border: 1px solid #FF0033;
    color: #FF0033;
    font-weight: bold;
}
.metrics_stddev {
    color: #009900;
    font-weight: bold;
}
.metrics_stddev_2 {
    border: 1px solid #009900;
    color: #009900;
    font-weight: bold;
}
#metrics_tooltip{
    position: absolute;
    left: -300px;
    width: 270px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#metrics_tooltip_pointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}


/**************
/* Olympics
/*******************************************************/

.nation_medal {
    line-height: 26px;
}

.nation_medal_wide {
    line-height: 26px;
    width: 730px;
}

.nation_medal img, .nation_medal_wide img {
    border: none;
    margin-right: -3px;
}

.nation_medal_hdr img {
    float: right;
}

.msgs_medals img {
    border: none;
}

#left_col .nation {
    width: 490px;
}

#nations_content .nation {
    width: 130px;
}

.medal_cnt {
    width: 60px;
    text-align: right;
}

#cgr_table {
    line-height:24px;
}

.cgr_name {
    width: 225px;
}

.cgr_teams {
    width: 200px;
}
    
.cgr_events {
    width: 300px;
}

.cgr_seasons, .cgr_medals {
    width: 200px;
    margin-left: 20px;
}

.cgr_medals img {
    vertical-align: text-bottom;
}

.team_season_schedule_result img {
    vertical-align: middle;
    float:none;
    border:none;
    margin-right:6px;
}

#events_content .left_conf, #events_content .right_conf {
    margin-top: -10px;
}

.event_name {
    margin-bottom: 10px;
    font-weight: bold;
}

.unit_name {
    float: left;
    width: 75px;
}

.participant_place {
    float: left;
    width: 50px;
}

.participant_name {
    float: left;
    width: 350px;
}

#medals_content img, #results_content img, #participants_content img, #teams_content img {
    border: 0px;
    background: none;
}

#medals_content img {    
    float: none;
    margin-right: 0px;
}

#results_content {
    line-height: 22px;
}

/* News feed styles */
#news_feed_content {
    width: 515px;
    margin-left: -4px;
}

.news_feed_filters {
    background-color: #ECEFF5;
    padding: 5px;
}

.news_feed_story {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.news_feed_story ul {
    margin: 0px;
}

.news_feed_story li {
    font-style:normal;
    margin-left: -20px;
}

.news_feed_story img {
    background: #ffffff;
    padding: 3px;
    border: 1px solid #e1e1e1;
}

.news_feed_story_member_image {
    float: left;
    width: 40px;
}

.news_feed_story_content {
    float: left;
    width: 515px;
}

.news_feed_story_content_article_image {
    float: left;
    padding-right: 5px;
}

.news_feed_story_content_image_fco {
    float: left;
}

.news_feed_story_content_image_fco img {
    margin-top: -7px;
    margin-right: 5px;
}

.news_feed_story_content_image {
    float: left;
    padding-right: 10px;
}

.news_feed_story_content_image_title {
    float: left;
}

.news_feed_story_content_text {
    float: left;
}

.news_feed_story_content_text_with_image {
    float: left;
    width: 365px;
}

.news_feed_story_content_text_collapsed {
    max-height:60px;
    overflow-y: hidden;
}

.news_feed_story_content_title {
    font-weight: bold;
}

.news_feed_automated_story_body {
    padding-top: 10px;
    padding-bottom: 5px;
}

.news_feed_automated_story img {
    float: none;
    margin-right: 0px;
    margin-bottom: -7px;
    padding: 1px;
}

.news_feed_automated_story td.team_score {
    font-size: 14px;
    font-weight: bold;
}

.news_feed_story_collapsed_sticky {
    border: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.news_feed_story_collapsed_sticky_header {
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-bottom: 1px solid #E1E1E1
}

.news_feed_story_collapsed_sticky_body {
    display: none;
}

.news_feed_story_collapsed_sticky_footer {
    font-size: 12px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #E1E1E1;
}

.news_feed_story_collapsed {
    margin-top: 7px;
    margin-left: 5px;
    float: left;
    width: 480px;
}

.news_feed_story_collapsed .news_feed_story_content {
    width: 480px;
}

.news_feed_story_collapsed_toggle {
}

img.news_feed_story_collapsed_toggle {
    margin-top: 8px;
    margin-right: 0px;
    border: none;
}

.news_feed_story_collapsed_title {
    font-size: 14px;
}

.news_feed_story_body_short {
    max-height: 165px;
    overflow-y: hidden;
}
.news_feed_story_body_length_toggle {
}

.news_feed_story_action {
    margin-top: 5px;
}

.news_feed_story_tags {
    padding-left: 20px;
}

.news_feed_story_tag_msg, .news_feed_story_comments, .news_feed_story_likes {
    margin-right: 20px;
}

.news_feed_story_tag_msg {
    background-color: #FFFFCC;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    width: 455px;
}

.news_feed_story_tag_msg a {
    font-size: 14px;
}

#news_feed_story_tag_msg_close {
    border:none;
    padding:0px;
    margin:0px;
}

.news_feed_story_action img {
    padding: 0px;
    padding-right: 5px;
    border: none;
    margin-right: 0px;
    margin-bottom: -3px;
}

.news_feed_story_metadata, .news_feed_story_metadata_last, .news_feed_story_likes, .news_feed_story_view_all, .news_feed_story_metadata_comment_box {
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    border-bottom: 1px solid #e1e1e1;
}


.news_feed_story_metadata_last {
    border: 0px;
}

.news_feed_story_metadata img, .news_feed_story_metadata_last img, .news_feed_story_metadata_comment_box img {
    margin-top: 3px;
    padding: 1px;
    margin-right: 12px;
    margin-bottom: 2px;
    float: left;
}

.news_feed_story_view_all {
    padding-top: 0px;
    margin-top: 0px;
}

.news_feed_story_metadata_comment_box {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
}

.news_feed_story_metadata_comment_box img {
    margin-top: 1px;
    padding:1px;
}

.news_feed_story_comments, .news_feed_story_likes {
    background-color: #f0f0f0;
    border: 1px solid #e1e1e1;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 5px;
    width: 470px;
}

.news_feed_story_lead_comment {
    margin-bottom: 15px;
}

.news_feed_story_likes {
    padding-left: 5px;
    width: 465px;
}

.news_feed_story_comment {
    float: left;
    width: 405px;
    line-height: 18px;
}

.news_feed_story_comment_image {
    float: left
    margin-right: 5px;
}

.news_feed_story_comment_short {
    max-height: 143px;
    overflow-y: hidden;
    margin-bottom: 2px;
}

.news_feed_story_comment_input {
    float: left;
    width: 435px;
    height: 14px;
    padding-top: 3px
    padding-left: 2px;
    margin-left: 5px;
    margin-bottom: 8px;
    margin-right: 7px;
    font-size: 12px;
    overflow:hidden;
}

.news_feed_story_comment_input_textarea {
    width: 400px;
    height: 45px;
    padding-top: 3px
    padding-left: 2px;
    margin-bottom: 10px;
    margin-right: 7px;    
    font-size: 12px;
    overflow-x:hidden;
    overflow-y:hidden;
}

.news_feed_story_comment_post_button {
    display: none;
    padding-right: 2px;
    margin-right: 0px;
}

.news_feed_story_comment_length_toggle {
    float: right;
    margin-right: 5px;
}

.news_feed_story_comment_moderate {
    float: right;
}

.news_feed_show_more {
    background-color: #ECEFF5;
    padding: 5px;
}

.news_feed_show_more img {
    padding: 0px;
    border: 0px;
    margin-top: 4px;
}

.news_feed_story_collapsed .news_feed_story {
    padding-top: 0px;
}

#news_feed_story_share_form img {
    margin-bottom: -2px;
}

.news_feed_story_share_popup {
    position: absolute;
    cursor: pointer;
    background: transparent;
    z-index: 100;
    font-size: 12px;
    margin-left: 7px;
    margin-top: -21px;
    width: 100px;
}

.page_share_popup_w_sub {
    margin-left:136px;
    float:right;
}
.page_share_popup {
    margin-left:-61px;
    float:right;
}

.news_feed_story_share_popup_border {
    width: 115px;
    height: 135px;
    position: absolute;
    margin-top: -30px;
    display: none;
}

.page_share_popup_border {
    margin-left: -69px;
    z-index:50;
    float:right;
}
.page_share_popup_border_w_sub {
    margin-left: 128px;
    z-index:50;
    float:right;
}

.news_feed_story_share_popup_header {
    width: 44px;
    height: 20px;
    border-width: 1px 1px 0px 1px;
    border-color: #e1e1e1;
    border-style: solid;
    float: left;
}
.share_img {
    margin-right: 3px;
    vertical-align: middle;
}
.page_share_popup_header {
    float:right;
}
.news_feed_story_share_popup_header_mask {
    border-width: 0px 0px 1px 0px;
    border-color: #e1e1e1;
    border-style: solid;
    float: right;
    width: 54px;
    height: 20px;
}
.page_share_popup_header_mask {
    float:left;
}

.news_feed_story_share_popup_content {
    background-color: #ffffff;
    border-width: 0px 1px 1px 1px;
    border-color: #e1e1e1;
    border-style: solid;
    padding: 0px 14px 10px 7px;
}

.news_feed_story_share_popup_content ul {
    margin-top: 5px;
}

.news_feed_story_share_popup_content ul li {
    margin-left: -38px;
    line-height: 24px;
}

.news_feed_story_share_popup_content ul li img {
    margin-top: 4px;
}

.news_feed_story_vid_thumb {
    position:relative;
}

.mail_ico {
    margin-top: 7px !important;
}

.news_feed_vid_play_icon {
    position:absolute;
    bottom:10px;
    left:10px;
}

img.news_feed_vid_play_icon {
    border:none;
    padding:0px;
    margin:0px;
}

.news_feed_filter_name {
    width:145px;
    line-height:14px;
}

.news_feed_filter_name img {
    border: 0px;
    float: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

#news_feed_fco_filter_content img {
    margin-right: 2px;
}

#news_feed_fco_filter_content .selected {
    background-color:#efefef;
}

.news_feed_filter_new img {
    margin-right: 0px;
    border: none;
}

.news_feed_quote_start, .news_feed_quote_end {
    float:left;
    width:20px;
    margin-right:5px;
    padding-top:7px;
    font-size:40px;
    font-family:"Times New Roman";
    font-weight:bold;
}

.news_feed_quote_end {
    float: none;
    vertical-align: middle;
    display: inline;
}

#news_feed_fco_filter_module .module_divider {
    margin-top: 3px;
    margin-bottom: 3px;
}

.news_feed_backfill {
    margin-top: 20px;
    margin-bottom: 15px;
}

.news_feed_backfill img {
    border:none;
    margin-top: -4px;
    margin-right: 7px;
}


#fanlist_object_sel_input {
    width: 195px;
    font-size:12px;
}

#unibox {
    float: left;
    margin-bottom: 10px;
    width: 514px;
    border-bottom: 1px solid #e1e1e1;
}

#unibox_title {
    float:left;
    margin-left:5px;
    margin-bottom:5px;
    font-weight:bold;
}

#unibox_icons, #unibox_form {
    padding: 7px 5px;
}

#unibox_icons {
    white-space:nowrap;
    float:left;
}

#unibox_content {
    padding-top:10px;
    overflow:hidden;
}

#unibox_icons img, #unibox_form img {
    margin-right: 5px;
    margin-bottom: -3px;
    border: none;
    float:none;
    padding:0px;
    background:none;
}

.ub_content_link {
    float: left;
    margin-top:-5px;
    padding:5px 7px;
    text-align:center;
    display:inline;
    color:#324bb1;
}
.ub_pipe {
    float:left;
    color:#868686;
}

.ub_sep {
    border-right: 1px solid #e1e1e1;
    margin-bottom:5px
}

.ub_content_link img {
    border:none;
    margin:0px;
}

#ub_link_form_url, #ub_image_url {
    width: 350px;
}

#ub_link_form_title, #ub_link_form_desc, #ub_intro_comment, #ub_photo_final #title, #ub_photo_final #description {
    width: 350px;
    margin-bottom:10px;
    overflow:auto;
}
#ub_link_form_title {
    overflow:hidden;
}
#ub_link_form_desc, #ub_photo_final #description {
    padding:3px;
}

#prev_ub_thumb,#next_ub_thumb {
    border: 1px solid #868686;
    color: #868686;
    -moz-border-radius: 0.2em;
    padding: 0px 3px;
    background-color: #ECEFF5;
}

.unibox_add {
    margin-top: 10px;
    margin-bottom: 5px;
}

.unibox_choice {
    width: 48%;
    text-align: center;
    float:left;
    padding:10px 0px;
}

#homepage_activity_content {
    padding: 10px 0px 0px 0px;
}

#homepage_activity_module #left_col h2 {
    margin-top: -15px;
}

#hp_search_facebook {
    margin-top:20px;
}
#hp_search_facebook #big_search_box {
    float:left;
    width:708px;
    margin-right:19px;    
    margin-top:0px;
    margin-bottom:0px;
}
#hp_search_facebook #hp_connect_module {
    float:left;
    width:212px;
    background: url('/i/diags.gif');
    border-bottom:1px solid #E5E5E5;
    border-top: 1px solid #000;
}

#hp_search_facebook #hp_connect_module, #hp_logged_in_fb #hp_connect_module {
    height:125px;
    font-size:14px;
    font-weight:normal;
}

#hp_search_facebook #fb_connect_button, #hp_logged_in_fb #fb_connect_button {
    float: none;
    margin: 15px 0px 0px 22px;
}

#hp_search_facebook #fb_explain {
    float:left;
    margin-left:5px;
    margin-top:10px;
    font-size: 16px;
    padding-left: 0px;
}
#hp_save_search {
    background-color:#FFFFC0;
    margin-top:-13px;
    margin-bottom:10px;
    padding:10px 5px 10px 10px;
}
#hp_logged_in_fb #hp_connect_module {
    background-color:#FFFFC0;
}
.share_input{
    color: #868686;
    width: 300px;
}
.share_to, .share_from {
    width: 310px;
}

#email_message  {
    padding: 4px 2px;
    width: 310px;
}
#clm{
    margin-top:12px;
}

.mp_score {
    float: left;
    width: 50px;
}

.mp_name {
    float: left;
    width: 350px;
}

.mp_nation {
    float: left;
    width: 100px;
}

.match_medalist img {
    border:none;
    margin:0px;
}

.match_medalist .mm_medal {
    float: left;
    width: 20px;
    margin-left: 10px;
}

.match_medalist .mm_participant {
    float: left;
    width: 470px;
    margin-left: 5px;
}

.stacktrace {
    font-size: 10px;
}

.debug_proc {
    vertical-align: top;
    font-size: 12px;    
}

#debug_output_tabs {
    line-height: 18px;
    vertical-align:top;
}
