
/* menu items in menu bar and in popup menus */
.mItem {
	background-color:       #B4C3D4;
	color:                  black;
	font-family:            helvetica, arial, sans-serif;
	font-weight:            normal;
	font-style:             normal;
	cursor:                 hand;
}

/* active menu item in menu bar and in popup menus */
.mItemA {
	background-color:       #D0DBEC;
	color:                  black;
	font-family:            helvetica, arial, sans-serif;
	font-weight:            normal;
	font-style:             normal;
	cursor:                 hand;
}

/* non avaible menu item in popup menus */
.mItemNA {
	color:                  #505050;
}

/* object path */
.mPath {
}

/* text labels under navigation icons and location text (should not be changed in different sizes) */
.mLabel {
}

/* action items for action shortcuts */
.mAction {
}

/* action items for multi action */
.cAction {
	background-color:       #FAE7CF;
}


/* standard cell in the content table */
.cCell {
	padding-left: 1px;
	padding-right: 1px;
}

/* head cell in the content table */
.cHead {
	padding-left: 1px;
	padding-right: 1px;
	background-color:       #E4ECF4;
	color:                  #214263;
}

/* info cell in the content table */
.cInfo {
	background-color:       #FF8C00;
}

/* name cell in the content table */
.cName {
	font-weight:            bold;
}

/* name cell in the content table, where the object is not accessible */
.cNameNA {
	color:                  #A0A0A0;
	font-weight:            bold;
}

/* background color of a divider rule */
.cRule {
	background-color:       #B4C3D4;
}

/* copyright */
.cCopyRight {
	color:                  #214263;
	font-style:             italic;
	font-size:              11px;
}

/* colors for navigationarea - background-colors may differ from icon-colors (#F1F7FD --> #F6F6FF) */
.banner { background-color: #214263;  color: #FFFFFF; }
.bgmenu { background-color: #B4C3D4;  color: #000000; }
.menubottom { background-color: #000000;  color: #000000; }
.menutop    { background-color: #FFFFFF;  color: #FFFFFF; }
.menuNoJs   { }
.shortc { background-color: #F1F7FD;  color: #214263; }

/* Font definitions */

