div.indent {
  	position: absolute;
  	left: 100px;
	width: 95%;
}

td {
	text-align:left;	
}

td.center {
	text-align:center;
}

td.right {
	text-align:right;		
}

/*
 details.jsp
*/
table.details {
	background-color: #ddd;	
}

/*
 * General table
 */
table.surrounding {
	background-color: #ccaa00;	
}
table.chemList {
	border-collapse: collapse;
}
table.chemList tr.odd {
	background: #CCCCCC;
	color: black;
}
table.chemList tr.even {
	background: #CCCCAA;
	color: black;
}

/*
 * RTE field
 */
div.rte {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

/*
 * Standard Supplement
 */
td.supplementName {
	text-align:left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	letter-spacing: 1.5px;
	font-size: 20px;
	font-weight: bold;
}
td.supplementField {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
span.stdSupField {
	border-width: 2px;
	border-style: solid;
	border-color: black;
	width:600px;
	height:100px;
	overflow: auto;
	filter: alpha (opacity=80);
	background-color:white;
	foreground-color:black;
	font-size: 12;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
}

table.tooltip {
	border-collapse: collapse;
}

table.tooltip th.name a {
	font-size: 10;
}
table.tooltip td.cas {
	padding-left: 15px;
	width: 80px;
}
table.tooltip td.headerbar {
	background-image: url(images/Delete.gif); 
	background-repeat: no-repeat; 
	background-position: right top; 
	width: 100%;
}

table.tooltip td.synonymer {
	width: 500px;
}

div.logo  {
  	position: absolute;
  	bottom: 0px;
	text-align: center; 
	width: 95%;
 	/*border: .2em dotted red;*/ 
}

#logo_left {
  	position: absolute;
	left: 50px;
	bottom: 10px;
}
#logo_middle {
  	position: relative;
	bottom: 10px;
	text-align:center;
}
#logo_right {
  	position: absolute;
	right: 50px;
	bottom: 10px;
}
