/* CALENDAR */

#textarea .calendar {
	width: 100%;
	margin-bottom: 1px}
#textarea .calendar tr {
	border-bottom: 1px solid white;
}
#textarea .calendar td {
	padding: 4px;
	background: #E5E6E6;
	border-left: 1px solid white;
	text-align: center;
	width: 3%;
}
#textarea .calendar .title {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}
#textarea .calendar .weekend {
	background: #1C9CCC;
}
#textarea .calendar .weekend a {
	color: white;
}


/* SUPERNEWS */
#supernews {
	margin: 0px 0 18px 0;
}
#supernews p {
	margin: 10px;
}

#supernews h4 {
	margin-top: 18px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

/* photo & video */

#supernews .photo,
#supernews .video {
	float: left;
	margin: 2px 12px 12px 0;
}
#supernews .photo img,
#supernews .video img {
	border: 4px solid #E5E6E6;
}
#supernews .photo a {
	font-size: 0.9em;
	display: block;
	margin-top: 4px;
}

#bimages {
	position: relative;
	height: 325px;
	width: 630px;
	overflow: hidden;
	background: #E5E6E6 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: #96CA3F;
	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: #96CA3F;
}

#bimages .caption a {
	display: block;
	margin-left: 8px;
	margin-top: 4px;
	color: white;
}
