/* CSS Document */
.ArticlesBox
{
	width:528px;
	border:1px solid #8f8f8f;
	background:url(../images/art_box_top.gif) top repeat-x;
	margin-bottom:10px;
}
.ArticlesBoxBot
{
	background:url(../images/art_box_bot.gif) bottom repeat-x;
	padding-bottom:7px;
}
.ArtBoxHead
{
	width:100%;
	margin:5px auto;
	border-bottom:1px dotted #999999;
}
.ArtBoxHead th
{
	background:url(../images/art_bullet.gif) 240px center no-repeat;
	padding-right:30px;
	height:20px;
	text-align:right;
	width:50%;
}
.ArtBoxHead td
{
	text-align:left;
	padding-left:5px;
}
.ArtBoxHead td span
{
	color:#3d7300;
}
.ArtBtn
{
	display:block;
	width:54px;
	height:22px;
	background:url(../images/art_btn.png) center no-repeat;
	margin-right:auto;
}
/* --------------------------------------------------------------------------------------------- */
#ArticleBody
{
	background:#f0f0f0;
	border:1px solid #8f8f8f;
}
#ArticleHead
{
	background:#ebeded url(../images/art_head_bg.gif) center repeat-x;
	border-bottom:1px solid #8f8f8f;
	overflow:hidden;
}
#ArticleHead table
{
	float:right;
	height:30px;
	margin-right:8px;
}
#ArticleHead table td
{
	padding-left:7px;
}
#ArticleHead #BackBtn
{
	display:block;
	width:130px;
	height:30px;
	background:url(../images/art_back_btn.gif) center no-repeat;
	text-align:left;
	float:left;
	padding-left:10px;
	color:#000;
	line-height:30px;
	text-decoration:none;
}
#ArticleHead h1
{
	font:normal 14px Arial;
	color:#b82302;
	padding-right:20px;
	background:url(../images/art_bullet.gif) right no-repeat;
}
#ArticleHead span
{
	color:#304b09;
}
/* --------------------------------------------------------------------------------------------- */
#ArticlesTitle
{
	width:527px;
	height:32px;
	background:url(../images/articles_title.gif) center no-repeat;
	margin:0 auto 10px auto;
}
#ArticlesTitle h1
{
	height:100%;
	font:normal 14px Arial;
	text-align:right;
	padding-right:20px;
	line-height:32px;
}
/* --------------------------------------------------------------------------------------------- */
.ArtListTitle
{
	width:100%;
	height:40px;
	background:url(../images/articles_head.gif) center no-repeat;
	margin-top:5px;
}
.ArtListTitle th h3
{
	font:bold 13px Arial;
	text-align:right;
	padding-right:20px;
}
.ArtListTitle a
{
	display:block;
	width:70px;
	height:30px;
}
.ArtListTitle th
{
	width:240px;
	cursor:pointer;
}
.ArtListBox
{
	background:url(../images/art_list_bord.gif) center repeat-y;
	border-top:1px solid #59b0c9;
	width:526px;
}
.ArtListBox div
{
	background:url(../images/art_list_bot.gif) bottom center no-repeat;
	padding:10px;
	min-height:80px;
}
.ArtListBox ul
{
	margin:0;
	padding:0;
	list-style:none;
}
.ArtListBox li
{
	background:url(../images/bullet.gif) right 5px no-repeat;
	padding-right:10px;
}
.ArtListBox li a
{
	color:#000;
	text-decoration:none;
}



