@charset "utf-8";
/* CSS Document */

.bigRewardsTbl
{
	background-image: url(images/rewards_points.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 425px;
}

.biRrewardsTblTd
{
	border-bottom: 1px dotted #005380;
	height: 84px;
}

.pointsRowHolder
{
	height: 84px;
}
.singleRewardItem
{
	height: 84px;
	border-right: 1px dotted #CBD094;
}

.singleRewardItem td
{
	color: #005380;
}

.singleRewardItemImage
{
	border-bottom: 1px dotted #CBD094;
}

.singleItemTitleHolder
{
	height: 28px;
}
.singleItemTitle
{
	display: block;
	margin: 0px auto;
	font-size: 11px;
}
.singleItemTitle a{
	font-weight:normal;
}


.tooltipbox
{
	background:#FFFFFF;
	font-size:12px;
	border-left:1px solid #005380;
	border-right:1px solid #005380;
	border-bottom:1px solid #005380;
	padding: 5px;
	width: 300px;
         
}

.tooltipbox p
{
	padding-top: 0px;
	margin-top: 0px;
}

.tooltipboxheader
{
	background:#005380;
	font-weight: bold;
	color: white;
	border-top:1px solid #005380;
	border-right:1px solid #005380;
	border-left:1px solid #005380;
	padding: 5px;
}

.smallRewardsTbl
{
	background-image: url(images/50_rewards_points2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 100px;
	
}

.smallPointsRowHolder
{
	height: 100px;
	border-top: 1px dotted #005380;
	border-bottom: 1px dotted #005380;
}

.singleRewardItemImageSmall
{
	height: 68px;
}

.singleItemTitleHolderSmall
{
	color: #005380;
	font-size: 11px;
	height: 32px;

}

.smallSingleRewardItem
{
	height: 100px;
		border-right: 1px dotted #CBD094;

}