.cadre {
	width: 15em;
}

.contents {
	background-color: #fef1e2;
}

.caption {
	background-color: #fef1e2;
}

.contentsOld {
	font-family: Arial;
	margin-top : 5px;
	margin-left : 0px;
	margin-right : 5px;
	margin-bottom : 5px;
	border-width : 1px 2px;
	border-bottom-width : 2px;
	border-left-width : 1px;
	border-style : solid solid solid solid;
	border-color : silver silver;
	border-bottom-color : gray;
	border-right-color : gray;
	background-color: #F8F8FF;
	text-align: left;
	color: #3E3E3E;
}
.upperright, .upperleft {
	background-repeat: no-repeat;
	font-size: 1px;
	border-width: 0px;
}

.lowerright, .lowerleft {
	background-repeat: no-repeat;
	font-size: 1px;
}	
	
.upperright {
	height: 8px;
	width: 9px;	
	background-image: url("/actricity/theme/Images/Tooltip/CornerUpperRight.gif");
}

.upperleft {
	height: 8px;
	width: 9px;
	background-image: url("/actricity/theme/Images/Tooltip/CornerUpperLeft.gif");
	background-position: left;
}

.uppercenter {
	height: 8px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fef1e2;
	background-image: url("/actricity/theme/Images/Tooltip/BorderUpper.gif");	
}

.lowercenter {
	height: 9px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url("/actricity/theme/Images/Tooltip/BorderLower.gif");
}

.lowerright {
	height: 9px;
	width: 9px;	
	background-image: url("/actricity/theme/Images/Tooltip/CornerLowerRight.gif");
}

.lowerleft {
	height: 9px;
	width: 9px;
	background-image: url("/actricity/theme/Images/Tooltip/CornerLowerLeft.gif");
}

.right {
	background-repeat: repeat-y;
	background-image: url("/actricity/theme/Images/Tooltip/BorderRight.gif");
	background-color: #fef1e2;
	background-position: right;
	font-size: 1px;
}

.left {
	background-repeat: repeat-y;
	background-image: url("/actricity/theme/Images/Tooltip/BorderLeft.gif");
	background-color: #fef1e2;
	background-position: left;
	font-size: 1px;
}

.menuTable {
  background-color: #E6E6E6;
  color: #000000;
  width: 148px;
  border: 2px outset #E6E6E6;
}

.menuTd {
  padding: 2px 2px 2px 20px;
  text-align: left;
  font-size: 12px;
  font-family: Arial,sans-serif;
}

