body {
	padding:0px!important; 
}

#portalcontroller {
	position:fixed; 
	z-index:9997; 
	top:0px; 
	left:0px; 
	right:0px; 
	border-bottom:none; 
	background-color:none; 
	color:#000000; 
	vertical-align:middle; 
}

#portalcontroller  *{
	font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,Helvetica,FreeSans,sans-serif;
	font-size:14px; 
}

#portalcontroller  a{
	background-image:none;
}

#portalcontroller #portalhead  {
	position:relative;
	height:40px;
	background-color:#f0f0f0; 
	border-bottom: solid 1px #000000;
}

#portalcontroller #portalhead  img {
	margin:5px 5px 5px 5px;
	float:left; 
}

#portalcontroller #portalhead  #portalmenulink { 
	position:relative;
	height:20px; 
	line-height:20px;
	display:block; 
	float:left; 
	padding:5px 20px 5px 5px;
	margin:5px 5px 5px 0px; 
	text-decoration:none;
	color:#000000;
	background-color:#f0f0f0;
	background-image: url("img/portalarrow.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
	border-top:solid 1px #ffffff; 
	border-left:solid 1px #ffffff; 
	border-right:solid 1px #ffffff; 
	z-index:9999!important;
}


#portalcontroller #portalhead  #portalmenulink.selected { 
	background-color:#ffffff;
	border-top:solid 1px #d0d0d0; 
	border-left:solid 1px #d0d0d0; 
	border-right:solid 1px #d0d0d0; 
}

#portalcontroller #portalhead  #portalinfolink { 
	position:absolute;
	display:block; 
	right:5px;
	padding:2px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #d0d0d0;
	background-color: #3030d0;
	text-decoration:none;
	color: #ffffff;
	margin:7px 0px;
}

#portalcontroller #portalhead  a.portallink { 
	height:10px; 
	line-height:10px;
	display:block; 
	float:left; 
	margin:10px 0px;
	padding:5px 15px;
	text-decoration:none;
	color:#000000;
	border-left:solid 1px #d0d0d0;
}

#portalcontroller #portalhead  a.portallink:first-child  { 
	border-right:solid 1px #d0d0d0!important;
}

#portalcontroller #info { 
	position:absolute;
	top:35px; 
	right:5px;
	display:none; 
	border:solid 1px #d0d0d0; 
	padding:5px 5px 5px 5px; 
	background-color:#ffffff;
	z-index:9998!important; 
}

#portalcontroller #actions { 
	position:absolute;
	top:35px; 
	left:50px;
	display:none; 
	border:solid 1px #d0d0d0; 
	padding:10px 20px 10px 5px; 
	background-color:#ffffff;
	z-index:9998!important; 
}

#portalcontroller #actions a { 
	display:block;
	padding:5px 15px;
	color:#606060;
	text-decoration:none;
}

#portalcontroller #actions a:hover { 
	color:#000000;
}

#portalcontroller #actions div { 
}

#portalspacer { 
	position:relative; 
	top:0px;
	left:0px;
	right:0px; 
	height:45px; 
	background-color: #ffffff;
}

#ROLEAuth {
	margin:7px 2px;
	border:solid 1px #d0d0d0;
	width:30px;
	height:30px;
	float:right;
	background-image: url("img/ROLEAuth.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#ROLEAuth.Active {
	background-image: url("img/ROLEAuthActive.png");
	border:solid 1px #D41237;

}

#MOAAuth {
	margin:7px 2px;
	border:solid 1px #d0d0d0;
	width:30px;
	height:30px;
	float:right;
	background-image: url("img/MOAAuth.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#MOAAuth.Active {
	background-image: url("img/MOAAuthActive.png");
	border:solid 1px #D41237;

}

#FORMSAuth {
	margin:7px 2px;
	border:solid 1px #d0d0d0;
	width:30px;
	height:30px;
	float:right;
	background-image: url("img/FORMSAuth.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#FORMSAuth.Active {
	background-image: url("img/FORMSAuthActive.png");
	border:solid 1px #D41237;

}

#FORMS2Auth {
	margin:7px 2px;
	border:solid 1px #d0d0d0;
	width:30px;
	height:30px;
	float:right;
	background-image: url("img/FORMS2Auth.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#FORMS2Auth.Active {
	background-image: url("img/FORMS2AuthActive.png");
	border:solid 1px #D41237;

}

#CERTAuth {
	margin:7px 2px;
	border:solid 1px #d0d0d0;
	width:30px;
	height:30px;
	float:right;
	background-image: url("img/CERTAuth.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#CERTAuth.Active {
	background-image: url("img/CERTAuthActive.png");
	border:solid 1px #D41237;

}

.floatfix			{ zoom:1; //IE < 8 } 
.floatfix::after		{ content: ""; display:table; clear:both; }
.nodisplay			{ display:none; visibility:hidden;} 
