/*	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2007
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
/*	VIEW ALL NEWSEVENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #newsEvents #viewAll h3 {
	color: #fff;
	background: #c04a3f;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 4px 0 2px 10px;
	margin: 0;
}	

#content #newsEvents #viewAll h2 {
	margin-bottom: 2px;
}
	
#content #newsEvents #viewAll h2 a:link, #content #newsEvents #viewAll h2 a:visited {
	color: #5392d9;
	text-decoration: none;
	font-size: 1.1em;
	padding: 0;
}

#content #newsEvents #viewAll h2 a:hover {
	color: #fff;
	background: #5392d9;
}
	
#content #newsEvents #viewAll .newsEventItem {
	padding: 4px 5px 10px 0;
	margin: 10px;
	font-size: 0.9em;
	border-bottom: 1px solid #ccc;
}

#content #newsEvents .date {
	padding-top: 14px;
	width: 54px;
	text-align: center;
	background: #79b2f1 url(../images/newsEvents/date_bg.gif) no-repeat;
	font: 12px Tahoma, Verdana, sans-serif;
	color: #fff;
	line-height: 1.5em;
	float: left;
	margin: 5px 15px 15px 5px;
}

#content #newsEvents .date strong {
	display: block;
	font-size: 0.9em;
	line-height: 1.6em;
	height: 1.6em;
	background: #5d9ce3;
	color: #Fff;
}

#content #newsEvents .date em {
	display: block;
	font-size: 1.7em;
	line-height: 1.4em;
	height: 1.4em;
	font-style: normal;
}

#content #newsEvents .date span {
	display: block;
	line-height: 1.6em;
	height: 1.6em;
}

#content #newsEvents .description {
	padding: 0;
	line-height: 1.4em;
}

/*	VIEW NEWSEVENT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


#content a#newsEvent_back:link, #content a#newsEvent_back:visited {
	margin: 10px auto;
	padding: 1px 0;
	width: 200px;
	text-align: center;
	display: block;
	color: #fff;
	border: 1px solid #6882a4;
	background: #829aba;
	text-decoration: none;
}

#content a#newsEvent_back:hover {
	color: #ddd;
	border: 1px solid #829aba;
	background: #97aecc;
}
