/*------------------------------------------------------------------------------------------------------------
CSS FOR CONTENT AREA
This CSS will ONLY effect the content area
------------------------------------------------------------------------------------------------------------*/

/*AFFECTS TEMPLATE(S)
-------------------------------------------------------------------------------------------------------------*/
#content_td {
	width: auto;
	background-color: #FFFFFF;
	height: 100%;
	padding: 0px 3px 10px 3px;
}
#content_container {
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
#content_container p {
	margin-bottom: 6px;
	line-height: 13px;
}
#content_container a:link {
	color: #000000;
	text-decoration: none;
}
#content_container a:visited {
	color: #000000;
	text-decoration: none;
}
#content_container a:hover {
	color: #000000;
	text-decoration: underline;
}
#content_container a:active {
	color: #000000;
	text-decoration: underline;
}

/*CSS FOR THE TWO MAIN CONTAINMENT DIVS ON TEMPLATE
------------------------------------------------------------------------------------------------------------*/
div.main_content_div {
	padding: 15px 0px 10px 0px;
}
div.content_div {
	padding-left: 8px;
	padding-right: 8px;
}

/*CSS FOR THE TITLES, APPLIES TO ALL
------------------------------------------------------------------------------------------------------------*/
div.section_title {
	background-position: center left;
	background-repeat: no-repeat;
	height: 20px;
}

/*CSS FOR INDIVIDUAL TITLE STYLES
------------------------------------------------------------------------------------------------------------*/
/*News*/ 
#content_news_title {
	background-image:  url("/assets/images/content_area/news_title.jpg");
	background-color: #E00C0C;
}
/*Sport*/
#content_sport_title {
	background-image:  url("/assets/images/content_area/sport_title.jpg");
	background-color: #006600;
}
/*What's On*/
#content_whatson_title {
	background-image:  url("/assets/images/content_area/whatson_title.jpg");
	background-color: #005DA6;
}

/*CSS FOR IMAGES
------------------------------------------------------------------------------------------------------------*/
.floatRight {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.floatLeft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.imageContainer {
	border: 1px solid #999999;
	}
.imageLeft img {
	display: block;
}
.imageCaption {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	background-color: #CCCCCC;
	border-top: 1px solid #FFFFFF;
	}