@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
-->
#holder {
	width:873px;
	height:446px;
	background:#0F5E87 url('images/loading.gif') 50% 50% no-repeat;
	vertical-align: middle;
	left: 50%;
}
#maintable {
  width:873px;
  height:446px;
}

/* For Mouseover */
#div1 {
	position:absolute;
	left:537px;
	top:40px;
	width:120px;
	height:15px;
	z-index:1;
	visibility:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 3px;
	background-color: lightyellow;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
}

#div2 {
	position:absolute;
	left:380px;
	top:70px;
	width:75px;
	height:15px;
	z-index:1;
	visibility:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 3px;
	background-color: lightyellow;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
}

#div3 {
	position:absolute;
	left:437px;
	top:280px;
	width:100px;
	height:15px;
	z-index:1;
	visibility:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 3px;
	background-color: lightyellow;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
}

#div4 {
	position:absolute;
	left:760px;
	top:55px;
	width:105px;
	height:15px;
	z-index:1;
	visibility:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding: 3px;
	background-color: lightyellow;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
}


#div1 .div_bottom{
	background-image: url('../images/arrowdown.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:100px;
	position:relative;
	top:6px;
}

#div2 .div_bottom{
	background-image: url('../images/arrowdown.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:100px;
	position:relative;
	top:6px;
}

#div3 .div_bottom{
	background-image: url('../images/arrowdown.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:100px;
	position:relative;
	top:6px;
}

#div4 .div_bottom{
	background-image: url('../images/arrowdown.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:100px;
	position:relative;
	top:6px;
}
