
/* ****************************************** */
/* TOOLBAR                                    */
/* ****************************************** */
     
     .toolbar {
        background      : #666688;
        border-top      : 2px solid #CCCCEE;
        border-left     : 2px solid #CCCCEE;
        border-right    : 2px solid #222244;
        border-bottom   : 2px solid #222244;
        margin-top      : 4px;
     }
     
     .tool_pet_name {
        color           : #FFFFFF;
        font-weight     : bold;
        font-size       : 120%;
     }
     
     .tool_pet_name a {
        color           : #CCCCFF;
        text-decoration : none;
     }
     
     .tool_pet_name a:hover {
        color           : #8888FF;
        text-decoration : none;
     }
     
     .toolbar input {
        border          : 1px solid #330000;
        background      : #FFFFDD;
        padding         : 1px 2px 2px 2px;
     }
     
     .chrome .toolbar input {
        padding         : 3px 6px;
     }
     
     .toolbar select {
        border          : 1px solid #330000;
        background      : #FFFFDD;
        padding-bottom  : 1px;
     }
     
     .toolbar input[type=submit] {
        border          : 1px solid #330000;
        background      : #EEEEFF;
        padding         : 0px 2px 1px 2px;
     }
     
     .chrome .toolbar input[type=submit] {
        padding         : 2px 6px;
     }
     
     .toolbar input[type=submit]:hover {
        background      : #2222FF;
        color           : #FFFFFF;
     }
     
     a.toolbar_help_link_35, a.toolbar_help_link_35:hover {
        width           : 35px;
        height          : 35px;
        display         : inline-block;
        color           : transparent;
        background      : url('/images/icons/bbking_icon.35.png');
        padding         : 0px;
        margin          : 0px;
        text-align      : middle;
        line-height     : 35px;
     }
     
     a.toolbar_help_link_16, a.toolbar_help_link_16:hover {
        width           : 16px;
        height          : 16px;
        display         : inline-block;
        color           : transparent;
        background      : url('/images/icons/bbking_icon2.16.png');
        padding         : 0px;
        margin          : 0px;
        text-align      : middle;
        line-height     : 16px;
     }
     
     a.toolbar_help_link_20, a.toolbar_help_link_20:hover {
        width           : 20px;
        height          : 20px;
        display         : inline-block;
        color           : transparent;
        background      : url('/images/icons/bbking_icon.20.png');
        padding         : 0px;
        margin          : 0px;
        text-align      : middle;
        line-height     : 20px;
     }
