html {
    /*  Prevent horizontal jump by forcing vertical scrollbar. Works for CSS 3, but not 2.1.
    overflow-y: scroll;    */
}
body {
    background-color: #FFF;
    color: #222;
    font: 12px/18px Verdana, Arial, sans-serif;
}
blockquote, dd, li {
    margin-left: 12px;
}
h1 {
    font-size: 30px;
    text-align: center;
}
h2 {
    font-size: 24px;
    text-align: center;
}
h3 {
    font-size: 18px;
}
h1, h2, h3, hr, table {
    margin-bottom: 18px;
}
h4, h5, h6, p, ol, ul {
    margin-bottom: 12px;
}
fieldset {
    margin-bottom: 18px;
    padding: 12px;
}
label {
    cursor: pointer;
    margin-right: 12px;
}
legend {
    font-weight: bold;
}
table {
    border: 1px solid #000;
}
caption {
    font-weight: bold;
    text-align: center;
}
td, th {
    border: 1px solid #000;
    padding: 2px 4px;
}
th {
    background-color: #CCC;
    text-align: center;
}
/*  Ordered by attributes.  */
td.action_button_in_table {
    text-align: center;
}
td.action_button_in_table, td form {
    margin: 0;
    padding: 0;
}
abbr[title], acronym[title] {
    /*  Produce dotted underline in all browsers.  */
    border-bottom: 1px dotted #000;
}
abbr[title]:hover, acronym[title]:hover {
    cursor: help;
}
abbr.field_is_required {
    border-bottom: 0;
    color: #F00;
    font-weight: bold;
}
/*  Clear floats without structural markup in non-IE browsers (http://www.positioniseverything.net/easyclearing.html). Add .clearfix to any element containing floated element.  */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;    /*  Else defaults to inline, which prevents clear property.  */
    height: 0;
    visibility: hidden;
}
.error_messages * {
    color: #F00;
    font-weight: bold;
}
.SxPxAxMxBxOxT_TxRxAxP {
    display: none !important;
}
span.form_entry_field_note {
    display: block;
    margin: 3px 0 3px 20px;
}
.form_buttons, .form_login, .form_logout {
    margin: 12px auto;
    text-align: center;
}
.form_buttons input {
    margin: 4px;
}
.form_field {
    display: block;
    margin: 6px 0;
}
input[type=submit], label.label_is_clickable, select {
    /*  Turn mouse pointer into hand, to show that label is clickable.  */
    cursor: pointer;
}
.table_from_rows table {
    margin: 0 auto;
}
.user_messages * {
    color: #0C0;
    font-weight: bold;
}


