/* Global CSS */
body {
    font-family: verdana, helvetica, arial;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 8Pt;
    margin: 0px;
    padding: 0px;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
    font-size: 11px;
    font-weight: bold;
}

td {
    font-size: 8pt;
}

a:active {
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
}

a:link {
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
}

a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
}

a:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    text-decoration: underline;
}

a img {
    border: 0px;
    text-decoration: none;
}

/* Header CSS */
table.header {
    height: 65px;
    border-bottom: 1px solid #000;
    background: #1F499B;
    color: #fff;
}
table.header div.logo {
    padding: 17px 13px 17px 13px;
}
table.header div.logo a {
    color: #fff;
}
table.header div.jweb-title {
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
table.header div.right {
    padding-right: 5px;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
table.header div.right a {
    color: red;
}

/* Header Navigation Bar */
#nav {
    width: 100%;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #000;
}
#nav td.leftmost {
    padding-left: 23px;
}
#nav td a {
    padding: 2px 10px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#nav td.active a { color: #FCB914; }
#nav td.alarms a { color: #f00; }
#nav td a:hover { color: #888; }
#nav td div.loggedin {
    padding-right: 25px;
    color: #fff;
}

div.page-title {
    font-weight: bold;
    font-size: 16px;
    color: #ff6600;
    padding: 4px 4px 4px 0px;
    width: auto;
    border-top: #666666 solid 1px;
    background: url("/images/bg_verdotline.gif") repeat-x;
    background-position: bottom;
}

div.parent-title {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    padding: 10px 4px 4px 0px;
    width: auto;
}

div.sub-heading {
    font-size: 14px;
    font-weight: bold;
    color: #4c4c4c;
    margin: 10px 0px 5px 0px;
    padding: 3px 0px 3px 0px;
    border-top: #999999 solid 1px;
    text-decoration: none;
}

div.sub-heading-link {
    border-top: #CCCCCC solid 1px;
    color: #003366;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0px 0px 3px 0px;
}

div.sub-heading-link a {
    text-decoration: none;
}

div.sub-heading-link a:hover {
    text-decoration: underline;
}

div.sub-heading-link-body {
    margin: 0em 3em 0em 3em;
}

div.sub-heading2 {
    padding: 4px 4px 4px 0px;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}

#footer {
    clear: both;
    padding: 2px 0;
    font-size: 10px;
    text-align: right;
    background: #1F499B;
    color: #eee;
    height: 22px;
}

#footer a {
    color: white;
    font-weight: normal;
}
	
#footer .footerleft {
    text-align: left;
    padding: 5px 200px 5px 25px;
    float: left;
}
	
.footerleft {
    background: url(/images/jyn_footer.gif) no-repeat top right;
}

.jweb-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #003399;
    font-weight: bold;
}

.jweb-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003399;
    font-weight: bold;
}

/* Bread Crumbs */
div.bread-crumbs {
    padding: 2px;
    text-align: right;
    margin: -3px 0px 0px 0px;
    width: auto;
    font-size: 10px;
    font-weight: normal;
    color: black;
    display: block;
}

div.bread-crumbs a, div.bread-crumbs span {
    font-size: 10px;
    font-weight: normal;
    color: black;
}

/* Font Colors/Styles */
div.errors {
    margin: 10px;
    padding: 10px;
    border: 2px solid black;
    background-color: #ffaaaa;
}

div.warnings {
    margin: 10px;
    padding: 10px;
    border: 2px solid black;
    background-color: yellow;
}
div.success {
    margin: 10px;
    padding: 10px;
    border: 2px solid black;
    background-color: #A0fc8D;
}

div.error-title {
    font-size: 120%;
    font-weight: bold;
}

/* Blue Box */
#bluebox { 
    margin: 0;
    padding: 0;
    font-size: 11px; 
}
#bluebox ul {
    margin: 0 1px 2px 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ADC1EA;
}
#bluebox li {
    margin: 0;
    padding: 6px;
}
#bluebox li.heading {
    margin: 0;
    padding: 4px 6px;
    font-weight: bold;
    font-size: 11px;
    color: #666666;
    border-bottom: 1px solid #ADC1EA;
    background: #D7DFEE;
    text-align: left;
}
#bluebox li.subhead {
    padding: 6px 6px 0 6px;
    color: #666;
    font-weight: bold;
}

