@charset "utf-8";
/* Calendar CSS */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 10px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content {
	position: relative;
	width: 950px;
	height: auto;
}
#calendar-content {
	font-size: 10px;
	position: relative;
	left: 230px;
	width: 700px;
	height: auto;
	margin: 10px 0 0 0;
	line-height: 12px;
}
.tasting-info {
	text-align: center;
	margin-bottom: 10px;
}
table {
	width: 700px;
	border: 2px solid #87b3f4;
}
th {
	border: none;
	background-color: #e5e5e5;
	color: #db0000;
	font-size: 10px;
	text-align: center;
	line-height: 11px;
	border-bottom: #db0000 solid 1px;
}

th.bg {
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: #db0000 url(shoprandallsimages/calendar-head.gif) no-repeat;
}
td {
	padding: 3px;
}
td.alt {
	border-bottom: #db0000 solid 1px;
	border-right: #db0000 solid 1px;
	background-color: #f5f5f5;
}
td.alt-border {
	border-bottom: #db0000 solid 1px;
	background-color: #f5f5f5;
	padding: 3px;
}
td.alt-bot-border {
	border-right: #db0000 solid 1px;
	background-color: #f5f5f5;
	padding: 3px;
}
td.alt-border-bottom {
	background-color: #f5f5f5;
	padding: 3px;
}
.date {
	position: relative;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #000066;
	border-right: #000066 solid 1px;
	border-bottom: #000066 solid 1px;
	font-size: 9px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
.event {
	background-color: #afcffe;
	width: 150px;
	border-right: #db0000 solid 1px;
	border-bottom: #db0000 solid 1px;
}
.event-alt {
	width: 150px;
	border-right: #db0000 solid 1px;
	border-bottom: #db0000 solid 1px;
	background-color: #87b3f4;
}
.event-alt-border {
	width: 150px;
	border-bottom: #db0000 solid 1px;
	background-color: #87b3f4;
}
.event-border {
	background-color: #afcffe;
	width: 150px;
	border-bottom: #db0000 solid 1px;
}
.tasting {
	margin-bottom: 5px;
}
.s-tasting {
	margin-bottom: 5px;
}
.cal-rule {
	position: relative;
	left: 5px;
	background-color: #FFFFFF;
	height: 2px;
	width: 140px;
	margin: 5px 0 5px 0;
}