/* header */

#header-area #logo
{
	float: left;
	margin: 15px 30px 15px 15px;
}

#header-area #panel-1
{
	/*height: 63px;*/
    overflow: auto;
	background: gray;
}

#header-area #panel-2
{
	height: 42px;
	background: #fff;
	overflow: hidden;
}

#header-area #panel-2 .wrapper
{
	overflow: auto;
}

/* header menus */

#menu-all-sites
{
	float: right;
	margin-top: 15px;
}

#menu-panel-profile
{
	float: right;
	margin-top: 5px;
}

#menu-panel-profile li .menu-item.profile-item
{
	line-height: 30px;
	padding: 0 10px;
	border-radius: 4px;
	text-decoration: none;
}

#menu-panel-profile li:hover,
#menu-panel-user li:hover,
.more-balloon li:hover
{
	background: #f4f5f7;
	color: #353535;
	border-bottom: 1px solid #bbbfbd;
}

#menu-panel-user li.current
{
	background: url('i/shadow/shadow_10.png');
	color: #353535;
	border-top: 1px solid #a9aaab;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #c4c7c9;
	border-right: 1px solid #c4c7c9;
}

#menu-panel-profile li.current a,
#menu-panel-user li.current a
{
	border-top: 1px solid #cecfd1;
	border-bottom: 1px solid #d4d9de;
	padding: 0 9px;
}

#menu-panel-profile li.button
{
	margin-left: 10px;
}

#menu-panel-profile li .menu-item.button
{
	padding: 0 25px;
}

#header-area .menu
{
	display: block;
	margin-left: 0;
}

#header-area .menu li
{
	display: block;
	float: left;
	border-radius: 4px;
	margin-left: 2px;
}

#header-area .menu li .menu-item
{
	display: block;
	float: left;
}

#header-area .new,
.more-balloon .new
{
	border: 1px solid #eabf31;
	margin: 0 -5px 0 3px;
}

#menu-all-sites li.current, #menu-all-sites li:hover
{
	background: url('i/shadow/shadow_10.png') repeat;
	border-bottom: 1px solid silver;
}

#menu-all-sites li
{
	font-size: 15px;
}

#menu-all-sites li .menu-item
{
	color: #fff;
	padding: 5px 10px;
}

#menu-all-sites li.current .menu-item
{
	font-weight: bold;
}

#menu-all-sites li.current .menu-item, #menu-all-sites li:hover .menu-item
{
	text-decoration: none;
}

#menu-panel-user
{
	padding-top: 8px;
}

#menu-panel-user li
{
	margin-right: 5px;
	border-bottom: 1px solid transparent;
}

#menu-panel-user li .menu-item
{
	padding: 0 10px;
	line-height: 25px;
	color: gray;
	font-size: 13px;
	text-decoration: none;
	border-radius: 4px;
}

#menu-panel-user li.current .menu-item, #menu-panel-user li:hover .menu-item
{
	color: #000;
}

#header-area .menu li.button
{
	padding: 0;
}

/* blocks */

#block-header-search
{
	float: right;
	margin: 15px 20px 0 20px;
}

#block-header-search #field-lastname-wrapper
{
	border-radius: 4px;
	background: #fff;
	border-top: 1px solid silver;
	overflow: hidden;
	width: 250px;
}

#block-header-search #field-lastname
{
	display: block;
	width: 210px;
	height: 20px;
	float: left;
	padding: 4px 0;
	margin-left: 10px;
	color: silver;
	border: 0;
	outline: none;
}

#block-header-search #submit-lastname
{
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 2px;
	background: url('i/search.png') center center no-repeat transparent;
	border: none;
	cursor: pointer;
	outline: none;
}

#topline-area
{
	background: #fafafa;
}

.more-balloon {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-shadow: 1px 2px 2px #888888;
	border-radius: 5px;
	padding: 10px;
	z-index: 999;
}
.more-balloon ul{
	list-style: none;
	margin: 0;
}
.more-balloon li{
	margin-bottom: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	clear: both;
	float: left;
}
.more-balloon li:hover{
	margin-bottom: 4px;
}
.more-balloon li:hover a{
	color: #3A3A3A;
}
.more-balloon a{
	text-decoration: none;
	color: #717B52;
}