@charset "utf-8";
.calendar_top {
	background-image: url(/images/dthompson/calendar_top.png);
	height: 78px;
	width: 700px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
}
.month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	color: #8F223F;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}



.calendarDays {
	height: 31px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.calendarDays td {
	height: 31px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.calendar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;

}
.calendarSell    {
	width: 97px;
	height: 60px;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDCEE8;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.calendar_days_pusher {
	padding-left: 16px;
}

.days {
	color: #2A5EAA;
	text-decoration: none;
	width: 70px;
}

.smallSell {
	width: 10px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	float: left;
}
.dayNumber {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #8F223F;
	font-weight: bold;
	width: 50px;
	height: 26px;
	text-align: left;
}
.dayText {
	width: 80px;
	text-align: left;
	text-decoration: none;
	margin-bottom: 5px;
	color: #FFFFFF;
	word-wrap: break-word;
    font-size: 10px;    
}
.dayText  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #2B5EAA;
	text-decoration: underline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}
.dayText a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #183765;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.arrows {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #113E53;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-top: 40px;
	margin-right: 20px;
}
.arrows  a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2B5EAA;
	text-decoration: none;
}

.arrows    a:hover {
	color: #224A86;
	text-decoration: none;
}
#popUpWindow {
	height: 100px;
	width: 262px;
}
#popUpTopLine {
	background-image: url(/images/dthompson/popUpTopLine.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 262px;
	position: relative;
}
#closeBtn {
	height: 15px;
	width: 15px;
	position: absolute;
	right: 6px;
	bottom: 0px;
}
#popUpContent {
	width: 262px;
	background-image: url(/images/dthompson/popUpInside.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#popUpBottomLine {
	background-image: url(/images/dthompson/popUpbottomLine.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 262px;
}
#popUpText {
	width: 220px;
	margin-left: 15px;
}
#popUpTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C62E64;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#popUpTextInside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00406A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


