	
	
	/* 
.is_firefox body {
	background-color:Red !important;	
}

.is_ie.browser_ver_9-0 body {
	background-color:orange !important;	
}

.browser_ver_8-0 body {
	background-color:green !important;	
}

.is_ie.browser_ver_7-0 body {
	background-color:yellow !important;	
}

.is_safari body {
	background-color:pink !important;	
}

.is_chrome body{
	background-color:purple !important;	
}

.is_mac.is_safari body { 
		
}

.is_mac.is_firefox body { 
	background-color:blue !important;		
}

.is_ios.browser_ver_5-1 body {
	background-image: -webkit-linear-gradient(top, #FF6600 30%, #FFAF7A 80%) !important;
}

.is_ios.browser_ver_5-0-2 body {
	background-image: -webkit-linear-gradient(top, #FF6600 30%, #FFAF7A 80%) !important; 
}

.is_ios.plat_ver_4 body {
	background-color:#00ffff !important;
}

.is_ios.plat_ver_5 body {
	background-image:none !important;
	background-color:grey !important;	
}
*/
	
	
	/*---------------------------------------------------------
	
	END SECTION - no more CSS must be placed below this section.
	This is to eliminate CSS merge issues. Place all new and
	updated CSS above this section.
		
	--------------------------------------------------------- */	