@charset "utf-8";
/* Barwon Water BLUE.CSS */
/* Author: Mateusz Michalik (Rodeo) */
/* Description: Styling for content WHITE */
/* Version: 090814 */
#dummy-element{width:2px;}


/**** BODY ****/
body, html {
	background:url(../images/bg_blue_top2.gif) #005c96 repeat-x top;
}


/**** SITEMAP ****/
#sitemap_container {
	background:#0B273F;
}


/***** HEADER *****/
a#logo {
	/*background:url('../images/header/header_logo_blue.gif') no-repeat top left;*/
	background:url('../images/header/LogoForHomepageAgainstDarkBackground.png') no-repeat top left;
	display: block;
	/*width: 171px;*/
	width: 598px;
	height: 106px;
	float: left;
	text-indent: -999em;
}

.header_tagline {
	/*background:url(../images/header/header_tagline_blue.gif);*/
}

.header_btn_contact {
	background:url(../images/header/header_btn_bg_contact_transparent.png);
	color:#efe9e5;
}

.header_btn_preferences {
	background:url(../images/header/header_btn_bg_preferences_transparent.png);
	color:#efe9e5;
}


/**** HOMEPAGE : FEATURES AREA ****/
#feat_btn_restriction {
	background:url(/images/restrictions/home.cfm) no-repeat 0px -2px;
}



#feat_btn_enews {
	background:url(../images/features/feat_btn_signup.png) no-repeat 0px -1px;
}

#feat_btn_storage {
	background:url(../images/features/feat_btn_storage_blue.png) no-repeat 0px -2px;
}


/**** HOMEPAGE : CONTENT LHS ****/
#home_head_latestnews {
	background:url(../images/home/home_heading_blue_latestnews.gif);
	color: #FFF;
}
#home_head_latestnews a { color: #FFF; text-decoration: none; }
#home_head_latestnews a:hover { text-decoration: underline; }

.home_btn_newsarchive {
	background:url(../images/home/home_icon_blue_news.jpg) no-repeat left;
	color:#99FFFF;
}

.news_item h3 {
	color:#99FFFF; 
}
.news_item h3 a, .news_item h3 a:link, .news_item h3 a:hover, .news_item h3 a:active, .news_item h3 a:focus {
	color:#99FFFF; text-decoration: none;
}
.news_item h3 a:visited { color: #99DDDD; }
.news_item h3 a:hover { color:#99FFFF; text-decoration: underline; } 

.news_item h4 {
	color:#e5e5e5; 
}
.news_item p {
	color:#ffffff;
}


/**** HOMEPAGE : CONTENT RHS ****/
.content_rhs_border {
	border-left:1px solid #2680ac;
}

#home_head_newwater {
	background:url(../images/home/home_heading_blue_waterbill.gif) no-repeat top left;
	color:#FFF;
}
#home_head_newwater a { color: #FFF; text-decoration: none; }
#home_head_newwater a:hover { text-decoration: underline; }

#home_head_emergencies {
	background:url(../images/home/home_heading_blue_emergencies.gif) no-repeat left;
	color:#FFF;
}
#home_head_emergencies a { color: #FFF; text-decoration: none; }
#home_head_emergencies a:hover { text-decoration: underline; }

.rhs_item_bordered {
	border-bottom:1px solid #2680ac;
}

.content_rhs_item p {
	color:#ffffff;
}

.content_rhs_item ul li {
	color:#99FFFF;
}
.content_rhs_item ul li a, .content_rhs_item ul li a:link, .content_rhs_item ul li a:visited, .content_rhs_item ul li:active, .content_rhs_item ul li a:focus {
	color:#99FFFF; text-decoration: none;
}
.content_rhs_item ul li a:hover { color:#99FFFF; text-decoration: underline; }

/**** SITEMAP ****/
#sitemap h2 {
	color:#00a4e4;
}

#sitemap li.dt {
	color:#99CCFF;
}
#sitemap li.dt a, #sitemap li.dt a:link, #sitemap li.dt a:focus, #sitemap li.dt a:active {
	color:#99CCFF; text-decoration: none;
}
#sitemap li.dt a:hover { color:#99CCFF; text-decoration: underline; }
#sitemap li.dt a:visited { color: #99CCFF; }

