  .clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

body
{
    font-size: .65em;
    line-height: 1.25;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #000;
    background-color: #5c87b2;
}

h1
{
    font-size: 2em;
    line-height: 1.5em;
    margin: 1em 0;
    padding: 0;
}

h2
{
    font-size: 1.8em;
    line-height: 1.5em;
    margin: 1.1111em 0;
    padding: 0;
}

h3, h4, h5, h6
{
    font-size: 1.6em;
    line-height: 1.5em;
    margin: 1.25em 0;
    padding: 0;
}

pre
{
    width: 100%;
    overflow: scroll;
    border: .1em solid black;
}

table, tr {
    font-size: 1em;
}

td, th {
    font-size: 1.4em;
}

table.ui-datepicker-calendar td, 
table.ui-datepicker-calendar th {
    font-size: 1em;
}

.element-display
{
    border: 1px solid black;
    padding: 1em;
}

.cke_skin_office2003 input
{
    border-width: 0;
    width: auto;
}

.validation-summary-errors span
{
    font-size: 1.3em;
}

.info
{
    background-color: #CCFFCC;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #006600;
    border-bottom-color: #006600;
    font-weight: bold;
    color: #339933;
    cursor: pointer;
}
.warning
{
    background-color: #FFFF99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 6px;
    font-family: helvetica;
    font-size: 0.9em;
    text-align: center;
    border-top-color: #CC9900;
    border-bottom-color: #CC9900;
    font-weight: bold;
    color: #663300;
    cursor: pointer;
}
.error
{
    background-color: #FFCC99;
    border-top: 1px solid #FFCC66;
    border-bottom: 4px solid #FFCC66;
    padding: 4px;
    font-family: helvetica;
    font-size: 1.1em;
    text-align: center;
    border-top-color: #800000;
    border-bottom-color: #800000;
    font-weight: bold;
    color: #990000;
    cursor: pointer;
}

.error-message, .failure
{
    color: Red;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
}

#main .message, .success
{
    color: Green;
    font-weight: bold;
    text-align: center;
    font-size: 1em;
}

.finalized
{
    color: Green;
    font-weight: bold;
}

.draft
{
    color: Red;
    font-weight: bold;
}

.instructions
{
    list-style-type: lower-alpha;
}

.instructions ol
{
    list-style-type: lower-roman;
}

.display-row, .editor-row
{
    clear: both;
    zoom: 1;
}

.display-row:after, .editor-row:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.display-label, .editor-label
{
    float: left;
    margin: .1em 0;
}

label, label.display-label, label.editor-label {
    font-size: 1.1em;
}

.editor-label .editor-help {
    font-weight: normal;
    font-size: .9em;
    margin: 0;
    color: #990000;
}

.display-instructions, .editor-instructions
{
    float: none;
    clear: both;
}

.display-field, .editor-field
{
    float: left;
    margin: .1em .5em .1em 1em;
}

.rich-text-row .display-label, .rich-text-row .editor-label
{
    float: none;
}

.rich-text-row .display-field, .rich-text-row .editor-field
{
    float: none;
    margin: 0;
}

.rich-text-row textarea {
    width: 100%;
    height: 5em;
}

.move_up, .move_down, .delete, .add, .move_item
{
    vertical-align: text-bottom;
}

.collapsible-body,
.details
{
    border: 1px solid black;
    padding: 1em;
    margin: 1em;
}

.collapsible-body ul
{
    padding: 0 1em;
}

.collapsible-body p {
    margin-top: 0;
}

td .collapsible-body p {
    font-size: 1em;
}

td div.editor-label,
td div.editor-field, 
td div.display-label,
td div.display-field,
td ul,
td li
{
    font-size: 1em;
}

table.objective-priority {
    width: 100%;
}

table.objective-priority td, table.objective-priority img
{
    vertical-align: text-bottom;
}

.objective-priority-priority a {
    line-height: 1em;
    font-size: .9em;
}

.objective-priority-priority .editable {
    color: #034af3;
    text-decoration: underline;
    cursor: pointer;
    display: block;
    width: 3em;
    margin: 3px 11px 5px 1px;
}

.objective-priority-priority .editable-input {
    width: 3em;
}


.objective-priority-priority img {
    border: 0;
}

table.objective-priority .objective-priority-id,
table.objective-priority .objective-priority-details
{
    width: 1%;
}

table.objective-priority td.objective-priority-priority {
    white-space: nowrap;
    width: 1%;
}

.editor-buttons {
    height: 2em;
}

.editor-buttons .submit {
    float: left;
}

.editor-buttons .cancel {
    float: right;
}

.editor-buttons .delete {
    margin: 0 0 0 40%;
}

select[multiple] {
    height: 15em;
    min-width: 15em;
}

img {
    border: 0;
}

@media print
{
    #header, #editing-options
    {
        display: none;
    }

    .page
    {
        width: auto;
        margin: auto;
    }

    #main
    {
        padding: 0;
        margin: auto;
    }
}
