/*
MM  v1.0
CSS needed for the iPhone green bar and on/off functionality
*/
#iPhonePage{
	border-bottom:		3px solid #676767;
	border-top:			3px solid #676767;
	display:			none;
	height:				125px;
	background:#4B6120;/* old browsers */
	background:-moz-linear-gradient(top, #4B6120 0%, #85AB38 100%);/* firefox */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4B6120), color-stop(100%,#85AB38));/* webkit */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4B6120', endColorstr='#85AB38',GradientType=0 );/* ie */
}
#SmartPage{
	border-bottom:		3px solid #676767;
	border-top:			3px solid #676767;
	height:				125px;
	background-image:-webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.14, rgb(133,171,56)),  color-stop(0.5, rgb(105,136,44)),  color-stop(0.94, rgb(75,97,32))  );
}
#iPhonePage > P, #SmartPage > P{
	color:				#556e24;
	font-size:			40px;
	line-height:		60px;
	margin:				30px;
}
#iPhonePage > P > A#mobile, #SmartPage > P > A#mobile{
	border:				2px solid #808080;
	color:				#808080;
	padding:			10px 20px 15px 20px;
	text-decoration:	none;
	background:#FFFFFF;/* old browsers */
	background:-moz-linear-gradient(top, #FFFFFF 0%, #F0F0F0 100%);/* firefox */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F0F0F0));/* webkit */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F0F0F0',GradientType=0 );/* ie */
	-webkit-border-radius:20px;
}
#iPhonePage > p > a#mobileClose, #SmartPage > P > A#mobileClose{
	color:				#FFF;
	text-decoration:	none;
}
.iosFalse, .iosTrue {
	display:			none;
}