/* CSS Classes for the Winter Calendar page. */

.calBar {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	color: rgb(90%,90%,90%);
	text-align: center;
	font-weight: bold;
	width: 530px;
	height: 23px;
	font: 18px/22px "Trebuchet MS", verdana, arial, sans-serif;
	background: url(../shop/images/cal-bar.jpg) left top no-repeat;
}
.calDesc {
	margin: 10px auto 10px auto;
	padding: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	width: 530px;
}

.calBox {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 153px;
	height: 150px;
	background: url(../shop/images/calendar-background.jpg) left bottom no-repeat;
}
.calBoxDisabled {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 153px;
	height: 150px;
	background: url(../shop/images/calendar-background.jpg) left top no-repeat;
}
.month {
	margin: 0 0 0 10px;
	padding: 0;
	color: white;
	text-align: left;
	font-weight: bold;
	font: 18px/22px "Trebuchet MS", verdana, arial, sans-serif;
}
.monthDiabled {
	color: rgb(40%,40%,40%);
	font-weight: bold;
	font: 18px/22px "Trebuchet MS", verdana, arial, sans-serif;
}
.firstRow {
	margin: -2px 5px 0 5px;
	padding: 0;
	height: 16px;
	border-top: 1px rgb(60%,60%,60%) solid;
	border-bottom: 1px rgb(60%,60%,60%) solid;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}
.week {
	margin: -2px 5px 0 5px;
	padding: 0;
	height: 16px;
	border-bottom: 1px rgb(60%,60%,60%) solid;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}


.dayBox {
	margin: 1px;
	padding: 0;
	float: left;
	display: inline;
	width: 14px;
	height: 14px;
	text-align: right;
	color: rgb(60%,60%,60%);
}

.dayBox a {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
}
.dayBox a:hover {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: white;
	text-decoration: none;
	background-color: yellow;
	color: black;
}

.sp {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 5px;
	height: 10px;
}

.calLeftSpace {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 162px;
	height: 20px;
}
.monthSpacer {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 35px;
	height: 100px;
}


