#top_bar_cont, #top_bar_cont_dm 
{ 
	height: 89px; 
	top: 0px; 
	width: 100%;
	border-bottom: 1px solid #003772; 
}

#top_bar_cont {
	background: #00BEF2 url('images/bg-top.png') -115px 0 no-repeat fixed; 
}

#top_bar_cont_dm {
	background: #00BEF2 url('images/bg-top-dm.png') -115px 0 no-repeat fixed; 
}

#logo_ais           
{ 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	margin: 24px 20px; 
	z-index: 10; 
}

#logo_rlp
{ 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	margin: 5px 20px; 
}

#head_time
{ 
	position: absolute; 
	top: 5px; 
	left: 500px; 
	margin: 5px 10px; 
	color: white; 
	max-width: 250px; 
	text-shadow: 0 0 5px #003388;
}

#header-linespacer {
        height:5px;
}

#head_release_user_rights
{
	position: absolute; 
	top: 5px; 
	left: 750px; 
	margin: 5px 10px; 
	color: white; 
	max-width: 200px; 
	text-shadow: 0 0 5px #003388;
}

#top_user_cont
{ 
	position: absolute; 
	top: 65px; 
	right: 15px; 
}

#top_user
{ 
	float: right;
	color: white; 
	text-shadow: 0 0 5px #003388;
}

/*
#top_login_btn
{
	float: right;
	display: none;
	visibility: hidden;
	margin-left: 20px;
 	background: #2D6DA2; 
 	color: white; 
 	border: 2px solid white;
 	border-radius: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	text-decoration: none; 
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	height: 20px;
    line-height: 20px;
}
*/

#top_inst_ident {
    position: absolute;
    left: 0px;
    top: 0px;
	padding: 0 20px;
    border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px; 
    -webkit-border-radius: 0px 0px 4px 0px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    background-color: #fff;
    text-align: center;
    height: auto;
    font-size: 8pt;
    -moz-box-shadow: 2px 2px 3px #666;
    -webkit-box-shadow: 2px 2px 3px #666;
    box-shadow: 2px 2px 3px #666;
}