/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


*/

body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
}

a {
  color: rgb(0, 170, 0);
  text-decoration: none;
}

a:hover {
  color: rgb(90, 90, 90);
  text-decoration: underline;
}

acronym {
  font-variant: small-caps;
  font-weight: bold;
}

em.na {
  font-style: normal;
  color: rgb(175, 175, 175);
}



table {
  width: 100%;
  margin: 0;
}

table thead th {
  border-bottom: 1px solid rgb(175, 175, 175);
  text-align: left;
  font-size: 12pt;
}

table thead th.action {
  border-bottom: none;
}

table thead th em {
  color: rgb(90, 90, 90);
  font-style: normal;
}

table tbody td, table tfoot td {
  padding: 0.25em 1em 0.25em 0;
  font-size: 10pt;
}

table tbody td.action {
  padding-right: 0;
  width: 22px;
}

table tbody td.action img {
  vertical-align: middle;
  border: none;
}

table tbody td em {
  color: rgb(90, 90, 90);
  font-style: normal;
}

table tfoot td.action {
  border-top: 1px dashed rgb(175, 175, 175);
  font-size: 10pt;
}



form {
  margin: 0;
  padding: 0;
}

form p, form ul {
  line-height: 14pt;
  margin: 0;
  padding: 0.25em 1em;
}

form p span.info {
  font-size: 10pt;
  color: rgb(90, 90, 90);
}

form p.submit {
  clear: left;
  border-top: 1px dashed rgb(90, 90, 90);
  margin: 0.5em 0 0 0;
  padding: 0.5em;
}

form p.submit input {
  font-size: 12pt;
}

form label {
  clear: left;
  float: left;
  font-weight: bold;
  width: 10em;
}

form input {
  margin: 0;
}

form input.checkbox {
  margin: 0 0.5em 0 1em;
  position: relative;
  top: -1px;
  left: 0;
}

form span.fieldWithErrors {
  padding: 2px;
  background-color: rgb(255, 0, 0);
}

form p.add_new {
	margin: -0.25em 0 0 0;
	padding: 0 0 0 1em;
}

form p.add_new a {
	font-size: 9pt;
}

form ul.multi_input li {
  list-style: none;
  margin: 0;
  padding: 0 0 0.25em 0;
}

form ul.multi_input li input {
  margin: 0 8px 0 0;
}

form ul.multi_input li img {
  vertical-align: middle;
  border: none;
  margin: 0 0 0 -4px;
}


div.error, div.notice {
	margin: 0 0 1em 0;
  padding: 0.25em 0.5em;
  font-size: 12pt;
}

div.notice {
  border: 1px solid rgb(255, 255, 0);
  background-color: rgb(255, 255, 200);
  color: rgb(0, 0, 0);
}

div.error {
  background: rgb(255, 240, 240);
  color: rgb(170, 0, 0);
  font-weight: bold;
}


#errorExplanation {
  padding: 7px 7px 12px 7px;
  margin: 0 0 0.5em 0;
  background: rgb(255, 240, 240);
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background: rgb(170, 0, 0);
  color: rgb(255, 255, 255);
}

#errorExplanation p {
  color: rgb(90, 90, 90);
  margin-bottom: 0;
  padding: 0 0 0 5px;
}

#errorExplanation ul {
  margin: 0;
  padding: 5px 0 0 25px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



div#account_nav, div#navigation, div#content, div#footer {
  margin: 0 auto;
  width: 980px;
}

div#content div#topics, div#content div#testimonials {
  margin: 0;
  padding: 1em 4em;
}

div#content div#account, div#content div#context, div#content div#context_list, div#content div#stats {
  margin: 0;
  padding: 1em 2em;
}

div#content div#signup, div#content div#login, div#content div#reset_password, div#content div#activation {
  margin: 0 auto;
  padding: 1em 0;
  width: 540px;
}



div#account_nav {
  border-bottom: 1px dotted rgb(175, 175, 175);
}

