body {
   background: black;
	font-family:Arial; 
    color: white;
    font-size: 12px;   /* default font size */
	direction: rtl;
	text-align: center;
}

.imageContainer {
   width: 900px;
}

.facebookContainer {
   width: 900px;
   clear: both;
   height: 30px;
}

.faceBookLink {
   width: 450px;
   float: left;
   text-align: left;
}

.faceBookLink a {
    color: white;
}

.joinFaceBook {
   float: right;
   position: relative;
}

.joinFaceBook a {
    color: #818181;
   text-decoration: none; 
}

.joinFaceBook a:hover {
    color: white;
   text-decoration: underline; 
}

.joinText {
   position: absolute;
   top: 4px;
   right: 2px;
   width: 180px;
   cursor: pointer;
}

.faceBookIcon {
}



.datesContainer {
   clear: both;
   width: 900px;
   margin-top: 10px;
   text-align: center;
	  margin-left: auto;
	  margin-right: auto;
}

.datesInnerContainer {
	border: 1px solid #a48f8f; 
   text-align: center;
/*	border: 1px solid yellow; */
	  overflow: hidden;
    font-size: 16px;   /* default font size */
	font-weight: bold;
	  margin-left: auto;
	  margin-right: auto;
	  padding: 5px;
	  height: 82px;
	  width: 100%;
}

.datesInnerContainerS {
	border: 1px solid #a48f8f; 
   text-align: center;
/*	border: 1px solid yellow; */
	  overflow: hidden;
    font-size: 16px;   /* default font size */
	font-weight: bold;
	  margin-left: auto;
	  margin-right: auto;
	  padding: 5px;
	  height: 44px;
	  width: 100%;
	  margin-bottom: 18px;
}

.centerThis {
    width: auto;
	  overflow: hidden;
	  margin: 0 auto;
	  position: relative;
}

.dispDayTxt {
    font-size: 13px;   /* default font size */
   float: right;
	width: 65px;
	height: 30px;
	padding-top: 7px !important;
	padding-top: 1px;
}

.singleDateS {
    font-size: 16px;   /* default font size */
   float: right;
	width: 25px !important;
	width: 28px;
	height: 25px !important;
	height: 28px;
	padding-top: 7px !important;
	padding-top: 5px;
	direction: ltr;
}

.singleDate {
    font-size: 16px;   /* default font size */
   float: right;
	width: 28px !important;
	width: 30px;
	height: 28px !important;
	height: 30px;
	padding-top: 7px !important;
	padding-top: 5px;
	direction: ltr;
}

.markDate {
	border: 2px solid white;
	background: white;
	color: black;
   cursor: pointer;
}

.selectedDate {
	border: 2px solid white;
}

.markDate a {
	color: black;
   text-decoration: none;
}


.unmarkDate a {
	color: white;
   text-decoration: none;
}


.unmarkDate {
	border: 2px solid black;
	background: black;
	color: white;
   cursor: pointer;
}

.credit {
   width: 900px;
   margin-top: 30px;
   clear: both;
    font-size: 18px;   /* default font size */
	font-weight: bold;
}

.credit a {
    color: white;
}

.credit a:hover {
    color: white;
   text-decoration: none;
}

