
		
		html body a, a:visited { color: #487f33; }
		html body strong { color: #487f33; }
		ul > li
		{
			list-style: url(/shared-web/img/bulletpoint_arrow.gif);;
			list-style-position: outside;
			margin: 4px;
			margin-left: 20px;
		}
		
		html body h1, h2, h3, h4,
		html body.newdesign h1, h2, h3, h4,
		html body.olddesign h1, h2, h3, h4 {
			color: #487f33;
		}
		body.newdesign body {
			border-top: 3px solid #5ab528;
		}
		.postit {
			border: 1px solid #EEA			background-color: #ffffbb;background: -webkit-gradient(linear, left top, left bottom, from(#FFFFDD), to(#FFFF99));background: -moz-linear-gradient(top, #FFFFDD, #FFFF99);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFDD, endColorstr=#FFFFFF99);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFDD, endColorstr=#FFFFFF99);;	
		}
		html body .content-block.title,
		html body.newdesign .content-block.title,
		html body.olddesign .content-block.title {
			background-color: #5fac35;background: -webkit-gradient(linear, left top, left bottom, from(#72c048), to(#4c9922));background: -moz-linear-gradient(top, #72c048, #4c9922);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF72c048, endColorstr=#FF4c9922);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF72c048, endColorstr=#FF4c9922);;
			text-shadow: 0 -1px 0 #316316;	
		}
		
		.alpha05 { 		background: rgb(0, 0, 0) transparent;
		background: rgba(0, 0, 0, 0.05 );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000, endColorstr=#0c000000);	
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0c000000, endColorstr=#0c000000)";
		 }
		
		/* JQuery UI */
		
		.ui-widget-header {
			background-image: none;
			border-color: #d8821c;
			background-color: #FF9922;
			text-shadow: 0 -1px 0 #a56316;
		}
		.ui-state-hover, .ui-widget-content .ui-state-hover,
		.ui-widget-header .ui-state-hover, .ui-state-focus,
		.ui-widget-content .ui-state-focus,
		.ui-widget-header .ui-state-focus {
			border: 1px solid #487f33;
			color: #487f33;
		}
		.ui-state-hover a, .ui-state-hover a:hover {
			color: #487f33;
		}
		
		.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
			border: 1px solid #DDD;
			font-weight: bold;
			background-color: #FF9922;
			background-image: none;
			color: white;
			text-shadow: 0 -1px 0 #a56316;
		}
		
		.ui-accordion .ui-accordion-header {
			background: white;
			color: #487f33;
			text-shadow: 0 1px 0 white;
		}
		
		.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
			color: #487f33;
			text-shadow: 0 1px 0 white;
		}
		
		ul.ui-autocomplete {
			background: white;
		}
		ul.ui-autocomplete a {
			cursor: pointer;
		}
		ul.ui-autocomplete li {
			list-style: none;
		}
		
		/* Tabber colors */
		
		ul.tabbernav li.tabberactive a {
			color: #487f33;
			background: white;
		 	border-bottom: 1px solid white;
		 	text-shadow: none;
		}
		ul.tabbernav li.tabberactive a:hover {
			background: white;
		}
		
		ul.tabbernav li a {
			color: #FFFFFF;
			background-color: #5fac35;background: -webkit-gradient(linear, left top, left bottom, from(#72c048), to(#4c9922));background: -moz-linear-gradient(top, #72c048, #4c9922);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF72c048, endColorstr=#FF4c9922);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF72c048, endColorstr=#FF4c9922);; 
			text-shadow: 0 -1px 0 #3a751a;
		}
		ul.tabbernav li a:hover {
			background-color: #73b650;background: -webkit-gradient(linear, left top, left bottom, from(#87c963), to(#60a33d));background: -moz-linear-gradient(top, #87c963, #60a33d);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF87c963, endColorstr=#FF60a33d);-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF87c963, endColorstr=#FF60a33d);; 
		}
		
						
				/* line 146, /var/www/workspace/advanza-web/shared-web/sass/_leads-styles.sass */
				body.scheme-a .submitbutton > div {
				  background-color: #f5a445;
				  /* === */
				  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8bc76), color-stop(100%, #f28a10));
				  background-image: -webkit-linear-gradient(#f8bc76, #f28a10);
				  background-image: -moz-linear-gradient(#f8bc76, #f28a10);
				  background-image: -o-linear-gradient(#f8bc76, #f28a10);
				  background-image: -ms-linear-gradient(#f8bc76, #f28a10);
				  background-image: linear-gradient(#f8bc76, #f28a10);
				  border-color: #ca720b;
				  text-shadow: #a25700 0px 1px 1px;
				  -moz-box-shadow: rgba(255, 255, 255, 0.567) 0 0 0.1em 1px inset;
				  -webkit-box-shadow: rgba(255, 255, 255, 0.567) 0 0 0.1em 1px inset;
				  -o-box-shadow: rgba(255, 255, 255, 0.567) 0 0 0.1em 1px inset;
				  box-shadow: rgba(255, 255, 255, 0.567) 0 0 0.1em 1px inset;
				}
				
				/* line 31, /var/www/workspace/advanza-web/shared-web/sass/fancy-button-src/_fancy-buttons.sass */
				body.scheme-a .submitbutton > div:hover, div.scheme-a .submitbutton > div:focus {
				  /* === CHANGED BY DPKINGMA */
				  background-color: #f49d37;
				  /* === */
				  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7b567), color-stop(100%, #e7820c));
				  background-image: -webkit-linear-gradient(#f7b567, #e7820c);
				  background-image: -moz-linear-gradient(#f7b567, #e7820c);
				  background-image: -o-linear-gradient(#f7b567, #e7820c);
				  background-image: -ms-linear-gradient(#f7b567, #e7820c);
				  background-image: linear-gradient(#f7b567, #e7820c);
				  border-color: #bb690a;
				  text-shadow: #924f00 0px 1px 1px;
				}
				
				/* line 36, /var/www/workspace/advanza-web/shared-web/sass/fancy-button-src/_fancy-buttons.sass */
				body.scheme-a div .submitbutton > div:active {
				  /* === CHANGED BY DPKINGMA */
				  background-color: #f49628;
				  /* === */
				  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1870d), color-stop(40%, #f38f1a), color-stop(85%, #f38f1a), color-stop(100%, #f59f3c));
				  background-image: -webkit-linear-gradient(#f1870d, #f38f1a 40%, #f38f1a 85%, #f59f3c);
				  background-image: -moz-linear-gradient(#f1870d, #f38f1a 40%, #f38f1a 85%, #f59f3c);
				  background-image: -o-linear-gradient(#f1870d, #f38f1a 40%, #f38f1a 85%, #f59f3c);
				  background-image: -ms-linear-gradient(#f1870d, #f38f1a 40%, #f38f1a 85%, #f59f3c);
				  background-image: linear-gradient(#f1870d, #f38f1a 40%, #f38f1a 85%, #f59f3c);
				  border-color: #ad6109;
				  text-shadow: #834600 0px -1px -1px;
				  -moz-box-shadow: #ca720b 0 0.08em 0.2em 1px inset;
				  -webkit-box-shadow: #ca720b 0 0.08em 0.2em 1px inset;
				  -o-box-shadow: #ca720b 0 0.08em 0.2em 1px inset;
				  box-shadow: #ca720b 0 0.08em 0.2em 1px inset;
				}
			
