body {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

img {
  border-style: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  color: red;
}

div.banner {
  margin-left: 62px;
  
}

/*********** Top line *************/
.logo {
  color: red;
  background-color: white;
}

.logotext {
  font-size: larger;
  position: relative:
  top: 20px;
}

.rightjustify {
  text-align: right;
}

/*********** Panels *************/
.panels {
  vertical-align: top;
}

.leftpanel {
  background-color: #111111;
}

# the menu part of the left panel

.leftpanel table {
  height: 100%;
  padding-top: 100px;
}

.leftpanel a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.leftpanel a:hover {
  color: red;
}

.leftpanel td.group {
  padding-left: 10px;
}

.leftpanel .group a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
}

.leftpanel .group a:hover {
  color: red;
}

/*********** Page title *************/

.pagetitle {
   color: black;
   background-color: #d1d1d2;
   font-weight: bold;
   font-size: x-large;
   width: 670px;
}


.pagedescription {
  width: 75%;
  color: black;
  font-weight: bold;
}

/********** Group listing ********/

.shortgroup {
  vertical-align: top;
  background-color: #d0d0d0;
  width: 200px;
  display: table-cell;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px 5px 5px;  
}

.shortgroupname {
  float: left;
  width: 200px;
}



/********** Item listing ******/

.shortitem {
  background-color: #d0d0d0;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px 5px 5px;  
}

.shortitemname {
  color: red;
  font-weight: bold;
}

.shortitemcodelabel {
  font-weight: bold;
}

.shortitemoptionslabel {
  font-weight: bold;
}

.shortitemcapacitieslabel {
  font-weight: bold;
}



/*************** Item Long Listing **********/

.longitem {
  background-color: #d1d1d1;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  margin: 5px 5px 5px 5px;  
}

.longitemname {
  color: red;
  font-weight: bold;
}

.longitemcodelabel {
  font-weight: bold;
}

.longitemoptionslabel {
  font-weight: bold;
}

.longitemcapacitieslabel {
  font-weight: bold;
}
