/* css for the alphabetical li sorter plugin */

a {
  font-weight: bold;
}

.listNav {
  margin: 0 0 8px;
}

.ln-letters {
  overflow: hidden;
}

.ln-letters a {
  font-size: 0.9em;
  display: block;
  float: left;
  padding: 2px 4px;
  border: 1px solid silver;
  border-right: none;
  text-decoration: none;
}

.ln-letters a.ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters a.ln-selected {
  background-color: #eaeaea;
}

.ln-letters a.ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  color: #336699;
}

html {
  background: #292a29 url(../img/body_bg.gif) repeat-x scroll 0 0;
#overflow-y : scroll;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .info-heading {
  font-family: Garamond, serif;
  color: #8a7237;
}

.info-heading {
  font-size: 1.2em;
}

h2 {
  font-weight: normal;
  font-size: 1.5em;
}

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

a:hover {
  color: #B58A21;
  text-decoration: underline;
}

#header-bar {
  color: white;
  position: inherit;
  width: 100%;
}

#branding {
  text-align: center;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  padding: 0;
  margin: 0;
  display: inline;
}

img {
  border: none;
}

#content-wrapper {
  width: 1040px;
  margin: 55px auto 0 auto;
  padding: 0;
  position: relative;
  background-color: white;
  border: 1px solid darkgray;
}

table.data th {
  background-color: black;
}

table.data th a, table.data th, .pagelinks li a {
  color: white;
}

table.data tr.odd td {
  background-color: white;
}

table.full {
  width: 100%;
}

table.data {
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  min-width: 400px;
}

table.data th, table.data td {
  border-width: 1px;
  border-style: solid;
  padding: 5px;
  font-size: 12px;
  vertical-align: top;
}

table.data th {
  font-weight: bold;
}

table.data td.id {
  white-space: nowrap;
}

#top-menu {
  background-color: #ae8d3c;
  border: 1px solid #796637;
  margin-left: -1px;
  width: 1040px;
}

#top-menu li.first {
  margin-left: -7px;
}

#top-menu li.last {
  float: right;
  margin-right: 40px;
}

#top-menu li {
  float: left;
  list-style-type: none;
  vertical-align: middle;
  line-height: 30px;
}

#top-menu a {
  color: #fff;
  text-decoration: none;
  padding: 7px 10px;
  display: block;
}

#top-menu ul {
  margin: 0;
}

#top-menu a:hover {
  background-color: #8A7237;
}

.footer {
  clear: both;
  color: #666;
  font-size: 10px;
  height: auto;
  margin: 0 auto;
  line-height: 2em;
  width: 922px;
}

.footer a {
  color: black;
}

.footer a:hover {
  color: #8A7237;
}

.footer-copyright {
  float: left;
}

.footer-links {
  float: right;
}

.form-field {
  padding-top: 5px;
}

.form-field label {
  display: block;
}

.form-field label.inline, .form-buttons span.padding {
  display: inline-block;
  width: 11em;
  text-align: right;
}

.form-buttons {
  margin-top: 8px;
}

form .required label {
  font-weight: bold;
}

#create-company {
  margin-top: 40px;
}

.chooser-tool {
  float: left;
  border: 1px solid brown;
  margin: 0px 0 0px 0px;
}

.chooser-tool ul {
  list-style-type: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#patent-tool-wrapper {
  margin-left: 50px;
  float: right;
}

#product-tool-wrapper {
  float: left;
}

#product-list-group {
  margin-left: 10px;
}

#patent-list {
  margin-right: 10px;
}

#product-patents {
  width: 100%;
  border: 1px solid brown;
  height: 100px;
}

.tool-wrapper {
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
}

.active-drop-target {
  background-color: antiquewhite;
}

.d-patent {
  cursor: move;
}

.attached-patent {
  border: 1px solid brown;
  margin: 3px;
}

.product-section-item, .product-item, .patent-section-item {
  cursor: pointer;
}

.selected-product-section-item, .selected-product-item, .selected-patent-section-item {
  background-color: darkorange;
}

