body {
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

form {
    margin: 0;
}

img {
    border: none;
}

h1 {
    margin: 0px 0px 8px 0px;
    border-bottom: 1px solid #0099ff;
    padding-bottom: 2px;
    font-size: 14px;
    color: #0099ff;
}

    h1 span {
        font-weight: normal;
    }

h2 {
    clear: both;
    font-size: 12px;
    margin: 10px 0px 5px 0px;
    color: #0099ff;
}

p {
    margin: 0px 0px 10px 0px;
}

table {
    border: 1px solid #c5e5fa;
    font-size: 11px;
}

th {
    background-color: #0099ff;
    text-align: left;
    color: #FFFFFF;
}

td {
    font-size: 10px;
    font-weight: bold;
}

tr.alternating_row {
    background-color: #c5e5fa;
}

#content_left h2 a {
    color: #0099ff;
}

/* ################################
#  outer creates an invisible wrapper div so that contained, visible divs can have a width set to auto.
#  This causes the various elements to render out to the same width and creates a work around for IE 5
#  incorrect application of the CSS block model.
###################################*/
#outer {
    width: 960px;
    margin: 0 auto;
    /*border-left: 1px solid #0099ff;
    border-right: 1px solid #0099ff;*/
}

/* ################################
#  header defines the page header meta element. This is not the same as an html head.
#  A header area can include things like a branding graphic, banners, and/or utility links like a help button.
###################################*/
#header {
    width: auto;
    height: 90px;
    background-color: #FFF;
}

#logo {
    position: absolute;
    top: 20px;
}

/* ################################
#  utility defines a utility meta element.
#  This can be used to hold elements such as login status and/or a help button
###################################*/
#utility {
    float: right;
    margin: 10px 5px 0px 0px;
    text-align: right;
    color: #0099ff;
}

    #utility select {
        margin-top: 5px;
    }

.topnav {
    border-right: 1px solid #0099ff;
    border-bottom: 1px solid #0099ff;
}

.topnav_on {
    border-right: 1px solid #0099ff;
    border-bottom: 1px solid #c5e5fa;
}

/* ################################
#  tabs_bar defines the tabs container meta element.
#  tab_off defines the off state of a single tab.
#  tab_on defines the on state of a single tab.
###################################*/
#tabs_bar {
    width: 836px;
    background-color: #c5e5fa;
    font-size: 10px;
}

.subtabs_bar {
    position: relative;
    margin: 0px 0px;
    width: auto;
}

.tab_off a, .tab_on a {
    font-size: 10px;
    float: left;
    clear: none;
    margin: 0px 1px 0px 0px;
    padding: 2px 4px;
    font-weight: bold;
    text-decoration: none;
    background-color: #0099ff;
    color: #FFFFFF;
}

    .tab_on a /*overrides tab_off colors*/
    , .tab_off a:hover {
        background-color: #c5e5fa;
        color: #0099ff;
    }

/* ################################
#  content defines the page content meta element.
#  Any content elements are defined within this area.
#  Content elements can include graphics, text, form elements, etc.
###################################*/
#content {
    clear: left;
    border-right: .1px solid #FFFFFF;
    border-bottom: .1px solid #FFFFFF;
    border-left: .1px solid #FFFFFF;
    padding-top: 20px;
    width: auto;
    background-color: #FFFFFF;
}

    #content .form_section_panel {
        margin: 0px 10px 15px 10px;
        border-top: none;
        padding-bottom: 10px;
        width: auto;
        display: inline-block;
    }

#content_left {
    float: left;
    margin: 0px 0px 50px 0px;
    width: 383px;
}

#content_right {
    position: relative;
    float: right;
    margin: 0px 0px 40px 0px;
    width: 270px;
}

    #content_right form {
        border-right: 1px solid #668EB9;
        border-left: 1px solid #668EB9;
    }

    #content_right fieldset {
        border: 1px solid #668EB9;
        background-color: #c5e5fa;
    }

    #content_right .label {
        width: 80px;
    }

.checkbox_img {
    float: left;
    border: 0px solid black;
    width: 84px;
}

#welcome_promo {
    float: right;
    border: 1px solid #c5e5fa;
    width: 180px;
    background-color: #c5e5fa;
}

    #welcome_promo h1 {
        margin: 10px;
        border: none;
        font-size: 10px;
    }

    #welcome_promo p {
        margin: 0px 10px 10px 10px;
    }

/* ################################
#  Panels define container meta_elements that create a styleized backing plate and contain
#  other elements such as forms, content, and/or tables.
#
#  1. form_panel subclasses form element styles such as .label (see below for these styles).
###################################*/
#form_panel {
    clear: both;
    margin: 0px 0px;
    padding-bottom: 10px;
    background-color: #c5e5fa;
    float: left;
    width: 100%;
}

/* form_section_panels are meta elements for containing and stylizing a subsection of a form. */
.form_section_panel {
    position: relative;
    margin: 15px 10px;
    padding-bottom: 10px;
}

    .form_section_panel h2 {
        margin: 10px 0px 0px 0px;
    }

/* application panels are used on the institutional aid application pages */

#application_panel {
    clear: both;
    margin: 0px 0px;
    padding: 10px 15px 10px 15px;
    background-color: #c5e5fa;
}

    #application_panel .form_row {
        margin: 0px;
    }

    #application_panel .form_element {
        padding: 0px 5px;
    }

    #application_panel #instruction {
        margin: 0px 0px 20px 0px;
    }

