/* ----
DISCLAIMER
---- */
#disclaimer			  { background: none; }
#disclaimer .smooth   { background: #35A647 url(/images/disclaimer/texture_smooth.gif) repeat-x 0 bottom; }
#disclaimer .green 	  { background: #009661 url(/images/disclaimer/texture_green.gif) repeat-x 0 bottom; }
#disclaimer .red 	  { background: #FD4239 url(/images/disclaimer/texture_red.gif) repeat-x 0 bottom; }
#disclaimer .blue 	  { background: #48C0E8 url(/images/disclaimer/texture_blue.gif) repeat-x 0 bottom; }
#disclaimer .white 	  { background: #E7E7E6 url(/images/disclaimer/texture_white.gif) repeat-x 0 bottom; }
#disclaimer .silver   { background: #D9DEE4 url(/images/disclaimer/texture_silver.jpg) repeat-x 0 bottom; }
#disclaimer .liquorice { background: #FFA12D url(/images/disclaimer/texture_liquorice.gif) repeat-x 0 bottom; }

#disclaimer .white #preferences 		{ background-image: url(/images/disclaimer/frame_top_dark.png); }
#disclaimer .white #preferencesFooter	{ background-image: url(/images/disclaimer/frame_botm_dark.png); }

#disclaimer .smooth .input	  { background-color: #008d30; color: #fff; }
#disclaimer .green .input	  { background-color: #01754c; color: #fff; }
#disclaimer .red .input		  { background-color: #d92920; color: #fff; }
#disclaimer .blue .input	  { background-color: #00a8e1; color: #fff; }
#disclaimer .white .input	  { background-color: #e7e7e6; color: #000d37; }
#disclaimer .silver .input	  { background-color: #c0c7cb; color: #000d37; }
#disclaimer .liquorice .input { background-color: #f28c0d; color: #000d37; }

#disclaimer .white #iTxt, #disclaimer .silver #iTxt					 { background-image: url(/images/disclaimer/i_live_in_dark.png); }
#disclaimer .white #over18Txt, #disclaimer .silver #over18Txt		 { background-image: url(/images/disclaimer/over_18_years_old_dark.png); }
#disclaimer .white #iLiveInTxt, #disclaimer .silver #iLiveInTxt		 { background-image: url(/images/disclaimer/i_live_in_dark.png); }
#disclaimer .white #andIpreferTxt, #disclaimer .silver #andIpreferTxt { background-image: url(/images/disclaimer/and_i_prefer_dark.png); }
#disclaimer .white #papersTxt, #disclaimer .silver #papersTxt		 { background-image: url(/images/disclaimer/papers_dark.png); }
#disclaimer .white #thisSiteTxt, #disclaimer .silver #thisSiteTxt 	 { background-image: url(/images/disclaimer/this_site_is_strictly_dark.png); }
#disclaimer	.white #pleaseSelectTxt, #disclaimer .silver #pleaseSelectTxt { background-image: url(/images/disclaimer/please_select_your_dark.png); }
#disclaimer .white #notifications, #disclaimer .silver #notifications { color: #000d37; }

/* Auto-complete */
#disclaimer .smooth .uiAutoCompleteList	ul	 	{ border: 1px solid #35a647; }
#disclaimer .green .uiAutoCompleteList	ul		{ border: 1px solid #009661; }
#disclaimer .red .uiAutoCompleteList ul			{ border: 1px solid #fd4239; }
#disclaimer .blue .uiAutoCompleteList ul		{ border: 1px solid #48c0e8; }
#disclaimer .white .uiAutoCompleteList	ul		{ border: 1px solid #9e4cad; }
#disclaimer .silver .uiAutoCompleteList	ul		{ border: 1px solid #ca9139; }
#disclaimer .liquorice .uiAutoCompleteList ul 	{ border: 1px solid #ffa12d; }

