/* Display Blocks */
#indexheader{
	background-color: white;
	width: 770px;
	height: 255px;
}


#textarea{
	display: block;
	background-color: white;
	/*height: 360px;*/
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	width: 504px;
	min-height: 360px;
}

/* Other positional elements peculiar to index.php */
#headerright{
	width: 79px;
	height: 58px;
	background-color: white;
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
}

#headerleft{
	width: 172px;
	height: 58px;
	background-color: white;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
}

#headerpic{
	width: 770px;
	height: 197px;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
}

#indexworship{
	width: 250px;
	height: 274px;
	float: right;
}

#indexfamily{
	width: 278px;
	height: 222px;
	float: right;
}

#indexchildren{
	width: 196px;
	height: 193px;
	float: left;
}

#extra510pic{
	width: 214px;
	height: 186px;
	vertical-align: bottom;
	border: none;
}

#extrakidspic{
	width: 152px;
	height: 200px;
	vertical-align: bottom;
	border: none;
}

#toddlepic{
	width: 159px;
	height: 46px;
	vertical-align: bottom;
	border: none;
}

#extramediapic{
	width: 225px;
	height: 228px;
	vertical-align: bottom;
	border: none;
}

#extrayouthpic1{
	width: 204px;
	height: 197px;
	vertical-align: top;
	border: none;
}

#extrayouthpic2{
	width: 204px;
	height: 197px;
	vertical-align: top;
	border: none;
}

/*Backgrounds for What's On Table */
.shaded{
	background-color: #CCCCCC;
 	font-size: 14px;
   color: #333333;
   font-weight: bold;
}

.shaded2{
	background-color: #CCCCCC;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

.unshaded{
	background-color: White;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-align: justify;
}

.unshaded2{
	background-color: White;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}

.whatsonhead{
	background-color: #0066FF;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}

/* Emphasise text */
.standout{
	font-size: 14px;
	font-weight: bold;
	color: Red;
}

/* Media popup */
#popuplayer {
	visibility: hidden;
	background-color: #CCCCCC;
	border: thin solid Red;
	position: absolute;
	top: 370px;
	left: 250px;
	width: 300px; /*height: 200px;*/
	padding: 3px 3px 3px 3px;
}