/* Vana'diel Atlas styles - http://www.ffxi-atlas.com */

body {
	background: #e3e3e9;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	text-align: center;
}

#wrapper {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/layout-bg.png");
	background-repeat: repeat-y;
}

#layout {
	width: 980px;
	margin-left: 6px;
	margin-right: 8px;
	text-align: left;
	position: relative;
}

#layout .banner_ad {
	position: absolute;
	right: 7px;
	top: 35px;
	width: 468px;
	height: 60px;
	z-index: 20;
}

/* master_links - Main top bar CSS */

#master_links {
	width: 100%;
	height: 29px;
	background-color: #000000;
	font-size: 11px;
	background-image: url("/images/master-bg.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#master_links a.link_atlas {
	display: block;
	width: 121px;
	height: 28px;
	background-image: url("/images/link_master.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
}

#master_links .newSite {
	color: #ffffff;
	float: right;
	padding-right: 15px;
	font-size: 10px;
}

#master_links .newSite a {
	color: #ffffff;
	line-height: 29px;
	text-decoration: none;
}

#master_links #sites {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	color: #999999;
}

#master_links #sites a {
	color: #999999;
}

#master_links .home {
	display: none;
}

#master_links .searchbox {
	font-size: 7pt;
	font-weight: bold;
	color: #d5a442;
}

#master_links form.search {
	float: right;
	margin-right: 15px;
	margin-top: 3px;
}

#header {
	width: 980px;
	height: 73px;
	background-image: url("/images/header-bg2.png");
	text-align: right;
	position: relative;
}

#header #siteid {
	width: 260px;
	height: 73px;
	background-image: url("/images/header-id.png");
	position: relative;
	float: left;
}

#header #siteid img {
	width: 200px;
	height: 30px;
	border: 0px;
	position: absolute;
	top: 5px;
	left: 65px;
}

#header .ad {
	position: absolute;
	top: 6px;
	right: 7px;
}

#header form.mainsearch {
	float: left;
	margin-top: 11px;
	margin-left: 30px;
}

#header form.mainsearch .searchbox {
	float: left;
	font-size: 7pt;
	font-weight: bold;
	color: #d5a442;
	text-align: left;
	line-height: 24px;
	margin-right: 5px;
}

#header form.mainsearch input.submit {
	margin-top: 4px;
	margin-left: 3px;
}

#header form.mainsearch .searchtabinput {
	font: Bold 11px Tahoma, Verdana, Helvetica, Arial;
	margin: 0px;
	border-style: solid;
	border-color: #d5a442;
	border-width: 1px;
	width: 110px;
	height: 18px;
}

#header ul {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 100px;
	bottom: 0px;
	font-size: 11px;
	line-height: 26px;
	text-align: center;
}

#header ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

#header ul li a {
	display: block;
	width: 90px;
	height: 26px;
	color: #c6daff;
	text-decoration: none;
	background-image: url("/images/layout-tab-inactive.png");
}

#header ul li a:hover {
	background-image: url("/images/layout-tab-inactive-over.png");
}

#header ul li.index a {
	color: #542d00;
	background-image: url("/images/layout-tab-index.png");
}

#header ul li.active a {
	color: #542d00;
	background-image: url("/images/layout-tab-active.png");
}


#ad_space {
	width: 994px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/ad-bg.png");
	background-repeat: repeat-y;
}

#ad_space .ads {
	float: left;
	margin-left: 50px;
	margin-top: 5px;
}


#content {
	background-image: url("/images/moogle_notab_bg.png");
	background-repeat: repeat-x;
}

#content-inner {
	background-image: url("/images/moogle_notab.png");
	background-repeat: no-repeat;
	background-position: 15px 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#update-container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

/* Index map display */

#mapmenu {
	position: relative;
	width: 980px;
	height: 580px;
}

#mapmenu .worldmap {
	width: 980px;
	height: 580px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#mapmenu .legend {
	width: 120px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 460px;
	padding: 5px;
	font-family: Tahoma, Verdana, Helvetica, Arial; 
	font-size: 7pt;
	font-weight: bold;
	border: #916327;
	border-style: double;
	background-image: url("/images/60p_white.png");
	z-index: 10;
}

#mapmenu .legend div {
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

#mapmenu .legend .town {
	color: #cc0000;
	background-image: url("/images/dot-CC0000.png");
}

#mapmenu .legend .outdoor {
	color: #1C5CB3;
	background-image: url("/images/dot-1C5CB3.png");
}

#mapmenu .legend .dungeon {
	color: #8946A8;
	background-image: url("/images/dot-8946A8.png");
}

#mapmenu .legend .nomap {
	color: #009900;
	background-image: url("/images/dot-009900.png");
}

