.com_news {
	width: 100%;
}

.com_news .createdate {
	text-align: left !important;
	padding-top: 3px;
}
.com_news .createdate a {
	color: #777 !important;	
}

.news_btn_moveUP {
	width: 20px;
	height: 16px;
	display: inline-block;
	background: url("images/arrow_up.png") center center no-repeat;
	cursor: pointer;
}
.news_btn_moveDOWN {
	width: 20px;
	height: 16px;
	display: inline-block;
	background: url("images/arrow_down.png") center center no-repeat;
	cursor: pointer;
}
.news_order_num {
	display: inline-block;
	padding: 0 2px;
}

.news_clr {
	clear: both;
	float: none;
	height: 0;
	overflow: hidden;
	line-height: 0;
}
.news_backBtn {
	text-align: left;
	padding: 5px 0 5px 7px;
}

.news_fullLink {
	color: #444 !important;
}

.news_title {
	padding: 20px 5px 3px !important;
	border-bottom: 1px dotted #ccc;
}
	.news_title a {
		color: #3C5D83 !important;
	}
	.news_title a:hover {
		color: #CD3131 !important;
	}
	.news_preTitle {
		display: block;
		font-size: 11px;
		color: #555;
		margin-bottom: 2px;
	}
	.news_mainTitle {
		font: normal normal bold 13px "B Nazanin", "Times New Roman";
	}
.news_body {
	padding: 5px 5px 10px 5px;
}
.news_body_title {
	margin: 0 !important;
	padding: 0 !important;
}
.news_body #system-readmore {
	display: none;
}
.news_body_image {
	padding: 5px;
	margin: 0 8px 0 0 !important;
	border: 1px solid #ddd;
	background: #eee;
}
.news_list_image {
	padding: 5px;
	margin: 0 0 0 8px !important;
	border: 1px solid #ddd;
	background: #eee;
}
.news_body_info {
	padding: 3px 5px 3px 5px;
	background-color: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	.news_body_info a {
		color: #990000 !important;
		padding-bottom: 1px;
	}
	.news_body_info a:hover {
		color: #b5360a !important;
		border-bottom: 1px dotted #990000;
	}
	.news_body_info div {
		float: right;
		margin-left: 5px;
		padding-right: 20px;
		padding-left: 5px;
		color: #666;
		line-height: 18px;
	}
		.news_body_info span {
			color: #444;
		}
	.news_body_info_cat {
		background: url(images/folder_table.png) right center no-repeat;
		border-left: 1px dotted #fff;
	}
	.news_body_info_place {
		background: url(images/world.png) right center no-repeat;
		border-left: 1px dotted #fff;
	}
	.news_body_info_source {
		background: url(images/status_online.png) right center no-repeat;
	}
	.news_body_info_code {
		background: url(images/newspaper.png) right center no-repeat;
		border-right: 1px dotted #fff;
	}
	.news_body_info_comments {
		background: url(images/comments.png) right center no-repeat;
		padding-right: 20px;
		float: left !important;
		margin-left: 3px !important;
	}
.news_container {
	border: 2px solid #ddd;
	margin-bottom: 15px;
}

.news_container thead td {
	font: normal normal bold 13px "B Nazanin", "Times New Roman";
}

.news_container td {
	vertical-align: middle;
}
.news_row:hover td {
	background: #e8f0f3;
}
.news_container td input {
	vertical-align: middle;
}
.news_sectionHeader {
	background: #bbb;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.news_rowIndex {
	width: 26px;
	padding: 0 !important;
	text-align: center;
	border-left: 1px solid #ddd;
}

.news_rowTitle, .news_rowDesc {
	border-left: 1px solid #ddd;
}

.news_rowReg, .news_rowDate {
	border-left: 1px solid #ddd;
	text-align: center;
	width: 80px;
}
.news_rowOthers {
	border-left: 1px solid #ddd;
}
.news_rowStatus {
	width: 20px;
	border-left: 1px solid #ddd;
	text-align: center;
}
	.news_rowStatus div {
		height: 16px;
	}
	.news_rowStatus_accepted {
		background: url(images/accept.png) center center no-repeat;
	}
	.news_rowStatus_rejected {
		background: url(images/exclamation.png) center center no-repeat;;
	}
	.news_rowStatus_waiting {
		background: url(images/hourglass.png) center center no-repeat;;
	}
	.news_rowStatus_draft {
		background: url(images/control_pause.png) center center no-repeat;;
	}
.news_rowReg {
	width: 90px;
}

.news_rowDesc {
	border-left: 1px solid #ddd;
	width: 20%;
}

.news_rowLink {
	width: 60px;
	text-align: center;
}
.news_rowLast {
	border-left: none !important;
}

tr.news_rowHead td {
	border-bottom: 1px solid #ccc;
	border-color: #ccc;
	text-align: center !important;
	background: #f7f7f7;
	padding: 3px 5px 3px 5px;
}

tr.news_row td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	background: #f3f3f3;
}

tr.news_rowEnd td {
	border-bottom: none;
}

tr.news_row1 {
	background: #f9f9f9;
}

.news_btnsHolder {
	padding: 5px;
}
	.news_btnsHolder a {
		display: block;
		float: left;
		zoom: 1;
		padding: 3px 6px;
		margin-left: 5px;
		background-color: #eee;
		color: #555 !important;
		border-width: 1px;
		border-style: solid;
		border-bottom-color: #aaa;
		border-right-color: #aaa;
		border-top-color: #ddd;
		border-left-color: #ddd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.news_btnsHolder a:hover {
		background: #fff;
	}
	

