/*
	CSS IASTO
	
	171010SCI : v1.0
	
*/
#iastoHeader {
	height:100px;
	width:100%;
	background-color:#3b3b3b;
	 min-width:666px;
}

#iastoLogoDiv {
	float:left;	
	background: url(../img/iastoLogo_120x80.png) no-repeat;
	height:80px;
	width:120px;
	margin-top:10px;
	margin-left:100px;
}

#toolbar {
	float:right;
	padding:30px;
	height:40px;
	
}
#mailboxDiv {
	width:50px;
	height:40px;
	background: url(../img/mailbox.png) no-repeat;
	float:right;
	margin-right:20px;
}
#searchDiv {
	width:50px;
	height:40px;
	background: url(../img/searchIcon.png) no-repeat;
	float:right;
	margin-right:20px;
}
#helpDiv {
	width:50px;
	height:40px;
	background: url(../img/help.png) no-repeat;
	float:right;
	margin-right:10px;
}
#accountIconDiv {
	width:50px;
	height:40px;
	background: url(../img/account.png) no-repeat;
	float:right;
	margin-right:20px;
}
#accountDiv {
	padding-left:10px;
	padding-right:10px;
	height:40px;
	background-color:#f9c012;
	color:#3b3b3b;
	float:right;
	margin-right:20px;
	text-align:center;
	line-height:40px;
	vertical-align:middle;
	text-transform: uppercase;
	font-family:'Lato',sans-serif;
}

#logout {
	width:40px;
	height:40px;
	background: url(../img/onoff.png) no-repeat;
	float:right;
	margin-right:60px;
}

a {
	color:#f9c012;
}

#noHeader {
	height:20px;
	width:100%;
	background-color:#f9c012;
}

#noHeader img {
	float:right;
	margin-right:175px;
}

#dynamicSearch {
	height:60px;
	width:100%;
	background-color:#f9c012;
}



