body { background-color: #cccccc;
       background-image: url('graphics/lefttexture.png');
       background-repeat: repeat-y;
     }

strong { font-weight: normal;
         font-style: italic;
       }

h1 { font-size: 100%;
     font-weight: bold;
     display: inline;
   }

h2,h3,h4,h5,h6 { font-size: 100%;
                 font-weight: normal;
		 display: inline;
               }
input,select { text-align: right;
             }
select.indent20 { text-align: left;
		}


#info { position: absolute;
        width: 256px;
        border: ridge;
        background-color: white;
        bottom: 5%;
        right: 4px;
        padding: 3px;
	/* visibility: hidden; */
	z-index: 10;
      }

#left { position: absolute;
        left: 0px;
        top: 0%;
        bottom: 0%;
        width: 256px;
        padding-left: 0px;
        padding-right: 0px;
	/* overflow: hidden; */
      }

#main { position: absolute;
        left: 256px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        vertical-align: middle;
        /* background-image: url('graphics/greytexturebar.png'); */
	/* overflow: auto; */
      }
 
#update { text-align: right;
          padding-right: 6px;
          visibility: hidden;
	}

.indent15 { position: relative;
            left: 15px;
          }

.indent20 { position: relative;
            left: 20px;
          }

.settop {  position: relative;
          font-weight: bold;
          color: #888888;
          left: 20px;
          text-decoration: underline;
        }
.set { display: none;
       position: relative;
       left: 26px;
     }
.tblborder {
      border: 1px solid black;
      padding: 0 0 0 0;
     }

