/*
 * RP Debug related style sheet
 */
#rp_debug_bar
{
    position: relative;
    top:0px;
    height:26px;
    width: 100%;
    left:0px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    font-family: tahoma arial trebuchet ms;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: none;
    margin-bottom: 10px;
}
.control_bar
{
    padding-left: 10px;
    vertical-align: middle;
    height: 25px;
}
.rpdb_cntrl
{
    font-family: tahoma arial trebuchet ms;
    font-size: 12px;
    vertical-align: middle;
}
#rp_debug_bar_bg
{
    background-color: black;
    width: 100%;
    top:0px;
    height: 25px;
    position: absolute;
    z-index: 1;
}
.download
{
    background-color:white;
    background-image:url(images/import_normal_16.png);
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    display:inline;
    height:16px;
    width:20px;
    padding-bottom:7px;
}

