﻿/* sprite files */

.skin_sprite_head
{
    position:relative;
    background-image:url(/content/skins/silver/files/sprite_head.png);
    width:762px; height:260px;
    behavior: url(/scripts/iepngfix.htc);
}


.skin_sprite_cp
{
    position:relative;
    background-image:url(/content/skins/silver/files/sprite_cp.png);
    width:129px;
    height:371px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_sprite_help
{
    position:relative;
    background-image:url(/content/skins/silver/files/sprite_help.png);
    width:37px;
    height:50px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_cpbackground
{
     background-color:#E6E6E6; 
     background-image:url(/content/skins/silver/files/emptybg.gif);
}

.skin_cpbodyshadow
{
     background-image:url(/content/skins/silver/files/bodyshadow.png);
}

.skin_headbg
{
    background-image:url(/content/skins/silver/files/headbg.gif);
}

.skin_head2bg
{
    background-image:url(/content/skins/silver/files/head2bg.gif);
}

.skin_menubg
{
    background-image:url(/content/skins/silver/files/menubg.gif);
}

.skin_itembg
{
    background-image:url(/content/skins/silver/files/itembg.gif);
}

.skin_item2bg
{
    background-image:url(/content/skins/silver/files/item2bg.gif);
}

.skin_footbg
{
    background-image:url(/content/skins/silver/files/headbg.gif);
}

.skin_logo
{
    background-image:url(/content/skins/silver/files/logo.png);
    background-repeat:no-repeat;
}


/* ///////////////////////////////////// */
/* control panel text styles */
.font_cpheader
{
}

.font_cpmenu
{
    color:#333333;
}

.font_cpbody
{
}

.font_cpmenufade
{
    color:#999999;
}

.font_cpbodyfade
{
    color:#999999;
}

.font_button
{
    color:#666666;
    font-size:14px;
}

.font_error
{
    color:#cc0000;
}

.font_feed_datestamp
{
    color:#333333;
}

.font_feed_calendar
{
    color:#666666;
}

.font_window
{
    color:#333333;
}

.font_highlighted
{
    color:#999999;
}


/* ///////////////////////////////////// */
/* control panel header href link syles */
a.link_cpheader:link
{
    color:#666666;
    text-decoration:none;
}

a.link_cpheader:visited
{
    color:#666666;
    text-decoration:none;
}

a.link_cpheader:hover
{
    color:#666666;
    text-decoration:underline;
}

a.link_cpheader:active
{
    color:#3D88BB;
    text-decoration:underline;
}

/* ///////////////////////////////////// */
/* control panel menu href link syles */
a.link_cpmenu:link
{
    color:#3D88BB;
    text-decoration:none;
}

a.link_cpmenu:visited
{
    color:#3D88BB;
    text-decoration:none;
}

a.link_cpmenu:hover
{
    color:#3D88BB;
    text-decoration:underline;
}

a.link_cpmenu:active
{
    color:#333333;
    text-decoration:underline;
}

/* ///////////////////////////////////// */
/* control panel body href link syles */
a.link_cpbody:link
{
    color:#3D88BB;
    text-decoration:none;
}

a.link_cpbody:visited
{
    color:#3D88BB;
}

a.link_cpbody:hover
{
    color:#3D88BB;
    text-decoration:underline;
}

a.link_cpbody:active
{
    color:#333333;
    text-decoration:underline;
}

/* ///////////////////////////////////// */
/* drop menu href link syles */
a.link_cpwindow:link
{
    color:#3D88BB;
    text-decoration:none;
}

a.link_cpwindow:visited
{
    color:#3D88BB;
    text-decoration:none;
}

a.link_cpwindow:hover
{
    color:#3D88BB;
    text-decoration:underline;
}

a.link_cpwindow:active
{
    color:#333333;
    text-decoration:underline;
}

/* ///////////////////////////////////// */
/* other element syles */

.skin_body{
    background-color:#e7e7e7;
    background-image:url(/content/skins/silver/files/bodybg.jpg);
    background-repeat:repeat-x;
}

.skin_screenshot
{
    border-width:2px !important;
    border-style:solid;
    border-color:#cccccc;
}

.skin_screenshot_selected
{
    border-width:2px;
    border-style:solid;
    border-color:#3D88BB;
}

.skin_textbox
{
    background-color:#ffffff; 
    border-color:#8cb6cd; 
    border-style:solid; 
    border-width:1px; 
    font-size:14px;
    color:#999999; 
    font-family: tahoma;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
}

.skin_textbox_fade
{
    background-color:#ffffff; 
    border-color:#8cb6cd; 
    border-style:solid; 
    border-width:1px; 
    font-size:14px;
    color:#cccccc; 
    font-family: tahoma;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
}

.skin_menu_textbox
{
    background-color:#ffffff; 
    border-color:#8cb6cd; 
    border-style:solid; 
    border-width:1px; 
    font-size:14px;
    color:#999999; 
    font-family: tahoma;
}

.skin_toolbar_textbox
{
    color:#666666;
    font-size:14px;
}

.skin_window_textbox
{
    background-color:#ffffff; 
    border-color:#8cb6cd; 
    border-style:solid; 
    border-width:1px; 
    font-size:14px;
    color:#999999; 
    font-family: tahoma;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
}

/* ///////////////////////////////////// */
/* popup box */
.skin_popup_border
{
    border-style:solid;
    border-width:2px;
    border-color:#ffffff;
}

.skin_popup_body
{
    border-style:solid;
    border-width:2px;
    border-color:#8cb6cd;
    background-color:#ffffff;
    background-image:url(/content/skins/silver/files/itembg.gif);
}

/* ///////////////////////////////////// */
/* help */
.skin_help{
    background-color:#d2e2ef;
    color:#006699;
}

.skin_help_head{
    background-color:#bfd8ed;
    color:#006699;
}

.skin_help_font{
    color:#006699;
}

.skin_help_arrowup{
    left:0px; top:0px;
}

.skin_help_arrowup_contain{
    width:37px; height:19px;
}

.skin_help_arrowdown{
    left:0px; top:-20px;
}

.skin_help_arrowdown_contain{
    width:37px; height:19px;
}

.skin_help_iconsmall{
    left:0px; top:-40px;
}

.skin_help_iconsmall_contain{
    width:7px; height:6px;
}

.skin_help_iconlarge{
    left:-8px; top:-40px;
}

.skin_help_iconlarge_contain{
    width:12px; height:10px;
}

.skin_help_close{
    left:-21px; top:-40px;
}

.skin_help_close_contain{
    width:10px; height:10px;
}

a.link_cphelp:link
{
    color:#cc3300;
    text-decoration:none;
}

a.link_cphelp:visited
{
    color:#cc3300;
    text-decoration:none;
}

a.link_cphelp:hover
{
    color:#cc0000;
    text-decoration:underline;
}

a.link_cphelp:active
{
    color:#cc0000;
    text-decoration:underline;
}


.skin_help_textbox
{
    color:#68acd2;
    background-color:#e6f0f8;
    height:16px; padding-left:2px;
    border-style:solid; border-width:1px; 
    border-color:#68acd2;
}

.skin_help_error{
    background-color:#ffcccc;
    color:#cc0000;
}


/* /////////////////////////////////////////////////////////////////////// */
/* control panel sprite DIVs */

/* contain = the container DIV holding the sprite DIV */
/* left & top = x & y positions within the sprite */
/* width & height = width & height of image within the sprite */
/* margin-top & margin-left = offset x & y position of image on the page */
/* /////////////////////////////////////////////////////////////////////// */

.skin_logo{
    left:-442px; top:-1px;
}

.skin_logo_contain{
    width:235px; height:41px;
}

/* ////////////////////////////////////////////////// */
/* MAIN MENU sprite DIVs */
.skin_headmenu_today{
    left:-4px; top:-1px;
}

.skin_headmenu_today_contain{
    width:51px; height:12px;
}

.skin_headmenu_today_over{
    left:0px; top:-42px;
}

.skin_headmenu_today_over_contain{
    width:59px; height:23px;
}

.skin_headmenu_people{
    left:-92px; top:-0px;
}

.skin_headmenu_people_contain{
    width:52px; height:14px;
}

.skin_headmenu_people_over{
    left:-87px; top:-42px;
}

.skin_headmenu_people_over_contain{
    width:61px; height:23px;
}

.skin_headmenu_universe{
    left:-185px; top:-0px;
}

.skin_headmenu_universe_contain{
    width:71px; height:14px;
}

.skin_headmenu_universe_over{
    left:-180px; top:-42px;
}

.skin_headmenu_universe_over_contain{
    width:80px; height:23px;
}

.skin_headmenu_clubs{
    left:-294px; top:-0px;
}

.skin_headmenu_clubs_contain{
    width:47px; height:14px;
}

.skin_headmenu_clubs_over{
    left:-290px; top:-42px;
}

.skin_headmenu_clubs_over_contain{
    width:54px; height:23px;
}

.skin_headmenu_heroes{
    left:-378px; top:-0px;
}

.skin_headmenu_heroes_contain{
    width:59px; height:14px;
}

.skin_headmenu_heroes_over{
    left:-374px; top:-42px;
}

.skin_headmenu_heroes_over_contain{
    width:66px; height:23px;
}

.skin_headmenu_music{
    left:-4px; top:-29px;
}

.skin_headmenu_music_contain{
    width:37px; height:11px;
}

.skin_headmenu_music_over{
    left:-0px; top:-70px;
}

.skin_headmenu_music_over_contain{
    width:45px; height:21px;
}

.skin_headmenu_video{
    left:-52px; top:-29px;
}

.skin_headmenu_video_contain{
    width:36px; height:11px;
}

.skin_headmenu_video_over{
    left:-48px; top:-70px;
}

.skin_headmenu_video_over_contain{
    width:45px; height:21px;
}

.skin_headmenu_photo{
    left:-98px; top:-29px;
}

.skin_headmenu_photo_contain{
    width:44px; height:11px;
}

.skin_headmenu_photo_over{
    left:-93px; top:-70px;
}

.skin_headmenu_photo_over_contain{
    width:52px; height:21px;
}

.skin_headmenu_design{
    left:-151px; top:-29px;
}

.skin_headmenu_design_contain{
    width:45px; height:11px;
}

.skin_headmenu_design_over{
    left:-146px; top:-70px;
}

.skin_headmenu_design_over_contain{
    width:54px; height:21px;
}

.skin_headmenu_culture{
    left:-205px; top:-29px;
}

.skin_headmenu_culture_contain{
    width:49px; height:11px;
}

.skin_headmenu_culture_over{
    left:-200px; top:-70px;
}

.skin_headmenu_culture_over_contain{
    width:59px; height:21px;
}

.skin_headmenu_blog{
    left:-266px; top:-29px;
}

.skin_headmenu_blog_contain{
    width:33px; height:11px;
}

.skin_headmenu_blog_over{
    left:-260px; top:-70px;
}

.skin_headmenu_blog_over_contain{
    width:43px; height:21px;
}

.skin_headmenu_career{
    left:-311px; top:-29px;
}

.skin_headmenu_career_contain{
    width:44px; height:11px;
}

.skin_headmenu_career_over{
    left:-306px; top:-70px;
}

.skin_headmenu_career_over_contain{
    width:52px; height:21px;
}

.skin_headmenu_shop{
    left:-364px; top:-29px;
}

.skin_headmenu_shop_contain{
    width:34px; height:11px;
}

.skin_headmenu_shop_over{
    left:-360px; top:-70px;
}

.skin_headmenu_shop_over_contain{
    width:41px; height:21px;
}

.skin_headmenu_help{
    left:-408px; top:-29px;
}

.skin_headmenu_help_contain{
    width:28px; height:11px;
}

.skin_headmenu_help_over{
    left:-403px; top:-70px;
}

.skin_headmenu_help_over_contain{
    width:35px; height:21px;
}


/* ////////////////////////////////////////////////// */
/* TOOL BAR sprite DIVs */

.skin_toolbar{
    height:41px;
}

.skin_toolbar_loginform{
    left:-0px; top:-92px;
}

.skin_toolbar_loginform_contain{
    width:457px; height:41px;
}

.skin_toolbar_login{
    left:-442px; top:-52px;
}

.skin_toolbar_login_contain{
    width:47px; height:34px;
}

.skin_toolbar_signup{
    left:-491px; top:-52px;
}

.skin_toolbar_signup_contain{
    width:46px; height:34px;
}

.skin_toolbar_members{
    left:-0px; top:-135px;
}

.skin_toolbar_members_contain{
    width:457px; height:41px;
}

.skin_toolbar_dashboard{
    left:-696px; top:-1px;
}

.skin_toolbar_dashboard_contain{
    width:65px; height:16px;
}

.skin_toolbar_content{
    left:-696px; top:-19px;
}

.skin_toolbar_content_contain{
    width:46px; height:16px;
}

.skin_toolbar_friends{
    left:-696px; top:-37px;
}

.skin_toolbar_friends_contain{
    width:40px; height:16px;
}

.skin_toolbar_social{
    left:-696px; top:-55px;
}

.skin_toolbar_social_contain{
    width:34px; height:16px;
}

.skin_toolbar_identity{
    left:-696px; top:-73px;
}

.skin_toolbar_identity_contain{
    width:55px; height:16px;
}

.skin_toolbar_settings{
    left:-637px; top:-55px;
}

.skin_toolbar_settings_contain{
    width:45px; height:16px;
}

.skin_toolbar_logout{
    left:-637px; top:-73px;
}

.skin_toolbar_logout_contain{
    width:46px; height:16px;
}

.skin_toolbar_search{
    left:-539px; top:-52px;
}

.skin_toolbar_search_contain{
    width:50px; height:34px;
}

.skin_toolbar_searchbg{
    left:-457px; top:-92px;
}

.skin_toolbar_searchbg_contain{
    width:304px; height:41px;
}

/* ////////////////////////////////////////////////// */
/* WINDOW sprite DIVs */

.skin_window_body{
    background-image:url(/content/skins/silver/files/windowbgt.gif);
    background-repeat:repeat-x;
    background-color:#fefefe;
}

.skin_window_foot{
    background-color:#fefefe;
    height:9px;
}

.skin_window_arrowdown{
    left:-497px; top:-166px;
}

.skin_window_arrowdown_contain{
    width:21px; height:11px;
}

.skin_window_arrowup{
    left:-498px; top:-153px;
}

.skin_window_arrowup_contain{
    width:22px; height:11px;
}

.skin_window_cornertl{
    left:-520px; top:-151px;
}

.skin_window_cornertl_contain{
    width:12px; height:13px;
}

.skin_window_cornertr{
    left:-535px; top:-151px;
}

.skin_window_cornertr_contain{
    width:13px; height:13px;
}

.skin_window_cornerbl{
    left:-520px; top:-166px;
}

.skin_window_cornerbl_contain{
    width:12px; height:13px;
}

.skin_window_cornerbr{
    left:-535px; top:-166px;
}

.skin_window_cornerbr_contain{
    width:13px; height:13px;
}

.skin_window_gripl{
    left:-606px; top:-147px;
}

.skin_window_gripl_contain{
    width:13px; height:31px;
}

.skin_window_gripr{
    left:-621px; top:-147px;
}

.skin_window_gripr_contain{
    width:13px; height:31px;
}

.skin_window_minimize{
    left:-577px; top:-147px;
}

.skin_window_minimizeover{
    left:-577px; top:-163px;
}

.skin_window_minimize_contain{
    width:15px; height:15px;
}

.skin_window_close{
    left:-593px; top:-147px;
}

.skin_window_closeover{
    left:-593px; top:-163px;
}

.skin_window_close_contain{
    width:14px; height:15px;
}

.skin_window_gripbg{
    background-image:url(/content/skins/silver/files/windowgripbg.png);
    background-repeat:repeat-x;
    height:31px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_window_grip{
    background-image:url(/content/skins/silver/files/windowgrip.png);
    background-repeat:repeat-x;
    height:29px;
    top:2px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_window_gripbody{
    background-image:url(/content/skins/silver/files/windowbg.png);
    background-repeat:repeat-x;
    background-color:#fefefe;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_window_shadowleft{
    background-image:url(/content/skins/silver/files/windowl.png);
    background-repeat:repeat-y;
    width:3px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_window_shadowright{
    background-image:url(/content/skins/silver/files/windowr.png);
    background-repeat:repeat-y;
    width:4px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_window_shadowtop{
    background-image:url(/content/skins/silver/files/windowt.png);
    background-repeat:repeat-x;
    height:3px;
    behavior: url(/scripts/iepngfix.htc);
}

.skin_window_shadowbottom{
    background-image:url(/content/skins/silver/files/windowb.png);
    background-repeat:repeat-x;
    height:4px;
    behavior: url(/scripts/iepngfix.htc);
}



/* ////////////////////////////////////////////////// */
/* FOOTER sprite DIVs */
.skin_footer_head{
    left:-0px; top:-209px;
}

.skin_footer_head_contain{
    width:762px; height:35px;
}

.skin_footer_bg{
    background-image:url(/content/skins/silver/files/footbg.gif);
    background-repeat:repeat-x;
    background-color:#fcfcfc;
    width:753px;
}

.skin_footer_shadowleft{
    background-image:url(/content/skins/silver/files/footshadowleft.png);
    background-repeat:repeat-y;
    behavior: url(/scripts/iepngfix.htc);
    width:5px;
}

.skin_footer_shadowright{
    background-image:url(/content/skins/silver/files/footshadowright.png);
    background-repeat:repeat-y;
    behavior: url(/scripts/iepngfix.htc);
    width:4px;
}

.skin_footer_foot{
    left:-0px; top:-245px;
}

.skin_footer_foot_contain{
    width:762px; height:15px;
}

.skin_font_footerhead{
    font-size:14px;
    color:#999999;
}

.skin_font_footertext{
    font-size:14px;
    color:#777777;
}

a.skin_link_footer:link{
    font-size:12px;
    color:#777777;
}

a.skin_link_footer:visited{
    font-size:12px;
    color:#666666;
}

a.skin_link_footer:hover{
    font-size:12px;
    color:#333333;
}

/* ////////////////////////////////////////////////// */
/* CHAT BAR style */
.skin_chat_bg{
    left:-0px; top:-178px;
}

.skin_chat_bg_contain{
    width:762px; height:31px;
}

.skin_icon_skinswitcher{
    left:-459px; top:-134px;
}

.skin_icon_skinswitcher_contain{
    width:20px; height:20px;
}

.skin_icon_window{
    left:-459px; top:-154px;
}

.skin_icon_windowover{
    left:-472px; top:-154px;
}

.skin_icon_windowsel{
    left:-485px; top:-154px;
}

.skin_icon_window_contain{
    width:11px; height:18px;
}

.skin_icon_window_arrowleft{
    left:-559px; top:-136px;
}

.skin_icon_window_arrowleft_contain{
    width:10px; height:7px;
}

.skin_icon_window_arrowright{
    left:-571px; top:-136px;
}

.skin_icon_window_arrowright_contain{
    width:10px; height:7px;
}

.skin_icon_chatstatus1{
    left:-483px; top:-135px; 
}

.skin_icon_chatstatus1_contain{
    width:12px; height:12px;
}

.skin_icon_chatstatus2{
    left:-498px; top:-135px; 
}

.skin_icon_chatstatus2_contain{
    width:12px; height:12px;
}

.skin_icon_chatstatus3{
    left:-513px; top:-135px; 
}

.skin_icon_chatstatus3_contain{
    width:12px; height:12px;
}

.skin_icon_chatstatus4{
    left:-528px; top:-135px; 
}

.skin_icon_chatstatus4_contain{
    width:12px; height:12px;
}

.skin_icon_chatstatus5{
    left:-543px; top:-135px; 
}

.skin_icon_chatstatus5_contain{
    width:13px; height:12px;
}

/* ////////////////////////////////////////////////// */
/* TOOLTIP style */
.skin_tooltip_tip{
    left:-460px; top:-155px; 
}

.skin_tooltip_tip_contain{
    width:27px; height:22px;
}

.skin_tooltip{
    background-color:#eeeeee;
    border-color:#999999;
    border-width:1px;
    border-style:solid;
}

.skin_tooltip_font{
    color:#666666;
}

.skin_tooltip_screenshot{
    border-style:solid;
    border-width:1px;
    border-color:#999999;
}

/* ////////////////////////////////////////////////// */
/* CONTROL PANEL sprite DIVs */
.skin_headcornerleft
{
    left:-88px; top:-112px;
}

.skin_headcornerleft_contain
{
    width:12px; height:40px;
}

.skin_headcornerright
{
    left:-101px; top:-112px;
}

.skin_headcornerright_contain
{
    width:12px; height:40px;
}

.skin_footcornerleft
{
    left:-88px; top:-155px;
}

.skin_footcornerleft_contain
{
    width:12px; height:40px;
}

.skin_footcornerright
{
    left:-101px; top:-155px;
}

.skin_footcornerright_contain
{
    width:12px; height:40px;
}

.skin_button1
{
    left:0px; top:-207px;
}
.skin_button1_contain
{
    width:78px; height:33px;
}

.skin_button1_over
{
    left:0px; top:-242px;
}
.skin_button1_over_contain
{
    width:78px; height:33px;
}

.skin_button2
{
    left:0px; top:-276px;
}
.skin_button2_contain
{
    width:78px; height:25px;
}

.skin_button2_over
{
    left:0px; top:-303px;
}
.skin_button2_over_contain
{
    width:78px; height:25px;
}

.skin_icon_learn
{
    left:-42px; top:-59px;
}
.skin_icon_learn_contain
{
     top:12px; width:16px; height:16px;
}

.skin_icon_plus
{
    left:-6px; top:-143px;
}

.skin_icon_plus_over
{
    left:-6px; top:-173px;
}

.skin_icon_plus_contain
{
    width:13px; height:13px;
}

.skin_icon_minus
{
    left:-6px; top:-129px;
}

.skin_icon_minus_over
{
    left:-6px; top:-159px;
}

.skin_icon_minus_contain
{
    width:13px; height:13px;
}

.skin_icon_up
{
    left:-20px; top:-129px;
}

.skin_icon_up_over
{
    left:-20px; top:-159px;
}

.skin_icon_up_contain
{
    width:13px; height:13px;
}

.skin_icon_down
{
    left:-20px; top:-143px;
}

.skin_icon_down_over
{
    left:-20px; top:-173px;
}

.skin_icon_down_contain
{
    width:13px; height:13px;
}

.skin_icon_close
{
    left:-2px; top:-191px;
}

.skin_icon_close_over
{
    left:-18px; top:-191px;
}

.skin_icon_close_contain
{
    width:14px; height:14px;
}

.skin_menu_cornerleft
{
    left:-91px; top:-61px;
}

.skin_menu_cornerleft_contain
{
    width:12px; height:9px;
}

.skin_menu_cornerright
{
    left:-104px; top:-61px;
}

.skin_menu_cornerright_contain
{
    width:12px; height:9px; 
}

.skin_menu_arrow1
{
    left:-89px; top:-37px;
}

.skin_menu_arrow1_contain
{
    width:17px; height:10px; 
}

.skin_menu_arrow2
{
    left:-89px; top:-48px;
}

.skin_menu_arrow2_contain
{
    width:17px; height:10px; 
}

/* ////////////////////////////////////////////////// */
/* ICON SET sprite DIVs */
.skin_menu_link
{
    left:-44px; top:-123px;
}

.skin_menu_link_contain{
    width:18px; height:17px;
    margin-left:-4px; margin-top:-6px;
}

.skin_menu_video
{
    left:-65px; top:-155px;
}

.skin_menu_video_contain
{
    width:17px; height:16px;
}

.skin_menu_photo
{
    left:-44px; top:-172px;
}

.skin_menu_photo_contain
{
    width:16px; height:16px;
}

.skin_menu_subscribe
{
    left:-24px; top:-59px;
}

.skin_menu_subscribe_contain
{
    width:16px; height:16px;
}

.skin_menu_chat
{
    left:-1px; top:-36px;
}

.skin_menu_chat_contain
{
     width:20px; height:19px;
}

.skin_menu_activity
{
    left:-42px; top:-36px;
}

.skin_menu_activity_contain
{
    width:20px; height:19px;
}

.skin_menu_identity
{
    left:-24px; top:-35px;
}

.skin_menu_identity_contain
{
    width:16px; height:20px;
}

.skin_menu_profile
{
    left:-2px; top:-57px;
}

.skin_menu_profile_contain
{
    width:18px; height:24px;
}

.skin_menu_filegroup
{
    left:-3px; top:-82px;
}

.skin_menu_filegroup_contain
{
    width:18px; height:20px;
}

.skin_menu_file
{
    left:-26px; top:-82px;
}

.skin_menu_file_contain
{
    width:15px; height:17px;
}

.skin_menu_filetorn
{
    left:-46px; top:-82px;
}

.skin_menu_filetorn_contain
{
    width:15px; height:17px;
}

.skin_menu_webpage
{
    left:-6px; top:-105px;
}

.skin_menu_webpage_contain
{
    width:15px; height:17px;
}

.skin_menu_webpagesearch
{
    left:-23px; top:-105px;
}

.skin_menu_webpagesearch_contain
{
    width:18px; height:23px;
}

.skin_menu_star
{
    left:-46px; top:-105px;
}

.skin_menu_star_contain
{
    width:15px; height:13px;
}

.skin_menu_arrowup
{
    left:-62px; top:-175px;
}

.skin_menu_arrowup_contain
{
    width:10px; height:13px;
}

.skin_menu_arrowdown
{
    left:-73px; top:-175px;
}

.skin_menu_arrowdown_contain
{
    width:10px; height:13px;
}

.skin_menu_arrowright
{
    left:-55px; top:-190px;
}

.skin_menu_arrowright_contain
{
    width:13px; height:10px;
}

.skin_menu_arrowleft
{
    left:-69px; top:-190px;
}

.skin_menu_arrowleft_contain
{
    width:13px; height:10px;
}

.skin_arrowback
{
    left:-83px; top:-200px;
}

.skin_arrowback_contain
{
    width:7px; height:13px;
}

.skin_arrownext
{
    left:-94px; top:-200px;
}

.skin_arrownext_contain
{
    width:7px; height:13px;
}

.skin_arrowbackover
{
    left:-83px; top:-214px;
}

.skin_arrowbackover_contain
{
    width:7px; height:13px;
}

.skin_arrownextover
{
    left:-94px; top:-214px;
}

.skin_arrownextover_contain
{
    width:7px; height:13px;
}

.skin_calendar
{
    left:-88px; top:-88px;
}

.skin_calendar_contain
{
    width:22px; height:22px;
}

.skin_signature
{
    left:-0px; top:-330px;
}

.skin_signature_contain
{
    width:129px; height:41px;
}

.skin_menu_btnactivity
{
    left:-662px; top:-154px;
}

.skin_menu_btnactivity_over
{
    left:-686px; top:-154px;
}

.skin_menu_btnactivity_contain
{
    width:24px; height:23px;
}

.skin_menu_bigactivity
{
    left:-712px; top:-137px;
}

.skin_menu_bigactivity_contain
{
    width:50px; height:41px;
}



/* ////////////////////////////////////////////////// */
/* ACTIVITY ICONS */

.skin_act_msg
{
    left:-64px; top:-36px;
}

.skin_act_msg_contain
{
    width:18px; height:12px;
    margin-top:2px;
    margin-left:-2px;
}

.skin_act_comment
{
    left:-64px; top:-49px;
}

.skin_act_comment_contain
{
    width:18px; height:17px;
}

.skin_act_remind
{
    left:-64px; top:-67px;
}

.skin_act_remind_contain
{
    width:17px; height:17px;
    left:3px !important;
}

.skin_act_invite
{
    left:-63px; top:-86px;
}

.skin_act_invite_contain
{
    width:20px; height:19px;
    margin-left:-4px;
}

.skin_act_respect
{
    background-image:url(/content/images/rpoint2.png);
    behavior: url(/scripts/iepngfix.htc);
}

.skin_act_respect_contain
{
    width:16px; height:20px;
}

.skin_act_award
{
    left:-43px; top:-37px;
}

.skin_act_award_contain
{
    width:14px; height:18px;
}

.skin_act_identity
{
    left:-67px; top:-109px;
}

.skin_act_identity_contain
{
    width:13px; height:17px;
    margin-left:1px;
}

.skin_act_web
{
    left:-65px; top:-129px;
}

.skin_act_web_contain
{
    width:16px; height:18px;
}

.skin_act_rennder
{
    left:-44px; top:-142px;
}

.skin_act_rennder_contain
{
    width:15px; height:10px;
}

.skin_icon_rennder
{
    left:-82px; top:-289px;
}

.skin_icon_rennder_contain
{
    width:24px; height:15px;
}

.skin_icon_facebook
{
    left:-82px; top:-229px;
}

.skin_icon_facebook_contain
{
    width:16px; height:16px;
}

.skin_icon_twitter
{
    left:-82px; top:-248px;
}

.skin_icon_twitter_contain
{
    width:16px; height:16px;
}

.skin_icon_myspace
{
    left:-82px; top:-269px;
}

.skin_icon_myspace_contain
{
    width:16px; height:16px;
}