.buttonbar {
		border: 0px inset rgb(0, 0, 0);
		width: 100%;
		}
.button {
		border-style: outset;
		border-color: rgb(192, 192, 192) rgb(102, 102, 102) rgb(102, 102, 102) rgb(192, 192, 192);
		border-width: 0px 4px 4px 0px;
		text-align: center;
		vertical-align: top;
		font-weight: bold;
		width: 7% ! important;
		background-color: rgb(204, 255, 255);
		}
.TopButtonUp {
		border-style: outset;
		border-color: rgb(192, 192, 192) rgb(102, 102, 102) rgb(102, 102, 102) rgb(192, 192, 192);
		border-width: 0px 4px 4px 0px;
		text-align: center;
		vertical-align: top;
		font-weight: bold;
		width: 7% ! important;
		background-color: rgb(204, 255, 255);
		color: black;
		}
.TopButtonDn {
		border-style: inset;
		border-color: rgb(102, 102, 102) rgb(192, 192, 192) rgb(192, 192, 192) rgb(102, 102, 102);
		border-width: 4px 0px 0px 4px;
		text-align: center;
		vertical-align: top;
		font-weight: bold;
		width: 7% ! important;
		background-color: blue;
		color: white;
		}


