body,table,input,textarea {
	font-family: tahoma, times new roman;
	font-size:12px
}
.p_err{
	font-family:times new roman;
	font-size:14px;
	font-weight:bold;
	color:red;
	margin-top: 10px;
	width:500px;
}
.p_news_en {
	direction:LTR;
	width:555px;
	line-height: 130%;
	margin-left: 20px;
	margin-top: 10px;
}
.p_news_titr_en{
	font-family: Arial, tahoma;
	font-size:17px;
	font-weight:bold;
}
.p_news_summ_en{
	font-family: times new roman;
	font-weight:bold;
	font-size:14px;
}
.p_news_text_en{
	font-size:12px;
}

.p_news_fa{
	direction:RTL;
	width:540px;
	line-height: 130%;
	margin-right: 20px;
	margin-top: 10px;
}
.p_news_titr_fa{
	font-family: times new roman;
	font-size:16px;
	font-weight:bold;
}
.p_news_summ_fa{
	font-family: times new roman;
	font-size:14px;
	font-weight:bold;
}
.p_news_text_fa{
	font-size:12px;
}
.p_news_img{
	margin-top: 5; 
	margin-bottom: 10;
	margin-left: 10;
	margin-right: 10;
}
.txt_box_en{
	font-family: tahoma, times new roman;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	direction:ltr;
}

.txt_box{
font-family: tahoma, times new roman;
  border-width: 0px;
  background-color:#fff;
}

.txt_box_fa{
	font-family: tahoma, times new roman;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	direction:rtl;
}
.submit_en{
	letter-spacing: 2px;
	font-family: arial, tahoma;
	font-size:12px;
	color:#000495;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	background-color:transparent;
	BACKGROUND: url(/images/bullet_en.gif) fixed no-repeat left center;
	}
.submit_fa{
	letter-spacing: 1px;
	font-family: tahoma;
	font-size:12px;
	color:#000495;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	background-color:transparent;
	BACKGROUND: url(/images/bullet_fa.gif) fixed no-repeat right center;
	}

.lable_en{
	letter-spacing: 2px;
	font-family: arial, tahoma;
	font-size:12px;
	color:#000495;
	text-decoration:none;
	font-weight:bold;
}
.lable_fa{
	letter-spacing: 0px;
	font-family: times new roman;
	font-size:13px;
	color:#000495;
	text-decoration:none;
	font-weight:bold;
}

.link_en{
	letter-spacing: 2px;
	font-family: arial, tahoma;
	font-size:12px;
	color:#FF8208;
	margin-left: 10px;
	text-decoration:none;
}

.link_fa{
	letter-spacing: 0px;
	font-family: tahoma;
	font-size:12px;
	color:#FF8208;
	margin-left: 10px;
	text-decoration:none;
}
.dd_en{
	letter-spacing: 1px;
	font-family: arial, tahoma;
	font-size:10px;
	color:#000495;
	direction:ltr;
}

.dd_fa{
	letter-spacing: 1px;
	font-family: arial, tahoma;
	font-size:10px;
	direction:rtl;
}

.tr_0{
	background-color:#99EBFF;
	border-bottom:2px solid #00CCFF;
}
.tr_1{
	background-color:#C7F4FF;
	border-bottom:2px solid #00CCFF;
}
.txt{
	font-family: tahoma;
	font-size:12px;
	LINE-HEIGHT:20px;
}
select{
	font-family: tahoma;
	font-size:12px;
}
.tr_admin{
	background-color:white;
	border-bottom:2px solid #00CCFF;
}






.calendar-grid{
  text-align:right;
  font-family:tahoma,serif;
  border:0;
  padding:0;
  margin:0 0 15px 0;
  font-size:13px;
  /*direction:rtl;*/
width:550px;
}
.calendar-grid a{
  text-decoration:none;
}

.calendar-grid td{
  padding:5px;
  background-color: #eee;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  vertical-align:top;
  
}
.calendar-grid tr#nav td, .calendar-grid tr#days td{
  background-color: #009bc2;
  font-family:arial,serif;
  font-weight:bold;
  color:#fff;
}
.calendar-grid tr#nav td {
  font-size:15px;
}
.calendar-grid tr#nav td a {
  color:#eee;
}

.calendar-grid tr#days td{
  background-color: #01b6e3;
  color:#555;
  width:70px;
}
.calendar-grid tr.days{
  font-size:11px;
  background-color: #aaa;
  width:78px;
}
.calendar-grid tr.days td.empty{
  background-color:#f5f5f5;
}
.calendar-grid td.holiday{
  color: #ff0000;
}
.calendar-grid td#today, .calendar-grid td#today .holiday{
  background-color: #dad771;
}

.calendar-grid tr.days td:hover {
  background-color: #ffffdc;
}

.calendar-grid tr.days td ul {
  padding:0;
  margin:0;
  list-style:none;
}
.calendar-grid tr.days td ul li {
  text-align:right;
  font-size:11px;
  font-weight:normal;
}
.calendar-grid tr.days td ul li img{
  vertical-align:-3px;
  border:0;
}


/* the overlayed element */
.apple_overlay {

	/* initially overlay is hidden */
	display:none;

	/* growing background image */
	background-image:url(/assets/white.png);

	/*
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;

	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(/assets/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.contentWrap {
  overflow-y:auto;
  overflow-x:hidden;
  padding-right:10px;
  padding-left:10px;
  height:500px;

}
