﻿
body {
    overflow-y:hidden;
}
#ErrorMessage
{
color:red;
line-height:51px;
margin-left:10px;
}

table.radiologists {
    border: thin solid #333;

}

table.radiologists td, table.radiologists th {
    border: thin solid #333;
    padding: 4px;
}

table.paces {
    background-color:#eee;
    padding:4px;
    border:thin solid #333;
    margin:4px;
}

table.paces td {
    white-space:pre-wrap;
    vertical-align:top;
    width:50%;
    padding:6px;
}

table.virtualise {
    table-layout:fixed;
    width:1200px;
    overflow-x:scroll;
    border:thin solid #333;
    border-collapse:collapse;
}
table.virtualise td {
    width: 100px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:clip;
    border:thin solid #333;
}
