﻿

/* ---------- The notepad ---------- */

div#note
{
    font-family: Serif;
    color: #385194;
}

div#note a
{
    color: #b33f3f;
    text-decoration: underline;
}

div.noteheader
{
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    background: url('Images/NoteHead.png');
    padding: 20px 10px 5px 10px;
}

div.notebody
{
    background: url('Images/NoteBody.png');
    padding: 0;
    margin: 0;
    line-height: 20px !important;
    padding: 0 10px 20px 10px;
    margin: 0;
    font-size: 13px;    
}

div.notefooter
{
    background: #faf9ee;
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    padding: 10px 10px 1px 10px;
    min-height: 20px;
}

div.notefooter p, div.noteheader p { padding: 0; }

div.noteheader p.notedate { margin: 5px 0 0 0; font-size: 10px; }

div.noteheader h2
{
    padding: 0;
    margin: 0;
    font-size: 16px;
}

div#note blockquote.quote { background: #e9e9dd !important; }
div#note blockquote.quote blockquote.quote { background: #d8d8cc !important; }
div#note blockquote.quote blockquote.quote blockquote.quote { background: #c7c7bb !important; }
div#note blockquote.quote blockquote.quote blockquote.quote { background: #b6b6aa !important; }

/* ---------- Some special items ---------- */

div.whiteBox
{
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 10px;
    background: #fff;
}

div.characterPresentation { width: 485px; min-height: 136px; overflow: hidden; }

div.characterAchievements 
{ 
    margin: -10px -5px 0 -5px;
    float: left;
}

div.artistAwards 
{ 
    margin: -10px -5px 0 0;
    float: right;
}

div.entityLogo { height: 66px; }
div.entityLogoNoImg { background-image: url('Images/bgr_mediumfade.png'); background-repeat: repeat-x; background-color: #555; color: #fff; text-align: center; padding: 20px 0; }

/* ---------- Fix for diary events ---------- */

ul.diaryExtraspace li { margin-bottom: 10px !important; }
ul.diaryExtraspace > li:last-of-type { margin-bottom: 0 !important; }

/* ---------- Interact box ---------- */

div.interactHolder
{
    float: left; 
    margin-right: 10px !important; 
    width: 465px;
}

div.interactBoxFix
{
    min-height: 136px;
}

div.interactPortrait
{
    width: 114px;
    float: left;
    margin-right: 10px;
}

div.interactPortrait div.avatar
{
    float: none;
    margin-bottom: 10px;
}

/* ---------- Logged in image ---------- */

div.defaultGreeting 
{ 
    background: url('../../Static/Images/News/NewsDesk.jpg') no-repeat 0 0; 
    height: 228px; 
    padding: 15px 15px 15px 10px; 
    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    margin-bottom: 15px;
}

/* ---------- Charts ---------- */

div.chartsMain
{
    background-image: url('../../Static/Images/Charts/MetalManStrikesPose.jpg');
    padding: 15px 15px 15px 10px; 
    color: #fff;
    border-radius: 7px; 
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    margin-bottom: 15px;
    height: 358px; 
}

div.chartsMain a { color: #fff; }

/* ---------- Popoutmenu ---------- */

div.popoutmenu
{
    display: none;
    position: absolute;
    padding: 10px;
    background: #ffcc00;
    text-align: left;
    -webkit-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    border-radius: 0 7px 7px 7px;
}

div.popoutmenu a, div.popoutmenu img { display: block; }

/* ---------- Bug preview ---------- */

div.bugPreview
{
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    text-align: left;
    width: 400px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

div.bugPreview a, div.bugPreview img { display: block; }

/* ---------- Box for icon selection on add shortcut page ---------- */

div.iconbox
{
    background: #fff;
    border: 1px solid #999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 10px;
    padding: 10px 10px 0 10px;
    overflow: auto;
}

div.iconbox div
{
    float: left;
    width: 44px;
    margin: 0 0 14px 0;
}

/* ---------- Avatar maker ---------- */

div.avatarMaker
{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}

div.avatarMaker h2
{
    margin: -10px 0 0 0 !important;
}

div.avatarMaker p.actionbuttons
{
    padding-right: 10px;
}

/* ---------- Portrait fixes ---------- */

div.portraitBox 
{
    float: none;
    clear: left;
}

div.portraitBox div.avatar
{
    float: left;
    margin: 0 10px 10px 0;
}

/* ---------- Live feed ---------- */

div#livefeedupdate
{
    background: url('Images/ajax-loader.gif') no-repeat;
    color: #666;
    display: none;
    font-style: italic;
    padding: 1px 0 5px 20px;
    margin-top: 10px;
}

/* ---------- Under construction ---------- */

div.underconstruction
{
    margin: 0 20px 15px 20px;
    padding: 10px;
    text-align: center;
    background: #ffcc00;
    border: 3px dashed #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
}

/* ---------- Family tree ---------- */

div.familyTreeRow
{
    clear: both;
}

div.familyTreePortrait
{
    float: left;
    margin: 0 10px 10px 0;
    width: 114px;
}

div.familyTreePortrait div.avatar { float: none; margin-bottom: 5px; }
div.familyTreePortrait p { margin-bottom: 0; }

/* ---------- Beta stuff ---------- */

span.new, li.new
{
    background: #ffcc00;
}

/* ---------- Toggle all link for use with jQuery ---------- */

a.toggleall { cursor: pointer; }

/* ---------- Forum special quotes ---------- */

div.tbcg blockquote.quote, div.tbcy blockquote.quote { background: #fff; }

/* ---------- Adoptions ---------- */

div.adoptionarrow
{
    width: 114px;
    height: 52px;
    margin: 10px 0;
    background: url('Images/DownArrow_Big.png');
    background-position: center;
    background-repeat: no-repeat;
}

/* ---------- Signup ---------- */

h3.signup 
{
    font-size: 15px !important;
}

div.signupBox 
{
    color: #fff; 
    /*height: 250px; 
    max-height: 250px; */
    overflow: auto;
    padding:15px;
}

div.signupError 
{
    background-color: #CC0000;
    color: #FFFFFF;
    font-weight: bold;
}

div.scrollableBox
{
    width: 95%;
    height: 150px;
    overflow: scroll;
    border: 1px solid #999;
    padding: 5px;
    margin-bottom: 15px;
}

/* ---------- Facebook badge ---------- */

div.facebookBadge 
{
    padding: 0 !important;
    overflow: auto;
}

/* ---------- Info box ---------- */

div.infoBox 
{
    position: absolute;
    max-width: 250px;
    background: #fff;
    padding: 5px 10px 10px 10px;        
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;    
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
    cursor: pointer;
}

div.infoBox div.pointer
{
    width: 25px;
    height: 5px;
    background: url("Images/InfoBoxPointer.png") no-repeat;
    position: relative;
    top: -10px;
    z-index: 99;
    left: -13px;
}

div.infoBox div.owner 
{
    display: none;
}