/* one-line styles */
.oneegtitle {
	font-size: 1em;
	line-height: 1.2em;
	color: #FF6600;
	font-weight: normal;
	align: center;
}
.oneegdesc {
	font-size: 1em;
	line-height: 1.2em;
	color: #3333CC;
}
.oneegdesc a {
  text-decoration: none;
  color: #3333CC;
  font-weight: normal;
}
.oneegdesc a:hover {
  background-color: #cccccc;
}
.oneegbox {
  border: 2px solid #cccccc;
  margin: 4px;
  padding: 4px;
  width: 160px;
}

/* show as list styles */
.egenclosure {
}

.egtitle { 
  font-size: 1em;
  line-height: 1.2em;
  color: #0000aa;
}

a.egtitle {
  text-decoration: none;
}
a:hover.egtitle  {
  background-color: #dddddd
}

.egaddinfo {
  display: none;
}

.egdesc {
  font-size: 1em;
  line-height: 1.2em;
  color: #000066;
  padding: 10px;
  border: thin solid;
  margin: 10px;
}

.morelink {
  font-size: 1em;
  line-height: 1.4em;
  color: #000000;
}
a.morelink {
  text-decoration: none;
}
a:hover.morelink {
  background-color: #dddddd;
}

.egdetail {
  font-size: 1em;
  line-height: 1.4em;
  color: #000000;
  padding-left: 15px;
  margin-bottom: 10px;
  display: none;
}
