.gfg-root {
  width : 100%;
  height : auto;
  position : relative;
  text-align : center;
  font-family: "Arial", sans-serif;
  font-size: 12px;
}
/*
.gfg-title {
  font-size: 14px;
  font-weight : bold;
  color:#500000;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  text-decoration: underline;
}*/

.gfg-title {
	display:none;
}

.gfg-title a {
  color : #500000;
}

.gfg-subtitle {
  font-size: 12px;
  font-weight : bold;
  color:#500000;
  line-height : 1.4em;
  overflow : hidden;
  white-space : normal;
  margin-bottom : 5px;
  margin-top: 15px;
  text-decoration:underline;
  text-align:left;
}

.gfg-subtitle a {
  color:#500000;
}

.gfg-entry {
  width : 100%;
  height : 9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
  padding: 3px 0px 3px 0px;
  background-color: #ebebeb;
  border:#666666;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
  margin-top: 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 10px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
   border-left: 2px solid #660000;
   border-right: 2px solid #660000;
   padding-left : 3px;
   background-image : none;
   white-space:nowrap;
   overflow:hidden;
   padding-top: 3px;
   padding-bottom: 3px;
}

.gfg-listentry a:hover {
  text-decoration: none;
}



