body {
  min-width: 550px;      /* 2x LC width + RC width */
}

#container {
  padding-left: 162px;   /* LC width */
  padding-right: 162px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 162px;          /* LC width */
  right: 162px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 162px;          /* RC width */
  margin-right: -162px;  /* RC width */
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

div.nav, div.subnav {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    border: 0px;
    padding-top: .2em;
}

div.nav ul, div.subnav ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

div.nav span {
    font-weight: bold;
}

div.subnav {
    padding-top: 0;
}

div.subnav span {
    font-weight: bold;
}

div.nav li, div.subnav li {
    display: inline;
    border: 0px;
    padding: .5em;
}

div.subnav li {
    font-style: italic;
}

div.signupOrLogin {
    width: 100%;
}

div.signupOrLogin table {
    text-align: center;
    margin: 0px auto; 
}

.topSpacer {
    height: 2em;
}

.smallSpacer {
    height: .4em;
}

hr.halfWidth {
    width: 60%;
    color: green;
    background-color: green;
    height: 4px;
}

.quicksearch input {
    width: 10em;
}

div.rightForm {
    padding: .5em;
    border: 1px dashed #fff;
    border-width: 0 1px 0 0;
    text-align: center;
}

.header {
    font-family: times;
    font-size: 200%;
    font-weight: bold;
}

div.leftForm {
    padding: .5em;
    border: 1px dashed #ffa500;
    border-width: 0 1px 0 0;
    text-align: center;
}

label.checkbox {
    display: inline;
}

label {
    display: block;
    color: blue;
    font-weight: bold;
    text-align: right;
}

label input {
    text-align: left;
    width: 10em;
}

label select {
    text-align: left;
    width: 10em;
}

label.checkbox input {
    width: 1em;
}

/*
label input[type="checkbox"] {
    width: auto;
}
*/

input.itemname {
	width: 10em;
}

.data {
    color: blue;
    font-weight: bold;
}

.signupComplete .rightForm input[type="checkbox"] {
    width: auto;
}

.signupComplete .rightForm input {
    width: 8em;
}

.signupComplete input[type="checkbox"] {
    width: auto;
}

.signupComplete input {
    width: 10em;
}

div.formElements {
}

.error {
    color: red
}

ul {
    display: block;
    text-align: left;
}

div.loginForm {
    width: 25em;
}

div.centerForm {
    width: 30em;
    margin-left: auto;
    margin-right: auto;
}

table.itemlist {
    background: #e1e1e1;
    min-width: 400px;
}

table.itemlist th {
    color: orange;
}

table.itemlist tr.even td {
    background: #fff;
    border-bottom: 1px solid #CCC;
    padding: 5px;
}

table.itemlist tr.odd td, th {
    background: #eee;
    border-bottom: 1px solid #000;
    padding: 5px;
}

.hilight {
    font-weight: bold;
}

.note {
    font-style: italic;
}

.flash {
    font-style: italic;
    color: red
}

.buttonbar {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}

.buttonbar ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

.buttonbar li {
    display: inline;
    border: 0px;
    padding: .5em;
}

.background {
    position: absolute;
    width: 600px;
    height: 450px;
    top: 50px;
    left: 50px;
    /*
    background: green;
    z-index: 1;
    */
}

.popUp {
    position: absolute;
    width: 600px;
    height: 450px;
    top: 50px;
    left: 50px;
    padding: 10px;
    border: 3px outset blue;
    background: white;
    z-index: 2;
}

.invisible {
    display: none;
}

.temp {
    text-align: center;
    font-style: italic;
}