div#account_nav p {
  margin: 0;
  padding: 0.25em;
  text-align: right;
  font-size: 9pt;
  color: rgb(90, 90, 90);
}

div#account_nav p a {
  font-weight: bold;
}



div#navigation {
  height: 85px;
}

div#navigation h1 {
  width: 350px;
  height: 85px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}

div#navigation h1 span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/jrank_header_logo-6eff7e90b40994c58895df53149a2911.gif) no-repeat top left;
}


div#navigation ul {
  float: left;
  display: inline;
  position: relative;
  left: 0;
  top: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

div#navigation ul li {
  margin: 0;
  padding: 0 1em;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  display: inline;
  font-size: 14pt;
  color: rgb(90, 90, 90);
}

div#navigation ul li em {
  font-style: normal;
  color: rgb(175, 175, 175);
}



div#content div#banner {
  padding: 1em;
  border-top: 1px solid rgb(0, 170, 0);
  background-color: rgb(240, 255, 240);
}


div#content div#banner h2 {
  margin: 0;
  padding: 0;
}

div#content div#banner dl {
  margin: 0;
  padding: 0;
}

div#content div#banner dl dt {
  margin: 0;
  padding: 0 0 0 25px;
  font-size: 14pt;
  font-weight: bold;
  background: url(/assets/accept-00974b52ddd8924c6f3b4a5b7d846056.png) no-repeat 0 2px;
}

div#content div#banner dl dd {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 25px;
  font-size: 10pt;
  color: rgb(90, 90, 90);
}


div#content div#banner_action {
  width: 620px;
  float: right;
  border-left: 1px solid rgb(175, 215, 175);
  padding: 0 0 0 2em;
}

div#content div#banner_action h2 {
  margin: 0;
  padding: 0;
  font-size: 20pt;
}

div#content div#banner_action p {
  margin: 0;
  padding: 0.1em 0 0 0;
  font-size: 12pt;
  color: rgb(90, 90, 90);
}



div#content div#banner_action div#action_box {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid rgb(255, 255, 0);
  background-color: rgb(255, 255, 200);
  text-align: center;
}

div#content div#banner_action div#action_box p.actions,
div#content div#banner_action div#action_box p.description {
  margin: 0;
  padding: 0;
}

div#content div#banner_action div#action_box p.actions {
  font-size: 16pt;
  font-weight: bold;
}

div#content div#banner_action div#action_box p.actions a {
  text-decoration: underline;
}

div#content div#banner_action div#action_box p.description {
  font-size: 10pt;
  font-weight: normal;
}



div#content div#topics div.column {
  float: left;
  width: 49%;
}

div#content div#topics h2 {
  margin: 0;
  padding: 0 2em 0.25em 0;
  font-size: 14pt;
}

div#content div#topics p {
  margin: 0;
  padding: 0 2em 1em 0;
  font-size: 12pt;
  line-height: 1.25em;
}



div#content div.headline {
  clear: both;
  margin: 0 4em;
  border-top: 1px solid rgb(175, 175, 175);
  border-bottom: 1px solid rgb(175, 175, 175);
  background: rgb(245, 245, 245);
  text-align: center;
}

div#content div.headline h2 {
  margin: 0;
  padding: 0.25em 0 0 0;
}

div#content div.headline p {
  margin: 0;
  padding: 0 0 0.5em 0;
  color: rgb(90, 90, 90);
}



div#content div#testimonials div#quotes h3, div#content div#testimonials div#examples h3 {
  margin: 0;
  padding: 0;
  font-size: 14pt;
}

div#content div#testimonials div#quotes p, div#content div#testimonials div#examples p {
  margin: 0;
  padding: 0;
  color: rgb(90, 90, 90);
  font-size: 10pt;
}


div#content div#testimonials div#quotes, div#content div#testimonials div#more_examples {
  width: 60%;
  padding: 1.5em 0.5em;
}

div#content div#testimonials div#quotes div.quote_block, div#content div#testimonials div#quotes div.more_quotes {
  padding: 1em 0 0 0;
}

