@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Droid+Serif);

body {
    margin: 0px;
    font-size: 0.9em;
    font-family: 'Droid Serif', 'Times New Roman', serif;
    background-color: #FFFFFF;
}

div#container {
    width: 100%;
}

div.centered {
    width: 900px;
    margin: 0 auto;
    padding: 1px;
}

div#header div.centered {
    width: 900px;
    margin: 0 auto;
    padding: 1px;
}

div#header a#home {
    margin-top: 20px;
    width: 900px;
    height: 127px;
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/header.png');
    display: block;
}

#footer {
    padding-top: 1em;
    font-family: 'Droid Sans', Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.8em;
}

#footer .centered {
    padding: 1em 0;
    vertical-align: center;
}

#footer ul {
    margin-top: 0;
    padding: 0;
    float: right;
}

#footer li {
    display: block;
    float: left;
    margin-right: .5em;
}

#footer a {
    text-decoration: none;
    color: #000000;
}

div#buttons {
    width: 490px;
    margin: 0 auto;
    margin-bottom: 100px;
}

div#buttons a {
    display: block;
    width: 245px;
    height: 70px;
    float: left;
}

div#buttons a#kb {
    float: none;
    margin: 0 auto;
    width: 368px;
    height: 105px;
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/knowledgebase.png');
}

div#buttons a#mariadb {
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/downloads.png');
}

div#buttons a#worklog {
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/worklog.png');
}

div#buttons a#wiki {
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/wiki.png');
}

div#buttons a#blog {
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/group-blog.png');
}

div#buttons div#sponsoredby {
    margin: 0 auto;
    margin-top: 50px;
    width: 368px;
    text-align: center;
    font-size: 1.2em;
}

div#buttons a#montyprogram {
    float: none;
    margin: 0 auto;
    width: 368px;
    height: 50px;
    background-image: url('../image_cb/fa0c48fb097052eeab4be5095d3dc717ee13ed4a/montyprogram.png');
    display: block;
}


div#kb_search {
    text-align: center;
    margin-bottom: 10px;
}

p#blurb {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden; /* prevent IE expanding the container */
    margin: 0; /* keep flush with surrounding blocks */
}

img {
    border: 0;
}

address {
    display: inline;
}

div.data_not_loaded,div.data_not_found,div.data_error_loading {
    text-align: center;
    font-style: italic;
}

div.data_not_loaded:after {
    content: "No Data Loaded";
}

div.data_not_found:after {
    content: "No Data Found";
}

div.data_error_loading:after {
    content: "Error Loading Data";
}

.hover {
    background-color: #E6E6E6 !important;
}

.row_even {
    background-color: #CCCCCC;
}

/* DISPLAY GRID (stupid name I know) */
div.display_grid {
    padding-top: 5px;
}

div.display_grid>div {

}

div.display_grid>div>h4:first-child {
    float: left;
    margin-right: 10px;
    text-align: right;
    width: 120px;
    font-size: 12px;
}

div.display_grid>div>h4:first-child:after {
    content: ":";
}

div.display_grid>div>h4:first-child+div {
    float: left;
    font-size: 12px;
}

div.display_grid>div>div:first-child {
    margin-left: 130px;
    font-size: 12px;
}

/* Misc form related classes */
form span.error {
    margin: 2px;
    padding: 2px;
    background-color: #F98100;
    font-weight: bold;
    color: #000000;
}

/* Two Column forms: Used to style search fields, other forms with two columns, first label then input */

fieldset {
    border: 1px dashed #000000;
    padding: 3px;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

fieldset.two_column legend {
    margin-left: 20px;
    background-color: #F9F9F9;
    border: 1px dashed #000000;
    padding: 1px 6px 1px 6px;
    font-style: italic;
}

fieldset.two_column p {
    clear: both;
}

label {
    font-weight: bold;
}

fieldset.two_column label, div.two_column label {
    width: 250px;
    float: left;
}

fieldset.two_column div.help_text, div.two_column div.help_text {
    margin-left: 250px;
    margin-bottom: 10px;
    font-style: italic;
}

fieldset.two_column input[type="submit"] {
    margin-left: 250px;
}

fieldset.two_column div.buttons {
    clear: both;
}

fieldset.two_column span.instructions {
    display: inline;
}

fieldset.two_column fieldset.address {
    border: none;
    margin-top: 10px;
}

fieldset.two_column fieldset.address legend {
    border: none;
    background: inherit;
    font-style: normal;
    margin-left: 3px;
    padding: 0;
    font-weight: bold;
}

.two_column > div {
    margin-bottom: 2px;
}

.two_column div.radio_vertical ul {
    list-style: none;
    margin-left: 0px !important;
}

.two_column div.radio_vertical div.field_container {
    margin-left: 250px;
}

.two_column div.radio_vertical ul label {
    float: none;
    width: inherit;
}

.two_column div.horizontal ul li {
    display: inline;
}

.two_column div.horizontal ul li label {
    width: auto;
    margin-right: .3em;
}

/* One Column Form: Styles a form with a single column of inputs */
fieldset.one_column {
    border: 1px dashed #000000;
    padding: 3px;
    padding-left: 5px;
    margin-bottom: 5px;
}

fieldset.one_column div.buttons {
    margin-top: 5px;
}

/* Search Results */
table.search_results {
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 100%;
}

table.search_results td {
    border: 1px solid #000000;
    padding: 3px;
}


/* Standard list of data */
dl.fixed dt {
    width: 100px;
    padding: 2px;
    float: left;
    margin: 0px;
    font-weight: bold;
    clear:left;
}

dl.fixed dd {
    margin: 0px;
    padding: 2px;
    margin-left: 100px;
}

dl.fixed.narrow dt {
    width: 30px;
}
dl.fixed dd.fixed.narrow {
    margin-left: 30px;
}

dl.fixed.separated dt {
    border-top: 1px solid #999;
}

dl.fixed.separated dd {
    border-top: 1px solid #999;
}



input.openid {
  background: url("/static/images/icons/openid/login-bg.gif") no-repeat;
  background-position: 0 50%;
  padding-left: 16px;
}


.right {
    float: right;
}


/* Macro styles */
.creole .formatted .fixed {
    font-family: 'Droid Sans Mono', monospace;
}
.creole .formatted code {
    white-space: pre;
}
.creole pre.fixed {
    font-size: 0.75em;
    padding: 0.5em;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #efefff;
    border: 1px dotted black;
    min-width: 40em;
    max-width: 80em;
    overflow: auto;
}

.creole a.headerlink {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: red;
    vertical-align: baseline;
    padding-left: 5px;
}

.creole a.toplink {
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: baseline;
    padding: 1px 3px;
    margin-left: 5px;
    border: 1px solid #002b64;
    background-color: #dde;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.creole div.table_of_contents {
    background-color: white;
    border: 1px solid #002b64;
    float: right;
    width: 300px;
    margin: 1em 0;
    font-size: .9em;
    margin-left: .5em;
    margin-bottom: .5em;
    padding: .5em;
}


.creole div.table_of_contents h2 {
    font-family: 'Droid Serif', Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.creole div.table_of_contents ol {
    padding-left: 2em;
}

.creole abbr, .creole acronym
{
    border-bottom: .1em dotted;
    cursor: help;
}

.creole sup.reference
{
}


