img
{
  vertical-align: middle;
}

.js_active
{
   cursor: pointer;
   display: inline-block;
   background: url(/images/components/btn-open.png) no-repeat 550px center;
}

ul.error_list
{
  margin: 0;
  list-style: none;
  color: #f22;
}

ul.error_list li
{
  list-style: none;
}

pre
{
  padding: 0.7em;
  margin: 1em 0;
  background-color: #000;
  overflow: auto;
  width: 100%;
  line-height: 1.3em;
  font-size: 14px;
  color: #fff;
}

pre code
{
  background-color: #000;
}

pre.command-line
{
  background-color: #333;
  color: #eee;
  padding-bottom: 10px;
}

pre.command-line code
{
  background-color: #333;
}

pre.url
{
  background-color: #fff;
  color: #006;
}

pre.url code
{
  font-family: Verdana, sans-serif;
}

blockquote
{
  padding: 2px 20px 5px 45px;
  margin: 15px 0;
  background-color: #fff;
}

blockquote.note
{
  background: #fff url(/images/note.gif) no-repeat -5px -5px;
  border-left: 1px solid #000;
}

blockquote.caution
{
  background: #fff url(/images/caution.gif) no-repeat -5px -5px;
  border-left: 1px solid #000;
}

blockquote.tip
{
  background: #fff url(/images/tip.gif) no-repeat -5px -5px;
  border-left: 1px solid #000;
}

blockquote.quote
{
  background: #D7CABA;
}

blockquote.sidebar
{
  padding: 10px;
  background: #eee;
}

blockquote.sidebar p.title
{
  margin: -10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #ddd;
  font-style: italic;
}

.navigation
{
  font-family: Arial, sans-serif;
  padding: 15px 0;
  font-size: 0.9em;
}

.navigation a
{
  text-decoration: none;
}

.navigation a:hover
{
  text-decoration: underline;
}

.navigation .separator
{
  padding: 0 10px;
  color: #ccc;
}

.feedback p
{
  font-family: Arial, sans-serif;
  color: #858585;
  font-size: 0.8em;
}

.feedback h3
{
  border-top: 1px solid #ddd;
  font-family: Georgia, "Times New Roman", serif;
  margin-top: 10px;
  padding-top: 20px;
  color: #858585;
}

.box_content
{
  padding: 0;
  margin-bottom: 30px;
}

.box_content .toc
{
  font-family: Arial, sans-serif;
  width: 580px;
  background-color: #f8f8f8;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.box_content .toc h2
{
  font-family: Arial, sans-serif;
  color: #858585;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  font-size: 1.1em;
  width: 565px;
}

.box_content .toc .pages
{
  padding: 10px 0 10px 0px;
  background-color: #f1f1f1;
}

.box_content .toc a
{
  margin-left: 15px;
  text-decoration: none;
  color: #858585;
}

.box_content .toc a:hover
{
  text-decoration: underline;
}

.box_content .toc .pages li
{
  padding: 4px 4px;
  font-size: 0.8em;
  list-style: none;
  margin-left: 0;
}

.box_content .toc .pages li.current
{
  font-weight: bold;
  background-color: #e3e3e3;
}

.box_content .info
{
  font-family: Arial, sans-serif;
  margin-left: 35px;
  font-size: 0.8em;
  width: 290px;
  margin-bottom: 30px;
}

#release_info
{
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
  width: 290px;
}

.box_content #release_info h3
{
  font-family: Arial, sans-serif;
  color: #858585;
  margin: 0;
  padding: 0;
  padding: 5px 10px;
  font-size: 1em;
}

.box_content #release_info div
{
  background-color: #fef2c9;
  padding: 10px 15px;
}

.box_content #license
{
  padding: 10px 15px;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

.box_content #license img
{
  margin-right: 5px;
}

.box_content .book_menu
{
  width: 450px;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}

.box_content .book_menu li, .box_content .api_menu li
{
  list-style: none;
  margin-left: 0;
  margin-bottom: 5px;
}

.box_content .api_menu
{
  width: 450px;
  padding-left: 30px;
  border-left: 2px solid #f1f1f1;
  padding-bottom: 40px;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}

.box_content h2
{
  color: #858585;
  font-size: 2em;
}

.doc_table th
{
  font-weight:bold;
  background-color: #efefef;
}

.doc_table td, .doc_table th
{
  padding: 4px 6px;
  border: 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

