#RateTable {
}
#picrow td {
	border: 1px solid #666666;
}
#textrow td {
	font-size: 16px;
	border: 0px solid #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #006600;
	/*color: #FFFFFF;*/
}
#picrow div {
	height: 124px;
	width: 124px;
	text-align: center;
	vertical-align: middle;
}
#panrow div {
	width: 354px;
	height: 104px;
	text-align: center;
	vertical-align: middle;
}
table img {
	border: 1px solid #000000;
}
table img:hover {
	border: 1px solid #FF0000;
}
#textrow select {
	position: relative;
	width: 124px;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #666666;
	background-image: none;
}
#textrow div {
	height: 20px;
	width: 124px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}
#textrow option {
	font-weight: bold;
	border-bottom: 1px dotted #C0C0C0;
	color: #000080;
	background: #EDFAFF;
	cursor: pointer;
}
table {
	empty-cells:hide;
}

