#randomTable {
	position: absolute;
	top: 100px;
	left: 150px;
	width: 530px;
}
#randomCell {
	border: 3px solid #000099;
}
.graphicforSquare {
	height: 90px;
	width: 120px;
	display: inline;
	overflow: visible;
}
.backgroundLight {
	padding: 1px;
	margin: 1px;
	background-color: #CCCCFF;
}
#underlineTable {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCFF;
}
.tableCellHeaderMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000CC;
	vertical-align: text-top;
	text-align: center;
	padding: 0px;
	height: auto;
	width: auto;
	margin: 1px;
}
.tableCellHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000CC;
	vertical-align: text-top;
	text-align: center;
	border: thin solid #3366CC;
	padding: 0px;
	height: auto;
	width: auto;
	margin: 1px;
}
.tableCellSize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0000CC;
	vertical-align: text-top;
	text-align: center;
	border: 2px solid #3366CC;
	padding: 0px;
	height: auto;
	width: 180px;
	margin: 1px;
}
.tableCellText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #330033;
	font-weight: bold;
	text-align: center;
}
.graphicforSquareLarge {

	height: 135px;
	width: 180px;
	display: inline;
	overflow: visible;
}
#left1 {
	float:left;
	width:180px;
	background:#FFFFFF;
	margin-top: 20px;
	margin-left: 175px;
}
#left2 {
	width:180px;
	background:#FFFFFF;
	margin-left: 25px;
	margin-top: 200px;
}
#left3 {
	width:180px;
	background:#FFFFFF;
	margin-bottom: 15px;
	top: -170px;
	margin-right: 25px;
	left: 325px;
	position: relative;
}
.highlightCell {
	height: auto;
	width: auto;
	border: thin solid #6600FF;
	padding: 5px;
	background-repeat: repeat-y;
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	background-color: #EFEEEF;
	margin: -2px;
}
