@import url(town.css);
@import url(areas.css);

body {
	/*behavior: url(../javascript/csshover.htc);*/	/* Hover in IE */

	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;

	color: black;
}

a {color: #000000; text-decoration: none; }

a:hover {text-decoration: none; color: #8B0000; /* DarkRed */}

#container {
	/*width:800px;*/
	width:600px;
	position: relative;
    top: 20px;
    left: 50%;
    margin-left: -390px;
}


/* Header and footer */

#footer {
	clear: both;
	color: gray;
	font-size: smaller;
	text-align: center;
}

img{border: none;}

.footer {FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #00000; FONT-FAMILY: Arial, Helvetica; text-decoration: none;}

/* Detail table */
.detailTbl {
	border: 1px solid silver;
}

.detailTbl thead th {
	text-align: left;
	font-size: 105%;
	padding: 2px;
	padding-left: 5px;

}

.detailTbl th {
	text-align: left;
	vertical-align: top;
	padding-left: 4px;
}

.detailTbl th input {
	vertical-align: text-bottom;
}

.detailTbl td {
	padding-left: 6px;
}

.ContentBox {border:#5B390C solid; border-width:1px; background-color: #F4F4EA;}
.ContentBar {background-color: #CB3C1B; color: #F4F4EA; font-weight: bold; padding-left: 0px; width: 100%;}
.BuildListBox {border:#5B390C solid; border-width:1px; background-color: #F4F4EA; FONT-SIZE: 10px; line-height: 13px; padding-left:15px; padding: 3px; position: absolute; top: 120px; left: 690px; display: none; text-align: right; z-index: 199;}
.InfoBox {border:#5B390C solid; border-width:1px; background-color: #F4F4EA; FONT-SIZE: 10px; line-height: 13px; padding-left:15px; padding: 3px; width: 160px; position: absolute; top: 0px; left: 306px; display: none; z-index: 199;}
.UnitBox {border:#5B390C solid; border-width:1px; background-color: #F4F4EA; FONT-SIZE: 12px; line-height: 10px; padding-left:15px; padding: 3px; width: 200px; position: absolute; top: 275px; left: 440px; display: none; z-index: 199; height:145px; overflow:auto;}

.borderbox {border:#885305 solid; border-width:1px; padding:3px; background-color: #fff3DB;}
.borderboxActive {border:#885305 solid; border-width:1px; padding:3px; background-color: #FFD3AB;}
.borderboxActive2 {border:#885305 solid; border-width:1px; padding:3px; background-color: #FFA37B;}

.warehouse {background-repeat: no-repeat; text-align: center; vertical-align: bottom; font-size: 9px; font-weight: bold; padding-bottom: 0.2em; margin-bottom: 0.2em; width: 35px; height: 46px;}

span.tool span.tip {
  display: none;       
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: auto;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}
/* tooltip end */

.p_x {position: absolute; width:800px; height:441px;}

/* buttons */
.button {
	background-color:#F5F5F5;
	background-image:url(/images/interface/buttonbg.png);
	border:1px solid black;
}
	.button:hover {
	background-image:url(/images/buttonbg-hover.png);
	color:#8B0000;
}

.note {
	background-color:#F5F5F5;
	border:1px dashed silver;
	color:#696969;
	font-size:0.8em;
	margin:10px auto 5px;
	padding:2px;
	text-align:center;
	width:80%;
}
