
.MDTextStandard, .MDTextBold
{
    font-size: 14px;
    padding-left:5px;
}

.MDTextBox
{
    margin-left: 5px;
}

.MDTextBold
{
    font-weight: bold;
    margin-left: 5px;
    padding-left: 5px;
}

.MDTable
{
    font-family:verdana, arial, sans-serif;
    width:400px;
}

.MDInfoTR
{
    height:100px;
    background-color:white;
}

.MDButtonTR
{
}

.MDButton
{
	width:150px;
	height:50px;
}

.MDPopupBg
{
    background-color: white;
    width:auto;
    z-index: 10000;
}


.MDPopupBgAlternate
{
    background-color: white;
    width: 899px;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    border: solid 1px black;
     padding: 20px 20px 20px 20px;
    z-index: 10000;
}

.modalBackground
{
    background-color: #eee;
    filter: alpha(opacity=70);
}

