body {
	background-color: #f0f0f0;
	margin: 0;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

a {
	text-decoration: none;
	color: #069;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1px;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #069;
}

h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #069;
}

li {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

form {
	border: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

label {
	font-size: 13px;
	color: #666;
}

div.clearBoth {
	clear: both;
}


/* main container */
#container {
	width: 900px;
	margin: 0 auto;
}


/* header stuff */
#pstLogo {
	margin: 0 0 0 0;
	float: left;
}

#topNav {
	float: right;
	margin: 5px 15px 0 0;
}

#topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topNav li {
	float: left;
	font-size: 12px;
	padding: 0 0 8px 0;
}

#topNav li a {
	color: #488eb5;
	text-decoration: none;
	margin: 0 0 0 15px;
	padding: 0 0 8px 0;
}

#topNav li a:hover {
	background: bottom repeat-x url(images/navbarBG.gif);
	color: #069;
}

#clock {
	clear: both;
	float: right;
	color: #b2b2b2;
	margin: 0 15px 5px 0;
}


/* footer stuff */
#footer {
	margin: 5px 0 0 0;
}

#botNav {
	float: right;
	margin: 5px 15px 0 0;
}

#botNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#botNav li {
	float: left;
	font-size: 11px;
}

#botNav li a {
	color: #aaa;
	text-decoration: none;
	margin: 0 0 0 15px;
}

#botNav li a:hover {
	color: #999;
	text-decoration: underline;
}

#copyright {
	margin: 0 0 0 15px;
	padding: 5px 0 0 0;
}

#copyright p {
	color: #aaa;
	font-size: 11px;
}


/* main body of the pages */
#mainBodyTop {
	background: #fff url(images/mainBodyTop.gif) top no-repeat;
	clear: both;
	width: 900px;
}

#mainBodyBot {
	background: transparent url(images/mainBodyBot.gif) bottom no-repeat;
	padding: 25px 25px 10px 25px;
}

#mainBodyBot p, #mainBodyBot li {
	color: #666;
}

#helpBodyTop {
	clear: both;
	width: 846px;
	margin: 30px auto 0 auto;
	background: top no-repeat #f8f8f8 url(images/helpBodyTop.gif);
}

#helpBodyBot {
	background: transparent bottom no-repeat url(images/helpBodyBot.gif);
	padding: 20px;
	margin: 0;
}

#helpBodyBot h3 {
	color: #4a91b7;
	size: 14px;
	margin: 0;
	padding: 0;
}

#helpBodyBot p {
	color: #999;
	margin: 0 0 15px 0;
}

#helpBodyBot p strong {
	font-weight: normal;
	color: #666;
}

.helpLeft {
	float: left;
	width: 256px;
	margin: 10px 20px 0 0;
	padding: 0 5px 0 0;
	border-right: #ccc 1px solid;
}

#helpRight {
	width: 236px;
	margin: 10px 0 0 562px;
	padding: 0;
}

#cintelliqLogoSm {
	clear: both;
	padding: 20px 0 0 0;
}


/* stuff specific to the search form */
#searchTextFields {
	float: left;
	margin: 0 50px 0 0;
}

#searchTextFields p {
	clear: both;
	margin: 15px 0;
}

#searchTextFields label {
	width: 100px;
	display: block;
	float: left;
}

#searchTextFields input {
	width: 270px;
}

#searchDateFields {
	margin: 0 30px 0 0;
}

#searchDateFields p {
	clear: both;
	margin: 15px 0;
}

#searchDateFields label {
	width: 130px;
	display: block;
	float: left;
}

#searchDateFields #submitForm {
	margin: 0 0 0 200px;
}

#searchShowFields {
	clear: both;
	margin: 20px 0 0 0;
}

#showFieldsLink {
	background: #f0f0f0;
	padding: 4px 7px;
	margin: 0 0 5px 100px;
	float: left;
	min-width: 100px;
}

#showFieldsLink a {
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 0;
	background: right no-repeat url(images/arrowBlueSm.gif);
}

#searchFieldSelection {
	display: none;
	clear: both;
	margin: 0;
	background: #f0f0f0;
	padding: 7px;
}

#searchFieldSelection label {
	margin: 0 20px 0 0;
}


/* stuff specific to the results page */
p#searchAgain {
	float: right;
}

