/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */
/**
* @title Header
*/
.header
{
	position:relative;
	clear: both;
	
	height: 63px;
	line-height:1.9; /* [sic] unitless multiplier */
	margin: 0 0 12px 0;
	
	font-weight:bold;
	text-shadow: 0 1px 1px #fff;
	
	border: 1px solid #bebebe;
	border-bottom: 1px solid #8d8d8d;
	border-radius: 8px;
	-o-border-radius: 8px;
	-ie-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
	background:#d7d7d7 url(./img/bg_header.png) 0 0 repeat-x;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-ie-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	
	z-index:10; /* ##6913320 */
}
.header:after
{
	clear:both;
	content:"";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
.header.quicksearch
{
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
}

#group_title
{
	float: left;
	
	height: 44px;
	line-height: 44px;
	margin: 10px;
	padding: 0;
	
	font-size: 18px;
	color: #666;
	text-decoration: none;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#group_title .icon
{
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	margin: 0 10px 0 0;
}

.webapptoolbar,
.webapptoolbar li
{
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
}
.webapptoolbar
{
	float:right;
	padding: 20px 0;
}
.webapptoolbar li
{
	float:left;
}
.webapptoolbar li li
{
	float:none;
}

.webapptoolbar a:link, 
.webapptoolbar a:visited
{
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 0 13px;
	
	font-size: 14px;
	color: #666;
	text-shadow: 0 1px 1px #fff;
	
	text-decoration: none;
	text-transform: lowercase;
}
.webapptoolbar a:link:hover, 
.webapptoolbar a:visited:hover,
.webapptoolbar a:focus, 
.webapptoolbar a:active
{
	color: #333;
}
.webapptoolbar a.selected,
.webapptoolbar a.selected:link,
.webapptoolbar a.selected:visited
{
	color: #5683be;
}
.webapptoolbar a.disabled
{
	color: #aaa;
}