div#content div#testimonials div#quotes div.quote_block img {
  float: left;
  clear: left;
  width: 150px;
  height: 150px;
  border: 1px solid rgb(175, 175, 175);
}

div#content div#testimonials div#quotes div.quote_block img:hover {
  border: 1px solid rgb(90, 90, 90);
}

div#content div#testimonials div#quotes div.quote_block h4 {
  margin: 0 0 0 166px;
  padding: 0 0 0.15em 0;
  font-weight: bold;
  font-size: 12pt;
}

div#content div#testimonials div#quotes div.quote_block p {
  margin: 0 0 0 166px;
  padding: 0 0.25em 0 0;
}

div#content div#testimonials div#quotes div.quote_block p.url {
  font-size: 10pt;
}

div#content div#testimonials div#quotes div.quote_block p.description {
  font-size: 10pt;
  color: rgb(90, 90, 90);
  padding-bottom: 0.5em;
}

div#content div#testimonials div#quotes div.quote_block p.quote {
  font-size: 10pt;
  padding-bottom: 1em;
  color: rgb(0, 0, 0);
}


div#content div#testimonials div#quotes div.more_quotes h4 {
  margin: 0;
  padding: 1em 0 0 0;
}

div#content div#testimonials div#quotes div.more_quotes dl {
  margin: 0;
  padding: 0;
}

div#content div#testimonials div#quotes div.more_quotes dl dt {
  margin: 0;
  padding: 0.5em 0 0 0;
  font-size: 10pt;
}

div#content div#testimonials div#quotes div.more_quotes dl dd {
  margin: 0;
  padding: 0 0 0 0.25em;
  color: rgb(90, 90, 90);
  font-size: 10pt;
}


div#content div#testimonials div#examples {
  padding: 1.5em 0.5em;
  float: right;
  width: 36%;
}

div#content div#testimonials div#examples dl {
  margin: 0;
  padding: 0;
}

div#content div#testimonials div#examples dl dt {
  margin: 0;
  padding: 0.5em 0 0 0;
  font-size: 11pt;
}

div#content div#testimonials div#examples dl dd {
  margin: 0;
  padding: 0;
  font-size: 10pt;
}


div#content div#faqs {
	padding: 0 4em 1.5em 4em;
}

div#content div#faqs dl {
  margin: 0;
  padding: 0;
}

div#content div#faqs dl dt {
  margin: 0;
  padding: 1em 0 0 0;
  font-size: 11pt;
	font-weight: bold;
}

div#content div#faqs dl dd {
  margin: 0;
  padding: 0.5em 0;
  font-size: 10pt;
}


div#content div.form_box, div#content div.tabbed_box {
  padding: 0 0 2em 0;
}

div#content div.form_box h3, div#content div.tabbed_box h3 {
  clear: left;
  margin: 0 0 0.15em 0;
  padding: 0;
  font-size: 14pt;
  border-bottom: 1px solid rgb(175, 175, 175);
}

div#content div.form_box h4, div#content div.tabbed_box h4 {
  clear: left;
  margin: 0;
  padding: 0.75em 0 0.25em 0;
  font-size: 12pt;
}

div#content div.form_box p.instructions {
  margin: -0.5em 0 0.25em 0;
  padding: 0;
  color: rgb(90, 90, 90);
  font-size: 9pt;
}

div#content div#account div#login_info h3 {
  margin: 0;
  padding: 1em 0 0 0;
}

div#content div.form_box > p, div#content div.tabbed_box > p,
div#content div.tabbed_box p.navigation, div#content div.tabbed_box p.description, div#content div.tabbed_box p.actions {
  margin: 0;
  padding: 0 0 1em 0;
  font-size: 10pt;
}

div#content div.tabbed_box p.description span.data {
	float: right;
	color: rgb(90, 90, 90);
}

div#content div.form_box dl, div#content div.tabbed_box dl {
  margin: 0;
  padding: 0;
  font-size: 10pt;
}

