body {
    font-family: verdana;
    font-size: 13px;
    width: 680px;
}


/**************************************************************
 *
 * Hidden elements
 *
 **************************************************************/
 
#header {
    width: 650px;
    display:none;
}

#nav {
    width: 650px;
    display:none;
}

#nav ul {
    width: 650px;
    display:none;
}

#nav li {
    display:none;
}

#nav li a {
    display:none;
}

#nav li a:hover {
    display:none;
}

#nav li a.activated {
    display:none;
}

#footer {
    width: 650px;
    display:none;
}


/**************************************************************
 *
 * Hidden elements
 *
 **************************************************************/
div.box {
    width: 650px;
}

table.box {
    width: 650px;
}


.main {
    width: 650px;
}

#content{
    width: 650px;
}

#content h1 {
    margin:0;
    font-size: 13px;
}

#content label {
    margin-right: 10px;;
}

div.InputTable {
    width: 650px;
    height: auto;
    overflow: visible;
}

table {
    width: 650px;
}
    
table > tbody {
    overflow: visible;
}
tbody td {
   font-size: 14px;
}

thead    {
    display: table-header-group; 
}
    
thead tr {
    position: static; 
}
    
thead td, thead th {
    text-align: left;
    font-size: 13px; 
    background-color: #000;
    color: white;
    font-weight: bolder;
}    

thead a:link {
    color:white;
}

thead A:visited {
    color:white;
}
    
/*idea of Renato Cherullo to help IE */
table tfoot tr {
    position: static;
    display: none;
}


.BackgroundC1 { 
    color: #900; 
}
.BackgroundC2 {
   background-color: #f6f6f6; 
}

.alignleft {
    float: left;
    font-weight:bolder;
}

.alignright {
    float: left;
    font-weight: normal;
}
