﻿/* 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-exlimation
{
    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;
}

/* ///////////////////////////////////// */
/* control panel body 2 href link syles */
a.link-cpbody2:link
{
    color:#3D88BB;
    text-decoration:none;
}

a.link-cpbody2:visited
{
    color:#3D88BB;
}

a.link-cpbody2:hover
{
    color:#3D88BB;
    text-decoration:underline;
}

a.link-cpbody2: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:-2px; margin-top:0px;
}

.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;
     margin-left:-2px;
}

.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-chart
{
    left:-66px; top:-87px;
}

.skin-menu-chart-contain
{
    width:15px; height:17px;
}

.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;
}