/* ----
HEADERS 
---- */
.smooth #header		{ background:#008d30 url(/images/headers/smooth01.gif); }
.green #header		{ background:#01754c url(/images/headers/green01.gif); }
.red #header			{ background:#d92920 url(/images/headers/red01.gif); }
.blue #header		{ background:#00a8e1 url(/images/headers/blue01.gif); }
.white #header		{ background:#e7e7e6 url(/images/headers/white01.gif); }
.silver #header		{ background:#c0c7cb url(/images/headers/silver01.gif); }
.liquorice #header	{ background:#f28c0d url(/images/headers/liquorice01.gif); }

/* -------------------------------
HEADERS WITH COLOUR/IMAGE SETTINGS
------------------------------- */

#header.colour01	{ background-image:url(/images/headers/green01.gif); }
#header.colour02	{ background-image:url(/images/headers/green02.gif); }
#header.generic01	{ background-image:url(/images/headers/generic01.jpg); }
#header.generic02	{ background-image:url(/images/headers/generic02.jpg); }
#header.generic03	{ background-image:url(/images/headers/generic03.jpg); }
#header.generic04	{ background-image:url(/images/headers/generic04.gif); }
#header.generic05	{ background-image:url(/images/headers/generic05.jpg); }
#header.generic06	{ background-image:url(/images/headers/generic06.jpg); }

.smooth #header.colour01	{ background-image:url(/images/headers/smooth01.gif); }
.smooth #header.colour02	{ background-image:url(/images/headers/smooth02.gif); }
.green #header.colour01	{ background-image:url(/images/headers/green01.gif); }
.green #header.colour02	{ background-image:url(/images/headers/green02.gif); }
.red #header.colour01	{ background-image:url(/images/headers/red01.gif); }
.red #header.colour02	{ background-image:url(/images/headers/red02.gif); }
.blue #header.colour01	{ background-image:url(/images/headers/blue01.gif); }
.blue #header.colour02	{ background-image:url(/images/headers/blue02.gif); }
.white #header.colour01	{ background-image:url(/images/headers/white01.gif); }
.white #header.colour02	{ background-image:url(/images/headers/white02.gif); }
.silver #header.colour01	{ background-image:url(/images/headers/silver01.gif); }
.silver #header.colour02	{ background-image:url(/images/headers/silver02.gif); }
.liquorice #header.colour01	{ background-image:url(/images/headers/liquorice01.gif); }
.liquorice #header.colour02	{ background-image:url(/images/headers/liquorice02.gif); }

/* -----------------
GENERAL LINK COLOURS
----------------- */

/* Overall widget colours based on main colour setting */

