/*****************************************************************/
/*********                 DEFAULT STYLE                 *********/
/*****************************************************************/
body {
    font-family: "Monaco", "Courier New", monospace;
    font-size: 16px;
    color: #eee4c5;/*95%*/
    background-color: #000000;/*0%*/
    text-align: left;
    background-image:url('./logo.gif');
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
}

h1 {
    font-size: 30px;
    color:#eee4c5;/*95%*/
    text-align: left;
}

h2 {
    font-size: 20px;
    color: #e4b654;/*80%*/
    text-align: left;
}

h2.off, h2.off a{
    text-decoration: none;
}

h3 {
    color: #d44f10;/*50%*/
    font-size: 18px;
    text-align: left;
}

h4 {
    color: #b53625;/*40%*/
    font-size: 18px;
    text-align: left;
}

h4.oxloudest{
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0;
}

td {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
    
th {
    font-weight: bold;
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
    
a:link, a:visited {
    color: #eee4c5;/*95%*/
    text-decoration: underline; 
    text-align: left;
}

a:active, a:hover {
    text-decoration: underline;
    color: #b53625;/*40%*/
    text-align: left;
}

table.omicronindex td, table.omicronindex a{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 9px;
}

table.omicronsummary td, table.omicronsummary a{
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 10px;
}

table.oxsegments{
    padding-top: 20px;
    border-bottom:1px solid;
}
table.oxsegments th{
    padding-left: 10px;
    padding-right: 10px;
    border-top:1px solid;
    border-bottom:1px solid;
}
table.oxsegments td{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.oxevents{
    border-spacing: 0px;
    width: 100%;
}
table.oxevents tr:nth-child(even) {
    background-color: #5c1748;/*20%*/
}
table.oxevents th, table.oxevents td{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

table.oxmaps{
    width: 100%;
    border-spacing: 0px;
}
table.oxmaps td{
    text-align: center;
}
table.oxmaps img{
    width: 100%;
}

body.omicron img {
    border:2px solid;
}

