﻿
.rounded-panel {
    margin: 0px;
    padding: 0px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 2px;
}

.rounded-panel .top-header 
{
    background-color: white;
    height: 23px;
    padding-left: 10px;
}

    .rounded-panel .top-header-center {
        color: #007AC3;
        font-size: 18px;
        font-weight: bold;
        padding-left: 10px;
    }

.rounded-panel .top-header-center span
{
    position: relative;
    z-index: 999;
    top: -3px;
}

.rounded-panel .content
{
    background-color: White;
}
.rounded-panel .content-body
{
    padding: 10px;
    height: auto;
}



.roundedPanelTable {
    border-collapse: collapse;
    padding: 0;
    border-spacing: 0;
    width: 100%;
}

 

.rpMainTitle {
    cursor: move;
}

 

.roundedPanelTitle {
    display: block;
    float: left;
}
