﻿body {
}
.RequestNotesControlForm {
    margin: 3px;
    border: 0px;
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:75%;
}
table
{
cursor: default;
}
table.stdTable
{
width: 100%;
height: 100%;
border: 0px;
border-top: 0px;
border-left: 0px;
border-bottom: 0px;
border-right: 0px;
table-layout: fixed;
background-color: White;
}
.headerSubLeft
{
    font-size: 12px;
    color: Gray;
    text-align:left;
}
.kendoGridBorder {
    border:1px solid lightgray;
}
.CrmButton {
background-color: rgb(255,255,255);
background-image: none;
background-repeat: repeat-x;
border-bottom-color: rgb(198,198,198);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(198,198,198);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(198,198,198);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(198,198,198);
border-top-style: solid;
border-top-width: 1px;
color: rgb(68,68,68);
direction: ltr;
font-family: 'Segoe UI',Tahoma,Arial;
font-size: 14px;
height: 30px;
line-height: 16px;
margin-left: 8px;
margin-top: 10px;
min-width: 100px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
white-space: nowrap;
cursor: not-allowed;
}
.CrmButton:hover:enabled
{
    background-color: rgba(177,214,240,1);
    cursor: pointer;
}