/* CSS Document */
body {
    background-color: #1F1F1F;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.description {
    padding:20px;
    padding-top:5px;
    padding-left:0px;
}

.button_select {
    color: #666666;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 2px;
    background-color: #E9E9E9;
    border: 1px solid #1D1D1D;
}

.button_select a:link,
.button_select a:active,
.button_select a:visited,
.button_select a:hover {
    color: #ffffff;
}

.button_select a:hover {
    color: #FF3300;
}

.current_patient {
    font-weight: bold;
}

.eulabox {
    height: 200px;
    overflow: auto;
    border: 1px solid #999999;
}

.eula {
    font-family: Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-size: 12px;
    padding: 10px;
}

.eula h1 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.eula h2 {
    text-decoration: underline;
    font-size: 12;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.notice {
    border: solid 1px #99cc99;
    background-color: #e2f9e3;
    color: #006600;
    padding: 5px;
    margin-bottom: 5px;
}

form {

    border: 1px solid #494949;
    padding: 25px;
    width: 100%;
}

.field_name {
    text-align: right;
    padding-right: 10px;
}

.form_table td {
    padding: 5px;
}

hr {
    color: #666666;
    background-color: #666666;
    height: 1px
}

li {
    padding: 10px;
}

h1 {
    color: #ADADAD;
    font-size: 24px;
    padding-bottom: 10px;
}

.link_active,
.link_active a:link,
.link_active a:active,
.link_active a:visited,
.link_active a:hover {
    text-decoration: underline;
    color: #ff9933;
}

.link_active a:hover {
    color: #ff6600;
}

.link_inactive_toolbar {
    color: #a7a4a4;
}

.link_inactive_body {
    color: #3d3a3a;
}

img {
    border: none;
}

input.myinput {
    width: 200px;
}

.input_highlight{
    background-color:yellow;
}


.menu_bar {
    background-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
}

.purchase_now a:link,
.purchase_now a:active,
.purchase_now a:visited,
.purchase_now a:hover {
    font-weight: bold;
    color: #003333;
}

.purchase_now a:hover {
    color: #0000CC;
}

.menu_bar td,
.menu_bar a:link,
.menu_bar a:active,
.menu_bar a:visited,
.menu_bar a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #CCCCCC;
}

.menu_bar a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.notification_bar {
    color: black;
    background-color: #bfc6da;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding: 5px;
    padding-left: 10px;
}

.not_allowed {
    color: #ff0033;
    padding: 20px;
    background-color: #ccccff;

}

.tab_bar_container {
    padding-top: 20px;
    background-color: #CCCCCC;
}

.tab_menu td {
    color: #999999;
}

.tab_menu a:link,
.tab_menu a:active,
.tab_menu a:visited,
.tab_menu a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #B2B2B2;
}

.tab_menu a:hover {
    color: #FFFFFF;
    background-color: #000066;
}

.tab_menu td {
    padding-left: 10px;
    padding-right: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #333333;
    border-right-color: #333333;
    background-color: #B2B2B2;
}

.page {
    border: 1px solid #171717;
}

.page_content {
    padding: 20px;
    height: 500px;
}

.sub_menu_bar {
    color: #999999;
    background-color: #CCCCCC;
    border-top-style: solid;
    border-top-color: #666666;
    border-top-width: 1px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.sub_menu_bar a:link,
.sub_menu_bar a:active,
.sub_menu_bar a:visited,
.sub_menu_bar a:hover {
    color: #000000;
    text-decoration: none;
    background-color: #CCCCCC;
}

.sub_menu_bar a:hover {
    color: #ffffff;

}

td {
    vertical-align: top;
}

.title_bar {
    color: #999999;
    background-color: #000066;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    font-size: 12px;
}

.footer {
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    padding: 10px;
    font-size: 12px;
}

.horzontal_separator {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCC00;
    padding-top: 15px;
    padding-bottom: 15px;
}

.table_body td {
    border-bottom: 1px solid #2e2e2e
}

.toolbar td {
    border-right: solid 1px #666666;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: black;
}
