@charset "utf-8";
/* CSS Document */
img {
 border-right-width:0px;
 border-left-width:0px;
 border-top-width:0px;
 border-bottom-width:0px;
}
/******************************* button image formha ****************/
.imagebutton { 
 border:0px none; 
 margin-top:5px;
 font-size:12px;
 margin-bottom:4px;
 width:70px;
 height:20px;
 text-align:center;
 vertical-align:middle;
 color:#006633;
 font-family:Tahoma;
 background-image:url(../images/button.gif);
 cursor:pointer;
}
.imagebutton2 {
 border:0px none; 
 margin-top:2px;
 font-size:12px;
 margin-bottom:4px;
 width:95px;
 height:20px;
 text-align:center;
 vertical-align:middle;
 color:#006633;
 font-family:Tahoma;
 background-image:url(../images/button02.gif);
 cursor:pointer;
}
.imagebutton3 {
 border:0px none; 
 margin-top:2px;
 font-size:12px;
 margin-bottom:4px;
 width:25px;
 height:25px;
 text-align:center;
 vertical-align:middle;
 color:#006633;
 font-family:Tahoma;
 background-image:url(../images/button_search.gif);
 cursor:pointer;
}
/***************** mod_quickicon ********************/
#cicon {  text-align: center;  vertical-align: middle; }

#cicon div.icon   { margin: 3px;   }
#cicon div.icon a { 
	display: block; 
	float: left;
/*	height: 53px !important;*/
	height: 100px; 
/*	width: 53px !important;*/
	width: 80px; 
	vertical-align: middle; 
	text-decoration : none;
	text-align:center;
	border: 1px solid #EFF;
	padding: 2px 5px 1px 2px;
/*	background-image:url(images/round.gif);*/
	background-position:top;
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:13px;
}

#cicon div.icon a:link    {  color : #808080;  }
#cicon div.icon a:hover   { 
	color : #333; 
	border: 1px solid #DDD;
	padding: 3px 4px 1px 3px; 
}
#cicon div.icon a:active  {  color : #808080;  }
#cicon div.icon a:visited {  color : #808080;  }

#cicon div.icon img { margin-top: 3px; }
#cicon div.icon p { display: block; padding-top:0px;}
/*************** news_view ***************/
.newsbox_top {
/*	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	border-top: 1px solid #CCCCCC;
	background: #ECECEC;
}
.newsbox_bottom {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.news_title{
 text-align:right;
 margin-right:5px;
 color:#000000;
 font-size:13px;
}
.news_summery{
 text-align:justify;
 margin-right:5px;
 margin-left:5px;
 color:#666666;
 font-size:12px;
 direction:rtl;
}
.news_header{
 text-align:right;
 margin-right:10px;
 color:#999999;
 font-size:11px;
}
.news_pic {
	border: 1px solid #CCCCCC;
	background: #FBFAFF;
}
.news_text{
 font-size:12px;
 text-align:justify;
 margin-right:15px;
 margin-left:15px;
 direction:rtl;
 color:#000000;
}