﻿body 
{
    height:100%;
    margin:0%;
    padding:0%;
    font-family: Arial;
    font-size: 10px;
}

.Header
{
     font-size: 10px;
     font-weight: bold;
}


#box{

     min-height: 100%;

  	 height:auto !important; /* moderne Browser */

  	 height:100%; /* IE */

}

input.noborder
{
    font-family: Arial;
    font-size: 10px;
    border-width: 0px;
}

input.noborder2
{
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    border-width: 0px;
}

input.noborder3
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    border-width: 0px;
}

.Header2
{
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

input
{
    font-family: Arial;
    font-size: 10px;   
}

.selected
{
    background-color: Orange;
    }
    
.unselected
{
    background-color: White;
    }
