/* CSS Document */





/*calendar classes*/


#overlayall{
display: none;
 position: absolute; 
 left:000px;
 opacity:0.8;
 filter: alpha(opacity=80);
  background: #000; 
  top:000px; 
  bottom:000px; 
  width:100%; 
  height:100%;
}

#text1{
	position:absolute;
	display:block;
	width: 700px;
	margin: 0 auto;
	top:80px;
	color: #FFFFFF;

}
#text1 img{
	max-height:400px;
}
.image{
	float: left;
	margin:14px;

}
#close{
	background-color: #000000;
	text-align: center;
	margin-top:10px;
	font-size:20px;

}

table.tablecal{
	width:870px;
	height: 300px;
	margin-left:7px;
	margin-top:11px;
	border: solid 1px #FFFF99;
	font-family: Verdana;
	

	
}

table.tablecal tr td{
	border: solid 1px #000;
	text-align: center;
	font-size:20px;
	color: #959353;
	 cursor: pointer; 
	
}
table.tablecal tr td{
	height:100px;
}
table.tablecal tr.weekdays td{
	width:135px;
	height:30px;
	background-color:#DDC38A;
	color:#000000;
	font-size:18px;
	font-family: Verdana;
	border: solid 1px #666666;
	text-align:center;
	cursor: h
}
table.tablecal tr td b{
	background-color:#000000;
	max-width: 30px;
	margin: 0 auto;
}

.promotion-content{
	width:328px;
	height:210px;
	display:block;
	float:left;
	color:#000;
	margin-left:20px;
	margin-bottom:20px;
}

.promotion-content b{
	font-size:18px;
	color:#000;
}
.promotion-content img{
	margin-top:0px;
	margin-right:5px;

}
