/* ------------------------------------------- */
/* -- Custom css for News and Events -- */
/* ------------------------------------------- */
/* --                                                 -- */
/* ------------------------------------------- */

/*-- set maximum size to 550px in css --*/
 #msl_event img { max-width:550px;}


/*--------------------*/
/*-- span classes --*/
/*--------------------*/

h2 .entertainment {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0em 0;
	font-weight: bold;
  font-size: 140%;
   color:white;
   bgcolor:black;
}

.entertainment {
	font-family: tahoma, arial, verdana, sans-serif;
	margin: 0em 0;
	font-weight: bold;
  font-size: 140%;
   color:white;
   bgcolor:black;
}

h4 .entertainment  {
 background:black; none repeat scroll 0 0;
 color:White;
 font-size:90%;
 padding:0.1em;
}


/* -------------------- */
/* -- rss_union css -- */
/* -------------------- */

.rss_union .rss_description {
 display:none;
}

/* -------------------- */
/* -- news_union css -- */
/* -------------------- */

.news_union {
	background: transparent none repeat scroll 0;
	border: 0px solid Silver;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 -5px;
	position: relative;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

/*-----------------------------*/
/*-- news image : 100px wide --*/
/*-----------------------------*/

.news_union .news_image {
	float: left;
	margin: 0.6em 0.2em 0.2em 0.2em;
	width: 100px;
}

.news_union .news_image a {
	width: 100px;
	margin: 0.6em 0.2em 0.2em 0.2em;
}

.news_union .news_image img {
	width: 100px;
	margin: 0.5em 0.2em 0.2em 0.2em;
}

/*-----------------------------*/
/*-- news leader             --*/
/*-----------------------------*/

.news_union .leader {
	margin-left: 130px;
	color: Black;
	font-size: 85%;
	font-weight:normal;
}

.news_union .news_all {

}

/*-----------------------------*/
/*-- news item inner         --*/
/*-----------------------------*/

.news1 .news_item_inner { padding: 0.5em; }
.news1 .news_item_hook { }

.news1 h5 {
	margin-left: 105px;
}

.news1 h5 a { 

}

.news_union .news_item_inner {
	background: #FFFFFF none repeat scroll 0;
	border: 0px solid Silver;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 -5px;
	position: relative;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.news_union .news_item_inner a:hover {
    background:#E9E9E9 none repeat scroll 0 0;
}

.news_union .news_item_hook {

}

.news_union .news_item_inner h5 {
    margin-left: 130px;
}



/* ---------------------- */
/* -- css for newsline -- */
/* ---------------------- */


#newsline {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #FFFFFF none repeat scroll 0;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 -5px 10px;
	position: relative;
}

#newsline em {
	color: #FFFFFF;
	font-style: normal;
}

#newsline p {
	display:block;
	margin:0;
	padding:4px 5px;
}

#news_hide {
	position:absolute;
	right:0;
	top:0;
}


/* -------------------------- */
/* -- css for events feed  -- */
/* -------------------------- */

.msl_eventlist .events_union {
	margin: 0;
	padding: 0.5em;
	display: block;
	font-weight: normal;
	margin: 0 -5px;
	position: relative;
}

.msl_eventlist .events_union dt {
	display: block;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0.3em;
	background: #FFFFFF none repeat scroll 0;
	border: 1px solid Silver;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0 -5px 3px;
	position: relative;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.msl_eventlist .events_union dt a {

}

.msl_eventlist .events_union dd {
	margin: 5px 0 5px 100px;
	padding: 0;
}

.msl_eventlist .events_union .msl_event_image img {
	float: left;
	margin: 0.3em 0.2em 0.2em 0.2em;
	width: 75px;
}

.msl_eventlist .events_union .msl_event_image {
	float: left;
	margin: 0.8em 0.2em 0.2em 0.2em;
	width: 75px;
	display: block;
}

.msl_eventlist .events_union dd.msl_event_time {
	display:inline;
	font-size:85%;
	margin:0;
}

.msl_eventlist .events_union dd.msl_event_location {
	display:inline;
	font-size:85%;
	margin:0;
}

.msl_eventlist .events_union dd.msl_event_description {
	text-align: left;
}

.msl_eventlist .events_union dd.msl_event_tickets {

}

.msl_eventlist .events_union dd.msl_event_tickets ul {
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}