/* Smooth */
.smooth a:link { color:#35a647; }
.smooth a:visited { color:#008d30; }
.smooth a:hover, .smooth a:focus { color:#000; }
.smooth a:active { color:#000d37; }

/* Green */
.green a:link { color:#009661; }
.green a:visited { color:#01754c; }
.green a:hover, .green a:focus { color:#000; }
.green a:active { color:#000d37; }

/* Red */
.red a:link { color:#fd4239; }
.red a:visited { color:#d92920; }
.red a:hover, .red a:focus { color:#000; }
.red a:active { color:#000d37; }

/* Blue */
.blue a:link { color:#48c0e8; }
.blue a:visited { color:#00a8e1; }
.blue a:hover, .blue a:focus { color:#000; }
.blue a:active { color:#000d37; }

/* White */
.white a:link { color:#9e4cad; }
.white a:visited { color:#762d83; }
.white a:hover, .white a:focus { color:#000; }
.white a:active { color:#000d37; }

/* Silver */
.silver a:link { color:#ca9139; }
.silver a:visited { color:#986b24; }
.silver a:hover, .silver a:focus { color:#000; }
.silver a:active { color:#000d37; }

/* Liquorice */
.liquorice a:link { color:#ffa12d; }
.liquorice a:visited { color:#f28c0d; }
.liquorice a:hover, .liquorice a:focus { color:#000; }
.liquorice a:active { color:#000d37; }

/* Link colours for Disclaimer page */

#disclaimer a:link, #disclaimer a:visited, #disclaimer a:hover, #disclaimer a:active { color: #fff; }
#disclaimer .white a:link, #disclaimer .white a:visited, #disclaimer .white a:hover, #disclaimer .white a:active,
#disclaimer .silver a:link, #disclaimer .silver a:visited, #disclaimer .silver a:hover, #disclaimer .silver a:active { color: #000d37; }


/* Override previous styles if a widget has a specific colour set in it's own preferences */

/* Smooth */
div.smooth a:link { color:#35a647; }
div.smooth a:visited { color:#008d30; }
div.smooth a:hover, .smooth a:focus { color:#000; }
div.smooth a:active { color:#000d37; }

/* Green */
div.green a:link { color:#009661; }
div.green a:visited { color:#01754c; }
div.green a:hover, .green a:focus { color:#000; }
div.green a:active { color:#000d37; }

/* Red */
div.red a:link { color:#fd4239; }
div.red a:visited { color:#d92920; }
div.red a:hover, .red a:focus { color:#000; }
div.red a:active { color:#000d37; }

/* Blue */
div.blue a:link { color:#48c0e8; }
div.blue a:visited { color:#00a8e1; }
div.blue a:hover, .blue a:focus { color:#000; }
div.blue a:active { color:#000d37; }

/* White */
div.white a:link { color:#9e4cad; }
div.white a:visited { color:#000d37; }
div.white a:hover, .white a:focus { color:#000; }
div.white a:active { color:#000d37; }

/* Silver */
div.silver a:link { color:#ca9139; }
div.silver a:visited { color:#000d37; }
div.silver a:hover, .silver a:focus { color:#000; }
div.silver a:active { color:#000d37; }

/* Liquorice */
div.liquorice a:link { color:#ffa12d; }
div.liquorice a:visited { color:#f28c0d; }
div.liquorice a:hover, .liquorice a:focus { color:#000; }
div.liquorice a:active { color:#000d37; }


/* ------------------
MISCELLANEOUS COLOURS
------------------ */

.smooth .comment { color: #35a647; }
.green .comment { color: #009661; }
.red .comment { color: #fd4239; }
.blue .comment { color: #48c0e8; }
.white .comment { color: #9e4cad; }
.silver .comment { color: #ca9139; }
.liquorice .comment { color: #ffa12d; }


/* ------------------
GENERIC COLOURS
------------------ */
.smooth .colour { color:#008d30; }
.green .colour { color:#01754c; }
.red .colour { color:#d92920; }
.blue .colour { color:#00a8e1; }
.white .colour { color:#9e4cad; }
.silver .colour { color:#ca9139; }
.liquorice .colour { color:#f28c0d; }

/* ---------
FORM COLOURS
--------- */
.smooth .formRow label { color:#35a647; }
.green .formRow label { color:#009661; }
.red .formRow label { color:#fd4239; }
.blue .formRow label { color:#48c0e8; }
.white .formRow label { color:#9e4cad; }
.silver .formRow label { color:#ca9139; }
.liquorice .formRow label { color:#ffa12d; }

/* Override previous styles if a widget has a specific colour set in it's own preferences */
div.smooth .formRow label { color:#35a647; }
div.green .formRow label { color:#009661; }
div.red .formRow label { color:#fd4239; }
div.blue .formRow label { color:#48c0e8; }
div.white .formRow label { color:#9e4cad; }
div.silver .formRow label { color:#ca9139; }
div.liquorice .formRow label { color:#ffa12d; }

/* -----------
WIDGET COLOURS
----------- */

/* Overall widget colours based on main colour setting */
.smooth .widgetTitle 		{ background:#008d30 url(/images/widgets/common/header/smooth/bg.png) repeat-x; }
.smooth .widgetTitleL		{ background:url(/images/widgets/common/header/smooth/lcap.png) no-repeat; }
.smooth .widgetTitleR		{ background:url(/images/widgets/common/header/smooth/rcap.png) no-repeat; }

.green .widgetTitle 		{ background:#01754c url(/images/widgets/common/header/green/bg.png) repeat-x; }
.green .widgetTitleL		{ background:url(/images/widgets/common/header/green/lcap.png) no-repeat; }
.green .widgetTitleR		{ background:url(/images/widgets/common/header/green/rcap.png) no-repeat; }

.red .widgetTitle 			{ background:#d92920 url(/images/widgets/common/header/red/bg.png) repeat-x; }
.red .widgetTitleL			{ background:url(/images/widgets/common/header/red/lcap.png) no-repeat; }
.red .widgetTitleR			{ background:url(/images/widgets/common/header/red/rcap.png) no-repeat; }

.blue .widgetTitle 			{ background:#00a8e1 url(/images/widgets/common/header/blue/bg.png) repeat-x; }
.blue .widgetTitleL			{ background:url(/images/widgets/common/header/blue/lcap.png) no-repeat; }
.blue .widgetTitleR			{ background:url(/images/widgets/common/header/blue/rcap.png) no-repeat; }

.white .widgetTitle 		{ color:#000d37; background:#e7e7e6 url(/images/widgets/common/header/white/bg.png) repeat-x; }
.white .widgetTitleL		{ background:url(/images/widgets/common/header/white/lcap.png) no-repeat; }
.white .widgetTitleR		{ background:url(/images/widgets/common/header/white/rcap.png) no-repeat; }

.silver .widgetTitle 		{ color:#000d37; background:#c0c7cb url(/images/widgets/common/header/silver/bg.png) repeat-x; }
.silver .widgetTitleL		{ background:url(/images/widgets/common/header/silver/lcap.png) no-repeat; }
.silver .widgetTitleR		{ background:url(/images/widgets/common/header/silver/rcap.png) no-repeat; }

.liquorice .widgetTitle 	{ background:#f28c0d url(/images/widgets/common/header/liquorice/bg.png) repeat-x; }
.liquorice .widgetTitleL	{ background:url(/images/widgets/common/header/liquorice/lcap.png) no-repeat; }
.liquorice .widgetTitleR	{ background:url(/images/widgets/common/header/liquorice/rcap.png) no-repeat; }

/* Override previous styles if a widget has a specific colour set in it's own preferences */
div.smooth .widgetTitle 		{ background:#008d30 url(/images/widgets/common/header/smooth/bg.png) repeat-x; }
div.smooth .widgetTitleL		{ background:url(/images/widgets/common/header/smooth/lcap.png) no-repeat; }
div.smooth .widgetTitleR		{ background:url(/images/widgets/common/header/smooth/rcap.png) no-repeat; }

div.green .widgetTitle 		{ background:#01754c url(/images/widgets/common/header/green/bg.png) repeat-x; }
div.green .widgetTitleL		{ background:url(/images/widgets/common/header/green/lcap.png) no-repeat; }
div.green .widgetTitleR		{ background:url(/images/widgets/common/header/green/rcap.png) no-repeat; }

div.red .widgetTitle 			{ background:#d92920 url(/images/widgets/common/header/red/bg.png) repeat-x; }
div.red .widgetTitleL			{ background:url(/images/widgets/common/header/red/lcap.png) no-repeat; }
div.red .widgetTitleR			{ background:url(/images/widgets/common/header/red/rcap.png) no-repeat; }

div.blue .widgetTitle 			{ background:#00a8e1 url(/images/widgets/common/header/blue/bg.png) repeat-x; }
div.blue .widgetTitleL			{ background:url(/images/widgets/common/header/blue/lcap.png) no-repeat; }
div.blue .widgetTitleR			{ background:url(/images/widgets/common/header/blue/rcap.png) no-repeat; }

div.white .widgetTitle 		{ color:#000d37; background:#e7e7e6 url(/images/widgets/common/header/white/bg.png) repeat-x; }
div.white .widgetTitleL		{ background:url(/images/widgets/common/header/white/lcap.png) no-repeat; }
div.white .widgetTitleR		{ background:url(/images/widgets/common/header/white/rcap.png) no-repeat; }

div.silver .widgetTitle 		{ color:#000d37; background:#c0c7cb url(/images/widgets/common/header/silver/bg.png) repeat-x; }
div.silver .widgetTitleL		{ background:url(/images/widgets/common/header/silver/lcap.png) no-repeat; }
div.silver .widgetTitleR		{ background:url(/images/widgets/common/header/silver/rcap.png) no-repeat; }

div.liquorice .widgetTitle 	{ background:#f28c0d url(/images/widgets/common/header/liquorice/bg.png) repeat-x; }
div.liquorice .widgetTitleL	{ background:url(/images/widgets/common/header/liquorice/lcap.png) no-repeat; }
div.liquorice .widgetTitleR	{ background:url(/images/widgets/common/header/liquorice/rcap.png) no-repeat; }

/* -----------
FOOTER COLOURS
----------- */

/* Smooth */
.smooth #footer { color:#fff; background:#008d30; }
.smooth #footerLinks li { border-right:1px solid #fff; }
.smooth #footerLinks li.noBorder, .smooth #footerLinks li.last { border-right:none; }
.smooth #signUp { background:url(/images/footer/pack_smooth.png) no-repeat; }
.smooth #footer a { color:#fff; }
.smooth #footer a:link { }
.smooth #footer a:visited { }
.smooth #footer a:hover, #footer .smooth a:focus { color:#000; }
.smooth #footer a:active { color:#000d37; }

/* Green */
.green #footer { color:#fff; background:#01754c; }
.green #footerLinks li { border-right:1px solid #fff; }
.green #footerLinks li.noBorder, .green #footerLinks li.last { border-right:none; }
.green #signUp { background:url(/images/footer/pack_green.png) no-repeat; }
.green #footer a { color:#fff; }
.green #footer a:link { }
.green #footer a:visited { }
.green #footer a:hover, #footer .green a:focus { color:#000; }
.green #footer a:active { color:#000d37; }

/* Red */
.red #footer { color:#fff; background:#d92920; }
.red #footerLinks li { border-right:1px solid #fff; }
.red #footerLinks li.noBorder, .red #footerLinks li.last { border-right:none; }
.red #signUp { background:url(/images/footer/pack_red.png) no-repeat; }
.red #footer a { color:#fff; }
.red #footer a:link { }
.red #footer a:visited { }
.red #footer a:hover, #footer .red a:focus { color:#000; }
.red #footer a:active { color:#000d37; }

/* Blue */
.blue #footer { color:#fff; background:#00a8e1; }
.blue #footerLinks li { border-right:1px solid #fff; }
.blue #footerLinks li.noBorder, .blue #footerLinks li.last { border-right:none; }
.blue #signUp { background:url(/images/footer/pack_blue.png) no-repeat; }
.blue #footer a { color:#fff; }
.blue #footer a:link { }
.blue #footer a:visited { }
.blue #footer a:hover, #footer .blue a:focus { color:#000; }
.blue #footer a:active { color:#000d37; }

/* White */
.white #footer { color:#000d37; background:#e7e7e6; }
.white #footerLinks li { border-right:1px solid #9e4cad; }
.white #footerLinks li.noBorder, .white #footerLinks li.last { border-right:none; }
.white #signUp { background:url(/images/footer/pack_white.png) no-repeat; }
.white #footer a { color:#9e4cad; }
.white #footer a:link { }
.white #footer a:visited { }
.white #footer a:hover, #footer .white a:focus { color:#000; }
.white #footer a:active { color:#000d37; }

/* Silver */
.silver #footer { color:#000d37; background:#c0c7cb; }
.silver #footerLinks li { border-right:1px solid #000d37; }
.silver #footerLinks li.noBorder, .silver #footerLinks li.last { border-right:none; }
.silver #signUp { background:url(/images/footer/pack_silver.png) no-repeat; }
.silver #footer a { color:#000d37; }
.silver #footer a:link { }
.silver #footer a:visited { }
.silver #footer a:hover, #footer .silver a:focus { color:#000; }
.silver #footer a:active { color:#fff; }

/* Liquorice */
.liquorice #footer { color:#000d37; background:#f28c0d; }
.liquorice #footerLinks li { border-right:1px solid #000d37; }
.liquorice #footerLinks li.noBorder, .liquorice #footerLinks li.last { border-right:none; }
.liquorice #signUp { background:url(/images/footer/pack_liquorice.png) no-repeat; }
.liquorice #footer a { color:#000d37; }
.liquorice #footer a:link { }
.liquorice #footer a:visited { }
.liquorice #footer a:hover, #footer .liquorice a:focus { color:#000; }
.liquorice #footer a:active { color:#fff; }


/* ----------------------------
YOUR SETTINGS > SELECT AN IMAGE
---------------------------- */

.smooth #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/smooth01.jpg) no-repeat; }
.smooth #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/smooth02.jpg) no-repeat; }
.green #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/green01.jpg) no-repeat; }
.green #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/green02.jpg) no-repeat; }
.red #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/red01.jpg) no-repeat; }
.red #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/red02.jpg) no-repeat; }
.blue #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/blue01.jpg) no-repeat; }
.blue #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/blue02.jpg) no-repeat; }
.white #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/white01.jpg) no-repeat; }
.white #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/white02.jpg) no-repeat; }
.silver #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/silver01.jpg) no-repeat; }
.silver #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/silver02.jpg) no-repeat; }
.liquorice #yourSettingsContent .chooseImage .colour01 { background:url(/images/user_settings/your_settings/images/liquorice01.jpg) no-repeat; }
.liquorice #yourSettingsContent .chooseImage .colour02 { background:url(/images/user_settings/your_settings/images/liquorice02.jpg) no-repeat; }


/* ----------------------------
PAGE OVERLAY HEADERS
---------------------------- */
.smooth .uiOverlay .uiOverlayHead, .smooth .flashFullHead { background:#008d30 url(/images/overlays/header/bg/smooth.gif); color:#fff; }
.green .uiOverlay .uiOverlayHead, .green .flashFullHead { background:#006936 url(/images/overlays/header/bg/green.gif); color:#fff; }
.red .uiOverlay .uiOverlayHead, .red .flashFullHead { background:#d92920 url(/images/overlays/header/bg/red.gif); color:#fff; }
.blue .uiOverlay .uiOverlayHead, .blue .flashFullHead { background:#00a8e1 url(/images/overlays/header/bg/blue.gif); color:#fff; }
.white .uiOverlay .uiOverlayHead, .white .flashFullHead { background:#e7e7e6 url(/images/overlays/header/bg/white.gif); color:#000d37; }
.silver .uiOverlay .uiOverlayHead, .silver .flashFullHead { background:#e7e7e6 url(/images/overlays/header/bg/silver.gif); color:#000d37; }
.liquorice .uiOverlay .uiOverlayHead, .liquorice .flashFullHead { background:#00a8e1 url(/images/overlays/header/bg/liquorice.gif); color:#fff; }

.smooth .uiOverlay .uiOverlayClose, .smooth .flashFullHead .flashFullClose 	{ background:url(/images/overlays/header/close/smooth.png) left center no-repeat; }
.green .uiOverlay .uiOverlayClose, .green .flashFullHead .flashFullClose { background:url(/images/overlays/header/close/green.png) left center no-repeat; }
.red .uiOverlay .uiOverlayClose, .red .flashFullHead .flashFullClose { background:url(/images/overlays/header/close/red.png) left center no-repeat; }
.blue .uiOverlay .uiOverlayClose, .blue .flashFullHead .flashFullClose { background:url(/images/overlays/header/close/blue.png) left center no-repeat; }
.white .uiOverlay .uiOverlayClose, .white .flashFullHead .flashFullClose { background:url(/images/overlays/header/close/white.png) left center no-repeat; }
.silver .uiOverlay .uiOverlayClose, .silver .flashFullHead .flashFullClose { background:url(/images/overlays/header/close/silver.png) left center no-repeat; }
.liquorice .uiOverlay .uiOverlayClose, .liquorice .flashFullHead .flashFullClose { background:url(/images/overlays/header/close/liquorice.png) left center no-repeat; }


/* ---------------------------------
Full screen Flash "overlay" specific
----------------------------------- */
/*.silver .flashFullClose, .white .flashFullClose { background-image:url(/images/overlays/header/close/h_close_dark.png); }
.silver .flashFullUpload { background-image:url(/images/overlays/header/upload/h_upload_dark.png); }
.white .flashFullUpload { background-image:url(/images/overlays/header/upload/h_upload_dark.png); }*/

.smooth .flashFullUpload { background-image:url(/images/overlays/header/upload/smooth.png); } 
.green .flashFullUpload { background-image:url(/images/overlays/header/upload/green.png); } 
.red .flashFullUpload { background-image:url(/images/overlays/header/upload/red.png); } 
.blue .flashFullUpload { background-image:url(/images/overlays/header/upload/blue.png); } 
.white .flashFullUpload{ background-image:url(/images/overlays/header/upload/white.png); } 
.silver .flashFullUpload { background-image:url(/images/overlays/header/upload/silver.png); } 
.liquorice .flashFullUpload { background-image:url(/images/overlays/header/upload/liquorice.png); } 

/* -------------------------------------------------------------------------------- *\
	Contact us Page
\* -------------------------------------------------------------------------------- */
.smooth .mailingListPromo h2 { background:url(/images/contact_us/pack_smooth.gif) no-repeat; } 
.green .mailingListPromo h2 { background:url(/images/contact_us/pack_green.gif) no-repeat; } 
.red .mailingListPromo h2 { background:url(/images/contact_us/pack_red.gif) no-repeat; } 
.blue .mailingListPromo h2 { background:url(/images/contact_us/pack_blue.gif) no-repeat; } 
.white .mailingListPromo h2 { background:url(/images/contact_us/pack_white.gif) no-repeat; } 
.silver .mailingListPromo h2 { background:url(/images/contact_us/pack_silver.gif) no-repeat; } 
.liquorice .mailingListPromo h2 { background:url(/images/contact_us/pack_liquorice.gif) no-repeat; }


/* -------------------------------------------------------------------------------- *\
	Rolling Weather
\* -------------------------------------------------------------------------------- */
.smooth .weatherLocation, .smooth p.weatherInfo, .smooth .temp5Day { color:#008d30; }
.green .weatherLocation, .green p.weatherInfo, .green .temp5Day { color:#01754c; }
.red .weatherLocation, .red p.weatherInfo, .red .temp5Day { color:#d92920; }
.blue .weatherLocation, .blue p.weatherInfo, .blue .temp5Day { color:#00a8e1; }
.white .weatherLocation, .white p.weatherInfo, .white .temp5Day { color:#9e4cad; }
.silver .weatherLocation, .silver p.weatherInfo, .silver .temp5Day { color:#ca9139; }
.liquorice .weatherLocation, .liquorice p.weatherInfo, .liquorice .temp5Day { color:#f28c0d; }

/* Override previous styles if a widget has a specific colour set in it's own preferences */
div.smooth .weatherLocation, div.smooth p.weatherInfo, div.smooth .temp5Day { color:#008d30; }
div.green .weatherLocation, div.green p.weatherInfo, div.green .temp5Day { color:#01754c; }
div.red .weatherLocation, div.red p.weatherInfo, div.red .temp5Day { color:#d92920; }
div.blue .weatherLocation, div.blue p.weatherInfo, div.blue .temp5Day { color:#00a8e1; }
div.white .weatherLocation, div.white p.weatherInfo, div.white .temp5Day { color:#9e4cad; }
div.silver .weatherLocation, div.silver p.weatherInfo, div.silver .temp5Day { color:#ca9139; }
div.liquorice .weatherLocation, div.liquorice p.weatherInfo, div.liquorice .temp5Day { color:#f28c0d; }
