h3 {
    padding-bottom: 20px;
}
/* Guid Menu */
#guidmenu {
    font-size: 1em;
}

#guidmenu a {
    font-weight: bold;
}

#guidmenu li {
  display: list-item;
  list-style: none;
  list-style-position: outside;
  clear: all;
}

#guidmenu .comment {
  font-family: georgia arial;
  list-style: none;
  list-style-position: outside;
  display: list-item;
  padding-left: 10px;
  padding-bottom: 10px;
  color : gray;
  line-height: 11px;
  font-size: 1.0em;
  width: 170px;
}

#guidmenu .spaceit{
    padding-top:30px;
}

#guidmenu .description{
  font-family: georgia arial;
  padding-left: 30px;
  padding-bottom: 10px;
  color : gray;
  width: 290px;
  font-size : 1.1em;
  line-height: 13px;
  text-align: justify;
}

.alignright {
    text-align: right;
    vertical-align: bottom;
}

.aligncenter {
    text-align: center;
    vertical-align: bottom;
    height: 40px;
}
/* End Guid Menu */

/* Guid Listings */
#guidlist {
    font-size: 1em;
    padding-left: 10px;
}


#guidlist table{
    border-style: solid;
    border-width: 0px;
    border-color: #eeeeee;
    width: 680px;
    padding: 0px;
}
#guidlist td {
    padding-left: 5px;
    padding-right: 5px;
    border-style: solid;
    border-color: #A5A5A7;
}

.borderlefttop {
    border-width: 1px 1px 0px 0;
}

.bordertop {
    border-width: 1px 0px 0px 0;
}

.borderleft {
    border-width: 0px 1px 0px 0;
}

#guidlist .head{
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.head td {
    border-width: 0 1px 0 0;
}

.evenrow{
    background-color:#EBEDF1;
}

#terminal{
    font-family: "courier new" terminal arial;
}

#zerosize, #terminal{
    width: 1px;
}
/* End Guid Listings*/
