
/*
* {
	/* old-style reset here :) */
/*	border: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica;
	background: white;
	text-align: center;
	background: url(./img/body.png) repeat-x;
}
body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
} */
#Event
{ 
     margin-top:5px;
     margin-left:20px;
   
  /*   padding: 0px;

         border: 0px;
	
     text-align: center;
    font-family: Helvetica;
	background: white;
	
	background: url(./img/body.png) repeat-x;

	width:590px;*/
 
	 
	
}
#Event table
{

	/*
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 20px;*/
 
 
}
#Event tr
{
    
}
#Event td, th {
	width: 51px;/*81*/
	height: 51px;/*81*/
	text-align: center;
	vertical-align: middle;
    /*background: url(./img/cells.png) */
	background-image: url(./img/cells.png) !important; /*fix ie6*/
    background-image: url(./img/cells.gif);

	color:#f7d7b1;/*color: #444; Green*/
	position: relative;
 /*+ add*/
 font-size: 20px;
 
 
 border-collapse: separate;
 border: 1px solid #387e1c;/*9DABCE*/
  border-width: 0px 0px 1px 1px; 
 
}
#Event th {
	height: 20px;/*30*/
	font-weight: bold;
	font-size: 14px;
}
#Event 	.last_row td
{
     border-collapse: separate;
 border: 1px solid #387e1c;/*9DABCE*/
  border-width: 0px 0px 0px 1px; 
}
#Event 	.ferst_col 
{
 border-collapse: separate;
 border: 1px solid #387e1c;/*9DABCE*/
 border-width: 0px 0px 1px 0px; 
}

 
#Event td:hover, th:hover {
	background-position: 0px -51px;/*-81 القوك قٍوه*/
	color:#94785b;/*222*/
}
#Event td.date_has_event {
	background-position: 106px 0px;/*162*/
	color:Yellow;/*white*/
}
#Event td.date_has_event:hover {
	background-position: 106px -51px;/*162 -81*/
}
#Event td.padding {
	background: url(./img/calpad.jpg);
}
#Event td.today {
	background-position: 53px 0px;/*81 0*/
	color:Red;/*white*/
}
#Event td.today:hover {
	background-position: 53px -51px; /*81*/
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(./img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color:White;/*555*/
}
.events li span.title {
	font-weight: bold;
	color:White;/**/
}
 
#Event .Calendar_data 
{
     margin-top:-25px;
     color:Green;/*f0c082 f7d7b1 */
     font-weight:bold;
     text-align:center;
      font-size:20px;
     width:260px;
      margin-left:40px;
     
      border: 1px solid Yellow;/*387e1c*/
  border-width: 0px 0px 1px 0px; 
  padding-bottom:0px;
  margin-bottom:5px;
    }
#Event .Calendar_data  a
{
     color:Yellow; /*Green*/
     font-weight:bold;
      font-size:20px;
      text-decoration:NONE;
}