#mapmenu .legend .other {
	color: #829BA4;
	background-image: url("/images/dot-829BA4.gif");
}

#mapmenu .outsideRegion {
	width: auto;
	padding: 0px;
	line-height:normal;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	margin-bottom: 10px;
	clip: auto;
	border:1px solid #916327;
	background-color:#efdfbf;
}

#mapmenu .regionOut {
	padding:2px;
	z-index: 4;
	width: auto;
	background-color: #b99f67;
}
	
#mapmenu .regiontopOut {
	color: #000000;
	font-weight: bold;
	font-size: 9px;
	margin-bottom: 0px;
	padding: 0px;
	width:120px;
}

#mapmenu .outsidebox {
	position: absolute;
	overflow: visible;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-weight: normal;
	font-size: 9.5px;
	line-height:normal;
	color: #000000;
	clip: auto;
	border:1px solid #916327;
	background-image: url("/images/60p_white.png");
	z-index: 3;
}

#mapmenu .region {
	width: auto;
	height: auto;
	padding: 2px;
	background-image: url("/images/75p_brown.png");
	z-index: 4;
}
	
#mapmenu .region .top {
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	display: block;
	color: #000000;
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: -0.3px;
	background-image: url("/images/square.png");
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

#mapmenu .insidebox {
	background: transparent;
	padding: 2px;
}

#mapmenu a {
	padding-left: 8px;
	padding-right: 4px;
	font-family: Arial, Tahoma;
	font-weight: normal;
	letter-spacing: -0.3px;
	text-decoration: none;
	background-image: url("/images/bullet-menu.png");
	background-repeat: no-repeat;
	background-position: 2px 50%;	
}
	
a.nomap:link, a.nomap:visited, a.nomap:hover {
	color: #009900;
}

a.town:link, a.town:visited, a.town:hover {
	color: #CC0000;
}

a.outdoor:link, a.outdoor:visited, a.outdoor:hover {
	color: #1C5CB3;
}

a.dungeon:link, a.dungeon:visited, a.dungeon:hover {
	color: #8946A8;
}

a.unknown:link, a.unknown:visited, a.unknown:hover {
	color: #829BA4;
}

#mapmenu a:hover {
	text-decoration: underline;
}

#mapmenu #wog {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: auto;
	z-index: 10;
	border: 2px solid #FFFFFF;
}

#mapmenu #wog .title {
	width: 160px;
	height: 29px;
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-align: center;
	line-height: 30px;
	background-color: #FFFFFF;
	color: #916327;
}

#mapmenu #wog #spacer {
	position: relative;
}

#mapmenu #wog #wog_column {
	width: 160px;
	float: left;
}

#mapmenu #wog .stackbox {
	width: 160px;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-weight: normal;
	font-size: 9.5px;
	line-height:normal;
	color: #000000;
	background-image: url("/images/60p_white.png");
	float: left;
	z-index: 3;
}
	
#main_affiliate_title {
  font: bold 10px Tahoma, Verdana, Helvetica, Arial;
  width: 180px;
  height: auto;
  padding: 10px;
  padding-top:5px;
  padding-bottom:5px;
  text-align: center;
  color: #FFFFFF;
  background:#566388;
}

#main_affiliate {
  font: normal 10px Tahoma, Verdana, Helvetica, Arial;
  width: 180px;
  height: auto;
  padding: 10px;
  color: #000000;
  background: #c5cdde;
  text-align: center;
}

#main_news_title {
  font: bold 11px Tahoma, Verdana, Helvetica, Arial;
  width: 95%;
  height: auto;
  padding: 3px;
  color: #FFFFFF;
  border: 1px solid #526dbd;
  border-bottom: 0px;
  text-align: center;
  background:#566388;
}

#main_news {
  font: normal 10px Tahoma, Verdana, Helvetica, Arial;
  width: 100%;
  height: auto;
  color: #000000;
  text-align: center;
}

#main_news A:link {
  font: bold 10px Tahoma, Verdana, Helvetica, Arial;
  color: #000000;
}

#main_news A:visited {
  font: bold 10px Tahoma, Verdana, Helvetica, Arial;
  color: #000000;
}

#main_news A:hover {
  font: bold 10px Tahoma, Verdana, Helvetica, Arial;
  text-decoration: underline;
  color: #000000;
}

#main_news TD { 
  font: normal 7pt Tahoma, Verdana, Helvetica, Arial;
}

#content-mid {
	width: 980px;
	height: auto;
	background: #FFFFFF;
	height: 190px;
	overflow: hidden;
	line-height: 90%;
}

#content-mid .outsidebox {
	float: left;
	font-size: 11px;
	width: 160px;
	height: 100%
}

#content-mid .outsidebox.alt1 {
	background-color: #fbf9f2;
}

