﻿body {
}

h1 {
    color: black;
    margin: 5px 0px;
}

h2 {
    color: black;
    margin: 3px 0px;
}

h3 {
    color: black;
    margin: 1px 0px;
}

p {
    font-family: Arial;
    font-size: 1.2em;
    margin: 1px 0px;
}
td {
    font-family: Arial;
    font-size: 11px;
}

input {
    font-family: Arial;
    font-size: 11px;
}

select {
    font-family: Arial;
    font-size: 11px;
}

.left_class {
    float: left;
    color: blue;
}

.left_ddl {
    float: left;
    color: blue;
    font-size: 11px;
}

.right_class {
    float: right;
    color: red;
}

.right_ddl {
    float: right;
    color: blue;
}

#right_id {
    color: red;
}

.left_f {
    float: left;
}

.right_f {
    float: right;
    margin-bottom: 5px;
}

.clear_both_f {
    clear: both;
}

.delete_right {
    float: right;
}

.horizontal-line {
    background-color: silver;
    border-top: 1px solid red;
}
.thickhr {
    width:100%; height:0px; border-color: blue; 
}

.updatetable, .updateth, .updatetd {
    vertical-align: top;
}
.titletd {
    vertical-align: top;
    text-align:right;
}
.centertd {
    vertical-align: top;
    text-align: center;
}
.lefttd {
    vertical-align: top;
    text-align: left;
}

.m_menu {
    font-size :14px;
}
.left_button {
    float: left;
}
.right_button {
    float:right;
}
.left_align {
    float: left;
    text-align:left;
}
.right_align {
    float: right;
    text-align: right;
}
.center_align {
    text-align: center;
}
.vertical_bottom {
    left: 50%;
    bottom: 50%;
}

.updatetable1, .updateth1, .updatetd1 {
    border: 1px solid black;
    border-collapse: collapse;
    vertical-align: top;
}

.titletd1 {
    border: 1px solid black;
    border-collapse: collapse;
    vertical-align: top;
    text-align: right;
}

.table1line, .td1line {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}
.table1line_left, .td1line_left {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: left;
}

.td1line_left_blank {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-collapse: collapse;
    text-align: left;
}
.td1line_right_blank {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-collapse: collapse;
    text-align: left;
}

.hr_thick_2 {
    height:2px; 
    border-width:0; 
    background-color:black;
}

.hr_thick_3 {
    height: 3px;
    border-width: 0;
    background-color: black;
}


