#mainBlock {background-color:#ffffff; padding:15px;}
/*********   Articles CSS     *********/
	.main_bar_top_wraper {
		width: 80%;
		float:left;
		
	}
	
	.main_bar_top {
		width: 95%;
	}
	
	.main_bar_bottom_wraper {
		width: 80%;
		clear:both;
		
	}
	
	.main_bar_bottom {
		width: 95%;
		margin-top:20px;
		text-align:right;
		direction:rtl;
	}
	
	.right_bar_wraper {
		width: 20%;
		float:right;
	}
	
	.right_bar {
		width: 154px;
	}

	#articleBlock {
		background-color:#e5e5e5;
		text-align:center;
		padding:0 8px 0 8px;
	}
	
	#articleListBottom {
		width:154px; height:18px; 
		background-color:#e5e5e5;
		text-align:center;
	}
	
	#articleListTop {
		width:154px; height:18px; 
		background-color:#e5e5e5;
		text-align:center;
	}
	
	.outerFrameArticles{
		float:right; background-color:#e5e5e5;
	}

	.innerFrameArticles{
		background-color:#f0f0f0;
		text-align:center;
		min-height:265px;
	}
	
	.articleList{
		border-bottom:2px solid #ffffff; height:25px;
	}
	
	div.scroll {
		height: 150px;
		width: 100%;
		overflow: auto;
	}
	
	.contentTitle{
		font:bold 11pt Arial; color:#636363;
	} 
	
	.articlesDivClose{
		text-align:left; padding-left:10px;;
	} 
	
	.send-bt-Articles { width:74px; height:26px; background:url(../images/content/block/snd_button_global.png) left top no-repeat; text-align:center;}
	.send-bt-Articles a:link {color:#131f29; text-decoration:none; font-size:9pt;}
	.send-bt-Articles a:visited {color:#131f29; text-decoration:none; font-size:9pt;}
	.send-bt-Articles a:active {color:#131f29; text-decoration:none; font-size:9pt;}
	.send-bt-Articles a:hover {color:#ee3c1e; text-decoration:none; font-size:9pt;}
	
	a.msgSubTitle:link    {font:10pt Arial; color:#636363; text-decoration:none;}
	a.msgSubTitle:visited {font:10pt Arial; color:#636363; text-decoration:none;}
	a.msgSubTitle:active  {font:10pt Arial; color:#636363; text-decoration:none;}
	a.msgSubTitle:hover   {font:10pt Arial; color:#f25218; text-decoration:none;}
	
	a.orange:link    {font:9pt Arial; color:#f25218; text-decoration:underline;}
	a.orange:visited {font:9pt Arial;color:#f25218;text-decoration:underline;}
	a.orange:active  {font:9pt Arial;color:#f25218;text-decoration:underline;}
	a.orange:hover   {font:9pt Arial;color:#636363;text-decoration:underline;}
		
	a.articleUser:link    {font:bold 11pt Arial; color:#f25218; text-decoration:none;}
	a.articleUser:visited {font:bold 11pt Arial; color:#f25218; text-decoration:none;}
	a.articleUser:active  {font:bold 11pt Arial; color:#f25218; text-decoration:none;}
	a.articleUser:hover   {font:bold 11pt Arial; color:#636363; text-decoration:none;}
/*********   End  Articles CSS      *********/


/*********   Err / Success Blocks     *********/
.errMessageTR{
	font:bold 10pt Arial;
	color:#CC3300;
	background-color:#E8C9BF;
	background-image:url(../images/icons/close.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.messageTR{
	font:bold 10pt Arial;
	/*color:#000099;*/
	color:#0E3A03;
	background-color:#E2F0C5;
	background-image:url(../images/icons/yes.png);
	background-repeat:no-repeat;
	background-position:top right;
}


/*********   fonts     *********/

.giantTitle{
	font:bold 24px Tahoma; color:#636363;
}

  
.errTxt{font:8pt Arial;
	color:red;
	text-align:right;
}