/* Flat Tables */
table.flatTable {
    font-size: 8pt;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

table.flatTable td {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

table.flatTable tr.tableHeader {
    color: white;
    background-color: #4878A0;
    font-weight: bold;
    white-space: nowrap;
}

table.flatTable tr.tableEven {
    font-size: 7pt;
    background-color: white;
}

table.flatTable tr.tableOdd {
    font-size: 7pt;
    background-color: #fffff0;
}

table.flatTable a.sortHeader {
    font-family: verdana, helvetica, arial;
    font-size: 8pt;
    background-color: #0D479D;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

/* Table Tabs */
.tabTitle {
    color: white;
    background: #bbbbbb;
    font-weight: bold;
    padding: 4px 20px 4px 20px;
}

.tabTitleHighlight {
    color: white;
    background: #0d479d;
    font-weight: bold;
    padding: 4px 20px 4px 20px;
}

/* JWeb Wizards */
table.wizard {
    border: 0px;
}

table.wizard tr td.wizlabel {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
    text-align: right;
    width: 1%;
}

table.wizard tr td.wizleft {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
    text-align: left;
}

table.wizard tr td.wizlabelwrap {
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}

table.wizard tr td.wizcaption {
    font-size: 12px;
    color: #003399;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 10px;
}

table.wizard tr td.wizentry {
    padding-left: 0px;
}

table.wizard tr td.wizentry .edit {
    padding: 2px 4px 2px 4px;
}

table tr td.tab-body {
    border-left: 1px solid #c2c7c7;
    border-right: 1px solid #c2c7c7;
    border-bottom: 1px solid #c2c7c7;
    padding-left: 3px;
    padding-right: 3px;
}

#tabs {
    padding: 5px;
    border-bottom: 1px solid #c2c7c7;
}

#tabs ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

#tabs ul li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 2px 15px 5px;
    border: 1px solid #c2c7c7;
    background-color: #e4e6e6;
    list-style: none;
    display: inline;
    cursor: pointer;
    margin-right: 5px;
}

#tabs ul li.selected {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    list-style: none;
    display: inline;
    cursor: pointer;
    font-weight: bold;
}

div.tab-content-hide {
    display: none;
}

div.tab-content-show {
    display: block;
}

/* Wizard Buttons */
div.buttons {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin: 1em 5px 5px 5px;
    padding: 6px 6px 6px 6px;
}

div.buttons input {
    margin: 0px 2px 0px 0px;
}

/* Wizard Widget: 'duallist' */
table.duallist tr.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003399;
    font-weight: bold;
    text-align: center;
}

table.duallist tr td.arrows {
    width: 60px;
    text-align: center;
    padding: 10px;
}

table.duallist tr.buttonbar td {
    text-align: center;
    padding-top: 5px;
}

/* JWeb Tooltips */
span.tooltip {
    font-family: verdana, helvetica, arial;
    font-size: 10px;
    text-align: left;
    white-space: normal;
    position: absolute;
    display: none;
    width: 200px;
    padding: 3px;
    border: 1px solid #666666;
    background-color: #FFFFCC;
    color: #333333;
    text-decoration: none;
}

span.tooltip-icon {
    font-family: courier new, courier, monospace;
    font-weight: bold;
    font-size: 10px;
    padding: 0px 3px 0px 3px;
    cursor: default;
    background-color: white;
}

span.tooltip div.fancy-tooltip-header {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid black;
}

span.tooltip div.fancy-tooltip-empty-header {
    text-align: left;
    font-weight: bold;
}

span.tooltip span.fancy-tooltip-body {
    font-weight: normal;
}

span.tooltip span.fancy-tooltip-body ul,
span.tooltip span.fancy-tooltip-body li  {
    padding: 1px 4px 1px 4px;
    margin: 1px 2px 1px 8px;
}

/* JWeb Percent Color bars */
table.colorbar {
    border: 1px solid black;
    height: 10px;
}

table.colorbar tr td.green {
    background-color: #00FF00;
    font-size: 8px;
}

table.colorbar tr td.yellow {
    background-color: #F0FF00;
    font-size: 8px;
}

table.colorbar tr td.red {
    background-color: #FF0000;
    font-size: 8px;
}

table.colorbar tr td.empty {
    font-size: 8px;
}

/* Main Navigation Bar */
.navbarhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    background-color: #C2C7C7;
}

