﻿HTML, BODY
{
	height: 100%;
	margin: 0px 0px 0px 0px;
}

BODY
{
    /* individual site defines font-family, font-size, and min-width */
}

DIV#mp_wholepage
{
	height: 100%;
}

DIV#mp_header
{
    /* individual site defines background-color and height, in necessary */
}

DIV#mp_body
{
	position: relative;
	min-height: 100%;
}

TABLE#mp_menuContent
{
    width: 100%;
    border: none;
}

TD#mp_rightColumn
{
    padding: 0px 8px 0px 8px;
}

P#mp_bodyFooterSpacer
{
	height: 30px; /* footer height */
}

HR#mp_hr
{
    margin-left: 190px; /* menu width */
}

DIV#mp_footer
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px; /* footer height */
	width: 100%;
}

.DisabledTextBoxColor
{
    background-color:#d6d3ce;
}

.EnabledTextBoxColor
{
    background-color:#ffffff;
}

.HighlightedTextBoxColor
{
    background-color:#FFFF00;
    color: #FF0000;
}
.LoginWatermarkTextBox
{
    width: 250px;
    color: Gray;
}

.LoginTextBox
{
    width: 250px;
}