/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */

/* @group Page layout */

html, body
{
	background-color: #E8E8E8;
	min-width: 320px;
	text-align: left;
}

#page_main,
.body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 320px;
}

#page_body.pagecontent
{
	border: none;
	min-height: 120px;
	padding: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#page_main .contents.contentsmain
{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.contentsbody
{
	background-color: white;
}

/* @end */

/* @group Landscape mode */

body.landscape .body
{
	margin: 0px auto;
}

body.landscape .contentsbody
{
	box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3);
}

/* @end */

/* @group Branding banner and header */

.pagebanner
{
	background: url(./img/iphone-banner-bg.png) top left no-repeat;
	height: 100px;
	width: 320px;
}

h2.pagesubtitle
{
	color: #ABABAB;
	font-size: 15px;
	line-height: 18px;
	padding: 11px 28px 11px 28px;
}

h2.pagesubtitle span#some-services-enabled
{
	width: 320px;
}


/* @end */

/* @group Services */

#services
{
	margin: 0px;
	width: 320px;
}

.services.loading
{
    background-position: 50% 50px;
}

#services li.enabled { margin: 5px 5px 0px 5px; }

#services .service
{
	background: transparent url(./img/iphone-service-button.png) top left no-repeat;
	height: 81px;
	margin: 0px;
	width: auto;
	width: 310px;
	text-align: left;
	position: relative;
}

#services .service.touching,
#services .service:hover
{
	background-position: 0px -81px;
}

.service .icon
{
	background: transparent url(./img/iphone-service-icons.png) 0 0 no-repeat;
	height: 57px;
	left: 11px;
	top: 13px;
	width: 57px;
}

#service-updates .icon { background-position: 0 0; }
#service-groups .icon { background-position:  -59px 0; }
#service-users .icon { background-position: -118px 0; }
#service-emailrules .icon { background-position: -177px 0; }
#service-podcastcapture .icon { background-position: -238px 0; }
#service-changepassword .icon { background-position: -297px 0; }
#service-webmail .icon { background-position: -356px 0; }
#service-webcal .icon { background-position: -415px 0; }

.service .title
{
	color: #3B3B3B;
	display: block;
	font-size: 12px;
	font-weight: bold;
	left: 80px;
	line-height: 14px;
	padding: 0px;
	position: absolute;
	top: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.service .description
{
	color: #616161;
	display: block;
	font-size: 12px;
	height: 36px;
	line-height: 15px;
	left: 80px;
	padding: 0px;
	position: absolute;
	width: 200px;
	top: 35px;
	overflow: hidden;
}

.service .more { display: none; }

/* @end */

/* @group Footer */

#page_footer
{
	padding: 12px 0px 12px 0px;
	border: 0px;
	font-size: 11px;
	line-height: 14px;
}

#page_footer ul
{
	background: url(./img/iphone-footer-bg.png) top center no-repeat;
	padding: 21px 0px 0px 0px;
}

#page_footer ul,
#page_footer a:link,
#page_footer a:visited
{
	color: #C6C6C6!important;
}

/* @end */