.mxgrid {
font-family: helvetica;
font-size: 13px;
border-spacing: 1px;
background: #777777;
margin: auto;
width: 100%;
}

.mxgrid .header {
background: #777777;
color: #ffffff;
text-align: center;
font-weight: bold;
}

.mxgrid .header A:link { 
	color: #eeeeee; 
}

.mxgrid .header A:visited { 
	color: #eeeeee; 
}

.mxgrid .row1 {
background: #eeeeee;
}

.mxgrid .row1 A {
text-decoration: none;
}

.mxgrid .row2 A {
text-decoration: none;
}

.mxgrid td {
padding: 2px;
}

.mxgrid .limited-text {
max-width: 250px;
}

.mxgrid input {
  width: 30px;
}

.button1 {
	background: #eeeeee;
	text-align: center; 
	font-weight: bold;
}

.button1:hover {
	background: #bbbbbb;
}

.mxgrid .summary {
background: #BBBBBB;
color: #000000;
text-align: center;
font-weight: bold;
}
