/* CSS Document */
#detailBox {
	position:absolute; 
	z-index:1000; 
	display: none; 
	cursor: default; 
/*	border: solid 1px #ff0000; */
}

#detailContent {
	position:relative;
	font:Verdana, Geneva, sans-serif;
/*	border: solid 1px #00ff00; */
}
#detailContent p {
	font:Verdana, Geneva, sans-serif;
	color:#000000;
	font-size: 14px;
	line-height:17px;
	text-align: center;
	margin: 10px 0px 0px;
}
#detailContent a {
	font:Verdana, Geneva, sans-serif;
	color: #355CB9;
	font-weight: bold;
	text-decoration: none;
}
#detailContent a:hover {
	text-decoration: none;
	color: #CC0033;
}

#detailClose {
	position:absolute; 
	top: 24px; 
	right: 24px; 
	width:24px; 
	height:24px; 
	z-index:1000;
	background-image:url(/Images/ibClose.png);
}
#detailClose:hover {
	background-image:url(/Images/ibCloseHigh.png);
}

#dbTopLeft {
	line-height: 1px; 
	font-size: 1px; 
	width: 30px;
	height: 30px;
	background:url(/Images/ibTopLeft.png);
}
#dbTop {
	line-height: 1px; 
	font-size: 1px; 
	width: 30px;
	height: 30px;
	background:url(/Images/ibTop.png) repeat-x;
}
#dbTopRight {
	line-height: 1px; 
	font-size: 1px; 
	width: 30px;
	height: 30px;
	background:url(/Images/ibTopRight.png);
}
#dbLeft {
	width: 30px;
	height: 30px;
	background:url(/Images/ibLeft.png) repeat-y;
}
#dbCenter {
	background: #FFFFFF;
/*	border: 1px solid #000000; */
}
#dbRight {
	width: 30px;
	height: 30px;
	background:url(/Images/ibRight.png) repeat-y;
}
#dbBottomLeft {
	width: 30px;
	height: 30px;
	background:url(/Images/ibBottomLeft.png);
}
#dbBottom {
	width: 30px;
	height: 30px;
	background:url(/Images/ibBottom.png) repeat-x;
}
#dbBottomRight {
	width: 30px;
	height: 30px;
	background:url(/Images/ibBottomRight.png);
}
.detailLoading {
	position:relative;
	padding: 200px 250px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#detailTemp {
	display: none;
	position:absolute;
	visibility: hidden;
	top:0px;
	left:0px;
}
	
