body {
  margin: 0px 0px 0px 0px;
  font: normal 12px "arial";
  scrollbar-3dlight-color: #808285;
  scrollbar-arrow-color: #ADADAD;
  scrollbar-base-color: #E8E5E2;
  scrollbar-darkshadow-color: #808285;
  scrollbar-face-color: #F4F1F0;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #C6C0B9;
  background-color : #fffef6;
}

.label {
	font: bold 12px "arial";
   color: #666666;
	cursor: default;
}

.input {
	width: 50px;
	height: 20px;
}

#formNumGen {
	position: absolute;
	top: 100px;
	left: 80px;
}

#labelTeam {
	position: absolute;
	top: 0px;
	left: 0px;
}

#labelQtr {
	position: absolute;
	top: 40px;
	left: 0px;	
}

#labelRowCol {
	position: absolute;
	top: 80px;
	left: 0px;
	width: 99px;
}

#fldTeam {
	position: absolute;
	top: 0px;
	left: 110px;
	width: 200px;
}

#fldQtr {
	position: absolute;
	top: 40px;
	left: 100px;	
}

#rdoQtr1 {
	position: absolute;
	top: 40px;
	left: 110px;	
}

#labelQtr1 {
	position: absolute;
	top: 40px;
	left: 132px;
	width: 30px;
	padding-top: 2px;
}

#rdoQtr2 {
	position: absolute;
	top: 40px;
	left: 165px;	
}

#labelQtr2 {
	position: absolute;
	top: 40px;
	left: 187px;
	width: 30px;
	padding-top: 2px;
}

#rdoQtr3 {
	position: absolute;
	top: 40px;
	left: 220px;	
}

#labelQtr3 {
	position: absolute;
	top: 40px;
	left: 242px;
	width: 30px;
	padding-top: 2px;
}

#rdoQtr4 {
	position: absolute;
	top: 40px;
	left: 275px;	
}

#labelEOG {
	position: absolute;
	top: 40px;
	left: 297px;
	width: 120px;
	padding-top: 2px;
}

#labelRowColRow {
	position: absolute;
	top: 80px;
	left: 110px;
}

#rowcol1 {
	position: absolute;
	top: 78px;
	left: 135px;
}

#labelRowColCol {
	position: absolute;
	top: 80px;
	left: 160px;
}

#rowcol2 {
	position: absolute;
	top: 78px;
	left: 205px;
}


a#btnSubmit {
	position: absolute;
	top: 120px;
	left: 30px;
	cursor: hand;
	height: 30px;
	width: 60px;
	text-align: center;
	padding-top: 5px;
	border: 2px solid #99c;
	background-color: #00f;
	color: #fff;
	font: bold 12px arial;
	text-decoration: none;
}

a#btnSubmit:hover {
	background-color: #fff;
	color: #00f;	
	text-decoration: none;
}

a#btnBack {
	position: absolute;
	top: 120px;
	left: 110px;
	cursor: hand;
	height: 30px;
	width: 60px;
	text-align: center;
	padding-top: 5px;
	border: 2px solid #99c;
	background-color: #00f;
	color: #fff;
	font: bold 12px arial;
	text-decoration: none;
}

a#btnBack:hover {
	background-color: #fff;
	color: #00f;	
	text-decoration: none;
}

#rVals {
	position: absolute;
	top: 100px;
	left: 470px;
	width: 500px;
	height: 500px;
}

#cVals {
	position: absolute;
	top: 100px;
	left: 680px;
	width: 30px;
	height: 500px;
}

.rowVal {
	width: 30px;
	height: 30px;
	border: 1px solid black;
	background-color: yellow;
	color: #000;
	position: relative;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	font: bold 16px arial;
}

.colVal {
	width: 30px;
	height: 30px;
	border: 1px solid black;
	background-color: yellow;
	color: #000;
	position: relative;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	font: bold 16px arial;
	line-height: 150%;
	
}

.title {
	color: #000;
	background-color: transparent;
	font: bold 18px "arial";
	text-align: center;
	width: 500px;
	height: 30px;
}

#hdrTitle {
	position: absolute;
	top: 60px;
	left: 450px;
}


