#002664<style type="text/css">
/* NEW! ISB colors:
// Orange: #FF5F00 100%  #FF9600 LIGHT
// Blue  : #002664 100% |||  #33658E 80%  #668CAA 60%  #99B2C7 40%
// Azure : #006DFF 100% #20D6FF LIGHT
// Aqua  : #22ECEB 100% |||  #00C6D4 60% |||  #E9F19A 40%
// Gray  : #5E6A71  70% --> 20%
// Ruby  : #82003B
*/

.clear { clear:both; }

a:hover { color:#FF5F00; }

body {
    padding: 0px;
    margin:  0px;
    box-sizing:border-box;
    background-color:#002664;
    font-family: Arial, sans-serif;
}

.banner {
    position:fixed;
    width:100%;
    min-height:120;
    z-index:999;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size:20px;
    color:#ffffff;
    background-color:#002664;
}
.banner::after {
  font-size:60px;
  left:50px;top:15px;
  position:absolute;
  color:rgba(255,255,255,0.3);
  font-weight:bold;
  letter-spacing:-1px;
  text-align: center;
  content:attr(banner-bg-text);
  pointer-events:none;
}

input[type=submit], input[type=button] {
    display:inline;
    color:#ffffff;
    font-weight:bold;
    transition:background-color .5s, border-color .5s, color .5s;
    border-radius: 20px;
    border: 2px solid #33658E;
    padding:5px 10px;
    background-color:#002664;
}
input[type=submit]:hover, input[type=button]:hover {
    color:#000;
    border-color: #002664;
    background-color:#C9DD03;
    cursor:pointer;
}
input[type=submit]:focus {
    animation-name:processing;
    animation-duration:0.7s;
    animation-direction:alternate;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
input[type=submit]:disabled {
    color:#888;
    border-color: #888;
    background-color:#ddd;
    cursor:default;
}
@keyframes processing {
    from { background-color:#C9DD03; color:#000; }
    to   { background-color:#7f0e20; color:#fff; }
}

input[type=checkbox]:checked + span, input[type=radio]:checked + span {
    background-color:#C9DD03;
    font-weight:bold;
}

.radio_toggle input {display:none;}

.cn_iso {
    display:inline;
    color:#888;
    border: 1px solid #888;
    background-color:#ddd;
    border-radius: 7px;
    padding:0px 3px;
}
input:checked + .cn_iso {
    color:#000;
    font-weight:bold;
    border: 2px solid #000;
    background-color:#C9DD03;
}

.bigtab {
    width:100%;
    color:#5E6A71;
    margin:0px;
    font-size: 18px;
    font-weight:bold;
    text-decoration:none;
    padding:10px 50px;
    display:inline-block;
    background-color:#99B2C7;
//    text-align: center;
}
.bigtab a {
    color:inherit;
    text-decoration:none;
    padding:10px 20px;
}
.bigtab a:hover {
    color: #000;
    background-color:#668CAA;
}

.current {
    color: #000;
    padding:10px 20px;
    border-bottom: 5px solid #FF5F00;
}

.bigmenu {
    position:fixed;
    left:80;
    min-width:200;
    z-index:500;
    font-size:20px;
    border-bottom: 2px solid #002664;
    border-right: 2px solid #002664;
    border-left: 2px solid #002664;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 12px 20px 0 rgba(0,0,0,0.19);
    visibility:hidden;
    color:#000000;
    background-color:#99B2C7;
}

div.submenu {
    height:100%;
    padding-bottom:20px;
    border-right: 1px solid #5E6A71;
    vertical-align:text-top;
    display:inline-block;
}

.menuitem {
    padding: 10px 20px;
    color: #000;
    font-size: 12pt;
    text-decoration:none;
    display:block;
}
a.menuitem:hover { color: inherit; background:#C9DD03; }


.tppbox {
    padding-left:20px;
    padding-bottom:20px;
    width:450px;
    display:inline-block;
    vertical-align:top;
}



h1 {
    font-size: 24px;
    font-weight:bold;
    color:#00264;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color:#5E6A71;
    padding:5px 15px;
}

h3 {
    font-size: 12pt;
    color:#FF5F00;
    text-transform:initial;
}

h4 { font-size: 12pt; }

h5 { font-size: 10pt; }

h6 { font-size: 8pt; }

.error { color:#EE2020; }

.orange {
    color:#FF5F00;
    text-transform:initial;
}

.black {
    color: #000;
    font-weight:bold;
    font-size: 10pt;
}

.gray { color: #666; }

.tablehead {
    background-color: #33658E;
    border-color: #33658E;
    color: #fff;
    font-weight:bold;
}

table.menu {
    padding:0px;
    border:2px dotted black;
    font-size:100%;
    position:absolute;
    visibility:hidden;
    background-color:#fff;
    filter: alpha(opacity=90);
    opacity: .90;
}

.hov:hover td {
  background:#c9dd03;
  color:initial;
}

.header {
    display:block;
    text-transform:uppercase;
    background-color: #ddd;
    color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 10px solid #FF5F00;
    white-space:nowrap;
    padding:4px;
    font-weight:bold;
    font-size: 12pt;
}
.header a {
    color:inherit;
    text-decoration:none;
}

.formentry {
    background-color: #eee;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding:10px;
    min-height:250px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
tr.formentry {
    font-weight:bold;
    background-color: #E9F19A;
    border-right: 10px solid #FF5F00;
}

.remfile         { background: #eee; }
.remfileSelected { background: #dd6; }

li a {
    text-decoration:none;
    font-weight:bold;
    color:#33658E;
}
li a:hover { text-decoration:none; }

.messageshead {
    display:block;
    background-color: #FF5F00;
    color: #fff;
    padding:4px;
    font-weight:bold;
    font-size: 12pt;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.messageshead:before {
    content:" \2757";
    padding:4px 10px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.messagestail {
    display:block;
    background-color: #FF5F00;
    color: #fff;
    padding:4px;
    font-weight:bold;
    font-size: 12pt;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.messages {
    background: #fff;
    border: 2px solid #FF5F00;
    color: black;
    font-size: 10pt;
    padding: 5px;
    white-space: pre;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.main {
    border-bottom: 5px solid #002664;
    background-color:#ccc;
    box-shadow: inset 0 -4px 8px 0 rgba(0,0,0,0.2), inset 0 -6px 20px 0 rgba(0,0,0,0.19);
}

.show {
    color: #888;
    text-transform:lowercase;
    font-size: 10pt;
}
.show a {
    color:inherit;
    text-decoration:none;
}

.filechooser {
    background-color: #EEF4B3;
    border: 1px solid black;
    padding: 4px;
}
.file {
    background-color: #CCD8E2;
    border: 1px solid black;
    padding: 4px;
}
.setting {
    background-color: #ffffff;
    border: 1px solid black;
    padding: 4px;
}
.stale {
    background-color: #aaa;
    border: 1px solid black;
    padding: 4px;
}

dt { margin-top: 20px; margin-left: 30px; font-weight:bold; }

dt a { color:black; text-decoration:none; }
dt a:hover { color:black; text-decoration:underline; }

dd { margin-left: 50px; }

th {
    font-size: 9pt;
    font-weight: bold;
    text-align: left;
}
td { font-size: 9pt; }

pre { font-size: 8pt; }

.fileentry { border-bottom: 1px solid black; }
.newtablerow { border-top: 1px solid #FF5F00; }

.hideit	{ display:none; }

.text_link { text-decoration:none; color:#006DFF; }
.text_link:hover { text-decoration:underline; color:#82003B; }

span.running, span.queued, span.finished, span.viewed, span.killed {
    border-radius: 12px;
    border: 3px solid #fff;
    text-decoration:none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition:background-color 1s, color 1s;
}
b.running, b.queued, b.finished, b.viewed, b.killed {
    border-radius: 12px;
    border: 3px solid #fff;
    padding: 12px 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition:background-color 1s, color 1s;
}
td.running, td.queued, td.finished, td.viewed, td.killed {
    transition:background-color 1s, color 1s;
}

.running {
    color: #fff;
    background-color: #7f0e20;
    text-align: center;
}
.viewed	{
    color: #fff;
    background-color: #207f0e;
    text-align: center;
}
.killed	{
    color: #aaa;
    background-color: #222;
    text-align: center;
}
.finished {
    color: #000;
    background-color: #E9F19A;
    text-align: center;
}

/* working... */
.queued	{
    color: #000000;
    background-color: #e4e420;
    text-align: center;
}

</style>
