﻿body {
}
.ViaWorkloadLookupForm {
    margin: 3px;
    border: 0px;
    background-color: White;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:12px;
}
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;
}
select {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:12px;
    height: 25px;
}