div#points_image{
	background-image: url(/images/pointsandlevels.jpg);
	height: 600px;
	width: 600px;
	position: relative;
}

#points-wrapper{
	height: 650px;
	padding: 30px 0 0 20px;
}

#points-wrapper table{
	margin: 0 auto;
}

#points-wrapper table td{
	font-family: 'myriad pro', helvetica, arial, sans-serif;
	font-size: 14px;
	color: #9b6600;
}

#points-wrapper table tr.bottom-rule{
	border-bottom: 1px solid #9b6600;
}

.coin-height td{
	vertical-align: middle;
}

.level-width{
	width: 60px;
}

.centered{
	text-align:center;
}

span.table-heading, #points-wrapper table td.table-heading{
	color:#444;
}

#badge-wrapper h1{
	color: #0082B8;
	font-size: 24px;
	padding-top: 24px;
	padding-bottom: 18px;
}

.flright{
	float: right;
	padding-right: 10px;
}

#badge-wrapper
{
	background:none;
	height: 100%;
	margin-left: 50px;
	position: relative;
	width: 500px;
}

div.badge-table-wrapper
{
	width: 500px;
	border-top: 1px solid #999;
	border-right: 0px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 0px auto 25px auto;
}

td.badges-head
{
	height: 27px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background: url(/images/my_world/gray-gradient.png) repeat-x bottom;
	font-size: 15px;
	padding: 7px 0 8px 10px;
}

td.badges-subhead
{
	height: 29px;
	background-color: #68cffa;
	border-right: 1px solid #999;
	color: #fff;
	padding-left: 10px;
}

td.badges-cell
{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	width: 100px;
	vertical-align: top;
	padding: 15px 0 15px 0;
	position: relative;
}

td.badges-cell a
{
	color: #999;
	text-decoration: none;
	font-size: 10px;
}

img { border: 0; }

/* *********************** */
/*  popup tooltip housing  */
/* *********************** */

table.popup
{
	position: absolute;
	display: none;
	width: 310px;
	border: 0;
	color: #404040;
	text-align: left;
}

table#carbonneutral-popup
{
	top: 190px;
	left: 60px;
	z-index: 111;
}

table#healthyeater-popup
{
	top: 190px;
	left: 160px;
	z-index: 112;
}

table#smartshopper-popup
{
	top: 190px;
	left: 250px;
	z-index: 113;
}

table#goodsamaritan-popup
{
	top: 190px;
	left: 90px;
	z-index: 114;
}

table#responsiblehomeowner-popup
{
	top: 190px;
	left: 190px;
	z-index: 115;
}

table#smarttraveler-popup
{
	top: 315px;
	left: 60px;
	z-index: 116;
}

table#watersaver-popup
{
	top: 315px;
	left: 160px;
	z-index: 117;
}


table.popup td
{
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

table.popup td.upper-left-corner
{
	width: 13px;
	height: 13px;
	background: transparent url("/images/my_world/popups/upper-left-corner.png");
}

table.popup td.top-bg { background: transparent url("/images/my_world/popups/top-bg.png"); }

table.popup td.upper-right-corner
{
	width: 13px;
	height: 13px;
	background: transparent url("/images/my_world/popups/upper-right-corner.png");
}

table.popup td.left-bg { background: transparent url("/images/my_world/popups/left-bg.png"); }
table.popup td.bg { background: transparent url("/images/my_world/popups/bg-solid.gif"); }
table.popup td.right-bg { background: transparent url("/images/my_world/popups/right-bg.png"); }

table.popup td.lower-left-corner
{
	width: 13px;
	height: 13px;
	background: transparent url("/images/my_world/popups/lower-left-corner.png");
}

table.popup td.bottom-bg { background: transparent url("/images/my_world/popups/bottom-bg.png"); }

table.popup td.lower-right-corner
{
	width: 13px;
	height: 13px;
	background: transparent url("/images/my_world/popups/lower-right-corner.png");
}


table
{
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
}

ul
{
	margin: 5px 0 10px 0;
	list-style-type: default;
	list-style-position: inside;
}

li
{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	
}


.key_points{
	float: right;
	margin-right: 5px;
	font-size: 12px;
	color: #666;
}

.pointtext{
	position: relative;
	top: -12px;
}
