/* BSCW container styles - container.css */
body { margin-top:0pt; margin-left:0pt; background-color:white }

/* link colors */
a:link    { color:black;   text-decoration: none; }  /* Verweise zu noch nicht besuchten Seiten */
a:visited { color:#050505; text-decoration: none; }  /* Verweise zu bereits besuchten Seiten    */
a:active  { color:black;   text-decoration: none; }  /* Verweise, die gerade angeklickt werden  */
a:hover   { color:#080505; text-decoration: none; }

/* 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;
}

/* path data and folder haeding */
.mPath {
	font-family:            Helvetica, Arial, sans-serif;
}

/* text labels under navigation icons and location text (should not be changed in different sizes) */
.mLabel {
	font-family:            Helvetica, Arial, sans-serif;
}

/* action items for action shortcuts */
.mAction {
	font-family:            Helvetica, Arial, sans-serif;
}


/* action items for multi action */
.cAction {
	background-color:       #FAE7CF;
	font-family:            Helvetica, Arial, sans-serif;
}


/* standard cell in the content table */
.cCell {
	font-family:            Helvetica, Arial, sans-serif;
}

/* head cell in the content table */
/*
	background-color:       #F1F7FD;
	color:                  #B4C0CD;
	color:                  #98ABC0;
	color:                  #395273;
*/
.cHead {
	background-color:       #E4ECF4;
	color:                  #214263;
	font-family:            Helvetica, Arial, sans-serif;
}

/* info cell in the content table */
.cInfo {
	background-color:       #FF8C00;
	font-family:            Helvetica, Arial, sans-serif;
}

/* name cell in the content table */
.cName {
	font-family:            Helvetica, Arial, sans-serif;
	font-weight:            bold;
}

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

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

/* copyright */
.cCopyRight {
	color:                  #214263;
	font-family:            Helvetica, Arial, sans-serif;
	font-style:             italic;
	font-size:              11px;
}
