@charset "utf-8";
/* CSS Document */
#mainARTICLE {
	position:static;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	width:1000px;
	height:800px;
}
#articlesBOX {
	margin-left:580px;
	margin-top:10px;
	width:470px;
	height:230px;
	position:relative;
}
#kaption {
	color:#fff;
	background-color:#000;
    font-family: 'Traditional Arabic';
    font-size: 18px;
}
#myTable {
	width:422px;
	margin-top:0px;
	margin-left:0px;
	position:static;
	padding-left:0px;
}
.trHOVER {
	background-color:#dfdfdf;
}
.trHOVER:hover {
	background-color:#fefefe;
}
#taytel {
	color:#0C0;
    font-family: 'Traditional Arabic';
    font-size: 22px;
}
#kaption {
	color:#fff;
	background-color:#000;
    font-family: 'Traditional Arabic';
    font-size: 18px;
}
#IDs {
	width:30px;
	height:25px;
	text-align:center;
	color:#366;
}
#TITLEs {
	width:430px;
	height:25px;
	text-align:Left;
	color:#009;
    font-family: 'Traditional Arabic';
    font-size: 17px;
    padding-right: 10px;
	direction:ltr;
}
#LINKs {
	width:40px;
	height:25px;
	text-align:center;
	color:#009;
    font-family: 'Traditional Arabic';
    font-size: 17px;
}
.links2 {color: #2c2cfc; cursor: pointer;}
.links2:hover {color:red; }
.pn2 {
  display: block;
  width: 198px;
  height: 21px;
  background: #000;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-family: 'Traditional Arabic';
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity:1;
  filter:alpha(opacity=100);    
}
.pn2:hover {
  display: block;
  width: 198px;
  height: 21px;
  background: #000;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  color: red;
  opacity:1;
  filter:alpha(opacity=100);  
}
#previous2 {
	position:flexible;
	margin-top:2px;
	margin-left:2px;
}
#next2 {
	position:static;
	margin-top:-31px;
	margin-left:211px;
}
#articleCONT {
	width:208px;
	height:32px;
	margin-top:-31px;
	margin-left:130px;
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color: #00ff90;		
    border-radius: 5px;
}
#CONT {
	background-color:#000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color: #00ff90;
	border:none;
	padding-top:8px;
}