body {
	font-family: "Arial", "Helvetica", sans-serif; 
	color: #000000; 
	font-size: x-small; 
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold ;
	text-decoration: none;
}

a:hover {
	color: #333399;
	font-weight: bold ;
	text-decoration: underline;
}

.glb_heading {
	font-size: 30px;
	font-weight: bold;
	padding: 10;
	font-variant: small-caps;
}

.glb_sub_heading {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	font-variant: small-caps;
}

.index_li {
	list-style-position: inside ;
	list-style-type: disc ;
	font-size: 12px ;
	line-height: 14px ;
	padding-left: 5px ;
	margin: 0px ;
}

.index_sub_li {
	list-style-position: inside ;
	list-style-type: square ;
	font-size: 10px ;
	line-height: 12px ;
	padding-left: 10px;
	margin: 0px ;
}

.foot_note {
	font-size: xx-small;
	color: #CCCCCC;
	text-align: right;
}

/* ***** world map ***** */

.wm_table {
	font-size: 10px;
	font-weight: bold;
}

.wm_heading {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 5;
}

.wm_light {
	height: 15px ;
	background-color: #bbbbbb;
	padding: 5;
}

.wm_dark {
	height: 15px ;
	background-color: #999999;
	padding: 5;
	
}

/* ***** breifings ***** */

.brf_heading {
	border: 1px solid black;
	background-color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding-right: 2;
	padding-left: 2;
}

.brf_table {
	font-size: 10px;
	font-weight: bold;
}

.brf_light_l {
	height: 15px ;
	border-left: 1px solid black;
	background-color: #bbbbbb;
	padding-right: 2;
	padding-left: 2;
}

.brf_light_r {
	height: 15px ;
	border-right: 1px solid black;
	background-color: #dddddd;
	padding-right: 2;
	padding-left: 2;
}

.brf_dark_l {
	height: 15px ;
	border-left: 1px solid black;
	background-color: #999999;
	padding-right: 2;
	padding-left: 2;
}

.brf_dark_r {
	height: 15px ;
	border-right: 1px solid black;
	background-color: #bbbbbb;
	padding-right: 2;
	padding-left: 2;
}

.brf_bottom {
	border-bottom: 1px solid black;
}

.map_link {
	height: 15px ;
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif ; 
	color: #000000; 
	font-size: small;
	text-align: center;
}
.map_c_link {
	height: 15px ;
	background-color: #DDFFDD;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif ; 
	color: #000000; 
	font-size: small;
	text-align: center;
}
.map_blank {
	height: 15px ;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif ; 
	color: #000000; 
	font-size: small;
	text-align: center;
}

.story_lvl {
	border-left: 1px solid black;
	background-color: #DDDDDD;
	width: 60px ;
}

.story_lvl_t {
	border: 1px solid black;
	background-color: #999999;
	font-size: 30px;
	font-weight: bold;
	text-align: center; 
}

.story_rank {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #DDDDDD;
	font-size: 18px;
	font-weight: bold;
	padding-left: 7px;
	text-align: left; 
	font-variant: small-caps;
}

.story_comp {
	background-color: #DDDDDD;
}

.story_s {
	border-right: 1px solid black;
	background-color: #DDDDDD;
}

.story_heading {
	border: 1px solid black;
	background-color: #999999;
	font-size: 12px;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: center; 
	height: 18px ; 
}

.story_img {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #000000;
	text-align: center; 
}

.story_dark {
	border-right: 1px solid black;
	background-color: #BBBBBB;
	font-size: 10px;
	font-weight: normal;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: left; 
	height: 13px ; 
}

.story_light {
	border-right: 1px solid black;
	background-color: #DDDDDD;
	font-size: 10px;
	font-weight: normal;
	padding-right: 2px ;
	padding-left: 2px ;
	text-align: left;
	height: 13px ; 
}

/* ******** tooltip ********** */

div#tipDiv {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: #333333;
  border: 0px solid #333333; 
  width: 230px;
  padding: 1px;
  color: #000;
  font-size: 11px;
  line-height: 1.2;
}

/* ******** leaderboard ********** */

.lbd_heading {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #999999;
}