/* CSS Document */
#ArticleNavPanel
{
	height:29px;
	background:url(../images/art_nav_panel.gif) center repeat-x;
	margin-top:15px;
	overflow:hidden;
	font-size:11px;
	color:#000;
}
#ArticleNavPanel #Next, #ArticleNavPanel #Prev
{
	display:block;
	height:29px;
	line-height:29px;
	color:#fff;
	text-align:center;
}
#ArticleNavPanel #Next
{
	width:81px;
	background:url(../images/next_btn.gif) center no-repeat;
	float:left;
}
#ArticleNavPanel #Prev
{
	width:89px;
	background:url(../images/back_btn.gif) center no-repeat;
	float:right;
}
#ArticleNavPanel table
{
	width:260px;
	height:29px;
	margin:0 auto;
}
#ArticleNavPanel a
{
	font-size:11px;
	text-decoration:none;
	color:#4e8300;
}
#Votes img
{
	cursor:pointer;
}
/* ==================================================================================================== */
.ArtGrayBox
{
	background:#e1e1e1;
	padding:10px;
	padding-bottom:0;
}
.ArtGrayBox table
{
	margin:0 auto;
	width:100%;
}
.ArtGrayBox table td
{
	width:50%;
	vertical-align:top;
	padding-bottom:10px;
}
.ArtGrayBox .InSide
{
	padding-bottom:5px;
}