.drop-hover {
  border: 1px dashed blue;
  background-color: #003399;
  opacity: 0.44;
  zoom: 1;
  filter: alpha(opacity = 50);
}

#content-sections {
  font-size: 11px;
}

.front-page-content-section {
  background-color: #eaeaea;
}

#content-top {
  border: 0 none;
  color: #222222;
  font-family: "Trebuchet MS", Verdana, sans-serif; /*margin: 3em 50px;*/
  padding: 20px 0 0;
  text-transform: none;
  width: 90%;
}

#content-top p {
  font-size: 12px;
}

#content-main-left {
  float: left;
  width: 640px;
  padding-right: 10px;
  background: transparent url(../img/border_left.gif) repeat-y top right;
}

#content-main-left, #content-top {
  margin-left: 40px;
}

#content-main-simple {
  padding: 40px;
}

.content-nopad {
  padding: 0 !important;
}

#content-main-right {
  float: left;
  padding: 0 0 20px 15px;
  width: 240px;
  margin-left: 50px;
}

.left-actions {
  float: right;
  font-weight: bold;
  padding-right: 20px;
}

.right-actions {
  float: right;
  font-weight: bold;
}

#content-secondary {
  border-top: 1px dotted #999999;
  background: #CCCCCC none repeat scroll 0 0;
  padding: 2px 0 10px 30px;
  overflow: auto;
}

#content-secondary a {
  color: #222;
  text-decoration: none;
}

#content-secondary a:hover {
  color: #111;
  text-decoration: underline;
}

#content-secondary h3 {
  color: #222222;
  font-size: 1.65em;
  font-weight: bold;
  margin-right: 2em;
  padding-left: 1em;
}

.column {
  padding: 0 2em 2em;
  width: 20%;
  float: left;
}

.basic-listing {
  border-top: 2px solid #E4E4E4;
  margin-top: 20px;
}

.manage-button-off {
  background: transparent url(../img/button_manage_off.png) repeat-y scroll right top;
}

.manage-button-on {
  background: transparent url(../img/button_manage_on.png) repeat-y scroll right top;
}

.small-section-header {
  font-weight: bold;
  border: 1px black;
  border-bottom-style: solid;
  width: 200px;
}

.search-result {
  margin-top: 8px;
}

.companyResult {
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 5px;
}

.companyResult a {
  vertical-align: top;
}

#productListing {
  padding: 0px;
}

#productListing li, #companyListing li {
  list-style: none;
}

.bottom-center-link {
  text-align: center;
  font-weight: bold;
}

.content-status-icon {
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
}

#reportedCompanies {
  float: left;
  text-align: center;
}

#assignUserContainer {
  vertical-align: middle;
}

#searchResultsLegendContainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
}

.legend-data-item {
  padding: 3px;
}

#search-mini, #search-form {
  background: transparent url(../img/search_bg.gif) repeat 0 0;
  border-bottom: 2px solid #AE8D3C;
}

#search-mini {
  padding: 10px 5px;
  text-align: center;
}

#search-form {
  padding: 80px 0;
}

#search-input {
  float: left;
}

#searchText {
  width: 400px;
  height: 18px;
  font-size: 1.1em;
  padding: 13px 5px 9px;
  border: 0;
}

#search-actions {
  float: left;
}

#search-form-wrapper {
  width: 550px;
  margin: 0 auto;
}

#advanced-search {
  text-align: center;
  font-size: 0.9em;
  margin-top: 3px;
}

.info-boxes {
  padding: 0 20px;
}

.info-box {
  padding: 5px;
  font-size: 1.3em;
}

.info-box h2 {
  margin: 2px 0;
}

table.full {
  width: 100%;
}

table.data th, table.data td {
  font-family: arial, sans-serif;
  color: #333333;
}

table.data {
  border-collapse: collapse;
  border: 1px solid black;
}

table.data th {
  background-color: #B9AD9B;
  color: #333333;
  font-weight: bold;
}

