/* PaymentKeys.com 
Payment Manager*/

.currentItemsRowOdd {
    height: 21px; 
    border-top: solid 1px #E7E7E7; 
    background-color: #F7F7F7;
}

.currentItemsRowEven 
{
    height: 21px; 
    border-top: solid 1px #E7E7E7; 
    background-color: #FFFFFF;
}

.popup_TopLeft { background-image:url(../paymentsite/images/HelpPnl_TL.png); height:6px; width:6px; }
.popup_TopRight { background-image:url(../paymentsite/images/HelpPnl_TR.png); height:6px; width:6px; }
.popup_BottomLeft { background-image:url(../paymentsite/images/HelpPnl_BL.png); height:6px; width:6px; }
.popup_BottomRight { background-image:url(../paymentsite/images/HelpPnl_BR.png); height:6px; width:6px; }
.popup_Background { background-color:#fff; }

.radialbox {
    border:none;
    border-radius:5px;
    background-color: #FFF;
    padding:10px;
}