@charset "utf-8";
/* CSS Document */

/*
////////////////////////////////////////////////////////////
Detail
////////////////////////////////////////////////////////////
*/

table .Title{
	text-align:right;
	vertical-align:text-top;
	white-space:nowrap;
	font-weight:bold;
	color:#CF3724;
}

#Detail{
	float:left;
	width:750px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
}

#DetailHeader{
	clear:both;
	background-color:#CF3724;
	padding:3px;
	margin:5px 0;
	color:#FFF;
}

#DetailID{
	margin-right:15px;
}

#DetailType{
	float:right;
	width:150px;
	text-align:right;
}

#AddedDate{
	text-align:right;
}

#BtnPrinter{
	display:block;
	float:left;
	width:125px;
	height:17px;
}

#Agent{
	float:right;
	text-align:right;
	font-weight:bold;
}

#PicMain{
	float:left;
	width:400px;
	text-align:center;
}

#Pics{
	float:left;
	width:335px;
	margin-left:10px;
}

#Pics img{
	margin-right:1px;
	margin-bottom:1px;
}

#Pics .Vertical img{
	height:75px;
}

#Pics .Horizon{
	display:block;
	float:left;
	width:100px;
	height:75px;
	margin-right:5px;
	margin-bottom:5px;
}

#Pics .Horizon img{
	width:100px;
}

#DetailBody{
	clear:both;
}

#DetailBox{
	margin:10px 0;
}

#DetailUnit{
	margin:10px 0;
	border:solid 1px #CCC;
	padding:10px;
}

#AreaDetailTitle,#AreaDetail{
	display:none;
}

#Fukidashi{
	position:absolute;
	z-index:100;
	display:none;
	width:350px;
	height:190px;
	padding:50px 10px 10px 10px;
	background-image:url(/imgs/fukidashi.png);
	background-repeat:no-repeat;
	font-size:16px;
}

#AgentPhoto{
	float:left;
	width:61px;
	height:150px;
	margin-right:5px;
}

#AgentInfo{
	float:right;
	width:280px;
}

/*
////////////////////////////////////////////////////////////
LightBox
////////////////////////////////////////////////////////////
*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
