﻿/*
*   arrowPanel
*   author: ronglin
*   create date: 2010.06.17
*/

.kb-arrowPanel
{
    position: absolute;
    background-color: #f0f0f0;
    border: 2px solid #4282C3;
    color: #333333;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 5;
}

.kb-arrowPanel .kb-head
{
    padding-left: 4px;
    padding-right: 2px;
    font-size: 12px;
    color: #000;
    cursor: move;
    line-height: 1.5;
    border-bottom: 1px solid #aaa;
    background-color: #d0def0;
}

.kb-arrowPanel .kb-title
{
    margin-right: 10px;
    line-height:1.5;
}

.kb-arrowPanel .kb-close
{
    float: right;
    cursor: pointer;
    color: Red;
    font-size:14px;
    line-height:1.2;
    font-family: Verdana, Arial;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}

.kb-arrowPanel .kb-body
{
    margin: 2px;
    height: 100%;
}

.kb-arrowPanel .kb-arrow
{
    position: absolute;
    top: -16px;
    width: 32px;
    height: 16px;
    background-image: url("images/top_arrow.gif");
}

.kb-arrowPanel.kb-twinkle .kb-head
{
    background-color: #4282C3;
}
.kb-arrowPanel.kb-twinkle .kb-arrow
{
    background-image:url("images/top_arrow_hl.gif");
}