/* Summary view */
.summaryview {
  padding: 5px;
  width: 74%;
}
.summaryview .header {
  font-size: 20px;
}

/* Advertisement Blocks */
.advertisementblock {
  width: 100%;
  padding: 2px;
  border: 1px #aaa solid;
}

.advertisementblock .footer {
  border-top: 1px #aaa solid;
  text-align: center;
  color: #aaa;
  padding: 2px;
  font-size: 0.8em;
}

/* Advertisements */
.advertisement {
  margin-bottom: 10px;
  margin-top: 10px;
}

.advertisement .header {
  color: blue;
  text-align: center;
}

.advertisement .body {
  text-align: center;
}

/* Detail view -- detail view is a contentpane*/
.detailview {
  padding: 5px;
  width: 74%;
}
.detailview .header {
  font-size: 30px;
}

/* Business view */
.businessview {
  background-color: #ccf;
  border: 1px #88b solid;
}

/* Sports View */
.sportsview {
  background-color: #c885b0;
  border: 1px black solid;
}

/* News View */
.newsview {
  background-color: #f699b9;
  border: 1px black solid;
}

/* Classifieds & RE View */
.classifiedview {
  background-color: #F2A45F;
  border: 1px black solid;
}

/* Government & Schools View */
.governmentview {
  background-color: #df846f;
  border: 1px black solid;
}

/* Jobs View */
.jobsview {
  background-color: #d17af9;
  border: 1px black solid;
}

/* Deals View */
.dealsview {
  background-color: #c078e3;
  border: 1px black solid;
}

/* Events View */
.eventsview {
  background-color: #9acde2;
  border: 1px black solid;
}

/* Groups View */
.groupsview {
  background-color: #8f85d7;
  border: 1px black solid;
}

/* Share the Success View */
.sharesuccessview {
  background-color: #cdee92;
  border: 1px black solid;
}

/* Need Help View */
.needhelpview {
  background-color: #69c2a4;
  border: 1px black solid;
}

/* Find it View */
.finditview {
  background-color: #f1e98c;
  border: 1px black solid;
}

/* My EZ Page View */
.myezpageview {
  background-color: #d4bd72;
  border: 1px black solid;
}

/* Current category */
.currentcategory {
  padding: 8px;
  width:100%;
}


.yui-b {
	text-align: left;
}
