﻿body > div.RadGrid {
    border: 0 none;
    background: transparent;
}

body > div table.rgMasterTable {
    border-collapse: separate !important;
}

    body > div table.rgMasterTable th {
        border: 1px solid #4e75b3 !important;
    }

.RadGrid .rgSelectedRow {
    background: #f1f1f1 !important;
    background-image: none !important;
    color: black !important;
}

    .RadGrid .rgSelectedRow a {
        color: black !important;
    }

.RadGrid .rgHoveredRow {
    background: #f1f1f1 !important;
}

.GridContextMenu_Silk {
    font-size: x-small;
}

.RadGrid .rgHeader {
    font-size: 9px !important;
}

.rnContentWrapper .rnContent {
    padding-bottom: 5px;
}

div.DropZone1 {
    width: 250px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px dashed black;
}

    div.DropZone1 span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

.Ok {
    overflow: hidden;
    margin: -10px;
    bottom: 50px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid rgb(124, 221, 119);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    background-color: rgb(188, 245, 188);
    color: darkgreen;
    width: 310px;
    cursor: pointer;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.rnIcon {
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
    margin-bottom: 10px;
}

.Error {
    overflow: hidden;
    margin: -10px;
    bottom: 50px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid rgb(255, 129, 129);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    background-color: rgb(255, 129, 129);
    color: #FFF;
    width: 310px;
    cursor: pointer;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.Info {
    overflow: hidden;
    margin: -10px;
    bottom: 50px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid rgb(120, 197, 231));
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    background-color: rgb(120, 197, 231);
    color: darkgreen;
    width: 310px;
    cursor: pointer;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.Warning {
    overflow: hidden;
    margin: -10px;
    bottom: 50px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid rgb(255, 234, 168);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    background-color: rgb(255, 234, 168);
    color: rgb(130, 98, 0);
    width: 310px;
    cursor: pointer;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.Default {
    overflow: hidden;
    margin: -10px;
    bottom: 50px;
    right: 5px;
    border-radius: 2px;
    border: 1px solid rgb(124, 221, 119);
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    background-color: rgb(188, 245, 188);
    color: darkgreen;
    width: 310px;
    cursor: pointer;
    height: 36px;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
}

.RadGrid_Silk .rgHeader a {
 font-size:10px !important;
 font-weight:bold;
}

.RadGrid_Silk .rgHeader {
 font-size:10px !important;
 text-transform:none !important;
 font-weight:bold;
}
