
/***
 ***	Articles Block styles
 ***/
.articles_block{
	border:1px solid #99c991;/*009966 dotted*/
	background-color:#FDFFFA;
}

.articles_block .title{
	padding-top:10px;
	padding-bottom:10px;
	background-color:#F3FFF0;
	text-align:center;
}


.articles_block .h a{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.articles_block .h{
	background-color:#EFFFE0;
	margin:3px;
	padding:5px;
	padding-right:0px;
	margin-right:0px;
	padding-left:20px;
	background-image:url(../images/articles/art_bullet.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	border-top:1px solid #99c991;/*90E996*/
}
.articles_block .h td{
}

.articles_block .h td a{
	font-size:10pt;
	color:#00A000;
	line-height:15px;
	text-decoration:none;
}
.articles_block .h td a img{
	border:0px;
	padding-right:5px;
}

.articles_block .h th{
	font-weight:normal;
	text-align:left;
	height:20px;
}
/**	Rubric Link	**/
.articles_block .h th a{
	color:#99C099;
	display:block;
	text-decoration:none;
	background-color:#e6f7d5;/*FDFFFD*/

	background-image:url(../images/articles/art_block.item.rubric_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	
	padding-left:8px;
	padding-right:4px;
	border-bottom:1px solid #c8e9c3;/*A9D9A1 90E996*/
	border-left:1px solid #c8e9c3;
/*	border-right:1px solid #FFFFFF;*/
}
.articles_block .h th a:hover{
	color:#49B059;
}

.articles_block td.descr{
	color:#A0C0A0;
	background-image:url(../images/articles/art_block.item.bg.png);
	background-repeat:no-repeat;
	background-position:left top;
/*	background-position:5px 8px;*/
	padding:5px;
}
.articles_block td.descr span{
	display:block;
	padding-top:5px;
}
.articles_block .h td, .articles_block .h th {
	color:#C0E0C0;
	vertical-align:top;
	
}
.articles_block .r{
	margin-top:5px;
	font-size:90%;
}
.articles_block .r a{
	color:#39A039;
	text-decoration:none;
}


/***
 ***	Other articles styles
 ***/


.rubric_h{
	font-weight:normal;
	text-align:right;
	color:#B0B0B0;
}
.rubric_h a{
	color:#A0C080;
}

.art_title {
	font-family:Georgia, "Times New Roman", Times, serif;
/*	font-family:sans-serif, Arial, Helvetica;*/
	font-size:14pt;
	color:#333333; /* 0d74f2 f2740d*/
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	vertical-align:top;
	text-shadow: 0px 1px 2px #C0C0C0;
/*	filter: DropShadow(Color=#999999, OffX=1, OffY=1, Positive=10);*/
	
}

.tbl_art {
/*
	background-color:#FFFDF7;
	border:1px dotted #FF9900;
	*/
	border-top:1px dotted #AAAAAA; /*FF9900*/
	width:100%;
}


.tbl_art img {
	border:1px dotted #E5E5E5;
}


/***
 ***		Rubric Mode
 ***/
.rubric_box h2{
	margin-bottom:0px;
}
.rubric_box td{
	padding-bottom:5px;
}
.rubric_box div{
	color:#999999;
	padding:5px;
	border:1px solid #F5F5F5;
/*	background-color:#F5F5F5;*/
}

.rubric_box .hl{
/*	color:#4c7f36;*/
/*	color:#acdf96;*/
/*	color:#999999;*/

	text-shadow: 0px 1px 2px #808080;
}