div#content div.form_box dl dt, div#content div.tabbed_box dl dt {
  margin: 0;
  padding: 0.2em 0 0 0;
  font-weight: bold;
  width: 12em;
  float: left;
}

div#content div.form_box dl dd, div#content div.tabbed_box dl dd {
  margin: 0;
  padding: 0.2em 0 0 1em;
  width: 15em;
  float: left;
}


div#content div#left_column {
  width: 450px;
}

div#content div#right_column {
  width: 400px;
  float: right;
}

div#content div.form_box p.action {
  border: 1px solid rgb(175, 175, 175);
  background: rgb(240, 240, 240);
  padding: 1em 0;
  text-align: center;
  color: rgb(90, 90, 90);
  font-size: 10pt;
}

div#content div.form_box p.action a {
  font-weight: bold;
}

div#content div.form_box p.action img {
  vertical-align: bottom;
  margin-right: 0.25em;
}

div#content div#context div.form_box textarea#search_code {
  width: 100%;
  height: 15em;
}



div#content div#stats div#title h2 {
  margin: 0;
  padding: 0;
}

div#content div#stats div#title p {
  margin: 0;
  padding: 0 0 1em 0.1em;
  color: rgb(90, 90, 90);
}

div#content div#stats img.bar_graph {
  padding: 0 1px 1px 1px;
}

div#content div#stats div#left_column, div#content div#stats div#right_column {
  padding-top: 2em;
}

div#content div#stats div.tabbed_box p.actions {
  clear: left;
  padding-top: 0.5em;
}

div#content div#stats div#query_data_container table {
  margin: 0;
  padding: 0;
}

div#content div#stats div#query_data_container table thead th {
  border: none;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

div#content div#stats div#query_data_container table tbody td {
  vertical-align: top;
  font-size: 10pt;
}

div#content div#stats div#crawler_data_container dl dt {
  float: none;
  width: 100%;
  font-weight: normal;
}

div#content div#stats div#crawler_data_container dl dd {
  float: none;
  width: 100%;
  color: rgb(170, 0, 0);
}



div#content div#tour {
  padding: 1.5em 4em;
}

div#content div#tour div.tour_item {
  padding: 1em 0 2em 0;
}

div#content div#tour div.tour_item h3 {
  margin: 0 0 0 325px;
  padding: 0 0 0.5em 0;
  font-size: 16pt;
}

div#content div#tour div.tour_item img {
  float: left;
  clear: left;
  width: 300px;
  height: 200px;
  border: 1px solid rgb(175, 175, 175);
}

div#content div#tour div.tour_item img:hover {
  border: 1px solid rgb(90, 90, 90);
}

div#content div#tour div.tour_item p {
  margin: 0 0 0 325px;
  font-size: 10pt;
  padding-bottom: 1em;
  color: rgb(0, 0, 0);
}



div#content div#help, div#content div#privacy {
  padding: 0 4em 1.5em 4em;
}

div#content div#help h2, div#content div#privacy h2 {
  margin: 0;
  padding: 0.5em 0 0.25em 0;
}

div#content div#help p, div#content div#privacy p {
  margin: 0;
  padding: 0 0 0.5em 0;
}

div#content div#help blockquote {
  margin: 0;
  padding: 0 0 1em 1em;
}

div#content div#help dl {
  margin: 0;
  padding: 0 0 0.5em 1em;
  font-size: 10pt;
}

div#content div#help dl dt {
  margin: 0;
  padding: 0.2em 0 0 0;
  font-weight: bold;
  width: 6em;
  float: left;
  clear: left;
}

div#content div#help dl dd {
  margin: 0 0 0 8em;
  padding: 0.2em 0 0 1em;
}




div#footer {
  clear: both;
  border-top: 1px solid rgb(175, 175, 175);
}

div#footer p {
  margin: 0;
  padding: 0.15em;
  color: rgb(90, 90, 90);
  font-size: 8pt;
  text-align: center;
}
