﻿        
.global, .body
{
    font-family:"Arial Unicode MS";
    font-size:medium;
}

.whiteLinks {color:White;}
.whiteLinks a:link {font-size:24; font-weight:bold; color: white;}
.whiteLinks a:visited {font-size:24; font-weight:bold; color: white;}
.whiteLinks a:active {font-size:24; font-weight:bold; color: white;}
.whiteLinks a:hover {font-size:24; font-weight:bold; color: white;}

.hidden
{
    display:none;
}

.timeTable
{
    
    border-style: solid;
    border-width: 1px;
    border-left-color: #C0C0C0;
    border-top-color: #C0C0C0;
    border-right-color: #A0A0A0;
    border-bottom-color: #A0A0A0;
}

.stepbox, .inputitem
{
    height:50px;
    width:80px;
}

.inputitem
{
     background-color:#65BB50;
     padding-left:15px;
     padding-right:15px;
     padding-top:25px;
     padding-bottom:5px;
     height:45px;
     width:800px;
     margin-left:auto;
     margin-right:auto;
}

.steplights
{
    text-align:center;
}

.steplight, .stepdim
{
    color:gray;
}

.stepbright
{
    color: Black;
}

.canvas-wide
{
    width:100%;
}

.canvas
{
    margin-top:-5px;
    width:800px;
    margin-left:auto;   
    margin-right:auto;
    text-align:center;
    font-family:"Arial Unicode MS";
    font-size:smaller;
}

.nextlink
{
    color:Red;   
}


#scrollup {
  position: relative;
  overflow: hidden;
  border: 0px solid #000;
  height: 30px;
  width: 800px
}
.headline {
  position: absolute;
  top: 30px;
  left: 5px;
  height: 30px;
  width:800px;
}

.TextBox
{
     font-size:small;   
}
        
        
  