#content-mid .outsidebox.alt2 {
	background-color: #f4f1e9;
}

#content-mid .outsidebox .region {
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}

#content-mid .outsidebox.alt1 .region {
	background-color: #735011;
}

#content-mid .outsidebox.alt2 .region {
	background-color: #5d4416;
}

#content-mid .insidebox {
	padding: 5px 10px 5px 10px;
}

#content-mid .insidebox a {
	text-decoration: none;
}

#content-mid .insidebox a:hover {
	text-decoration: underline;
}

#content-mid #maplinks, #content-mid #sitelinks {
	float: left;
	width: 170px;
	height: 100%;
	background-color: #e1eef6;
}

#content-mid #maplinks h1, #content-mid #sitelinks h1 {
	margin: 0px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #2f3753;
}

#content-mid #maplinks ul, #content-mid #sitelinks ul {
	margin: 0px;
	padding: 5px 10px 5px 15px;
}

#content-mid #maplinks li, #content-mid #sitelinks li {
	color: #2f3753;
	list-style-type: none;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#content-mid #maplinks li a, #content-mid #sitelinks li a {
	color: #2f3753;
	text-decoration: none;
}

#content-mid #maplinks li a:hover, #content-mid #sitelinks li a:hover {
	text-decoration: underline;
}
#content-bottom {
	width: 980px;
	height: auto;
	background: #FFFFFF;
	height: 230px;
	overflow: hidden;
}

#content-bottom .intro {
	width: 470px;
	float: left;
	height: 100%;
}

#content-bottom .intro h1 {
	color: #943749;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background-color: #ffdf88;
	text-align: center;
}

#content-bottom .intro p {
	font-size: 11px;
	padding: 15px;
	padding-top: 5px;
	margin: 0px;
	line-height: 150%;
}

#content-bottom .news {
	width: 320px;
	float: left;
	background: #f8dcaf;
	font-size: 11px;
	text-align: center;
	height: 100%;
}

#content-bottom .news h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #f2bd2f;
}

#content-bottom .news TD {
	font-size: 10px;
	margin: 0px;
}

#content-bottom .news TD a {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#content-bottom .links {
	width: 190px;
	float: right;
	background-color: #f7f2d9;
	height: 100%;
}

#content-bottom .links h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	margin-bottom: 5px;
	background-color: #acc08a;
	text-align: center;
}

#content-bottom .links ul {
	margin: 0px;
	padding: 0px;
}

#content-bottom .links ul li {
	text-align: center;	
	list-style-type: none;
}

#content-bottom .links ul li a {
	display: block;
	padding-bottom: 1px;
}

#footer {
	width: 994px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/layout-footer.png");
	background-repeat: no-repeat;
	background-color: #e3e3e9;
}

#footer .info {
	display:  none;
}


/* Map detail view layouts */

#info_col {
	width: 420px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

#info_col h3 {
	width: 420px;
	margin: 0px;
	background-color: #626262;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
}

#info_col h3.monsters {
	font: Bold 14px Tahoma, Verdana, Helvetica, Arial;
	color: #2b4fb8;
	line-height: 22px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
}

#info_col #extrainfo_box {
	font-size: 10px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
}

#info_col #extrainfo_box STRONG {
	display: block;
	line-height: 20px;
	text-align: center;
	background-color: #fee49b;
}

#info_col #extrainfo_box P {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}

#info_col .legendbox {
	font: bold 10px Tahoma, Verdana, Helvetica, Arial;
	width: 110px;
	height: auto;
	padding: 2px;
	color: #000000;
	padding: 10px;
	border: 1px solid #784C2C;
	background: #f2e0b5;
}
	
#info_col .legendbox TD {
	font-size: 10px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-weight: bold;
}

#info_col .last_modified {
	color: #C0C0C0;
	font-size: 10px;
	float: right;
}

#info_col #monstertable {
	width: 420px;
	border: 0px;
}

#monstertable TD {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #000000;
	border-left: 0px;
	border-bottom: 0px;
}

#monstertable TH {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #fee49b;
	padding: 4px;
}

#monstertable TD A {
	color: #000000;
	text-decoration: none;
}


#info_col #infotable {
	width: 420px;
	margin-bottom: 10px;
	border: 1px solid #626262;
	border-top: 0px;
	border-right: 0px;
}

#infotable TD {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	border: 1px solid #626262;
	border-left: 0px;
	border-bottom: 0px;
}

#infotable TD ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#infotable .title {
	width: 90px;
	background-color: #dcdcdc;
}

#escapemap {
	 width: 512px;
	 height: 512px;
	 position: absolute;
	 right: -130px;
	 top: 25px;
	 z-index: 12;
	 overflow: hidden;
	 display: none;
}

