INPUT { 
font-size : 10px; 
padding : 0 1px; 
border : 1px solid; 
color : #003400; 
background : #ffff99; 
} 
.action {
font-size : 10px; 
padding : 0 1px; 
border : 1px solid; 
color : #003400; 
background : #ffff99; 
}
.actionb {
width:100px;
font-size : 10px; 
padding : 0 1px; 
border : 1px solid; 
color : #003400; 
background : #ffff99; 
}
INPUT.sel { 
font-size : 8px; 
height : 20px; 
width : 30px; 
} 
table.pick { 
border-width : 1px; 
border-spacing : 0; 
border-style : outset; 
border-color : gray; 
border-collapse : separate; 
background-color : white; 
} 
table.pick th { 
border-width : 1px; 
padding : 0px; 
border-style : solid; 
border-color : gray; 
background-color : #fffff0; 
} 
table.pick td { 
border-width : 1px; 
padding : 0px; 
border-style : solid; 
border-color : gray; 
background-color : #fffff0; 
} 
table.invtbl { 
border-width : 2px; 
border-spacing : 0; 
border-style : solid; 
border-color : green; 
border-collapse : separate; 
background-color : white; 
} 
table.invtbl th { 
border-width : 1px; 
padding : 0px 3px 0px 3px; 
border-style : solid; 
border-color : green; 
background-color : #fffff0; 
} 
table.invtbl td { 
border-width : 1px; 
padding : 0px 3px 0px 3px;
border-style : solid; 
border-color : green; 
background-color : #fffff0; 
} 
body { 
margin : 10px; 
background : #ccff99; 
color : #333333; 
text-align : center; 
padding : 0; 
} 
#outer { 
position : relative; 
width : 1205px; 
height: 645px;
border : 1px solid #000000; 
background : #ffffcc; 
margin : auto; 
} 
#top { 
position: absolute;
width : 1205px; 
top : 0px; 
left :0px; 
height : 130px; 
} 
#topl { 
position:absolute;
height : 100px;
top :  0px; 
left : 0px; 
} 
#topl2 { 
position:absolute;
height : 100px;
top :  0px; 
right : 180px; 
} 
#topl3 { 
position:absolute;
width : 150px;
height : 100px;
top :  0px; 
right : 360px; 
} 
#topc { 
position:absolute;
height : 100px;
top :  0px; 
left : 400px;

} 
#topr {
position:absolute;
height : 100px;
top :   10px; 
right : 20px; 
} 
#bar { 
position:absolute;
top : 115px; 
left :0px; 
height : 15px; 
width: 1205px;
background : #00ff00; 
color : #000000; 
border : solid #000000; 
border-width : 1px 0 1px 0; 
} 
#middle { 
position: relative;
top : 135px; 
left :0px; 
min-height : 500px; 
height : auto !important ; 
height : 500px; 
} 
#left { 
position : absolute; 
top : 0; 
left : 0; 
background : #e7ffdd; 
color : #333333; 
width : 200px; 
min-height : 500px; 
height : auto !important ; 
height : 500px; 
} 
#menu { 
background : #ffff95; 
width : 190px; 
border-style : solid solid solid solid; 
border-color : #000000; 
border-width : 1px; 
font:12px arial,sans-serif;
} 
#right { 
position : absolute; 
top : 0; 
left : 200px; 
width : 998px; 
min-height : 500px; 
height : auto !important ; 
height : 500px; 
background : #fffff0; 
color : #333333; 
border : solid #000000; 
border-width : 1px 1px 1px 1px; 
text-align : left; 
} 
#foot { 
position : absolute;
left : 0px; 
bottom : 0px;
height : 15px; 
width : 190px; 
background : #00cc00; 
color : #000000; 
border : solid black; 
border-width : 1px 1px 1px 0; 
margin : 0; 
font-size : xx-small;
} 
* { 
list-style : none; 
margin : 0; 
padding : 0; 
} 
#menu li a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:center; 
  background-color:#e7ffdd; 
  color:#000; 
  display:block; 
  width:14em; 
  height:1em;
  border:2px solid #fff;
  border-color:#9f9 #678 #345 #6f6;
  padding:0.2em;
  margin:0.2em auto;
  }

#menu li a:hover {
  top:1px;
  left:1px;
  color:#006600;
  border-color:#345 #6f6 #9f9 #678;
  }

