/* CALENDAR */

#textarea .calendar {
	background-color: #DADEDF;
	height: 30px;
	margin: 0;
	padding: 0;
}
#textarea .calendar li {
	float: left;
	margin: 0 0 0 0;
	padding: 8px 4px 7px 4px;
	background: none;
	font-weight: bold;
	color: white;
}
#textarea .calendar li a {
	color: black;
}
#textarea .calendar li a.alt {
	color: #DE0C73;
}
#textarea .calendar .title {
	padding: 8px 18px 7px 18px;
	background: #3C3D3E url(../images/icn_border_graygray.gif) no-repeat top right;
	color: #DE0C73;
	margin-right: 8px;
}

/* SUPERNEWS */
#supernews {
	margin: 0px 0 18px 0;
}
#supernews ul {
	display: block;
	margin: 0;
	width: 100%;
	height: 30px;
	background-color: #DADEDF;
	float: left;
	margin: 3px 0 8px 0;
}
#supernews ul li {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	height: 30px;
	float: left;
	background: none;
}
#supernews ul li.selected {
	background: #DE0C73 url(../images/icn_border_maggray.gif) no-repeat top right;
	color: white;
}
#supernews ul li.selected a,
#supernews ul li.selected h3 {
	color: white;
}
#supernews ul li a,
#supernews ul li h3 {
	display: block;
	color: #3C3D3E;
/*	margin: 8px 16px 5px 20px; */
	margin: 8px 8px 5px 8px; 
	font-weight: bold;
}
	#supernews ul li a:hover {
		color: #E51C24;
	}
	
#supernews p {
	margin: 10px;
}

#supernews h4 {
	margin-top: 18px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

/* photo & video */

#supernews .photo,
#supernews .video {
	float: left;
	margin: 18px 12px 12px 0;
}
#supernews .photo img,
#supernews .video img {
	border: 4px solid #DADEDF;
}
#supernews .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}

#bimages {
	position: relative;
	height: 325px;
	width: 630px;
	overflow: hidden;
	background: #DADEDF url(../images/icn_loading.gif) center no-repeat;
	margin: 0 0 4px 0;
}
#bimages .images {
	height: 300px;
	width: 630px;
}
#bimages h3 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #DE0C73;
	padding: 7px 6px 6px 10px;
	font-size: 1em;
	font-weight: 600;
	margin: 0;
	z-index: 5;
	color: white;
}
#bimages .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 630px;
	background-color: #DE0C73;
}

#bimages .caption a {
	display: block;
	margin-left: 8px;
	margin-top: 4px;
	color: white;
}