﻿html, body {
    margin: 0;
    padding: 0;
}
body {
    /*text-align: center;*/
    background-color: #eee;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
#page {
    width: 1024px;
    height: auto;
    min-height: 1100px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    border-color: #ddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
#header {
    margin: 0 auto;
    padding: 2px 0 5px 0;
    background-color: #67A7E3; /*#0063DC  #00A2E8*/
    text-align: left;
}
#header a {
    color: white;
    text-decoration: none;
}
#logo {
    float: left;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 2em;
    border: none;
    margin: 0 10px;
    color: White;
}
#navigator {
    float: right;
    margin: 0;
}
#container {
    margin: 0 auto;
    padding: 20px;
    text-align: left;
}
#container #page_caption {
    margin: 0px;
    margin-bottom: 20px;
}
#footer {
    clear: both;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    color: #666;
}

.NoPaddingTable {
    border-collapse: collapse;
}
a {
    color: #27D;
    text-decoration: none;
}
a:focus, a:hover, a:active {
    text-decoration: none;
}
textarea {
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}
#footer a {
    color: #666;
    text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
    text-decoration: underline;
}
h1 {
    margin: 0;
    font-size: 2em;
}
h2 {
    margin: 0;
}
p, li {
    line-height: 1.8em;
}
.error_msg {
    color: Red;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.clear_both {
    clear: both;
    margin: 0;
    padding: 0;
}
.vertical_line {
    border-right: dotted 1px #666;
    margin-right: 5px;
}
.display_inline {
    display: inline;
}
a:focus.none_decoration, a:hover.none_decoration, a:active.none_decoration {
    text-decoration: none;
}
.op_icon {
    vertical-align: text-bottom;
    cursor: pointer;
    border: none;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    background-color: white;
    text-decoration: none;
}
.NoPaddingTable td, .NoPaddingTable th {
    padding: 0;
}

.display_none {
    display: none;
}

.dialog {
    text-align: left;
}

fieldset {
    margin: 20px;
    border: dotted 1px #ccc;
    font-size: 120%;
}

fieldset legend {
    color: #ff3399;
    font-size: 1.2em;
}

fieldset dl dt {
    display: block;
    float: left;
    clear: left;
    width: 125px;
    padding: 4px 10px 0 0;
    text-align: right;
}

fieldset dl dd .textbox {
    width: 30em;
}

fieldset dl dd .datetextbox {
    width: 6em;
}

fieldset dl dd .select {
    width: 30em;
}

fieldset dl dd .textarea {
    width: 30em;
}