/* CSS Document */

/*Calendar table styles*/
																			
.caltable {
	width:968px;
	margin:0 auto 20px auto;
	font-size:11px;
}
.caltable th {
	padding:10px;
	text-align:center;
	color:#FFF;
	background-color:#0b0908;
	text-transform:uppercase;
	font-size:12px;
	border-bottom:1px solid #eccd9f;
	font-weight:normal;
}
.caltable td {
	background:#eccd9f url(../images/calendar_frame.png) 50% 50% no-repeat;
	width:122px;
	height:122px;
	border-right:1px solid #eccd9f;
	border-bottom:1px solid #eccd9f;
	color:#0b0908;
	padding:8px; 
}
.caltable td.noborder {
	border-right:none;
}
.caltable td a {
	color:#181413;
	font-size:13px;
}
.caltable td a:hover {
	color:#7a0e1a;
} 
.caltable span {
	color:#181413;
	font-size:10px;
	height:12px;
	font-size:12px;
	display:block;
	text-align:right;
	color:#7a0e1a;
}
.caltable p {
	margin:8px 0;
}
.caldiv {
	overflow:auto;
	width:120px;
	height:110px;
	scrollbar-track-color:##181413;
	scrollbar-face-color:#eccd9f;
}
.footer {
	font-size: 10px;
	color:#928168;
	padding-top:10px;
	padding-right:35px;
	text-align:right;
}
