/*
 * Prerequisite:
 * 1. basic.css
*/


/*
 * Central Notice for AJAX loading
*/
#centralNotice{
    position: fixed!important;
    position: absolute;
    z-index: 2147483647;
    border: 1px solid #eee;
    border-top: none;
}
#centralNotice .inner{
    background: #FFF6BF url(./images/notice-bg.png) left bottom repeat-x;
    border: 1px solid #FFC62A;
    border-top: none;
}
#centralNotice .content{
    padding: 0 10px 0 30px;
    text-align: left;
    font-size:12px;
    font-weight: bold;
    font-family:verdana;
    line-height:24px;
    color: #000;
    background:url(./images/ajax-loader.gif) no-repeat 8px 50%;
}

/*
 * Pop-up Window
 * Copyright (c) 2009 Allen Dog & Diigo System.
*/
#popWindowShadow{
    border: none;
    position: absolute;
}
#diigoPopWindow{
    width: 400px;
    font-size: 12px;
    padding: 7px;
    position: absolute;
    background: url(./images/alpha-bg.png);
    text-align: left;
    -moz-box-shadow: 0 3px 7px #bbb;
    -webkit-box-shadow: 0 3px 7px #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#diigoPopWindowInner{
    background-color: #f9f9f9;
}
#wTop{
    background: #e4e9f3 url(./images/bar-bg.png) left bottom repeat-x;
    height: 26px;
    border-bottom: 1px solid #bbb;
}
#wTitle{
    margin:0;
    padding:0;
    line-height: 26px;
    color: #333;
    text-indent: 7px;
    font-size: 13px;
    text-shadow: #fff 0 1px 0;
}
#wContent{
    border-top: 1px solid #f3f3f3;
    padding: 10px 7px;
}
#wNoticer{
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
#wOptions{
    padding: 10px;
    text-align: right;
}
#wOptions input{
    font-size: 13px;
    font-family: arial;
    padding: 3px 7px;
}
#wSubmit{
    font-weight: bold;
    margin-right: 10px;
}
#wCancel{
    margin-right: 10px;
}
.wSuccess{
    color: #00cc00;
}
.wFailed{
    color: #cc0000;
}
.wLoading{
    color: #ff9900;
}
#wCloseLink{
    float: right;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 6px;
    color: #fff;
}




/*
 * Avatar Pop-up window
 * Copyright (c) A.D. & Diigo Inc.
 * Author: A.D.(allenbobo@gmail.com) 2009-8-25
*/
#avatarPopupLoading{
    background: url(./images/ajax-loader.gif) 0 0 no-repeat;
    height: 16px;
    position:absolute;
    width: 16px;
}
#avatarPopupWindow{
    position:absolute;
    width:320px;
}
#avatarPopupWindow .top{
    background: url(./images/avatar-pop-up-top.png) left bottom no-repeat;
    height:6px;
}
#avatarPopupWindow .content{
    background: url(./images/avatar-pop-up-middle.png) left top repeat-y;
}
#avatarPopupWindow .content .inner{
    margin: 0 11px 0 8px;
}
#avatarPopupWindow .bottom{
    background: url(./images/avatar-pop-up-bottom.png) left top no-repeat;
    height: 10px;
}
#avatarPopupWindow .navi{
    background-color:#F7F7F7;
    border-bottom: 1px solid #CCC;
    height:22px;
    line-height:22px;
    overflow: hidden;
}
#avatarPopupWindow .promptNaviLink{
    border-right: 1px solid #ccc;
    display: block;
    float: left;
    width: 80%;
}
#avatarPopupWindow .moreNavi{
    border-left: 1px solid #fff;
    float: left;
    width: 19%;
}
#avatarPopupWindow .leftPart{
    border: 1px solid #fff;
    float: left;
    width: 100px;
}
#avatarPopupWindow .leftPart .avatarFrame{
    background-color: #000;
    width:96px;
    margin:0;
    min-height: 96px;
    overflow:hidden;
}
#avatarPopupWindow .leftPart .avatarFrame img{
    width: 96px;
}
#avatarPopupWindow .leftPart .followButton{
    background: #f5f5f5 url(./images/button-bg-2.png) left bottom repeat-x;
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-weight: 700;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-top: 1px;
    width: 94px;
}
#avatarPopupWindow .leftPart .followButton:hover{
    color: #0044cc;
    text-decoration: none;
}
#avatarPopupWindow .rightPart{
    color: #666;
    margin-left: 105px;
    padding: 5px;
    text-align: left;
}
#avatarPopupWindow .rightPart .realname{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 2;
}
#avatarPopupWindow .rightPart .realname b{
    background: url(./images/online-status.gif) 0 -9px no-repeat;
    display:block;
    float: left;
    height: 9px;
    margin: 9px 5px 0 0;
    width: 9px;
}
#avatarPopupWindow .rightPart .realname b.on{
    background-position: 0 0;
}
#avatarPopupWindow .rightPart .aboutme{
    font-size: 12px;
    margin-left: 13px;
    margin-right: 5px;
    overflow: hidden;
}
#avatarPopupWindow .rightPart .accountInfo{
    font-size: 12px;
    margin-left: 5px;
}
#avatarPopupWindow .followingMark{
    border: 1px solid #ddd;
    font-weight: 700;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 1px 0 0 0;
    width: 94px;
}


/*
 * Diigo Tool Tip
 * Copyright (c) A.D. & Diigo Inc.
 * Author: A.D.(allenbobo@gmail.com) 2010-8-17
*/

#diigoToolTipWindow{
    position:absolute;
    width:320px;
}
#diigoToolTipWindow .top{
    background: url(./images/avatar-pop-up-top.png) left bottom no-repeat;
    height:6px;
}
#diigoToolTipWindow .content{
    background: url(./images/avatar-pop-up-middle.png) left top repeat-y;
}
#diigoToolTipWindow .content .inner{
    padding: 5px 20px 5px 20px;
    text-align: left;
}
#diigoToolTipWindow .bottom{
    background: url(./images/avatar-pop-up-bottom.png) left top no-repeat;
    height: 10px;
}
a.diigoToolTip p{
    display:none;
}


/*
 * Remove Promotions
 *--------------------------------------------------------------------------*/

.removePromotionsContent{
   font-weight: bold;
   padding: 0 10px;
   line-height: 2;
}