
div#content {
/*	position: static !important;  */
/*	position: static;   */
	position: static !important;
	float: none !important;
}

ul#menu, div#menuWrap, div.checkbox {
	display: none !important;
}

div#MatchForm {
	position: fixed !important;
	display: none !important;
}

div#selectAlternative {
	display: none !important;
}


div#matches {
	float: none !important;
}

div#footerSeparator {
	display:none;
}


div#titleSeparator {
	padding: 6pt;
}

div.pageTitle {
	padding: 6pt;
}

div.headlineText {
	padding: 6pt;

}
div.batchDownload {
	display:none;
}

div.checkbox {
	display:none;
}

div.headlineMenu {
	display:none;
}

div.navbar {
	display:none;
}

noscript {
	display: none;
}

p.important {
	font-size: 12pt;
	text-align: center;
	padding: 0;
	margin: 0;
}

p.lessImportant {
	font-size: 12pt;
	text-align: center;
	padding: 0;
	margin: 0;
}

h2.citationsTitle {
	display: block;
	font-size: 14pt;
	text-align: center;
	padding: 0;
	margin: 0;
}


/*
 * Citations
 */

table.citations {
	border-collapse: collapse;
	border: 1px solid #808080;
	width: 100%;
}

table.citations td, table.citations th {
	background-color: #fcfcfc; 
	border-left: 1px solid #808080; 
/*	padding: 5px; */
}

table.citations td {
	border-top: 1px solid #b0b0b0;
	background-color: #fcfcfc;
}

table.citations th {
	background: white url(../images/backGrad.png) left -8px repeat-x;
}

table.citations td.citationCount, table.citations th.citationCount,
table.citations td.citationYear, table.citations th.citationYear {
	border-left: 0;
	text-align: center;
}

table.citations caption {
	text-align: left;
	font-size: 115%;
	font-weight: bold;
	margin-top: 1.5em;
}

/****************/
/* footer stuff */
/****************/

div#copyright, div#address {
	margin-top: 1em;
	font-size: 70%;
	color: #505050;
	float: none;
}

div#address img {
	float: none;
	vertical-align: middle;
}

div#address div {
	float: none;
}

div#address {
	left: 8%;
	float: none;
}

div#copyright {
	text-align: right;
	right: 8%;
	margin-right: 15px;
}

p.directions {
	color: #828282;
	clear: both;
/*	padding-top: 10px;*/
	padding: 0;
	margin: 0;
}

.directions {
	color: #828282;
	clear: both;
}

div.citationCounts {
	background-color: #fafafa;
	width: 15em;
	float: right;
	border: 1px solid #a0a0a0;
	font-size: 85%;
	color: #808080;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.citationCounts h3 {
	width: 100%;
	text-decoration: none;
	color: #505050;
	margin: 0;
	text-align: center;
	background-color: #feb56e;
	background-color: #e0e0e0;
}
div.citationCounts p {
	margin: 4px;
}

a#logo img {
	visibility: visible !important;
	border: 0;
}

