body {
	color: #000000;
	background: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

#articlebody {
	width: 50%;
	text-align: justify;
}

.deck {
	font-size: 14px;
	font-style: italic;
}

.small, .byline {
	font-size: 10px;
}

#articlebody span img {
	padding: 10px;
	background-color: #E9E9E9;
}

	/* calendar */
	
#calendartable h3 {
	text-align: left;
	font-size: 18px;
}
	
#calendartable table td {
	text-align: right;
	padding: 2px 4px 2px 0;
	width: 82px;
	height: 86px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	color: #999999;
	vertical-align: top;
	font-size: 18px;
}

#calendartable table td a {
	color: #999999;
	text-decoration: none;
}

#calendartable table .calendarinfotitle {
	font-size: 9px;
	color: #BFB35A;
}

#calendartable table td.active strong.calendarinfotitle a {
	color: #000;
	font-weight: normal;
	text-align: center;
	padding: 0 3px;
}

#eventdescription .calendarinfotitle {
	color: #BFB35A;
}

#calendartable table th {
	text-align: center;
	padding: 8px 0;
	width: 82px;
	border-bottom: 1px solid #000;
	background-color: #BFB35A;
	color: #fff;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
}

#eventdescription {
	position: absolute;
	left: -300px;
	width: 150px;
	padding: 5px;
	background-color: #fff;
	border: 1px dotted #000;
	visibility: hidden;
	z-index: 100;
	font-size: 9px;
	text-align: left;
}

#eventpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.tooltip_date {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.calendarholiday {
	float: left;
	font: bold 9px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #BFB35A;
	padding: 2px 0 0 4px;
}

	/* playbucks table */

table.playbucksGrid {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	width: 366px;
}

table.playbucksGrid td {
	width: 20%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 5px 0;
}
