.Caption
{
   text-align:right;
   width:80px;
   height:25px;
   color:#003366;
   font-weight:bold;
   font-size: 12px;
   white-space:nowrap;
}

.DetailArea
{
   background-color:#f5f8fe;
   position:absolute; 
   z-index:9999;
   border:2px solid #1e85e4;
   margin:0px;
   padding:0px;
}

.DetailArea th
{
	text-align:center;
	vertical-align:middle;
	line-height:20px;
	background-color:#cad8fd;
}
.ShowList
{
	text-align:left;
}
.ShowList A
{
	text-align:left;
	float:right;
	clear:left;
  font-size:12px;
  width:100%;
	white-space:nowrap;
	overflow:visible;
}