#news_container, #news_containerCover {
	border: 1px solid  #ddd;	
}
#news_container td {
	vertical-align: middle;
}
	tr.news_containerHeader {
		background: #eee;
	}
	tr.news_containerHeader td {
		padding: 3px 5px 3px 5px;
		text-align: center;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
		.news_hRowIndex {
			padding: 0 !important;
			width: 24px;
		}
		.news_hRowTitle {
			
		}
		.news_hRowNumber {
			width: 100px;
		}
		.news_hRowDate {
			width: 148px;
			border-left: none !important;
		}
		
	tr.news_containerRow td {
		background: #fff;
	}
	tr.news_containerRow:hover td {
		background: #fff9d7;
	}
	tr.news_containerRow td {
		padding: 3px 5px 3px 5px;
		text-align: center;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
	}
	tr.news_row1 {
		background: #f9f9f9;
	}
	tr.news_rowEnd td {

	}
	tr.news_rowFirst td {
		border-top: none !important;
	}
		.news_rowIndex {
			padding: 0 !important;
			width: 26px;
		}
		.news_rowTitle {
			text-align: right !important;
		}
		.news_rowNumber {
			width: 100px;
		}
		.news_rowDate {
			width: 150px;
		}
		
	td.news_bodyContainer {
		padding: 5px;
		background: #f9f9f9;
	}
	div.news_bodyContainer {
		background: #fff;
		display: none;
	}
		div.news_bodyHolder {
			padding: 5px;
		}
			table.news_bodyHolder {
				border: 1px solid #ddd;
			}
				td.news_bodyDesc_title {
					padding: 2px 5px 3px 0;
					background: #f8f8f8;
					border-bottom: 1px solid  #eee;
				}
				td.news_bodyDesc_title_mid {
					border-top: 1px solid  #eee;
				}
				td.news_bodyDesc_body {
					padding: 8px;
				}
				td.news_bodyDesc_body img {
					vertical-align: middle;
				}
		table.news_bodyFile {
			
		}
			td.news_bodyFileContent {
				padding: 3px 5px 6px 5px;
			}
			
.news_tableFields {
	border: 2px solid  #ddd !important;
}
.news_tableFields td {
	vertical-align: middle;
	background: #f7f7f7;
	padding: 3px;
	border: 1px solid  #ddd !important;
}
.news_tableFields input, .news_tableFields textarea {
	border: 1px solid #ccc;
	vertical-align: middle;
}
.news_tableFields img.calendar {
	vertical-align: middle;
	margin-right: 5px;
}
td.news_key {
	background: #eee;
}

.news_submit {
	padding: 0px 6px 3px 6px;
	margin-right: 5px;
	background-color: #eee;
	color: #555;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #aaa !important;
	border-right-color: #aaa !important;
	border-top-color: #ddd !important;
	border-left-color: #ddd !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.news_submit:hover {
	background-color: #fff !important;
}
.news_registerBtn {
	width: 20px;
	height: 16px;
	margin: 0 auto;
	background: url(images/vcard_add.png) center center no-repeat;
	display: block;
}

.news_inputBox {
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fafafa;
	padding: 2px;
}

.news_comments {
	
}
	.news_comments ul {
		margin: 0;
		padding: 0;
	}
	.news_comment_header {
		background: #eee url(images/comments.png) 99% center no-repeat;
		padding: 4px 25px 4px 0 !important;
		font-size: 11px;
		margin: 20px 0 5px 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #333;
	}
	.new_comment_row {
		list-style: none;
		margin: 2px 0 0 0;
		padding: 8px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 2px solid #f9fafc;
		background: #edf2f6;
		line-height: 1.5em;
	}
	.new_comment_row1 {
		background: #f4f8fb;
	}
	.new_comment_row_notapproved {
		background-color: #ddd !important;
		border-color: #bbb !important;
	}
		.news_commnet_author {
			font-size: 10px !important;
		}
		.news_comment_moderate {
			color: #aaa;
		}
			.news_comment_del {
				width: 18px;
				height: 16px;
				display: inline-block;
				background: url("images/delete.png") center center no-repeat;
			}
			.news_comment_approve {
				width: 18px;
				height: 16px;
				display: inline-block;
				background: url("images/accept.png") center center no-repeat;
			}
		.news_commnet_time {
			color: #999;
			font-size: 10px;
			float: left;
		}
		.news_commnet_body {
			clear: both;
			margin-top: 5px;
			border-top: 1px dotted #ccc;
			padding: 5px;
		}
.news_commentForm {
	width: 100%;
	border-top: 1px dotted #aaa;
	border-spacing: 3px;
	border-collapse: separate;
}
	.news_commentForm td {
		vertical-align: middle;
		padding-right: 2px;
	}
	.news_commentForm_key {
		background: #f5f5f5;
		padding: 0 7px 0 35px !important;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.news_commentForm td input, .news_commentForm td textarea {
		border-color: #bbb;
	}
	
.news_archive {
}
.news_archive a {
	padding: 0 1px 2px 1px;
}
.news_archive a:hover {
	border-bottom: 1px dotted #bbb;
}
	#news_archive_pagination {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3px 8px;
	}
		#news_archive_pagination .limit {
			margin: 10px 0;
		}
		#news_archive_pagination option {
			padding: 0 5px;
		}
		#news_archive_pagination select {
			margin: 0 5px;
			border-color: #aaa !important;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
