/* Left Menu */
.overlay{
	position:absolute;
	top:0;
	left:0;
	display:none;
	z-index:5;

}
#dlg{
	top:0;
	left:0;
	position:fixed;
	width:100%;
	height:auto;
	background:#6e7f99;
	display:none;
	z-index:97;
}
a{
	color:white;
}
.left_menu{
	width:200px; height:auto;  margin:0px auto; overflow:scroll;
}
.left_menu .mainCat{
	border-bottom:1px solid #97a4b8; cursor:pointer; color:white;
}
#layer{
	position:absolute; top:0; left:0; width:100%; height:100%; background:black; opacity:.8; filter:alpha(opacity=40);display:none;z-index:97;text-align:left;
}
.myProfileView{
	width:100%; margin:0px auto; text-align:center; border-bottom:1px solid #97a4b8; padding-top:15px; padding-bottom:10px;
}
.myProfileView .txtProfile{
	font-weight:bold; color:white; padding:10px 0;
}
.myProfileView .btnLogin{
	color:#666; padding:10px 0;  color:white;
}	
.myProfileView .btnLogout{
	text-align:right; font-size:0.8em; padding-right:10px; color:white;
}
.memberIcon{
	width:70px; height:70px; display:none;
}
.mbrProfileIcon{
	width:70px; height:70px; margin:0px auto; 
	border-radius:35px;
	background-repeat:no-repeat;
	background-position: center center; 
	background-size: cover; 
	border:1px solid #fff;
	/*
	-webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
	transform:rotate(180deg);
	*/

}