#application_sub_panel {
    border: 1px solid #0099ff;
    padding: 10px;
}

    #application_sub_panel .form_section_panel {
        margin: 0px 10px 15px 0px;
        border-top: none;
        border-bottom: 1px dotted #000000;
        padding-bottom: 10px;
        width: auto;
    }


/*###################################
# These are form styles:
# 1. form_cols are for making multi column forms
# 2. Label styles are for labelling form elements
# labels to mark form_elements. Form_element can be used to contain form fields.
###################################*/

.form_row {
    position: relative;
    clear: both;
    margin: 0px 10px;
    padding: 10px 0px 0px 0px;
}
/*
.wysiwyg_row
{
position: relative;
clear: both;
margin: 0px 10px;
padding: 10px 0px 0px 0px;
border: 0px solid black;
width: auto;
}

.wysiwyg_row .label
{
float: none;
margin-left: 3px;
width: auto;
text-align: left;
}

.wysiwyg_row .sublabel
{
display: inline;
clear: none;
}

#application_panel div.wysiwyg_row div.form_element
{
float: none;
padding: 0px;
margin: 4px 0px;
}

#application_panel .wysiwyg_row div.textarea
{
margin: 0px;
}
*/
.form_element {
    float: left;
    padding: 0px 5px;
    vertical-align: top;
}

.form_elementRow {
    clear: both;
    padding: 0px 5px;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 6px;
}

.label {
    float: left;
    margin-bottom: 0px;
    border: 0px solid black;
    width: 170px;
    text-align: right;
    font-weight: bold;
    color: #0099ff;
    vertical-align: text-top;
}

.labelRight {
    float: left;
    margin-bottom: 0px;
    border: 0px solid black;
    width: 190px;
    text-align: right;
    font-weight: bold;
    color: #0099ff;
    vertical-align: text-top;
}

.labelLeft {
    float: left;
    margin-bottom: 0px;
    border: 0px solid black;
    width: 170px;
    text-align: left;
    font-weight: bold;
    color: #0099ff;
    vertical-align: text-top;
}

.labelRow {
    float: left;
    margin-bottom: 0px;
    border: 0px solid black;
    text-align: left;
    font-weight: bold;
    color: #0099ff;
    vertical-align: text-top;
}

.labelError {
    color: #C00000;
}

.label1 {
    float: left;
    margin-bottom: 0px;
    border: 0px solid black;
    width: 220px;
    text-align: right;
    font-weight: bold;
    color: #0099ff;
}

.sublabel {
    clear: both;
    padding-left: 3px;
    font-size: 11px;
    font-weight: normal;
}

.text, .htmlText, select {
    margin: 0px 3px;
    border-width: 1px;
    border-style: outset;
    border-color: #CCCCCC;
    font-size: 11px;
}

.htmlText {
    height: 200px;
    width: 100%;
}

.mceEditor {
    width: 100%;
}

input.button {
    clear: right;
    margin: 5px 0px 5px 5px;
    border-width: 1px;
    border-style: outset;
    border-color: #FFFFFF;
    background-color: #0099ff;
    font-size: 10px;
    font-weight: normal;
    font-family: verdana, arial, sans-serif;
    color: #FFFFFF;
}
input.button-disabled {
    clear: right;
    margin: 5px 0px 5px 5px;
    border-width: 1px;
    border-style: outset;
    border-color: #FFFFFF;
    background-color :lightgray;
    font-size: 10px;
    font-weight: normal;
    font-family: verdana, arial, sans-serif;
    color:black;
}
input.button_sm {
    border: 1px outset #FFFFFF;
    width: 15px;
    font-size: 10px;
    font-weight: bold;
    background-color: #0099ff;
    color: #0099ff;
}

select.multiple {
    width: 235px;
}

textarea {
    margin: 0px 3px;
    border: 1px solid #000000;
    font-size: 11px;
}


/*###################################
# instruction defines an instruction meta element. Use this to add instructions for forms, etc.
###################################*/
#instruction {
    clear: both;
    margin: 0px 0px 20px 0px;
    border: 0px solid #FFFFFF;
}

/*###################################
# Selection panels are for dhtml forms that appear based on a choice made in a select menu or other form element.
###################################*/
.selection_row {
    display: none;
    position: relative;
    clear: both;
    padding: 0px 0px 0px 0px;
    border: 0px solid black;
    width: auto;
}

.selection_panel {
    display: block;
    position: relative;
    margin: 9px 2px 3px 13px;
    border: 1px solid #869CB1;
    padding: 5px;
    width: 310px;
    background-color: #e6e1d2;
}

    .selection_panel div.label {
        width: 70px;
    }

    .selection_panel div.form_row {
        padding: 5px 0px 0px 0px;
    }

    .selection_panel div.form_element {
        border: 1px solid black;
        padding: 0px;
    }

    .selection_panel input.text {
        margin: 3px 0px 0px 0px;
    }

.dropdownlist_admin{    
    height: 25px;
}
.textbox_admin {
    margin-left: 4px;
    height: 20px;
}
#footer {
    clear: both;
    margin: 20px 0 0 0;
    border-top: 14px solid #0099ff;
    padding-bottom: 15px;
    text-align: right;
}

    #footer a {
        color: #0000FF;
    }

.subSection {
    padding: 0 0 10px 10px;
    vertical-align: middle;
}

.innerLabel {
    float: left;
    text-align: right;
    width: 9em;
    font-weight: bold;
    color: #0099ff;
    margin: 0 5px 0 0;
}

.htmlEditor {
    width: auto;
}

#form_sub_panel {
    border: 1px solid #0099ff;
    padding: 10px;
}
