body {
	/*behavior: url(../javascript/csshover.htc);*/	/* Hover in IE */
	
	/*background-image: url(../template/lod/images/main/bg.jpg);*/
	background-color:#F2F2F0;

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

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

	color: black;
}

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

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

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

#container {
	width:800px;
	position: relative;
    top: 5px;
    left: 50%;
    margin-left: -400px;
}


/* Header and footer */

#footer {
	clear: both;
	color: black;
	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;}

.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: 200px; position: absolute; top: 00px; left: 550px; 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; 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(/template/lod/images/img/bubble.gif);
}
/* tooltip end */
.sitemap ul li { list-style-image: url(/template/lod/images/main/page.png); }

.th {
	text-align: left;
	padding-bottom: 15px;
}
.cell {
	vertical-align: top;
	padding: 3px;
}
.table {
	width: 100%;
}
td {
	vertical-align: top;
}
.popup {
	width: 107px;
	padding: 2px 2px 5px 2px;
	background-color: #FFFFFF;
	border: 1px solid gray;
	display: none;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.popup2 {
	width: 107px;
	padding: 2px 2px 5px 2px;
	background-color: #FFFFFF;
	border: 1px solid gray;
	position: absolute;
	overflow: hidden;
	margin-top: -1px;
}
.popup_toggle {
	padding: 3px;
	border: 1px solid gray;
	text-align: center;
	width: 105px;
	margin-top: 3px;
	background-color: #EEEEEE;
}
.popup_item{
	font-weight: normal;
	display: block;
	margin: 2px 5px 2px 2px;
	padding: 1px;
	border-bottom: 1px solid #D3D3D3;
	font-size: 11px;
}
.popup_item a:link {
	color: #555555;
}
.popup_item a:visited {
	color: #555555;
}
.popup_item a:hover {
	color: #BBBBBB;
}