/*
	Only For /analyse/index.html
*/




/*--- Menu Item ---*/

div#ExpArticleMenu{
	padding:5px;
}
div#ExpArticleMenu ul{
	margin:0px;
	padding:0px;
	border-left:1px solid #e0e0e0;
}
div#ExpArticleMenu li{
	display:inline;
}
div#ExpArticleMenu a{
	font-family:Verdana,"Osaka";
	font-size:10px;
	color:#81a28f;
	text-decoration:none;
	border-right:1px solid #e0e0e0;
	padding:0px 3px 0px 3px;
}
div#ExpArticleMenu a:hover{
	color:#CC9933;
}
div#ExpArticleMenu a.Active{
	font-weight:bold;
}


/*--- Contents ---*/

div#ExpArticleContents{
	margin-bottom:20px;
}
div#ExpArticleContents h2{
	background-color:#81a28f;
	color:#fff;
	font-size:14px;
	padding:4px;
}
div#ExpArticleContents dl{
	margin:0px;
	padding:0px;
}
div#ExpArticleContents dt{
	font-size:12px;
	color:#678070;
	height:15px;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}
div#ExpArticleContents dd{
	font-size:12px;
	margin:-15px 0px 5px 75px;
	height:15px;
}
div#ExpArticleContents .Contents{
	float:left;
	width:520px;
	margin:0px 5px 0px 5px;
}
div#ExpArticleContents .Profile{
	float:right;
	width:200px;
	text-align:center;
}
div#ExpArticleContents .Close{
	clear:both;
}