/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
/**
* @title Footer
*/
.footer
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%; /* ##6913013 */
}
.footer .footerlinks
{
    float: right;
    margin: 0;
    padding: 5px 10px;
    list-style: none;
    color: #777;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0 1px 2px rgba(255, 255, 255, 1);
    font-size: 11px;
    line-height: 14px;
}
.footer .footerlinks li
{
    float: left;
    margin: 0;
    padding: 0;
}
.footer .footerlinks li a
{
    padding: 0 10px;
    color: #777;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}
.footer .footerlinks li a:hover
{
    text-decoration: underline;
}
.footer .footerlinks li:before
{
    content:"|";
}
.footer .footerlinks li:first-child:before
{
    content:"";
}

body.authenticated #logout_button .label
{
    margin-right: 0 !important;
}
#logout_button .username
{
    display: none;
}
#logout_button .username:before
{
}
#logout_button .username:after
{
}
