body {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 12pt;
	background: #FFF;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
}

#container {
	width: auto;
}

#header,
#sidebar-left,
#sidebar-right,
#footer {
	display: none;
}

/*
fixes float issue in gecko browsers
*/
#content-wrapper {
	float: none !important;
}

table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 98%;
}

th, td {
	padding: 2px;
	/*
	border: 1px solid #A9A9A9;
	*/
}

th {
	font-size: 12pt;
}

td {
	font-size: 10pt;
}

a:link, a:visited {
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}

.bigheader, .footer, .menuheader,
div.status,
.noprint {
	display: none;
}

/*
page break
*/
.breakhere {
	page-break-before: always;
}

form div.row,
form div.subrow {
	padding: 5px 0;
}

form div.row label.row {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 150px;
	display: block;
}

form div.row div.group {
	margin-left: 165px;
}

form div.subrow {
	clear: both;
	min-height: 1.7em;
	padding-bottom: 5px;
}

form div.subrow div.group {
	margin-left: 115px;
}

form div.subrow label.row {
	margin: 0;
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
	display: block;
}

input, textarea {
	border: none !important;
	background: transparent !important;
}

input.button {
	display: none;
}

#content-wrapper .footnote {
	font-size: 10pt;
}

/**********************************************************************
	PLUGIN SPECIFIC
***********************************************************************/
/*
	tablesorter
*/
div.tablesorterPager,
div.filtersearchcontainer {
	display: none;
}
