
label.MyLabelStyle.riLabelxx {
    font-family: Sans-Serif;
    font-size: 12px;
    text-align: right;
}

.RadListBox_Default .rlbGroup {
    background-color: transparent !important;
    border: none !important;
}
        
.RadListBox_Default .rlbSelected {
    background-color: transparent !important;
    border: none !important;
}
        
.RadListBox_Default li.rlbItem {
    background-color: transparent !important;
}


* + html .rcSingle a.rcCalPopup
{
    position: static;
}

.newLabel {
    font-family: "segoe ui", arial, sans-serif;
    font-size: 12px;
    text-align: right;
}

.labelTelerik {
    font-family: "segoe ui", arial, sans-serif;
    font-size: 12px;
    margin-right: 2px;
}

.rowGap10 {
	padding-bottom: 10px;
}

.rowGap20 {
	padding-bottom: 20px;
}

.readOnly {
    background-color: transparent;
    border: none;
    color: Blue;
    padding-bottom: 2px;
    font-size: 24px;
    text-align: center;
}

.qsf-demo-canvas .qsf-fb,
.qsf-demo-canvas .qsf-results {
     margin: 10px;
     padding: 10px;
     width: 340px;
     min-height: 150px;
     border: 5px solid #9b9994;
     background: #ffffff;
     float: left;
}
 
#ValidFiles span, #InvalidFiles span {
     display: block;
}
.ErrorHolder {
     width: 250px;
     border: solid 5px #955e0d;
     background: #ff9600 url( '../images/warning.png' ) no-repeat 10px 10px;
     padding: 20px 10px 30px 70px;
     display: none;
}

.gridHeader caption {
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}   

.deleteImageButton
{
    cursor: hand;
    background: url( '../images/Delete.gif' ) no-repeat 11px 11px;
    text-align: center;
}

.padTopAndBottomBy3 {
    padding-top: 3px;
    padding-bottom: 3px;
}

