body {
    color: black;
    background-color: white;
    font-family: arial;
    font-size: 10pt;
    margin-left: 20px;
}

h2 {
    font-size: 12pt;
}

/*
hr {
    height: solid #808080 0px; 
    border: solid #808080 0px; 
    border-top-width: 1px;
    width: 750px;
}
*/

hr {
    height: solid #A8B59A 0px; 
    border: solid #A8B59A 0px; 
    border-top-width: 1px;
    width: 100%;
    height: 1px;
}

h3 {
    color: #A8B59A;
    font-size: 12pt;
}

fieldset {
    padding: 10px;
} 
 
table {
    font-family: arial;
    font-size: 10pt;
}

table.maize_header {
    border: solid #A8B59A;
    width: 750px;
    background-color: #A8B59A;
}

table.maize_output {
    margin-right: 50pt;
}

table.maize_study {
    font-size: 8pt;
}

td.maize_output_header {
    background-color: #CBDBBA;
    font-size: 8pt;
}

td.maize_output {
    background-color: #CBDBBA;
    font-size: 8pt;
    color: black;
}

td.maize_header {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border-width: 0.5em;
    color: white;
    background-color: #A8B59A;    
}

td.maize_menu {
    width: 130px;
    /*
    padding-bottom: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    */
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;

    font-size: 10pt;
    background-color: #CBDBBA;
    color: #242424;
}

td.maize_main {
/*
    border: thin dotted #798F7D;
 */
    border: thin solid #CBDBBA;
    border-width: 1px;

    width: 537px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10pt;
    color: #242424;
    background-color: #f6ffec; 
}

td.maize_study {
    padding-top: 5px;
    padding-bottom: 10px;
}

td.maize_study_field {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: white;
}

td.order {
    font-size: 10pt;
    padding: 5px;
}


td.adv_col_num {
    width: 5px;
    font-size: 10pt;
    color: black;
}

td.adv_col_not {
    width: 22px;
    font-size: 10pt;
    color: black;
}

td.adv_col_and {
    width: 22px;
    font-size: 10pt;
    color: black;
}

td.adv_col_or {
    width: 22px;
    font-size: 10pt;
    color: black;
}

td.adv_col_term {
    width: 130px;
    font-size: 10pt;
    color: black;
}

td.adv_col_section {
    width: 160px;
    font-size: 10pt;
    color: black;
}

td.adv_col_remove {
    width: 40px;
}

td.adv_cell_entry {
    background-color: #CBDBBA;
    font-size: 10pt;
    color: black;
}

td.batch {
    font-size: 10pt;
    color: black;
}

td.batch_float {
    border-style: solid;
    border-left-width: 0;
    border-color: white;
    font-size: 10pt;
    color: black;
}

tr.adv_row {
    height: 25px;
}

a:link {
    color: black;
}

a:visited {
    color: #848F79;
}

a:active {
    color: #848F79;
}

a.maize_menu_item:link {
    color: #242424;
    text-decoration: none;
    font-size: 10pt;
}

a.maize_menu_item:visited {
    color: #242424;
    text-decoration: none; 
    font-size: 10pt; 
}

a.maize_menu_item:active {
    color: #242424;
    text-decoration: none;
    font-size: 10pt;   
}

a.maize_menu_item:hover {
    color: #AD883D;
    text-decoration: none;
    font-size: 10pt;    
}

a.active_underline:link {
    color: black;
    text-decoration: none;    
}

a.active_underline:visited {
    color: black;
    text-decoration: none;    
}

a.active_underline:hover {
    color: black;
    text-decoration: underline;
}

select {
    font-family: arial;
    font-size: 10pt;
}

textarea {
    font-family: arial;
    font-size: 10pt;
}

input {
    font-family: arial;
    font-size: 10pt;
}

input.file {
    font-family: arial;
    font-size: 10pt;
}



/* menu */
#mx {
    font-size: 10pt;
    font-weight: bold;
}

/* outer menu box */
#mx, #mx ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}

#mx ul {
    font-weight: normal;

}

#mx li {
    /*border-bottom: 1px solid #333;*/
    font-size: 9pt;
}

#mx ul li {
    border-bottom: none;
    
    height: 25px;
    width: 180px;
}


#mx a {
    display: block;
    margin: 0;
    text-decoration: none;
    /*
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    */
    /*
    padding-top: 40px;
    padding-bottom: 40px;
    */
}

/* menu parent */
#mx li.m {
    position: relative;
    width: 135px;
/*
    padding-top: 0.3em;
    padding-bottom: 0.3em;
*/


    padding-top: 8px;
    padding-bottom: 8px;

}

/* submenu indicator */
#mx li.m a {
    background: 100% 50% no-repeat;
    color: #242424;
}

#mx li.m a:hover {
    background: #7f6c79 100% 50% no-repeat;
    color: white;
}

#mx li.m ul a, #mx li.m ul a:hover {
    
}

/* popup menus */
#mx li.m ul {
    top: 0;
    display: none;
    position: absolute;
    left: 130px;
    width: 200px;
    border: 1px solid #333;
    background: #CBDBBA;
    
    
}

/* a popup menu */
/* highlighting */
#mx li.m ul a {
    font-weight: bold;
}

.popup {

    cursor: help;
}


.tip {

    font:10px/12px Arial,Helvetica,sans-serif; 
    border: solid 1px #666666; 
    /*width:270px;*/ 
    /*width:270px;*/
    padding: 1px; 
    position: absolute;
    z-index: 100; 
    visibility: hidden; 
    color: #333333; 
    top: 20px; 
    left: 90px; 
    background-color: white; 
    layer-background-color: #ffffcc;
}






