ul.contxMenu {
 	display: none;
    width: auto
  	background: none repeat scroll 0 center #FFFFFF;
    border-color: #CCCCCC #CCCCCC -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    box-shadow: 0 0 6px #AAAAAA;
    min-width: 115px;
    z-index: 989;
    margin-top: 0;
    padding-left: 0;
}
.roleTabMainDiv, .locTabMainDiv {
	color: white;
	float: right;
	text-align: justify;
}
.role_tab_div.open ul.contxMenu, .loc_tab_div.open ul.contxMenu{
	display: block;
	margin-bottom: 0;
}
ul.contxMenu li {
    line-height: 12px;
    padding: 5px 25px 5px 15px;
	background-color: #F5F5F5;
}
ul.contxMenu li:HOVER {
	background-color: #008EBD;
	cursor: pointer;
	color: white;
}
ul.contxMenu li:HOVER a, ul.contxMenu li:HOVER span{
	color: white !important;
}
ul.contxMenu li a {
    color: #333333;
    display: block;
    font-size: 11px;
    padding: 0;
    text-decoration: none;
    margin-left: 10px;
    outline: none;
}
ul.contxMenu li img {
	padding-right:2px;
	margin-left:-5px;
}
#role_tab, #location_tab{
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    border-radius: 0 5px 5px 0;
    color: #000000;
    display: block;
    float: right;
    outline: medium none;
    padding: 4px 0 4px 5px;
    text-decoration: none;
    background-color: #F3F3F3;
    height: 15px;
}
.role_tab_div, .loc_tab_div {
}
.appBtmTtl {
 	background-color: gray;
    border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    box-shadow: 2px 0 4px;
    float: right;
    font-weight: bold;
    padding: 4px 8px 5px 5px;
}
.role_tab_div.open #role_tab, .loc_tab_div.open #location_tab {
	border-radius: 0 5px 0 0;
}
#role_tab:HOVER, #location_tab:HOVER {
	background-color: #E1EDFF;
	border-bottom-color: transparent;
}
#role_tab span.wi, #location_tab span.wi {
    color: #000000;
    font-weight: bold;
    padding: 1px 0 5px 5px;
}

/*Left Menu CSS*/
.menuIdmainDiv {
	width: 100%;
	height: 100%;
	float: left;
}
.menuIdMain {
	float: left;
	z-index: 9;
	margin-top: 5px;
}
.menuMainDiv {
	background-color: white;
	display: none;
	position: absolute;
	border: 1px solid #D1D2D3;
	box-shadow: 0 0 8px #D1D2D3 inset;
	-moz-box-shadow: 0 0 8px #D1D2D3 inset;
	-webkit-box-shadow: 0 0 8px #D1D2D3 inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#D1D2D3')";
	.filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#D1D2D3');
}
.menuItem {
	margin: 1px 0;
	float: left;
	height: 23px;
	cursor: pointer;
}
.menuName {
    font-size: 13px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
    text-decoration: none;
    outline: none;
    color: #008EBD;
    float: left;
    word-wrap: break-word;
}
.menuItem.selected, .menuItem:HOVER {
	background-color: #E5E5E5;
}

.menuName.dot {
	margin-left: 4px;
}
.menuNmDiv {
	float: left;
	cursor: pointer;
}
.childDiv {
	display: none;
}
.menuItem.selected > .childDiv.show {
	display: block !important;
	float: left;
	background-color: white;
	border: 1px solid #D1D2D3;
	box-shadow: 0 0 8px #D1D2D3 inset;
	-moz-box-shadow: 0 0 8px #D1D2D3 inset;
	-webkit-box-shadow: 0 0 8px #D1D2D3 inset;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#D1D2D3')";
	.filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#D1D2D3');
}
.menuItem .childDiv {
	display: none;
}
.hBar {
	border-top: 1px solid #AAA;
}
.menuMainLoadImg {
	padding: 5px 39px 5px 33px;
}
/*End Left Menu CSS*/

.logoMainDiv {
	padding-top: 8px; 
	height: 31px;
}
 .logoDiv {
	float: left;
} 

/* .logoDiv {
    float: left;
    margin-top: 10px !important;
} */
 .logo {
	cursor: pointer;
    margin-right: 5px;
    width: 41px;
	height: 40px;
} 
/* .logo {
    cursor: pointer;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
 */
 .logoTxt {
	color: white;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	margin-top: 5px !important;
}

#hiddenTxt {
	font-size: 13px;
	visibility: hidden;
	float: left;
}

.logoutTxt {
	float: right;
	margin-left: 20px;
	color: white;
}

.profPopDiv {
	width: 150px;
}
.link {
	color: #008EBD;
	cursor: pointer;
}
.profSettings {
	float:left;
	text-decoration:none;
	cursor: pointer;
}
.logout {
	float:right;
	text-decoration:none;
	color:#666666;
	cursor: pointer;
}
.profPopUsrDiv {
	padding-left: 4px;
}
.profPopUsrName {
	font-weight:bold;
	color:black;
	word-wrap:break-word;
}
.profPopDataDiv {
	float: left; 
	width: 100%; 
	margin-bottom: 10px;
}
.profPopUl {
 	color: #008EBD;
    margin: 3px 0 0 0;
    padding: 0;
}
.profPopLi {
	padding: 5px;	
}
.profPopLi:HOVER {
	background-color: #F5F5F5;
	cursor: pointer;
}
#appUName {
	background: url("../../images/white-down-arrow.png") no-repeat scroll 2px 0px transparent;
	padding-left: 20px;
	cursor: pointer;
	padding-top: 18px;
	float: left;
}
#appUsername {
	cursor: pointer;
	float: left;
	margin-top: 3px;
}
.homeDiv {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
#appHome {
	background: url("../../images/home.png") no-repeat scroll 0px 0px transparent;
	padding-left: 20px;
	cursor: pointer;
	padding-bottom: 23px;
	float: left;
}
#appRoleHome {
	background: url("../../images/role-home.png") no-repeat scroll 0px 0px transparent;
	padding-left: 20px;
	cursor: pointer;
	padding-bottom: 23px;
	float: left;
}
.bottomFtrArr {
	float: left;
	padding-top: 14px;
}
.appMsgDiv, .appCauseDiv, .appActionDiv {
	padding: 2px;
	clear: both;
}
.appActionDiv {
	padding-bottom: 5px;
}
