﻿div.newsPartsContainer 
{

}

div.NewsImage 
{
		float: left; 
		margin: 0px 20px 10px 0px;
} 

div.NewsImage img 
{
	max-width: 300px;
	border: 1px solid black;
} 

div.NewsPreTitle 
{
	color: gray;
} 

div.NewsPreTitle, div.NewsPartBody  
{
	font: normal normal 8pt/1.6em tahoma; 
	text-indent: 15px; 
	text-align: justify; 
	margin-bottom: 10px
} 

div.NewsTitle 
{
	text-align: justify; 
	font: normal bold 12pt arial; 
	margin-top: 10px; 
	text-indent: 15px; 
} 

div.NewsPartSubTitle 
{
	text-align: justify; 
	background-image: url(css/img/blackbox.gif); 
	background-position: right 20%; 
	background-repeat: no-repeat; 
	padding-right: 15px; 
	font: normal bold 16px arial; 
	color: black;
} 

div.NewsSubTitle  
{
	padding-bottom: 15px; 
	color: Gray; 
	font-size: 10px; 
	padding-right: 15px; 
	margin-bottom: 10px;
}

div#newsImagesControls 
{
	height: 0px;
	position: relative;
	width: 100%;
	right: 1px;
	bottom: 15px;
}

div#newsImagesControls table 
{
	
}

td#preNewsImage 
{
	width: 30px;
	text-align: center;
	background-color: black;
	color: White;
	border: 1px solid white;	
	font: normal bold 10px tahoma;
	margin-left: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
}

td#nextNewsImage 
{
	width: 30px;
	text-align: center;
	background-color: black;
	color: White;
	border: 1px solid white;
	font: normal bold 10px tahoma;
	margin-bottom: 1px;
	margin-top: 1px;
}

td#preNewsImage:hover, td#nextNewsImage:hover 
{
	background-color: white;
	color: Black;
	border-color: Black;
}

div.Sharings 
{
	direction: ltr;
	text-align: left;
	float: left;
	padding: 10px;
}

div.newsImageDescription 
{
  font-size: 10px;
  color: Gray;
}

/* RATING */

img.ratingStar 
{
	cursor: pointer;
}

div.rating 
{
	padding: 10px;	
}

div.rating table 
{
	font-size: 10px;
	border: 2px solid #DCDCDC;
	background-color: #EFEFEF;
	width: 150px;
}

div.rating table td 
{
	padding: 2px;
}

div.rating table td.r 
{
	text-align: right;
}

div.rating table td.l 
{
	text-align: left;
}

div.form div.board 
{
	display: inline-block;
	width: 300px;
	text-align: center;
}

div.board ul 
{
	text-align: right;
}

div.LeftNewsContainer 
{
	margin: 0px 5px 15px 5px;
	border: 1px solid #DCDCDC;
	padding: 10px;	
	text-align: justify;
}

div.hrDotted
{
	margin-top: 8px;
}

div.PrintNews
{
	direction:rtl;
	text-align: right;
	float:right;
	width:800px;
	border : solid 1px #cccccc;
	padding: 10px 10px 10px 10px;
}

span.newsPrintContainer 
{
	display: inline-block;
	width: 32px;
	height: 32px;
}

span.newsPrintContainer div.SelectPrintType 
{
	width:110px;
	border:solid 1px #cccccc;
	font-family:Tahoma;
	font-size:11px;
	padding:5px 5px 5px 5px;
	direction:rtl;	
	text-align:right;
	background-color:#ddddde;
	display:none;
	float: right;
	position:absolute;
}
div.SelectPrintType a.PrintLinks
{
	text-decoration:none;
	color:#3333aa;
}

span.newsSendEmailContainer 
{
	display: inline-block;
	width: 32px;
	height: 32px;
}

div.EmailForm 
{
	width:260px;
	border:solid 1px #cfcccf;
	font-family:Tahoma;
	font-size:11px;
	padding:5px 5px 5px 5px;
	direction:rtl;	
	text-align:right;
	background-color:#ddddde;
	display:none;
	float: right;
	position:absolute;
}

/************************   Comment     **********************************/
div.newsComment
{
	border-bottom:dotted 1px #cccccc;
	padding:10px 0px 5px 0px;
}
div.newsCommentName
{
	
}
div.newsCommentEmail
{
	
}
div.newsCommentContent
{
	padding:5px 15px 3px 15px;
	text-align:justify;
	direction:rtl;
}

/********************************************************/