td.navbar {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

td.navbar a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

td.navbar a:hover {
    text-decoration: none;
}

/* General Style (used by html.inc.php) */
.min {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.smdivider {
    border-top: 1px solid #666666;
}

.divider {
    border: 1px solid #666666;
}

.bldivider {
    border-top: 1px solid #1F499B;
}

.whdivider {
    border-top: 1px solid #FFFFFF;
}

/* Utility CSS */
.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.red-foreground {
    color: #ff0000;
}

.hidden {
    display: none;
}

/* About Box */
table.bluetable {
    margin: 10px;
    border: 1px solid #000000;
}

th.bluetable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
    padding: 0px 5px 0px 5px;
    background-color: #99CCFF;
    border-bottom: 1px solid #000000;
}

td.bluetable {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
    padding: 4px 5px 2px 5px;
}

.padding {
    padding: 0px 15px 0px 15px;
}

/* Left Navigation Bar */
td.topics {
    width: 155px;
    border-left: 1px solid #CCCCCC;
}

td.topics-right {
    width: 5px;
    border-right: 1px solid #666666;
}

td.topics-dotted {
    width: 1px;
    background: url("/images/bg_vertdot_sm.gif") repeat-y;
}

td.topic-entry {
    border-top: 1px solid #2656AC;
    padding: 5px 2px 5px 0px;
    white-space: nowrap;
}

td.topics table tr td a.subnav {
    color: #003366;
    text-decoration: none;
}

td.topics table tr td a.subnav:hover {
    color: #666666;
    text-decoration: underline;
}

td.topics table tr td.topic-highlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #4878A0;
    color: white;
    font-weight: bold;
}

td.topics table tr td.topic-highlight a.subnav {
    color: white;
    text-decoration: none;
}

td.topics table tr td.topic-highlight a.subnav:hover {
    color: black;
    text-decoration: underline;
}

td.topics table tr td.subtopic-entry {
    padding: 5px 5px 5px 22px;
    background-color: #E6E6E6;
}

td.topics table tr td.subtopic-entry a.subnav {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #003366;
    text-decoration: none;
}

td.topics table tr td.subtopic-entry a.subnav:hover {
    color: #666666;
    text-decoration: underline;
}

td.topics table tr td.subtopic-highlight {
    padding: 5px 5px 5px 22px;
    background-color: #f0f0f0;
    font-weight: normal;
}

td.topics table tr td.subtopic-highlight a.subnav {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #003366;
    text-decoration: none;
}

td.topics table tr td.subtopic-highlight a.subnav:hover {
    color: #666666;
    text-decoration: underline;
}

td.topics table tr td.topic-entry-top {
    padding: 3px;
}

td.main-body {
    padding: 0px 5px 5px 10px;
}

/* Root level menu only needs one border, Inner */
.m00iout {
    border-top: 1px solid #2656AC;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
    color: #fff;
    background: #6281bd;
}

.m00iover {
    border-top: 1px solid #2656AC;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
    color: #fff;
    background-color: #1f499b;
}

/* Everything else needs whole border, Inner */
.m01iout {
    border: 1px solid #2656AC;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
    color: #fff;
    background-color: #6281bd;
}

.m01iover {
    border: 1px solid #2656AC;
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 4px;
    color: #fff;
    background-color: #1f499b;
}

/* Left Menu, all level, all states, Outer */
.m0oout {
    background-color: white;
    text-decoration: none;
}

.m0oover {
    background-color: #4878A0;
    text-decoration: none;
}

/*styles for liveUpdater.css*/
.autocomplete {
  position: absolute;
  color: #0033CC;
  background-color: #FFE6BF;
  border: thin outset black;
  visibility: hidden;
}

.autocomplete ul {
  padding: 0;
  margin: 0;
}

.autocomplete li {
  display: block;
  cursor: pointer;
  margin: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.autocomplete li.selected {
 background-color: #B6C5F2;
}

div.wizard-inputarea {
  width: 98%;
  padding: 5px;
  border: 1px solid #666666;
  height: 400px;
  overflow: auto;
}

div.wizard-screendescription {
  width: 80%;
  padding: 5px;
  border: 1px solid #555555;
  height: 35px;
  text-align: left;
  font-size: 14px;
  overflow: auto;
}

div.wizard-screenheading {
  font-weight: bold;
  font-size: 16px;
  color: #ff6600;
  padding: 4px 4px 4px 0px;
  width: auto;
  background-position: bottom;
}

td.wizard-summary-td1 {
  width: 30%;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}

td.wizard-summary-td2 {
  width: 70%;
  padding-left: 8px;
  vertical-align: top;
  font-size: 12px;
  white-space: nowrap;
}

