
/* Panel */
#PanelArticleArticle
{
	float			:	left;
	width			:	680px;
}
#PanelArticleArchive
{
	float			:	right;
	width			:	260px;
}

/* Article */
div.PanelArticleBody, div.PanelArticleBodyEnd
{
	margin			:	0em 0em 2em 0em;
}
div.PanelArticleBody
{
	padding			:	0em 0em 0.5em 0em;
}
div.PanelArticleHeader
{
	background-color		:	#dff0f1;
	padding				:	15px 20px 10px 20px;
	margin				:	0px 0px 30px 0px;
	border-radius			:	5px;
}
div.PanelArticleIcon
{
	float				:	left;
	margin-right			:	10px;
	display				:	none;
}
div.PanelArticleTitle
{
	float				:	left;
}
div.PanelArticleTitle h2
{
	color				:	#25b7bc;
	font-size			:	16px;
	line-height			:	24px;
	margin				:	0px;
}
div.PanelArticleTime
{
	text-align		:	right;
}
div.PanelArticleComment
{
	margin			:	1em 0em;
}

/* Archive */
div.PanelArticleArchiveBox
{
}
div.PanelArticleArchiveBox h2
{
	background-color		:	#dff0f1;
	border-radius			:	5px;
	color				:	#25b7bc;
	padding				:	5px 10px;
	font-size			:	125%;
}
#PanelArticleArchiveByDate
{
}
#PanelArticleArchiveByMonth
{
}
#PanelArticleArchiveByCategory
{

}
#PanelArticleArchiveByCategory li.ListArticleCategoryLarge
{
	list-style-type			:	none;
	margin-left			:	0px;
}
#PanelArticleArchiveByCategory li.ListArticleCategoryMiddle
{

}
#PanelArticleArchiveByCategory li.ListArticleCategorySmall
{

}

div.PanelArticleArchiveBox a.LinkSelected
{
	color				:	#cc0000;
	text-decoration			:	none;
}

/* Button */
div.PanelArticlePageButton
{
	border-radius			:	5px;
	margin				:	0em 0em 2em 0em;
	padding				:	5px 10px;
	background-color		:	#eeeeee;;
}
div.PanelArticlePageButton a
{
	text-decoration			:	none;
	color				:	#25b7bc;
}
div.LabelArticlePageButton, div.LabelArticlePageButtonSelected
{
	border-radius			:	5px;
	padding				:	8px 10px;
	margin				:	4px 4px 4px 0px;
	float				:	left;
	line-height			:	1em;
}
div.LabelArticlePageButton
{
	border				:	solid 1px #aaaaaa;
	background-color		:	#ffffff;
}
div.LabelArticlePageButtonSelected
{
	color				:	#ffffff;
	font-weight			:	bold;
	border				:	solid 1px #25b7bc;
	background-color		:	#25b7bc;
}
div.LabelArticlePageButton:hover
{
	background-color	:	#ffdddd;
}
div.PanelArticleButtonTop
{
	margin-top		:	2em;
	text-align		:	right;
}
