/*KOLEDAR*/

.calendarTitleSpan{
	padding:0px;
	font-weight: bold;
	line-height: 20px;
	font-size: 20px;
	vertical-align: top;
	color: #999999;
}

.calendarTableSmall{
	padding:0px;
	font-weight: bold;
}
	.calendarDaySmall{
		background: url(../img/book_calendar_bg.jpg) no-repeat center center;
	}
	.calendarDaySmall a {
		background-color:#999999;
	}
	.calendarDaySmall a:visited {
		background-color:#999999;
	}
	
.latestNewsHeader{
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
.latestNewsDate{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.latestNewsContent{
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}
	.latestNewsContent a{
		font-size: 11px;
		color: #009933;
		margin-bottom: 10px;
		text-decoration: none;
		font-weight: bold;
	}
		.latestNewsContent a:hover{
			font-size: 11px;
			color: #333300;
			margin-bottom: 10px;
			text-decoration: none;
			font-weight: bold;
		}
/*====================================================*/

.calendarYearTitle{
	font-size: 22px;
	color: #990000;
	padding: 10px;
	font-weight: bold;
}

.calendarContainer{
	float: left;
	padding-bottom: 20px;
	margin: 10px;
	width: 300px;
}