/* Set background to white, to make printing easier */
body {
	background: white;
	font-size: 10pt;
}

/* Remove unwanted elements */
#nav,#leftNav,#social,#header,#mainHead,#footer,#tabs,#togglebox,#ui-table-control
	{
	display: none;
}

.siteSearch,.sessioninactivitymessage,.noprint,.skipToContent,input.submit,.expand-paragraph
	{
	display: none;
}

div#content div.buttons {
	display: none;
}

/* Render hyperlinks easy to identify */
a:link,a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* Render the URL for hyperlinks */
#content a:link :after,#content a:visited :after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href ^="/"]:after {
	content: " (http://www.fastexas.org" attr(href) ") ";
}

/* Ensure the content spans the full width */
#container #content {
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	display: block;
	color: black;
	background: transparent;
	text-align: left;
}

/* Fix spending index print */
#content .printLeft {
	margin: 0 0 0 0;
}

#content #splitreport .floatRight {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

div#content div#splitreport div.leftCol object, div#content div object {
	font-family: serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: 0;
	line-height: 20px;
	text-align: start;
	vertical-align: baseline;
	direction: ltr;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: scroll;
	opacity: 1;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: static;
	display: inline;
	visibility: visible;
	z-index: auto;
	overflow-x: visible;
	overflow-y: visible;
	white-space: normal;
	clip: auto;
	float: none;
	clear: none;
	-moz-box-sizing: content-box;
	cursor: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	marker-offset: auto;
}

.width35 {
	width: 101%;
}

.width45 {
	width: 101%;
}