table.data th, table.data td {
  border: 1px solid black;
  padding: 5px;
  font-size: 11px;
  vertical-align: top;
}

table.data tr.odd td {
  background-color: white;
}

table.data tr.even td, .patent-display-even {
  background-color: #D8D1C7;
}

.patent-display {
  line-height: 26px;
  padding-left: 5px;
}

.admin-evidence-display {
  line-height: 28px;
  padding-left: 5px;
}

table.data td.id {
  white-space: nowrap;
}

.search-result-description {
  color: #555555;
}

.patent-delete {
  float: right;
  padding: 5px;
}

.evidence-approve, .evidence-delete {
  float: right;
  padding: 3px;
}

.changelog-date-header td {
  background-color: lightsteelblue;
  font-weight: bold;
  text-align: center;
}

.right-content-item {
  margin-bottom: 40px;
}

#data-field-display dt {
  float: left;
  width: 100px;
  font-weight: bold;
}

#data-field-display dd {
  margin: 0 0 5px 0;
  padding: 0;
}

ul.error-list {
  list-style-type: none;
}

ul.error-list li {
  font-weight: bold;
  color: darkred;
}

input.error {
  background-color: salmon;
}

.no-display {
  display: none;
}

#bulkLoadHelp {
  margin-left: 10px;
}

.disclaimer {
  font-size: 0.7em;
  margin: 0;
  padding: 40px;
  font-style: italic;
}

.oti-patent-choice-container {
  margin-bottom: 10px;
}

.oti-exact-match {
  font-style: italic;
}

#loading-message {
  text-align: center;
  margin-top: 20px;
}

.hidden {
  display: none;
}

#oti-options-reload-image, #patentText, #patent-field-with-reload {
  vertical-align: middle;
}

.footer a {
  color: #666666;
}

#home-content {
  font-size: 1.3em;
  position: relative;
  height: 526px;
  margin-top: -25px;
}

#home-heading {
  font-style: italic;
  background: transparent url(../img/border_bottom.gif) repeat-x bottom left;
  padding-bottom: 15px;
  white-space: nowrap;
}

.info-line {
  line-height: 20px;
}

.home-col .info-line {
  padding-bottom: 5px;
}

.home-col h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#home-col1 {
  position: absolute;
  top: 40px;
  height: 340px;
  width: 300px;
  padding-left: 5px; /*background: transparent url(../img/pm_magglass.png) no-repeat bottom right;*/
  text-align: center;
}

#home-col1 .info-line, #home-col3, #home-col2, .info-line {
  font-size: small;
}

#home-right-panel {
  height: 520px;
  left: 325px;
  position: relative;
  width: 660px;
  background: transparent url(../img/pm_border.png) repeat-y top left;
}

#news-heading {
  height: 67px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  top: 10px;
  width: 603px;
  border-bottom: 1px inset gray;
  margin-left: 2px;
}

#news-heading h2 {
  margin: 0;
}

#home-col2 {
  height: 512px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  top: 8px;
  width: 280px;
  background: transparent url(../img/pm_border-right.png) repeat-y top left;
}

#home-col3 {
  height: 440px;
  left: 325px;
  padding-left: 10px;
  position: absolute;
  top: 8px;
  width: 300px;
}

.home-info-type .footnote {
  font-size: smaller;
}

#home-col3 h2.main-heading {
  background: transparent url(../img/reported_lg.png) no-repeat top right;
  padding: 5px 0;
  margin-top: 0;
}

ul.home-benefits-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

ul.home-benefits-list li {
  padding: 5px 0;
  font-family: Garamond serif;
  font-size: 1.1em;
}

.home-info-img {
  width: 50px;
  height: 50px;
  float: left;
}

.home-info-type {
  font-size: 0.8em;
}

.home-info-type, .company-info {
  background: transparent url(../img/border_bottom.gif) repeat-x top left;
  padding: 10px 0;
}

.as-workspace {
  margin-left: 10px;
  margin-top: -2px;
  width: 625px;
  min-height: 300px;
  background-color: white;
  border: 2px inset lightsteelblue;
}

