body
{
  
    background-color: #e1e0d2;
/* background-color:red; */
    font-family: Arial;
    font-size: 10pt;
  /*
    border-right: #800000 solid;
    border-top: #800000 solid;
    border-left: #800000 solid;

    width: 97%;
    border-bottom: #800000 solid;
    height: 94%;
*/
}
.CTBG
{
    font-family: Arial;
    background-color: #800000;
    color: white;
/*
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=   '#800000' , EndColorStr= 'Peru' );
*/
/*
    border-bottom: #800000 solid;
*/
}


.PageSection
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Tahoma;
/*	background-color: lavender;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr= 'lightblue' , EndColorStr= 'white' );
*/
}


.NormalTextBox {
/*    position: relative; */
/*    background-color: #000066; */
    font-size: 12px;
    color: Black ;
/*    color: #000066; */
    /* font-family: sans-serif; */
/*    text-align: center; */
/*    border-right: #000066 2px solid;
    border-top: #000066 2px solid;
    border-left: #000066 2px solid;
    border-bottom: #000066 2px solid;
*/
/*
  border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
*/

    padding: 3px;
/*    cursor: hand; */
/*    vertical-align: middle;*/
/*    text-align: center;*/
    top: 20px;
    height: 20px;
/*    left: 5px; */
/*    padding-left: 20px; */
/*    padding-right: 20px; */
/*
    margin-left: 1px;
    margin-right: 1px; 
*/
}


.ReadOnlyTextBox
{
    border-right: black 1px solid;
    padding-right: 3px;
    border-top: black 1px solid;
    padding-left: 3px;
    font-size: 12px;
    padding-bottom: 3px;
    border-left: black 1px solid;
    padding-top: 3px;
    border-bottom: black 1px solid;
    top: 20px;
    height: 20px;
}




.DataDisplay
{
	font-size: 14px;
	color: black;
	top: 20px;
	height: 20px;
}




.NormalLabel {
/*    position: relative; */
/*    background-color: #000066; */
    font-size: 14px;
/*    color: #000066; */
    color: Black; 
    /* font-family: sans-serif; */
    text-align: center;
/*    border-right: #000066 2px solid;
    border-top: #000066 2px solid;
    border-left: #000066 2px solid;
    border-bottom: #000066 2px solid;
*/
/*
  border-right: blue 2px solid;
    border-top: blue 2px solid;
    border-left: blue 2px solid;
    border-bottom: blue 2px solid;

*/

    padding: 3px; 
    /*
    cursor: hand; */
/*    vertical-align: middle;
    text-align: center; */
    top: 20px;
    height: 20px;
/*
    left: 5px;
*/
    /*
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 1px;
    margin-right: 1px; */
}

.LabelDisplay
{
	font-weight: bold;
	font-size: 14px;
	color: black;
	top: 20px;
	height: 20px;
}

.CommandButton
{
    /*
	border-right: black thin solid;
*/ /*
	border-right: #800000 thin solid;
	border-top: black 2px double;
	border-left: black 2px double;
	border-bottom: black 2px double;
*/
    width: 50px;
    color: white;
    background-color: #8d8961;
    text-align: center;
    font-size: 10pt;
}

.ActiveAppMessage
{
    font-size: 10pt;
    font-family: Arial;
    background-color: #e1e0d2;
    color: black;
}

.HeaderLabel
{
    font-weight: bold;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}


.Grid
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.GridItem
{
	background-color: white;
}

.GridAlternatingItem
{
    /*
	background-color: aliceblue;
*/
}

.GridHeader
{
	vertical-align: bottom;
	color: black;
	background-color: #f5deb3;
	text-align: center;
}

.ListBox
{
    font-size: 12px;
    color: Black ;
    padding: 3px;
    top: 20px;
    height: 25px;
}

.IE8Fix 
{ z-index: 100;
}

 