#escapemap .close_button {
	width: 54px;
	height: 23px;
	border: 0px;
	position: absolute;
	left: 440px;
	top: 20px;
	cursor: pointer;
	z-index: 1;
}

#escapemap .highlight {
	background-image:url(/images/dot_FF0000-30percent.png);
}

.view_button {
	width: auto; 
	height: 14px;
	cursor: pointer;
	position: relative;
	overflow: visible;
}

#map_col {
	width: 512px;
	height: auto;
	padding: 0px;
	margin: 15px;
}

#map_col #map_container {
	width: 512px;
	height: 512px;
	position: relative;
}

#map_container .displayimg {
	width: 512px;
	height: 512px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 4;
	visibility: visible;
}

#map_container .alphaimg {
	width: 512px;
	height: 512px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 4;
	visibility: hidden;
}

#map_container .map_display {
	width: 512px;
	height: 512px;
	z-index: 1;
}

#map_container .treasure_container, #map_container .helm_container  {
	width: 512px;
	height: 512px;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2;
	visibility: hidden;
}

#map_container .treasure_container2, #map_container .helm_container2  {
	width: 512px;
	height: 512px;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 2;
	visibility: visible;
}

.treasure_container .treasure_pointer, .treasure_container2 .treasure_pointer, .helm_container .helm_pointer, .helm_container2 .helm_pointer {
	width: 5px;
	height: 5px;
	position: absolute;
	z-index: 3;
}

TABLE.assault {
	font-size: 11px;
	border: 1px solid #000000;
	border-top: 0px;
	margin: 30px;
}

TABLE.assault TD {
	border-top: 1px solid #000000;
	padding: 5px;
}

TD.news_title {
	text-align: left;
}

/* Temporary styles -- will phase out */

#content-inner TD {
	font-size: 11px;
}

#update_title {
  font: bold 12px Tahoma, Verdana, Helvetica, Arial;
  width: 620px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  border: 0px solid #526dbd;
  border-bottom: 0px;
  text-align: left;
  background:#d9c6b3;
}

#update {
  font: normal 11px Tahoma, Verdana, Helvetica, Arial;
  width: 620px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000000;
  border: 0px solid #526dbd;
  border-top:0px;
  background: #eee6d9;
  text-align: left;
  margin-bottom: 15px;
  min-height: 100px
 }

#faq_q {
  font: bold 12px Tahoma, Verdana, Helvetica, Arial;
  width: 720px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  border: 0px solid #526dbd;
  border-bottom: 0px;
  text-align: left;
  background:#d9c6b3;
}

#faq_a {
  font: normal 11px Tahoma, Verdana, Helvetica, Arial;
  width: 720px;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  border: 0px solid #526dbd;
  border-top:0px;
  background: #eee6d9;
  text-align: left;
  margin-bottom: 15px;
  min-height: 10px
 }

#tabs_inactive {
  text-align: center;
  width: 92px;
  height: 26px;
  margin-right: 5px;
  background-image:url("/images/tab_inactive.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  border: 0px solid #000000;
  color: #5e5e5e;
  font: bold 9pt Tahoma, Verdana, Helvetica, Arial;  
  line-height:27px;
  float: left;
}

#tabs_active {
  text-align: center;
  width: 92px;
  height: 26px;
  margin-right: 5px;
  background-image:url("/images/tab_active.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  border: 0px solid #000000;
  color: #000000;
  font: bold 9pt Tahoma, Verdana, Helvetica, Arial;  
  line-height:27px;
  float: left;
}

#tab_bg {
	display: block;
	width: 980px;
	height: 41px;
	background-image:url("/images/header_3b_bg.png");
	background-repeat: repeat-x;
}

#tab_items {
	display: block;
	width: 437px;
	height: auto;
	padding-top: 15px;
	float: right;
	border: #626262;
}

#tab_items a {
	color: #33424e;
	text-decoration: none;
}

#tab_items a:hover {
	text-decoration: underline;
}

#tab_mapname {
	display: block;
	width: 535px;
	height: 41px;
	background-image:url("/images/header_3_bg.png");
	background-repeat: no-repeat;
	float: left;
}

#tab_mapname h2 {
	padding-left: 100px;
	margin: 0px;
	color: #3a520f;
	font-size: 14px;
	font-weight: bold;
	line-height: 41px;
}

#clear {
	clear: both;
	width: 980px;
	height: 2px;
}

TD.last#mon_list {
	border-right: 0px;
}

#infotable TD.treasure_list {
	padding: 0px;
	margin: 0px;
}

#infotable TABLE.treasure_table {
	border: 0px;
}

#infotable TD.treasure_col {
	border: 0px;
	padding: 5px;
	padding-left: 10px;
}

.helm_table TD {
	font-size: 12px;
}
