body {
    font-size: 14px;
    font-family: helvetica, lucida, sans-serif;
    background-color: #cccccc;
    color: #444;
    padding: 0px;
    margin: 0px;
    min-width: 800px;
}
h4 {
    clear: both;
    border-bottom: 1px solid #888;
    margin: 0px; padding: 0px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 20px;
}
p, div, span {
    font-size: 12px;
}
label {
    font-size: 12px;
    font-weight: bold;
}

input[type=file],
input[type=password],
input[type=text] {
    padding: 2px;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    background: #fff;
    color: #444;
}
input[type=text], input[type=password] {
    margin: 3px;
}
button, input[type=submit] {
    padding: 3px;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    color: #fff;
    background: transparent url('../images/titanium1.jpg') center center;
}
button:hover, input[type=submit]:hover {
    color: #999;
    border: 1px solid #aaa;
    background: transparent url('../images/titanium2.jpg') center center;
    cursor: pointer;
}
button[disabled]:active, button[disabled], button[disabled]:hover,
input[type="reset"][disabled]:active, input[type="reset"][disabled], input[type="reset"][disabled]:hover,
input[type="button"][disabled]:active, input[type="button"][disabled], input[type="button"][disabled]:hover,
select[disabled] > input[type="button"]:active, select[disabled] > input[type="button"], select[disabled] > input[type="button"]:hover,
input[type="submit"][disabled]:active, input[type="submit"][disabled], input[type="submit"][disabled]:hover {
    border: 1px solid #888;
    background: #bebebe;
    color: #777!important;
    cursor: inherit;
}
input[type="text"][disabled]:active, input[type="text"][disabled], input[type="text"][disabled="disabled"], input[type="text"][disabled="disabled"]:active {
    border: 1px solid #999;
    background: #eee;
    color: #444!important;
    cursor: inherit;
}
span.error {
    color: #F00;
    font-weight: bold;
    font-style: italic;
}
.login {
    padding: 15px;
}
div.login_field {
    clear: both;
    padding: 5px;
    width: 380px;
}
div.login_message {
    padding: 20px 0px;
    clear: both;
}
div.login_field span.label {
    float: left;
    width: 75px;
    text-align: right;
    padding-top: 6px;
    font-weight: bold;
}
div.login_field span.input {
    margin: 0px;
    float: right;
    width: 300px;
    text-align: left;
}
div.login_field span.input [type=submit] {
    margin-left: 3px;
}
div.form_wrapper {
    display:table;
}
div.form_wrapper div.field_wrapper {
    display:table-row;
}
div.form_wrapper div.field_wrapper label, div.form_wrapper div.field_wrapper input {
    display:table-cell;
}
div.form_wrapper div.field_wrapper label {
    padding: 5px;
}
table.form_table th{
    text-align: right;
}
table.info1 {
    padding: 0px; margin: 0px;
    border-left: 1px solid #7bb1f5;
    border-right: 1px solid #7bb1f5;
    border-bottom: 1px solid #7bb1f5;
    -moz-border-radius: 0px 0px 3px 3px;
}
table.info1 caption {
    border-top: 1px solid #7bb1f5;
    border-left: 1px solid #7bb1f5;
    border-right: 1px solid #7bb1f5;
    border-bottom: 1px solid #888;
    -moz-border-radius: 3px 3px 0px 0px;
    padding: 4px;
    background-color: #358bf5;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}
table.info1 thead tr {
    background: transparent url('../images/titanium1.jpg') center center repeat-x;
}
table.info1 thead tr th {
    padding: 3px 10px;
    border-bottom: 1px solid #888;
}
table.info1 tbody tr {
    white-space: nowrap;
    background: #e6e6e6;
}
table.info1 tbody tr.odd {
    background: #d6d6d6;
}

table.info1 tbody tr:hover {
    background: #c7c7c7;
    cursor: pointer;
}
table.info1 tbody td {
    padding: 4px;
}
table.info1 tfoot td {
    padding: 2px 5px;
    background-color: #358bf5;
    -moz-border-radius: 0px 0px 1px 1px;
    color: #62a4f5;
    text-align: right;
    font-style: italic;
}
table.info1 tfoot td b {
    color: #fff;
}
table.info1 tfoot td a {
    color: #d9e4ff;
}
table.info1 tfoot td a:hover {
    color: #fff;
    cursor: pointer;
}
table.info1 tbody tr.selected {
    background: #bad5f5;
}
table.info1 tbody tr.selected:hover {
    background-color: #9dc5f5;
    cursor: pointer;
}

table.info2 {
    padding: 0px; margin: 0px;
    border: 1px solid #777;
    background: #e5e5e5;
    -moz-border-radius: 3px;
}
table.info2 caption {
    border: none;
    background: none;
    color: #444;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}
table.info2 thead tr {
    background: #e5e5e5;
    -moz-border-radius: 3px 3px 0px 0px;
}
table.info2 thead tr th {
    padding: 3px 10px;
    border-bottom: 1px solid #888;
}
table.info2 tbody tr {
    white-space: nowrap;
    background: #fff;
}
table.info2 tbody tr:hover {
    background-color: #deded9;
    cursor: pointer;
}
table.info2 tbody tr.selected {
    background: #e1eaf5;
}
/*table.info2 tbody tr.odd.selected {
background: #cedff5;
}*/
table.info2 tbody tr.selected:hover {
    background-color: #bad5f5;
    cursor: pointer;
}
/*table.info2 tbody tr.odd.selected:hover {
background-color: #b5d2f5;
cursor: pointer;
}*/
table.info2 tbody tr.attention {
    background: #f5e1e1;
}
/*table.info2 tbody tr.odd.attention {
background: #f5cece;
}*/
table.info2 tbody tr.attention:hover {
    background-color: #f5baba;
    cursor: pointer;
}
/*table.info2 tbody tr.odd.attention:hover {
background-color: #f5b5b5;
cursor: pointer;
}*/
table.info2 tbody tr.notice {
    background: #e2f5e1;
}
/*table.info2 tbody tr.odd.notice {
background: #cff5ce;
}*/
table.info2 tbody tr.notice:hover {
    background-color: #baf5bf;
    cursor: pointer;
}
/*table.info2 tbody tr.odd.notice:hover {
background-color: #b8f5b5;
cursor: pointer;
}*/
table.info2 tbody td {
    padding: 4px;
}
table.info2 tfoot td {
    padding: 2px 5px;
    background-color: #e5e5e5;
    border-top: 1px solid #888;
    -moz-border-radius: 0px 0px 3px 3px;
    color: #bbb;
    text-align: right;
    font-style: italic;
}
table.info2 tfoot td b {
    color: #444;
}
table.info2 tfoot td a {
    color: #555;
}
table.info2 tfoot td a:hover {
    color: #111;
    cursor: pointer;
}

.header {
    position: relative;
    background: transparent url('../images/titanium1.jpg') top left repeat-x;
}
.welcome {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #2b2b2b;
    position: absolute;
    top: 52px;
    left: 0px;
    padding-left: 10px;
}
.title {
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    color: #2b2b2b;
    padding-left: 20px;
}
a.logo {
    text-decoration: none;
    color: #2b2b2b;
}
img.logo {
    vertical-align: middle;
    border: none;
}
.dc {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #2b2b2b;
    position: absolute;
    top: 52px;
    left: -10px;
    width: 100%;
    text-align: right;
}
.content {
    margin: 10px;
}
div.anchor {
    height: 93px;
    background: transparent url('../images/CMSWebAnchorLine.jpg') top left repeat-x;
}
div.anchor_sm {
    height: 65px;
    background: transparent url('../images/CMSWebAnchorLine_sm.jpg') top left repeat-x;
}
.editIcon, .addIcon, .lostIcon, .removeIcon{
    text-align: center;
}
.saftymsg {
    margin: 10px;
    margin-bottom: 20px;
    color: #358bf5;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
hr {
    border: none;;
    background-color: #888;
    height: 1px;
}
/* begin navigation */
.preload1 {
    background: url('../images/0a.gif');
}
.preload2 {
    background: url('../images/1a.gif');
}
.nav {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 25px;
    border-top: 1px solid #555;
    background: #fff url('../images/0.gif') repeat-x;
    position: relative;
    z-index: 500;
    font-family: arial, verdana, sans-serif;
}
.nav li.top {
    display: block;
    float: left;
}
.nav li a.top_link {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    padding: 0 0 0 3px;
    cursor: pointer;
    background: url('../images/0.gif');
}
.nav li a.top_link span { /*span*/
    float: left;
    display: block;
    padding: 0 12px 0 6px;
    height: 20px;
    background: url('../images/0.gif') right top no-repeat;
}
.nav li a.top_link span.down { /*span.down*/
    float: left;
    display: block;
    padding: 0 24px 0 6px;
    height: 20px;
    background: url('../images/0a.gif') no-repeat right top;
}
.nav li:hover a.top_link {
    color: #333;
    background: url('../images/1.gif') no-repeat;
}
.nav li:hover a.top_link span { /*span*/
    background: url('../images/1.gif') no-repeat right top;
}
.nav li:hover a.top_link span.down { /*span.down*/
    background: url('../images/1a.gif') no-repeat right top;
    padding-bottom:3px;
}
/* Default list styling */
.nav li:hover {
    position: relative;
    z-index:200;
}
.nav li:hover ul.sub {
    left: 1px;
    top: 20px;
    background: #d0d0d0;
    padding: 3px;
    border: 1px solid #979797;
    white-space: nowrap;
    width: 130px;
    height: auto;
    z-index: 300;
}
.nav li:hover ul.sub li {
    display: block;
    height: 20px;
    position: relative;
    float: left;
    width: 130px;
    font-weight: normal;
}
.nav li:hover ul.sub li a {
    display: block;
    font-size: 11px;
    height: 18px;
    width: 128px;
    line-height: 18px;
    text-indent: 5px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #d0d0d0;
}
.nav li ul.sub li a.fly {
    background: #d0d0d0 url('../images/arrow.gif') 120px 6px no-repeat;
}
.nav li:hover ul.sub li a:hover {
    background: #a9a9a9;
    color: #fff;
    border-color: #fff;
}
.nav li:hover ul.sub li a.fly:hover {
    background: #a9a9a9 url('../images/arrow_over.gif') 120px 6px no-repeat;
    color:#fff;
}
.nav li b {
    display: block;
    font-size: 11px;
    height: 18px;
    width: 128px;
    line-height: 18px;
    margin-bottom: 3px;
    text-indent: 6px;
    color: #212121;
    border-bottom: 1px solid #212121;
    cursor: default;
}
.nav li:hover li:hover ul,
.nav li:hover li:hover li:hover ul,
.nav li:hover li:hover li:hover li:hover ul,
.nav li:hover li:hover li:hover li:hover li:hover ul {
    left: 130px;
    top: -4px;
    background: #d0d0d0;
    padding: 3px;
    border: 1px solid #979797;
    white-space: nowrap;
    width: 130px;
    z-index: 400;
    height: auto;
}
.nav ul, 
.nav li:hover ul ul,
.nav li:hover li:hover ul ul,
.nav li:hover li:hover li:hover ul ul,
.nav li:hover li:hover li:hover li:hover ul ul {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav li:hover li:hover a.fly,
.nav li:hover li:hover li:hover a.fly,
.nav li:hover li:hover li:hover li:hover a.fly,
.nav li:hover li:hover li:hover li:hover li:hover a.fly {
    background: #a9a9a9 url('../images/arrow_over.gif') 120px 6px no-repeat;
    color: #fff;
    border-color: #fff;
} 
.nav li:hover li:hover li a.fly,
.nav li:hover li:hover li:hover li a.fly,
.nav li:hover li:hover li:hover li:hover li a.fly {
    background: #d0d0d0 url('../images/arrow.gif') 120px 6px no-repeat;
    color: #333333;
    border-color: #d0d0d0;
}
.nav li.top.right {
    display: block;
    float: right;
    position: relative;
}
.nav li.right:hover ul.sub {
    position: absolute;
    left: -78px;
    width: 160px;
}
.nav li.right:hover ul.sub li {
    height: auto;
    width: 160px;
}
.nav li.right:hover ul.sub li button {
    height: 22px;
    float: left;
    margin: 1px;
    padding: 1px;
    border: 1px solid #999;
    width: 23.5%;
    color: #fff;
    background: transparent url('../images/titanium1.jpg') center center;
}
.nav li.right:hover ul.sub li button:hover {
    color: #999;
    border: 1px solid #aaa;
    background: transparent url('../images/titanium2.jpg') center center;
    cursor: pointer;
}
div.autocomplete {
  position:absolute;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
  z-index: 2;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ddd;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
