﻿.RadDock {
    height: auto !important;
}
.rdContent {
    height: auto !important;
}
.RadGrid {
    border: 0px;
}
.rgMasterTable {
    border: #555555 1px solid;
    border-collapse: collapse;
}
.rgRow.changed, .rgAltRow.changed, .rgSelectedRow.changed {
    background-color: #666633 !important;
}
.rgRow td.changed, .rgAltRow td.changed, .rgSelectedRow td.changed {
    background-color: #666633 !important;
}
.rgRow td.going-up, .rgAltRow td.going-up, .rgSelectedRow td.going-up {
   color: rgb(58, 187, 166) !important
}
.rgRow td.going-down, .rgAltRow td.going-down, .rgSelectedRow td.going-down {
    color: #ff6666 !important;
}
.rgRow td.buys {
    color: rgb(58, 187, 166) !important
    
}
.rgAltRow td.buys {
    color: rgb(58, 187, 166) !important
    
}
.rgSelectedRow td.buys {
    color: rgb(58, 187, 166) !important
    
}
.rgRow td.sells {
    color: #ff6666 !important
   
}
.rgAltRow td.sells {
    color: #ff6666 !important
    /*color: #e5dae8 !important;*/
}
.rgSelectedRow td.sells {
    color: #ff6666 !important
    /*color: #e5dae8 !important;*/
}
.RadToolBar .rtbItemHovered .rtbIn {
    color: #e0e0e0 !important;
}
a.rwPopupButton .rwInnerSpan {
    width: 45px;
    text-align: center;
    outline: none !important;
}













