﻿.Grid {
	 text-align: center;
	 width: 100%;
	 height: 100%;
	 border-collapse: collapse;
}

.Grid #UpperRow td {
	border: solid thin #D5DFE6;
	border-top: none;
}

.Grid #UpperRow #Left {
	border-left: none;
}

.Grid #UpperRow #Right {
	border-right: none;
}

.Grid #LowerRow td {
	border: solid thin #D5DFE6;
	border-top: none;
	border-bottom: none;
}

.Grid #LowerRow #Left {
	border-left: none;
}

.Grid #LowerRow #Right {
	border-right: none;
}

.Grid #DividerOnly {
	border-bottom: solid thin #D5DFE6;
}

.Grid #Value {
	font-size: 10px;
	 line-height: 18px;
}