.dialogCEN, .dialogWebTAC {
   text-align:left;
   background-color:rgb(205, 205, 205);
   font-weight:bold;
   color:black;
   text-decoration:none;
   font-weight:bold;
}
.defaultEmbeddedForm {
   position:relative;
   background-color:rgb(224, 234, 224);
}

#CustomerTab .dialog-inner {
   height:100%;
}
.customer_logo {
   position:absolute;
   z-index:10;
   bottom:-110px;
   right:14px;
   height:100px !important;
}
.menuBar {
   position:absolute;
   left:0px;
   top:0px;
   height:25px;
   width:100%;
   padding:0;
   margin:0;
   z-index:5000;
}

.menu {
   position:relative;
   left:80px;
   top:0px;
   height:25px;
   width:100%;
   padding:0;
   margin:0;  
   z-index:200001;
}

.menuRootItem, .menuRootItem a {
   color:white;
   font-size:100%;
   position:relative;
   text-decoration:none;
   font-weight:bold;
   cursor: pointer; 
   padding:2px 0 2px 0;
   margin:0;
   z-index:200001;
}

.menuAccessKey {
   color:yellow;
   text-decoration:underline;
}

.menuItem, .menuItem a, .menuItemActive, .menuItemActive a {
   background-color:brown;
   color:white;
   font-size:100%;
   text-decoration:none;
   font-weight:bold;
   position:relative;
   cursor: pointer; 
   height:25px;
   padding:3 0 3 0;
   margin:0;
   z-index:200001;
}

.menuItemActive, .menuItemActive a {
   background-color:red;
}

.menuItemActive a {
   color:yellow;
}
.selectedComponent {
   color:red;
   font-weight: bold;
}
