/* 
    Document   : header
    Created on : 2012-05-04, 15:45:56
    Author     : Błażej Toboła <btobola@xsystem.pl>
    Description:
        Purpose of the stylesheet follows.
*/

#h_banner {
	padding-bottom: 12px;
	padding-top: 10px;
	font-size: 12px;
}

#h_headerPanel {
	background: whiteSmoke url('/static/images/Header-BG-Variable.png') no-repeat center bottom;
	height: 33px;
	position:relative;
	margin-bottom: 4px;
}

#h_headerMenu {
	position:relative;
	float:left;
}
#h_headerRCL {
	position:relative;
	float:right;
	margin-right: 5px;
}

#h_headerMenu ul {
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;

}
#h_headerMenu ul li {
	list-style: none;
	float: left;
}
#h_headerMenu ul a {
	padding-right: 8px;
	padding-left: 8px;
}
#h_headerPanel  a:visited{

}
#h_headerPanel  a{
	color: #225D9F;
}

#h_logoRCL {
	margin-top: -10px;
	vertical-align: text-bottom;
	margin-left: 2px;
}

#h_titlePanel {
	margin-top: 2em;
	position: inherit;
	display: table;
	overflow: hidden;
}

#h_title {
	position: inherit;
	float:left;
	font-size: 180%;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 20px;
	font-family: Verdana;
	color: #225D9F;
	text-transform: uppercase;
	display: table-cell;
}


#h_hr {
	position: inherit;
	float:left;
	display: table-cell;
	margin-right: -100%;
	/*	margin-right: -100%;*/
}

#h_hline {
	margin-top: 1em;
	background-color: #999999;
	border: 0;
	height: 4px;
}

span.sep {
	width: 14px;
	background: url('/static/images/Breadcrumb-Sep.jpg') no-repeat 0 0;
	margin: 0 5px;
}

#breadcrumb {
	height: 30px;
	width: 960px;
	line-height: 30px;
	background: url('/static/images/Breadcrumb-BG.jpg') no-repeat 0 0;
	margin: 0 0 2em 0;
	font-size: 11px;
}
#breadcrumb .intro {
	display:inline-block;
	text-transform: uppercase;
	padding: 0 10px 0 8px;
	margin: 0 15px 0 0;
	font-size: 10px;
	background: url('/static/images/Breadcrumb-FirstSep.jpg') no-repeat right 0;
}

#breadcrumb .object {
	display: inline-block;
	color: #003366;
	height: 30px;
	float: left;
}

#breadcrumb span {
	display: inline-block;
	height: 30px;
	float: left;
	font-weight: bold;
	color: #666;
	font-size: 11px;
}