.clsHdr_header_wrap
{
	height: 35px;
	width: 100%;
	background: #000000;
}
.cls_topCompanyWrap
{
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	width:15%;
	float:left;
	margin-top: 5px;
	color:gold;
}
.cls_topUserWrap
{
	float: left;
	color: springGreen;
	width : 25%;
	white-space: nowrap;
	overflow : hidden;
	font-size: 14px;
    margin-top: 10px;
}
.cls_topAccountnameWrap
{
	float: left;
	color: #ffffff;
	width : 15%;
	white-space: nowrap;
	overflow : hidden;
	font-size: 14px;
  	margin-top: 4px;
    line-height: 24px;
}

.cls_topSearchWrap
{
	float: left;
	color: #ffffff;
	width : 25%;
	white-space: nowrap;
	overflow : hidden;
	font-size: 14px;
  	margin-top: 4px;
    line-height: 24px;
}

.cls_topoptions
{
	float:left;
	font-size: 14px;
	color:white;
}
.cls_toplnkwrap
{
	font-size: 14px;
    float:left;
    text-align:right;
}
.clsHdr_Links
{
	float:left;
	cursor:pointer;
}
.clsHdr_LinksSeperator
{
	float:left;
}
.clsHdr_header_TopLeftwrap
{
	float:right;
	margin-top:10px;
	position:absolute;
	right:0px;
}

#idHdr_LnkRefresh
{
	background-image: url("/ciflinksim/css/themes/start/images/reload.png");
	background-repeat: no-repeat;
	cursor: pointer;
	height: 24px;
	width: 20px;
	/*margin-top: -2px;*/
	margin-right: 5px;
	margin-left: 5px;
}
.cls_topUserIconWrap
{
	background-image: url("./css/themes/start/images/user.png");
	background-repeat:no-repeat;
	width: 24px;
	float: left;
	height: 24px;
	margin-top: 7px;
	margin-right: 2px;
	display: none;
}

.dropbtn {
    color: #f6f5f5;
    font-size: 12px;
    cursor: pointer;
    border-radius: 10%;
}

.dropdown {
    /*position: relative;*/
    display: inline-block;
    z-index: 99;
    top: -7px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #85bafa;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #6fb5ff}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #56b3f8;
}

.dropdown-image
{
	height:25px;
	border-radius: 50%;
	width: 25px;
}









