﻿body
{
    font-family: Verdana;
}
th
{
    background-color: #333333;
    color: #FFFFFF;
}
a
{
    text-decoration: none;
}
/* ModalPopup */
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}
.updateProgress
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
    width: 180px;
    height: 100px;
    position: inherit;
    z-index: inherit;
    font-family: Verdana;
}