/* 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%; 
  min-height:1110px;
  _height:1110px;
}

#text{
	position: absolute;
	display: block;
	width: 940px;
	margin: 0 auto;
	top:80px;
	color: #e3d387;
	background: url(sincity/bgto.jpg) center top;
	border: 10px solid #D3C19B;

}
#text h1{
	font-family:Verdana;
	margin-left:20px;

}
.close{

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

}
#close{
	width: 940px;
	height:20px;
	display:block;
	clear:both;
	background-color:#C1A159;
	color:#000000;
	text-align: center;
	margin-top:10px;
	font-size:20px;

}
#close a {
	color:#000000;

}

table.tablecal{
	width:964px;
	height: 300px;
	margin: 0 auto;
	border: solid 1px #FFFF99;
	background-color:#000000;
	font-family: Arial;
	margin-top:30px;
	

	
}

table.tablecal tr td{
	height:102px;
	border: solid 1px #000;
	font-size:20px;
	cursor: pointer;
	color: #959353;
	text-align:left;
	vertical-align:top;
}



table.tablecal tr.weekdays td{
	width:135px;
	height:28px;
	background-color:#DDC38A;
	color:#000000;
	font-size:17px;
	font-family: Arial;
	border: solid 1px #666666;
	text-align:center;
	font-weight:bold;
}
table.tablecal tr td b{
	background-color:#000000;
	width: 36px;
	margin: 0 auto;
	color:#FEFDA1;
}
table.tablecal tr td i{
	background-color:#000000;
	max-width: 30px;
	margin: 0 auto;
}

.active {
	display:block;
	height:102px;
	}

a.active {
	text-decoration:none;
	font-weight:bold;
	}
#cont img{
	margin-right:5px;
	
}



