﻿/*  Styles to match the IOP website */

body {
}

.odxTextColorBrown {
    font-family: sans-serif;
    font-weight: 400;
    text-shadow: 2px 2px 4px#B9790B;
}

.ModalHelp {
    margin-right: 20px;
    color: #000000;
    background-color: transparent;
    border-radius: 30px;
    border-color: transparent;
    width: 50px;
    height: 30px;
    vertical-align: top;
}
/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
    border-width: 2px;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableCell, .divTableHead {
    border: 1px solid #999999;
    display: table-cell;
    padding: 3px 10px;
    word-wrap: break-word;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.ODASubmitButton {
    color: white;
    background-color: forestgreen;
    word-spacing: -8px !important;
    text-decoration-color: white;
    text-align: center;
}

/*eventually, merge theis with submit button.*/
.ODASaveButton {
    color: white;
    background-color: forestgreen;
    word-spacing: -8px !important;
    text-decoration-color: white;
    text-align: center;
    font-weight: bold;
    margin: 5px;
    word-spacing: -8px !important;
}


.ODATitleText {
    color: #a97c4c; /*forestgreen !Important;*/
    background-color: transparent;
    /*font-size: x-large;*/
    /*text-decoration-color: forestgreen !Important;*/
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 400;
    text-shadow: 2px 2px 4px#808080;
    font-stretch: condensed;
    border-radius: 5px
}

.ODARefreshButton {
    color: forestgreen !Important;
    background-color: transparent;
    word-spacing: -8px !important
}
