/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
html, 
body
{
    font-family: "Lucida Grande", lucida, "Helvetica Neue", helvetica, arial, sans-serif;
}
a
{
    text-decoration: none;
}

/**
* serverhome overrides 
**/
.body 
{
    width: 990px;
}
#page_main
{
    margin-top: 24px;
}
#page_main .contentsmain
{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

h1.pagetitle
{
    display: none;
    
    height: 42px;
    line-height: 42px;
    margin: 0;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #3a3a3a;
}
h2.pagesubtitle
{
    height: 31px;
    line-height: 31px;
    margin: 0;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    color: #9d9d9d;
}

.pagebanner
{
    width: 990px;
    height: 197px;
    background: transparent url(../images/banner-bg.png) center 0 no-repeat;
}
.pagecontent
{
    min-height: 457px;
    padding-top: 35px;
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}



.services
{
    width: 916px;
    min-height: 309px;
    margin: 47px auto 0;
    padding: 0;
}
.services:after
{
    /* prevent collapse */
    clear:both;
    content:"";
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}
.services.columns-1 { width: 229px; }
.services.columns-2 { width: 458px; }
.services.columns-3 { width: 687px; }
.services.columns-4 { width: 916px; }

.services.loading
{
    background: transparent url(../images/spinner.gif) 50% 50% no-repeat;
}
.services.loading *
{
    display:none;
}

.services li
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service
{
    position: relative;
    display: block;
    width: 201px;
    height: 309px;
    margin: 0 14px 28px;
    text-align: center;
    background: transparent url(../images/service-bg.png) -201px 0 no-repeat;
}
.service:hover
{
    background-position: 0 0;
}

.service.disabled
{
    display: none;
}
.services.none-enabled .service.disabled
{
    display: block;
    opacity: 0.5;
}

.service .icon
{
    position: absolute;
    top: 42px;
    left: 63px;
    width: 78px;
    height: 126px;
    background: transparent url(../images/service-icons.png) 0 0 no-repeat;
}
/* service-icons.png sprite */
#service-updates .icon           { background-position:    0   0; }
#service-groups .icon            { background-position:  -78px 0; }
#service-users .icon             { background-position: -156px 0; }
#service-emailrules .icon        { background-position: -234px 0; }
#service-podcastcapture .icon    { background-position: -312px 0; }
#service-changepassword .icon    { background-position: -390px 0; }
#service-webmail .icon           { background-position: -468px 0; }
#service-webcal .icon            { background-position: -546px 0; }


.service .title
{
    display: block;
    padding: 168px 12px 0;
    line-height: 20px;
    font-size: 20px;
    color: #3a3a3a;
}
.service .description
{
    display: block;
    padding: 12px;
    height: 54px;
    line-height: 18px;
    font-size: 15px;
    color: #808080;
}
.service .more
{
    display: inline-block;
    padding: 0 8px 0 0;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    color: #309ce1;
    background: transparent url(../images/more-bg.png) right 52% no-repeat;
}



.footer ul
{
	padding: 29px 0 5px;
    background: transparent url(../images/footer-bg.png) 50% 8px no-repeat;
}

#testo {
	text-align:center;
}