﻿/* Google web fonts */
@import url('http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css');
@import url('http://fonts.googleapis.com/earlyaccess/droidarabickufi.css');

.hide{
	display:none;
}




.NewsSource {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #808080;
	padding:10px 20px;
}

fieldset
{
    border:0px solid #B9BABD;
	
	color: #000080;
	text-align:right;
	border-radius:20px;
	box-shadow: 1px 0px 1px 2px #B9BABD;
}

legend{
	color: #039;
	background-color: #fff;
	font: bold 18px 'Droid Arabic Kufi','times new roman';
	text-shadow: #fff 0.1em 0.1em 0.2em;
	padding:0 10px;
	text-align:center;
	white-space:nowrap;
	
}
.fieldset{
   padding:40px 25px 0 25px;
}

#copyright {
	clear:both;
	font: 13px 'Droid Arabic Kufi';
	color: #fff;
	text-align:center;
	padding-top: 20px;
}

.titleNews{
	background: url('http://www.benisuef.gov.eg/New_Portal/disabled/images/title2.jpg') repeat-x;
	height: 40px;
	color: #a37718;
	font: bold 18px 'Droid Arabic Naskh','times new roman';
	text-shadow: #fff 0.1em 0.1em 0.2em;
	text-indent: 15px;
	margin-bottom: 1px;
	position: relative;
	line-height:17px;
}



.NewsItem{
	position: relative;
	margin-bottom: 15px;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 55%;
  height: 94%;
  overflow:scroll; 
}

/* The Close Button */
.close {
  color: #ec0cfa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
