/* Netmind site BeanKeeper CSS 
 * Author: Brautigam Robert
 */

/* Common elements */
body {
   background-color: rgb(255,255,255);
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
}

a img {
   border: none;
}

code {
   display: block;
   font-size: 12px;
   font-family: Courier, monospace ;
   margin: 10px;
   padding: 3px;
   background-color: #eee;
   border: 1px dotted #888;
   white-space: pre;
}

h3 span {
   padding-left: 10px;
   vertical-align: 50%;
   text-decoration: underline;
}

/* Article heading */

div.article img
{
   float: left;
   margin-right: 10px;
}

div.article p
{
   margin: 0px;
   font-size: 15px;
}

div.article p.subscript
{
   font-size: 11px;
}

/* Header */
div.header {
   margin: 0px;
   padding: 0px;
   padding-left: 100px;
   background: url(/images/background_grayfill.png) repeat-x;
   height: 70px;
}

div.header h1 {
   margin: 0px;
   margin-top: 20px;
}

div.header h5 {
   margin: 0px;
   color: gray;
   font-weight: normal;
   font-size: 12px;
}

div.searchbox {
   position: absolute;
   top: 30px;
   right: 100px;
}

div.searchbox input {
   font-size: 13px;
   vertical-align: top;
}

/* Copyright */

div.copyright {
   clear: both;
   font-size: 10px;
   color: gray;
   padding: 5px;
   text-align: center;
}

div.copyright a {
   text-decoration: none;
}

/* Content */

div.content {
   margin-top: 30px;
   padding-left: 100px;
   padding-right: 100px;
}

/* Features status */
ul.development-features {
   list-style-type: none;
   text-align: left;
}

ul.development-features li {
   margin-bottom: 5px;
}

span.ready {
   color: #0a0;
   font-weight: bold;
   display: block;
   text-decoration: underline;
}

/* Table */
table.download {
   border: 1px solid #888;
   border-collapse: collapse;
   margin: 10px
}

table.download th {
   font-size: 14px;
   background-color: #888;
   padding: 5px;
   color: white;
   font-weight: bold;
   
}

table.download td {
   font-size: 14px;
   padding: 3px;
}

/* Menu */

div.menu {
   margin: 0px;
   padding: 0px;
}

div.menu ul {
   cursor: default;
   list-style-type: none;
   margin: 0px;
   padding: 5px;
   padding-left: 100px;
   border-top: 1px solid #BBB;
   border-bottom: 1px solid #BBB;
}

div.menu a {
   color: gray;
   text-decoration: none;
}

div.menu a:hover {
   color: black;
   text-decoration: none;
}

div.menu li {
   display: inline;
   font-size: 11px;
   margin: 0px;
   padding: 8px;
}

div.menu img {
   margin-right: 5px;
}

