body{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:10px; 
color:#000066;
}
TD
{
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
color:#000000;	
}
.buttonClass
{
    width: 100px;
    font-size: 0.85em;
}

.modal-loading
{
    position: fixed;
    top: 0;
    left: 0;
    background-color: Black;
    z-index: 999;
    opacity: 0.1; /* Theoretically for IE 8 & 9 (more valid) */ /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10); /* Older than Firefox 0.9 */
    -moz-opacity: 0.1; /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.1;
    min-height: 100%;
    width: 100%;
}

.loading
{
    display: none;
    position: fixed;
    z-index: 999999;
    top: 45%;
    left: 45%;
}