.as-workspace .form-buttons {
  margin-left: 10px;
}

.as-query-preview {
  margin-left: 10px;
  margin-right: 19px;
  border: 1px inset gray;
  padding: 3px
}

.admin-links {
  margin-bottom: 4px;
}

.company-result-extra-link {
  margin: 8px;
}

#company-search-tools {
  border-top: 1px solid darkgray;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

#additional-results-title {
  font-weight: bold;
}

.disabled-link {
  color: gray;
}

#company-search-results-first-link, #company-search-results-first-text {
  margin-right: 8px;
}

#company-search-results-last-link, #company-search-results-last-text {
  margin-left: 8px;
}

#subscription-contact {
  margin-top: 20px;
}

#subscription-options, #subscription-benefits, #subscription-contact, #getting-started-frame {
  font-size: small;
  font-size: 1.3em;
}

#getting-started-frame {
  width: 720px;
}

.float-right {
  float: right;
}

.standout-image {
  border: 1px solid darkgray;
  margin: 3px;
}

#getting-started-frame p {
  padding: 3px;
}

.single-button-wrapper {
  margin-top: 40px;
}

#patent-rotator {
  vertical-align: middle;
  height: 34px;
  text-align: center;
  background: #999999 url(../img/patent_rotator_bg.gif) repeat-x scroll 0 0;
}

#patent-rotator img {
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}

.patent-rotator-item {
  line-height: 34px;
}

#ipc-stats {
  margin: 8px 8px 8px 75px;
  width: 150px;
  height: 150px;
}

.legendLabel {
  font-size: 14px;
  padding: 8px;
}

#chart-legend {
  margin: 0 auto;
  text-align: left;
  width: 160px;
}

.top-patent-classes-header {
/*margin-left: 10px;*/
}

#news-main h3, #news-main h4, #news-main h5 {
  margin-top: 0;
}

#news-main div {
/*border: 1px solid black;*/
}

#news-main .separator {
  border-bottom: 3px solid #EAEAEA;
  clear: both;
  margin-top: 10px;
  margin-right: 1px;
}

#news-main h4 {
  font-size: 14px;
  font-family: Verdana, sans-serif;
}

#news-main h3 {
  font-size: 2em;
  font-weight: normal;
}

#news-left {
  float: left;
  width: 140px;
  background-color: #EAEAEA;
  min-height: 500px;
  padding: 46px 25px;
}

#news-middle {
  float: left;
  width: 790px;
  padding: 20px 25px;
}

.news-middle-left {
  float: left;
  width: 380px;
  padding: 14px 0;
}

.news-middle-right {
  float: left;
  width: 385px;
  padding: 14px 12px;
}

.featured-article {
  background-color: #EAEAEA;
  padding: 14px 0 14px 12px;
  margin-bottom: 15px;
}

.featured-article img {
  float: left;
}

.featured-right {
  float: left;
  margin-left: 10px;
  width: 70%;
}

.featured-right p {
  clear:both;
  font-family: Verdana, sans-serif;
  font-size: 1.3em;
  color: #222222;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.featured-article h3 {
  color: gray;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.featured-article h4 {
  font-family: Verdana, sans-serif;
  float: left;
  margin-bottom: 5px;
  font-size: 16px !important;
}

.featured-article h4 a {
  font-family: Verdana, sans-serif;
}

.featured-article h5 {
  font-family: Verdana, sans-serif;
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 2px !important;
  color: gray;
  font-size: 1em !important;
}

.news-article {
  padding-bottom: 5px;
}

.news-article h5 {
  width: 68px;
  float:left;
  font-size: 12px;
  margin: 4px 10px 0 0 !important;
  font-weight: normal;
  color: #222222;
}

.news-article h4 {
  float: left;
  width: 280px;
  margin: 0;
}

.news-article h4 a {
  font-family: Verdana, sans-serif;
  color: #222222;
}

.news-article p {
  margin-left: 78px;
  line-height: 18px;
  width: 280px;
}

.news-article p.subtext {
  font-size: 9px;  
}