/* - - - - - - - - - - - - - - - - - - - - -               
    Eng. Alaa M.Hennawi     
- - - - - - - - - - - - - - - - - - - - - */

body{
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}
img {border:0;}
b {font-weight:bold;}
i {font-style:italic;}
#searchInput {
	border:#5e584a 1px solid;
	width: 130px;
	height: 16px;
	color: #666666;
	font-size: 10px;
	text-align: right;
	background-color: #e9e9e9;
}
#searchSubmit {
	border: 1px solid #5e584a;
	font-size: 10px;
	width: 40px;
	height: 16px;
	color: #333333;
	font-family: Tahoma;
}
#JoinName {
	border-top: #5e584a 1px solid;
	border-right: #5e584a 1px solid;
	border-bottom: #5e584a 1px solid;
	border-left: #5e584a 1px solid;
	width: 95px;
	height: 16px;
	color: #666666;
	font-size: 10px;
	font-family: Tahoma;
	background-color: #e9e9e9;
}
#JoinPassword {
	border-top: #5e584a 1px solid;
	border-right: #5e584a 1px solid;
	border-bottom: #5e584a 1px solid;
	border-left: #5e584a 1px solid;
	width: 95px;
	height: 16px;
	color: #666666;
	font-size: 10px;
	font-family: Tahoma;
	background-color: #e9e9e9;
}
#JoinSubmit {
	border: 1px solid #5e584a;
	font-size: 10px;
	width: 95px;
	height: 16px;
	color: #333333;
	font-family: Tahoma;
}
 #calendar_tooltip
 {
  position: absolute;
  width: 130px;
  border: 1px solid #FFFFFF;
  padding: 7px;
  background-color: #CCCCCC;
  visibility: hidden;
  z-index: 100;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  font-size: 10px;
  color: #000000;
  font-family: MS Sans Serif, Tahoma, sans-serif;
 }
 #fadeinbox{
	position:absolute;
	width: 300px;
	left: 0;
	top: -400px;
	border: 2px solid black;
	background-color: lightyellow;
	padding: 4px;
	z-index: 100;
	visibility:hidden;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
height: 106px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 12px;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #01559b;
margin: 2px 2px 2px 2px;
border: 1px solid black;
}

.mefeedia-thumb {
margin: 5px;
padding: 5px;
border: 1px solid #CCCCCC;
}
.table_shadow .null table{
	border-style:none;
}