#sitemap li {
	color:#CCFFFF;
}
#sitemap li a, #sitemap li a:link, #sitemap li a:visited, #sitemap li a:focus, #sitemap li a:active {
	color:#CCFFFF; text-decoration: none;
}
#sitemap li a:hover { color:#CCFFFF; text-decoration: underline; }
#sitemap li a:visited { color: #CCFFFF; }

#sitemap li li {
	color:#CCFFFF; 
}

#sitemap ul li a#sitemap_logo_ourwater {
	background:url(../images/sitemap/sitemap_logo_ourfuture_blue.gif);
}

#sitemap ul li a#sitemap_logo_savewater {
	background:url(../images/sitemap/sitemap_logo_savewater_blue.gif);
}

/**** PREFERENCES PAGE ****/

.preferences .content_article_body { color: #FFF; }
.preferences .content_article_title h1, .preferences .content_article_body h2 { color: #8FE1FF; }
.preferences .pref_item { border-bottom: 1px dotted #4cadcf; }
#btn_prefs_text_medium { background:url('../images/header/blue/header_pref_textsize_1.gif') no-repeat top left; }
#btn_prefs_text_large { background:url('../images/header/blue/header_pref_textsize_2.gif') no-repeat top left; }
#btn_prefs_colour_blue { background:url('../images/header/blue/header_pref_color_blue.gif') no-repeat top left; }
#btn_prefs_colour_white { background:url('../images/header/blue/header_pref_color_white.gif') no-repeat top left; }
#btn_prefs_colour_highcontrast { background:url('../images/header/blue/header_pref_color_contrast.gif') no-repeat top left; }
#region_prefs li label { color: #99FFFF; cursor: pointer; }
#region_prefs li.active label { color: #FFF; }



/**** CONTENT PAGE ****/
	#content_lhs { color: #FFF; }
	#page_content { color: #FFF; }

	/**** CONTENT: BREADCRUMB & ARTICLE BODY ****/
	#content_breadcrumb, #page_breadcrumb {
		border-bottom: 1px solid #66CCFF;
	}
	#content_breadcrumb a, #content_breadcrumb a:link, #content_breadcrumb a:visited, #page_breadcrumb a, #page_breadcrumb a:link, #page_breadcrumb a:visited {
		color: #66CCFF;
		text-decoration: none;
	}
	#content_breadcrumb a:visited, #page_breadcrumb a:visited { color: #66CCFF; }
	#content_breadcrumb a:hover, #page_breadcrumb a:hover {
		text-decoration: underline;
	}
	.content_article_title { color: #66CCFF; }
	.content_article_abstract {  }
	.content_article_body a, .content_article_body a:link, .content_article_body a:active {
		color: #99FFFF;
	}
	.content_article_body a:visited { color: #99DDDD; }
	.content_article_body a:hover {
		text-decoration: underline;
	}
	.content_article_timestamp {
		color: #66CCFF;
	}
	.content_article_tags a, .content_article_tags a:link, .content_article_tags a:active {
		color: #99FFFF;
		text-decoration: none;
	}
	.content_article_tags a:visited { color: #99DDDD; }
	.content_article_tags a:hover {
		text-decoration: underline;
	}

	.content_article_body { color: #FFF; }
	.content_article_body h1 { color: #FFF; }
	.content_article_body h2 { color: #6CF; }
	.content_article_body h3 { color: #6CF; }
	.content_article_body h4 { color: #FFF; }
	.content_article_body h5 { color: #FFF; }
	.content_article_body h6 { color: #FFF; }

	.content_article_body h1 strong, .content_article_body h2 strong, .content_article_body h3 strong
	.content_article_body h4 strong, .content_article_body h5 strong, .content_article_body h6 strong { color:#FF0000; }

	a.link_button { background: transparent url('../images/content/blue/btn_link.gif') no-repeat bottom left; }

	.content_sidebar {
		color: #FFF;
	}
	.content_sidebar a, .content_sidebar a:link {
		color: #99FFFF;
		text-decoration: none;
	}
	.content_sidebar a:visited { color: #99DDDD; }
	.content_sidebar a:hover {
		text-decoration: underline;
	}
	.content_sidebar .content_sidebar_header {
		background: #005c96 url('../images/content/blue/box_sidebar_bg_top.gif') no-repeat top left;
	}
	.content_sidebar .content_sidebar_footer {
		background: #005c96 url('../images/content/blue/box_sidebar_bg_bottom.gif') no-repeat top left;
	}
	.content_sidebar .content_sidebar_body {
		background: #005c96 url('../images/content/blue/box_sidebar_bg.gif') repeat-x top left;
	}
	#downloadList h1 {
		background: transparent url('../images/content/blue/bg_download_blue.gif') no-repeat top right;
	}
	#downloadList ul.fileList li a, #downloadList ul.fileList li a:visited, #downloadList ul.fileList li a:link {
		color: #99FFFF;
		text-decoration: none;
	}
	#downloadList ul.fileList li a:visited {
		color: #99DDDD;
		text-decoration: none;
	}
	#downloadList ul.fileList li a:hover {
		text-decoration: underline;
	}
	/**** HELP-15640.  Changed to png #downloadList ul.fileList li.pdf { background: transparent url('../images/content/blue/file_pdf_blue.gif') no-repeat top left;  } ****/
	#downloadList ul.fileList li.pdf { background: transparent url('../images/content/blue/file_pdf_blue.png') no-repeat top left;  }

	#bookmarkLinks li.rss a { background: transparent url('../images/content/blue/btn_rss_blue.png') no-repeat top left; }
	#bookmarkLinks li.rss a:hover { background-position: bottom left; }
	#bookmarkLinks li.fav a { background: transparent url('../images/content/blue/btn_favourite_blue.png') no-repeat top left; }
	#bookmarkLinks li.fav a:hover { background-position: bottom left; }
	#bookmarkLinks li.delicious a { background: transparent url('../images/content/blue/btn_delicious_blue.png') no-repeat top left; }
	#bookmarkLinks li.delicious a:hover { background-position: bottom left; }
	#bookmarkLinks li.digg a { background: transparent url('../images/content/blue/btn_digg_blue.png') no-repeat top left; }
	#bookmarkLinks li.digg a:hover { background-position: bottom left; }
	#bookmarkLinks li.stumbleupon a { background: transparent url('../images/content/blue/btn_stumbleupon_blue.png') no-repeat top left; }
	#bookmarkLinks li.stumbleupon a:hover { background-position: bottom left; }
	#bookmarkLinks li.twitter a { background: transparent url('../images/content/blue/btn_twitter_blue.png') no-repeat top left; }
	#bookmarkLinks li.twitter a:hover { background-position: bottom left; }
	#bookmarkLinks li.email a { background: transparent url('../images/content/blue/btn_email_blue.png') no-repeat top left; }
	#bookmarkLinks li.email a:hover { background-position: bottom left; }
	#bookmarkLinks li.print a { background: transparent url('../images/content/blue/btn_print_blue.png') no-repeat top left; }
	#bookmarkLinks li.print a:hover { background-position: bottom left; }

	/**** CONTENT: SEARCH RESULTS ****/
	.search_pagination a, .search_pagination a:active, .search_pagination a:visited { color: #0FF; text-decoration: none; }
	.result_title a, .result_title a:active, .result_title a:visited { color: #0FF; text-decoration: none; }
	.result_tags a, .result_tags a:active, .result_tags a:visited, .result_link a, .result_link a:active, .result_link a:visited { color: #0FF; text-decoration: none; }
	.content_search_results .result_sep { border-top: 1px solid #4CADCF; }

	#portal_list li { background: transparent url('../images/content/blue/portal_item.gif') no-repeat top left; }
	#portal_list li.active, #portal_list li.over { background: transparent url('../images/content/blue/portal_item_active.gif') no-repeat top left; }


	/**** CONTENT: DOWNLOADS ****/
	.content_article_title h1.download { color: #FFF; }
	#downloadLink { background: #5db9de url('../images/content/blue/btn_download.gif') no-repeat top left; color: #024882; }
	.relatedLinks { border-top: 1px solid #FFF; }
	.relatedLinks li a, .relatedDownloads li a:active, .relatedDownloads li a:visited  { color: #0FF; text-decoration: none; }
	.relatedLinks li a:hover { color: #0FF; text-decoration: underline; }

	/**** CONTENT: GALLERY ****/
	.content_article_title h1.gallery { color: #FFF; }
	#gallery { color: #FFF; }
	#imageSearchForm span { color: #FFF; }
	.gallery_style .prevLink { background: transparent url('../images/gallery/blue/gallery_slide_prev.gif') no-repeat top left; }
	.gallery_style .nextLink { background: transparent url('../images/gallery/blue/gallery_slide_next.gif') no-repeat top left; }

	#gallery_control a.gallery_control_prev { background: transparent url('../images/gallery/blue/gallery_control_prev.gif') no-repeat top left; }
	#gallery_control a.gallery_control_play { background: transparent url('../images/gallery/blue/gallery_control_play.gif') no-repeat top left; }
	#gallery_control a.gallery_control_pause { background: transparent url('../images/gallery/blue/gallery_control_pause.gif') no-repeat top left; }
	#gallery_control a.gallery_control_next { background: transparent url('../images/gallery/blue/gallery_control_next.gif') no-repeat top left; }

	#gallery-list #imageSearchForm { background: transparent url('../images/gallery/blue/search_bg.gif') no-repeat top left; }
	#gallery-list li p.thumb-link { background: transparent url('../images/gallery/blue/btn_view_gallery.gif') no-repeat top left; }
	#gallery-list li p.thumb-link a { color: #6FC4E6; }
	.galleruPagination a.galleryNextPage { background: transparent url('../images/gallery/blue/gallery_listing_nav_next.gif') no-repeat bottom left; }
	.galleruPagination a.galleryPrevPage { background: transparent url('../images/gallery/blue/gallery_listing_nav_prev.gif') no-repeat bottom left; } 


	/**** CONTENT: BLOG ****/
	.blog_item { border-bottom: 1px dotted #3998c0; }
	.blog_item_title h1 { color: #0FF; }
	.blog_item_abstract { color: #0FF; }
	.blog_item_timestamp { color: #0FF; }
	.blog_item_body {}
	.blog_item_title a, .blog_item_title a:active, .blog_item_title a:visited { color: #0FF; }
	.blog_item_tags a, .blog_item_tags a:link, .blog_item_tags a:active, .blog_nav a, .blog_nav a:link, .blog_nav a:active {
		color: #0FF;
		text-decoration: none;
	}
	.blog_item_tags a:visited, .blog_nav a:visited { color: #9FF; }
	.blog_item_tags a:hover, .blog_nav a:hover {
		text-decoration: underline;
	}


	/**** CONTENT: BLOG ****/
	#comments a, #comments a:link, #comments a:active {
		color: #0FF;
		text-decoration: none;
	}
	#comments a:visited { color: #9FF; }
	#comments a:hover {
		text-decoration: underline;
	}
	#btn_prefs_text_medium.active, #btn_prefs_text_large.active { color:#FFF; }
	#btn_prefs_colour_blue.active, #btn_prefs_colour_white.active, #btn_prefs_colour_highcontrast.active { color:#FFF; }



	/**** CONTENT: Additional feedback form styling ****/
	#feedbackForm h1 { color: #FFF; }
	#feedbackForm { color: #FFF; background-color: #156aa3; padding: 20px 10px; }
	#feedbackForm .content_article_body { color: #FFF; }
	.content_form .form_buttons #btn_send { background: transparent url('../images/content/blue/btn_send.gif') no-repeat top left; }
	.content_form .form_buttons #btn_clear { background: transparent url('../images/content/blue/btn_clearform.gif') no-repeat top left; }
	.form_field .formField_wrapper { background-color: #c0dbee; }

	div.selectbox-wrapper {
		border: 1px solid #013766;
	}
	.selectbox {
		color:#156aa3;
		background: url('../images/bg_select_blue.gif') top right;
	}
	div.selectbox-wrapper ul li.selected {
		color: #156aa3;
		background-color: #c0dbee;
	}
	div.selectbox-wrapper ul li.current { 
		color: #156aa3;
		background-color: #EAF2FB;
	}
	div.selectbox-wrapper ul li {
		color: #156aa3;
	}

