#daysheetbody {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.daysheetborder {
	background-color: #FFFFFF;
	border: 4px solid #D1D2D4;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	width: 729px;
	margin-left: auto;
	margin-right: auto;
	
}

	.daysheetpadding {
		padding: 10px 10px 10px 10px;
	}

.daysheetimage {
	float: left;
}

	#daysheetimage1 {
		width: 212px;
	}

	#daysheetimage2 {
		width: 285px;
	}

	#daysheetimage3 {
		width: 212px;
	}

.daysheetdate {
	font-size: 16px;
	font-weight: bold;
}

#daysheetheaderclear {
	clear: both;
	height: 10px;
}

.pagebreak {
	page-break-after: always;
	
}

table.daysheet {
	width: 100%;
	border-collapse: collapse;
}

	table.daysheet td {
		border-right: 1px solid #D1D2D4;
		vertical-align: top;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
	
		table.daysheet td a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #004295;	
		}

	#daysheetcolumn1 {
		width: 235px;
		padding: 5px;
	}

	#daysheetcolumn2 {
		padding: 5px 10px 5px 10px;
		overflow: scroll;
	}

	#daysheetcolumn3 {
		width: 235px;
		padding: 5px;
		border-right: 0px;
	}
	
	#daysheetcolumn4 {
		width: 235px;
		padding: 5px;
	}

	#daysheetcolumn5 {
		padding: 5px 10px 5px 10px;
	}

	#daysheetcolumn6 {
		width: 235px;
		padding: 5px;
		border-right: 0px;
	}
	
	table.daysheet td#daysheetarrow {
		text-align: right;
		padding-right: 5px;
		height: 50px;
	}

#daysheetweather {
	border: 1px solid #D1D2D4;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
}

	#daysheetweatherborder {
		border: 1px solid #D1D2D4;
		padding: 5px 5px 18px 5px;
	}

#daysheetsports {
	border: 1px solid #D1D2D4;
	padding: 2px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 12px;
}

	#daysheetsportsborder {
		border: 1px solid #D1D2D4;
		padding: 5px 5px 18px 5px;
	}
	
.daysheetheading {
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}

.daysheetnote {
	color: #666666;
	font-size: 11px;
	width: 729px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.bg-light {
	background-color: #F7F9FB;
}

blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-0.5em;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}