body{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  text-align: right;
  direction: rtl;
  font: normal 12px Arial;
  color: #333;
  background: #f6f6f6 !important;
  text-shadow: none !important;
  
}

#content{
  font-family:Tahoma, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: bottom;
  text-align: right;
  direction: rtl;
  font: normal 12px Arial;
  color: #333;
  text-shadow: none !important;
}

#nb{
  width: 97%;
  background-color: #FFFFFF;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: bottom;
  margin-bottom: 10px;
  border-collapse:collapse;
  box-shadow: -4px 0px 10px 1px rgba(0,0,0,0.3);
  border-top-left-radius:40px;
  border-top-right-radius:5px;
  border-bottom-left-radius:40px;
  border-bottom-right-radius:5px;

}

#login{
  padding:0px;
  background-color: #FFFFFF;
  overflow: hidden;
  direction: rtl;
  margin-top: 15px;
  margin-bottom: 5px;
  background: #fff;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size:13px;
  border-collapse:collapse;
  box-shadow: -4px 0px 10px 1px rgba(0,0,0,0.3);
  border-radius:20px;
  max-width:450px;
}
#login hr{
  width:70%;
  color:#AAA;
}
#footer{
  font-size:9px;
  color:#999;
  padding:0px;
  text-align: center;
  direction: rtl;
}
#footer a{
  color:#AAA;
  text-decoration:none;
  font-size:8px;
}
#birthday{
  position:fixed;
  width: 100%;
  text-align: center;
  top:20px;
  left:0;
  overflow: hidden;
  text-align:center;
  z-index:999;
}
#birthday_container{
  background:rgba(255,255,120,0.9);
  color: #F00;
  border: 1px solid rgba(0,0,0,0.8);
  font-size: 16px;
  font-weight: bold;
  direction: ltr;
  padding: 10px;
  border-collapse:collapse;
  box-shadow: 0px 0px 450px 2px rgba(0,0,0,0.5);
  border-radius:20px;
  max-width: 500px;
  margin-left:auto;
  margin-right: auto;
}

#birthday_btn{
  margin-top: 5px;
  margin-bottom: 5px;
  border:0px;
  content:url("../images/bdgift.gif");
  vertical-align:baseline;
  width:24;
  height:20;
  cursor:pointer;
  display:none;
}
.title{
  margin-top: 10px;
  FONT-FAMILY: 'Times New Roman';
  font-size:20px;
  font-style:italic;
  font-weight:bold;
  text-decoration:underline;
  color: #59D;
}
.dir-ltr{
  direction: ltr;
  text-align:left;
}

.dir-rtl{
  direction: rtl;
  text-align:right;
}

.center{
  text-align:center;
}
.csvg{
  border:0px;
  content:url("../images/csvg.gif");
  vertical-align:baseline;
  width:10;
  height:15;
}
.fb{
  border:0px;
  content:url("../images/fb.gif");
  vertical-align:baseline;
  width:20;
  height:20;
}
.vcf{
  border:0px;
  content:url("../images/green-plus.png");
  vertical-align:baseline;
  width:20;
  height:20;
}
.call{
  border:0px;
  content:url("../images/call.png");
  vertical-align:baseline;
  width:20;
  height:20;
}
.e-mail{
  border:0px;
  content:url("../images/email.png");
  vertical-align:baseline;
  width:20;
  height:20;
}
.nb-tl, .nb-ml, .nb-bl{
  background: #fff;
  margin:0px;
  padding:0px;
	width: 5px;
	background-clip:padding-box;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.2);
}
.nb-line:hover{
  background: #ffA;
}
.nb-mc, .nb-mr{
  border-bottom:1px solid rgba(160,160,255,0.8);
}

.nb-tc, .nb-bc{
  height: 50px;
  margin-top:10px;
  padding-left:20px;

}

.nb-bc{
  font-size:10px;
  text-decoration:none;
  font-weight:bold;
}

.redline{
  width:10px;
  text-align:left;
  border-left:3px solid rgba(255,60,60,0.3);

}
.spacer{
  position:relative;
}
.firstrow{
  font-size:10px;
  font-weight:bold;
}
.nb-bc{
  visibility: hidden;
}
.bdate{
  text-align:right;
}
.mobile-hide{
  display:none;
}
@media (min-width: 768px) {
  #content{
    width: 800px;
    text-align: center;
    direction: rtl;
    margin-left: auto;
    margin-right: auto;
  }
  .fb{
    width:15;
    height:15;
  }
  .bdate{
    text-align:center;
  }
  .vcf {
    content: url("../images/vcf.gif");
    width: 18;
    height: 15;
  }
  #nb{
    margin-top: 5px;
    margin-bottom: 10px;
    background: #fff;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-collapse:collapse;
    box-shadow: -4px 0px 10px 1px rgba(0,0,0,0.3);
    border-top-left-radius:40px;
    border-top-right-radius:5px;
    border-bottom-left-radius:40px;
    border-bottom-right-radius:5px;
  
  }
  .nb-tl, .nb-ml, .nb-bl{
    background-clip:padding-box;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.2);
  }
  .nb-tc, .nb-bc{
    padding-left:0;
  }
  .redline{
    width:30px;
    padding-left: 2px;
  }
  .spacer{
    min-width: 50px;
    text-align: right;
    padding-right: 20px;
  }
  .nb-bc{
    visibility: initial;
  }
  .mobile-hide{
    display: table-cell;
  }
  .mobile-show{
    display:none;
  }
}