body, div, img, p, h1, table, tr, td, th, thead, tbody, caption, ul, li {
    margin:0;
    padding:0;
    border:0;
    text-align:left;
    list-style:none;
}
body, p, label, input, button, h1, td, caption, div, textarea {
    font-size:13px;
    font-family:helvetica, arial;
}

body {
    text-align:center;
    margin:0px;
}

h1 {
    font-size:1.4em;
    line-height:1.6em;
    padding-left:10px;
    border-bottom:2px solid #ccc;
    margin-bottom:0.5em;
}
a {
    color:#003d71;
}
pre {
    line-height:1em;
}
p {
    line-height:1em;
}
sup {
    font-size: 0.7em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.3em;
}

/* inner content */
table, ul.tabs {
    width:100%;
    margin:0 0 2em 0;
}
caption {
    line-height:1.6em;
    font-size:1.1em;
    background:#003d71;
    color:#FFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    text-shadow:0px 1px 1px #444;
    font-weight:bold;
    padding-left:10px;
    border-bottom:2px solid #FFF;
}
thead {
    background:#ccc;
    text-shadow:0px 1px 1px #FFF;
}
td, th {
    line-height:1em;
    border-bottom:1px solid #ddd;
    padding:5px;
    border-right:2px solid #FFF;
    vertical-align:top;

}
td:last-child, th:last-child {
    border-right:0;
}
td.edit-cell {
    text-align:center;
}
td.edit-cell a {
    display:block;
    background-image:url(img/edit.gif);
    background-repeat:no-repeat;
    background-position:50% 0;
    height:16px;
    text-decoration:none;
}
tr:nth-child(even) {
    background:#eee;
}
tr:last-child td:last-child {
    border-radius:0 0 5px 0;
    -moz-border-radius:0 0 5px 0;
}
tr:last-child td:first-child {
    border-radius:0 0 0 5px;
    -moz-border-radius:0 0 0 5px;
}

/* frame */
#frame, .innerFrame {
    width:80%;
    margin:70px auto;
    text-align:left;
}

/* box */
.box {
    width:100%;
}

/* box logo name */
.logo-name {
    background-color:#7b7d7e;
    padding:3px 0;
    line-height:36px;
    height:36px;
    position:fixed;
    left:0;
    top:0;
    box-shadow:0px 2px 2px #333333;
    -webkit-box-shadow:0px 2px 2px #333333;
    -moz-box-shadow:0px 2px 2px #333333;
}

.logo-name .innerFrame {
    overflow:hidden;
    margin: 0 auto;
}
.logo-name .innerFrame div {
    height:26px;
    background-image:url(img/ISS-FWW.png);
    background-position:7px 7px !important;
    background-repeat: no-repeat;
    background-size: 90%;
    background-color: #fff;
    border-radius: 10px;
    margin: 5px 0 5px 0;
}
.logo-name .innerFrame .name {
    float:left;
    line-height:1.95em;
    color:#FFF;
    font-size:1.5em;
    font-weight:bold;
    background:none;
}
.logo-name .innerFrame .logo {
    float:right;
    width:95px;
    background-position:100% 0;
}
.logo-name .innerFrame .meta-navi {
    float:right;
    margin:6px 40px 0 0;
    background-image:none;
    background-color:#ddd;
    border:1px solid #ccc;
    border-radius:10px;
    -moz-border-radius:10px;
    width:auto;
    height:2em;
    font-size:0.8em;
    line-height:2em;
    padding:0 15px;
    box-shadow:1px 1px 1px #333333;
    -webkit-box-shadow:1px 1px 1px #333333;
    -moz-box-shadow:1px 1px 1px #333333;
}
.logo-name .innerFrame .meta-navi a {
    padding:0 5px;
}
.logo-name .innerFrame .meta-navi a.image {
    padding:0;
}

/* tabs */
ul.tabs {
    overflow:hidden;
    border-bottom:5px solid #003d71;
}
ul.tabs li.checked a {
    background:#003d71;
    color:#fff;
    text-decoration:none;
    text-shadow:0px 1px 1px #444;
}
ul.tabs li {
    float:left;
    line-height:30px;
    border-right:5px solid #fff;
}
ul.tabs a {
    display:block;
    background:#ccc;
    padding:0 25px;
    font-size:1.1em;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    font-weight:bold;

}

a.export {
    background:#ccc;
    padding:10px;
    font-size:1.1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight:bold;
}

/* sticky-notes */
.sticky-note div {
    background-color:#fe6;
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe6), to(#f6ef97), color-stop(.6,#f5da41));
    background:-moz-linear-gradient(top, #fe6, #f5da41, #f6ef97);
    text-shadow:0 1px 0 #F6EF97;
    box-shadow:1px 1px 2px #444;
    -webkit-box-shadow:1px 1px 2px #444;
    -moz-box-shadow:1px 1px 2px #444;
}
.sticky-note div p {
    font-size:0.8em;
    font-weight:normal;
    padding:5px;
}

/* changerequest-overlay */
#changerequest-overlay {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:5;
    background:rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#70000000');
}
#changerequest-overlay .box {
    margin:5% auto;
    width:60%;
    height:70%;
    background:#fff;
    padding:10px;
    border:1px solid #444;
    border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:0 0 15px #000;
    -webkit-box-shadow:0 0 15px #000;
    -moz-box-shadow:0 0 15px #000;
    overflow:auto;
}
#changerequest-overlay .close {
    text-align:right;
}
#changerequest-overlay p {
    padding:0 10px;
    line-height: 1.6em;
}
#changerequest-overlay form {
    padding:10px 0;
    text-align:left;
}
#changerequest-overlay form p {
    overflow:hidden;
}
#changerequest-overlay fieldset {
    border:0;
}
#changerequest-overlay label {
    width:20%;
    float:left;
    font-weight:bold;
    line-height:3em;
}
#changerequest-overlay input {
    width:75%;
    height:1.5em;
    padding-left:1%;
    line-height:1.5em;
}
#changerequest-overlay textarea {
    width:75%;
    height:200px;
    padding-left:1%;
    line-height:1.5em;
}
#changerequest-overlay button {
    font-weight:bold;
    margin:1em 0;
    line-height:1.5em;
    vertical-align:middle;
}
#changerequest-overlay .activity-indicator,
#changerequest-overlay .success-message,
#changerequest-overlay .error-message {
    padding:1em 1%;
    vertical-align:middle;
    display:none;
}
#changerequest-overlay input[type=checkbox] {
    width:auto;
    vertical-align:middle;
    margin-right:5px;
}
#changerequest-overlay {
    display:none;
}