#searchAgain a {
	color: #999;
	padding: 0 0 0 20px;
	background: center left no-repeat url(images/butPrev.gif);
}

p#resultsQuery {
	font-size: 11px;
	color: #999;
	margin: 10px 0 0 0;
}

p#resultsNumber {
	float: left;
	color: #999;
	margin: 10px 0 0 0;
}

div#noResults {
	clear: both;
	margin: 10px 0 0 0;
}

.resultsControls {
	float: right;
	margin: 10px 0 0 0;
}

#resultsShowFieldsLink {
	background: #f0f0f0;
	padding: 4px 7px;
	margin: 0 20px 0 0;
	float: left;
}

#resultsShowFieldsLink a {
	color: #666;
	text-decoration: none;
	padding: 0 20px 0 0;
	background: right no-repeat url(images/arrowBlueSm.gif);
}

#resultsSearchFieldSelection {
	display: none;
	clear: both;
	margin: 10px 0 0 0;
	background: #f0f0f0;
	padding: 7px;
	/* float: right; */
}

#resultsSearchFieldSelection label {
	margin: 0 20px 0 0;
}

#resultsDisplay {
	vertical-align: middle;
}

input.newPage {
	width: 20px;
	vertical-align: middle;
	text-align: center;
}

.pageBackTop {
	vertical-align: middle;
	background: transparent no-repeat url(images/butPrev.gif);
	border: none;
	font-size: 0px;
	width: 16px;
	height: 14px;
}

.pageForwardTop {
	vertical-align: middle;
	background: transparent no-repeat url(images/butNext.gif);
	border: none;
	font-size: 0px;
	width: 16px;
	height: 14px;
}

#resultsTable {
	width: 100%;
	clear: both;
	margin: 20px 0 0 0;
}

#resultsTable tr {
	margin: 0;
}

#resultsTable th {
	text-align: left;
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
	border-bottom: #ccc 1px solid;
}

#resultsTable th>a {
	display: inline;
}

#resultsTable th>a#resultsSort {
	padding: 0 10px 0 0;
	background: no-repeat url(images/arrowGreyDown.gif);
	background-position: center right;
	display: inline;
}

#resultsTable th>a#resultsSortUp {
	padding: 0 10px 0 0;
	background: no-repeat url(images/arrowGreyUp.gif);
	background-position: center right;
	display: inline;
}

#resultsTable td {
	text-align: left;
	font-size: 12px;
	color: #999;
	margin: 0;
	padding: 5px;
	border: none;
}

#resultsTable a {
	color: #888;
	text-decoration: none;
	width: 100%;
	display: block;
}

#resultsTable a:hover {
	color: #555;
}

#resultsTable tr.grey {
	background: #eee;
}

#resultsTable tr.white {
	background: #fff;
}

#resultsTable tr.grey:hover, #resultsTable tr.white:hover {
	background: #ddd;
}

#resultsTable tr.grey:hover a, #resultsTable tr.white:hover a {
	color: #666;
}


/* stuff for the page that shows a single patent */
#patentInfo {
	margin: 20px 0 0 0;
}

#patentInfo th {
	display: none;
}

#patentInfo td {
	font-size: 13px;
	color: #999;
	vertical-align: top;
	padding: 5px;
}

#patentInfo td.patentInfoField {
	color: #999;
}


/* stuff specific to the logout page */
p#logoutMessage {
	margin: 20px 0 0 0;
	color: #999;
}


/* stuff specific to the login page */
#formLogin {
	margin: 0;
	background: #f0f0f0;
	padding: 15px;
	width: 309px;
}

#formLogin p {
	margin: 0 0 10px 0;
	color: #999;
}

#formLogin label {
	color: #999;
	float: left;
	display: block;
	width: 100px;
}

#butLogin {
	margin: 10px 0 0 100px;
}


/* stuff specific to the About page */
#screenshot1 {
	float: right;
	margin: 0 0 20px 20px;
}

#infoPageRight {
	float: right;
	margin: 0 0 20px 20px;
}

#infoPageContainer p {
	margin: 10px 0 0 0;
	color: #999;
}

#infoPageContainer li {
	color: #999;
}

#infoPageContainer h3 {
	margin: 15px 0 0 0;
}

#infoPageContainer p em, #infoPageContainer li em {
	font-weight: normal;
	color: #666;
	font-style: normal;
}
