#rewardsForm {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.disabled {
	font-family: Arial;
	color: #666666;
	border: none;
}
.disabledButOn {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	border: none;
}
#rewardsTable { margin-top: 5px; }
#rewardsTable td {
	text-align: center;
	vertical-align: top;
}
#rewardsTable td a {
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	width: 100px;
	height: 100px;
	margin: 0 5px 5px 0px;
	border: 1px solid #CCCCCC;
	display: block;
}
#rewardsTable td a:visited {
	color: #000000;
}
#rewardsTable a:hover {
	border-color: #000000;
}
#rewardsTable img {
	display: block;
}
#rewardsTable td.one-line a {
	width: auto;
	height: 13px;
	padding: 3px;
}
#rewardsTable td#selectedItem {
	text-align: left;
}
#selectedItem div {
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}
#selectedItem h4 {
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0;
}
#selectedItem p {
	font-size: 90%;
	margin: 15px 0;
}
#item0 {
	font-weight: bold;
	height: 300px;
	
}
.itemShow { display: block; }
.itemHide { display: none; }
