/* Start of CMSMS style sheet 'Hifi03 - Event' */
.EventBox {
	background-image:url(images/template/hifi03/box_yellow_bg.png);
	background-repeat: repeat-x;
	padding: 8px 10px 0px 10px;
	margin: 0px 0px 20px 0px;
	border-left: 1px #ffff00 solid;
	border-right: 1px #ffff00 solid;
}

.EventBoxTitle {
	height:32px;
	text-align:left;
	font-weight: normal;
	color: #000;
}

.EventSummary {
    font-size: 12px;
    padding: 5px 0 15px 0; /* padding for the news article summary */
    margin: 10px 0 5px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;

}

.EventSummaryLink {
    font-weight: bold;
    padding: 5px 0px;
}
.EventSummaryMorelink {
  padding-top: 0.5em;
  color: #ffff00;
}

.EventSummaryLink a, 
.EventSummaryMorelink a {
  color: #ffff00;
}
.EventSummaryLink a:hover, 
.EventSummaryMorelink a:hover {
  color: #999999;
}
.EventSummaryPagecount {
    font-size: 12px;
    padding: 0px 0 5px 0; /* padding for the news article summary */
    margin: 5px 0 5px 0; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc;
}
/*         DETAIL Page Formatierungen     */

#EventPostDetailTitle {
  color: #999999;
}

#EventPostDetailPrintLink {
   background:url(images/cms/printbutton.gif) no-repeat 0px;
   padding-left: 20px;
   font-size: 12px;
   color: #999999;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Hifi03 - Event' */

