/**********************************************
 * Header-Internal Styles
 **********************************************/

#branding {
	border-collapse: collapse;
	height: 75px;
	margin: 0;
	padding: 0;
}

#branding #top-bar {
	color: #464748;
	height: 28px;
	top: 0;
	width: 100%;
	vertical-align: bottom;
}

#branding #top-logo {
	background-color: #464748;
	float: left;
	padding-bottom: 1px;
	padding-top: 2px; 
	width: 50%;
}

#branding #top-logo a img{
	padding-left: 1px;
}

#branding #top-links {
	background-color: #53554e;
	clear: right;
	float: left;
	width: 50%;
}

#branding #top-links a {
	background-color: #67685f;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 28px; 
	margin-right: 1px;
	min-width: 39px;
	padding: 0px 10px 0 10px;
	text-align: center;
	text-decoration: none;
}

#branding #top-links a:hover {
	background-color: #53554e;
	color: #9f7544;
}

#branding #top-user-info-bar {
	position: absolute;
	left: 0px ! important;
	border-top: solid 1px #53554e;
	background-color: #67685f;
	width: 100%;
	overflow: hidden;
}

#branding #top-user-info-bar #colored-half-bar {
	background-color: #4B5042;
	float: left;
	font-size: 11px;
	height: 14px;
	padding-top: 1px;
	width: 50%;
}

#branding #top-user-info-bar #top-user-name-slot {
	float: left;
	font-size: 11px;
	height: 14px;
	text-align: right;
	width: 49%;
}

#branding #top-search {
	background-color: #dfdcb6;
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
}

#branding #top-search .field-label {
	color: #000;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px 0 10px;
}

#dram-search .form-item {
	display: inline;
}

#dram-search a {
	font-size: 11px;
}
