.boldText {
	font-weight:bold;
}
.bulletWidth {
	width:1.2em;
}
.numWidth {
	width: 5.8em;
	text-align:right;
}
#outerGridDiv {
	min-height:100%;
	height:auto;
}
#rewardTable, #chartTable {
	width:31em;
	margin:.4em;
	margin-bottom:1em;
}
#rewardTable td {
	border:0px solid;
                padding: .2em;
}
tr.borderBottom {
	border-bottom:1px solid red;
}
#chartTable th{
	text-align:center;
	width:50%;
	cursor:default;
	border:1px solid;
}
#chartTable th.activeTab{
	background-color:#FFFFFF;
	color:#999999;
	
}
#chartTable {
	border:1px solid #999999;
}
#chartTable td{
	border:0px solid #999999;
}
div.inactiveTabContent {
	display:none;
}
#tab1ContentTable, #tab2ContentTable, #tab3ContentTable {
	width:100%;
	height:13em;
}
#tab1ContentTable td, #tab2ContentTable td, #tab3ContentTable td  {
	width:50%;
	height:100%;
	border:0px;
}
#mapTable, #chartTable {
	text-align:center;
	width:31em;
	margin:.4em;
	margin-bottom:1em;
}
#mapTable td {
	border:0px solid;
                padding: .2em;
}
tr.borderBottom {
	border-bottom:0px solid red;
}

