/* MacDat "Starlight" Stylesheet version 2025.03.02 */

body,i {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-image: url("images/space3.jpg");
}

body, a {
    color: white;
}

table,th,td {
border:2px solid;
border-radius:0;
border-collapse:collapse;
}
th, td{
  padding:4px;
}
html body {
    margin:0;
    padding:0;
}
.ifnav {
  
  width:100%;
  height:40px;
  border:none;
}

.toptable {
    display: block;
   float:left;
}
.box2, .box1 {
  float:left;
  height:150px;
}
.box1 {
    width:700px;
    border-style: solid;
border-color: black;
border-collapse:collapse;
padding:0px;
text-align:center;
}
.box2 {
    width:288px;
    border-style: solid;
border-color: black;
border-collapse:collapse;
padding:0px;
text-align:center;
}
.splashmain {
    margin:auto;
    width:765px;
}
.splash1 {
    width:142px;
padding:0px;
text-align:center;
float:left;
height:475px;
}
.splash2 {
    width:620px;
padding:0px;
text-align:center;
float:left;
height:475px;
}
.centered_table {
            margin-left:auto;
            margin-right:auto;
        }
.center {
    margin:auto;
  width: 1000px;
  height:1370px;
  position: relative;
  padding:5px;
  background: rgba(0,0,0, .5);
}
.centermain {
    margin:auto;
  height: 2010px;
  width: 1320px;
  position: relative;
  padding:0px;
  background: rgba(255, 255, 255, .5);
}
.center2 {
    margin:auto;
    width: 1010px;
    position:relative;
    overflow:auto;
    padding:0px;
    
}
.fixgap {
    float:left;
}
.ucimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.imgborder {
        border-color: rgb(255, 174, 0);
        border-width: 4px;
    border-style: solid;
    border-radius: 10px;
}

.toptile {
    text-align:center;
    display: block;
    float:left;
    background-image: url("images/buttons/generic/blank.jpg");
    width:1320px;
    height:50px;
    padding:0px;
}
    @font-face {
    font-family: 'Frutiger Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Frutiger Bold'), url('Frutiger_bold.woff') format('woff');
    }
    .toptext {
        font-family: 'Frutiger Bold';
        padding-top:3px;
        /*
        margin-top:3px if on windows, 8px on linux
        */
        font-size:36px;
        text-decoration:none;
        display:block;
    }