@CHARSET "ISO-8859-1";

/**	PDF Download Box **/
#pdf {
	text-align: right;
	width: 210px;
	background: #ffffff url(/images/pdf.gif) no-repeat 5px 24px;
	padding: 10px 10px 10px 0px;
	margin-left: 25px;
	overflow: hidden;
}
#pdf a.btn {
	margin: 6px 0px 6px 60px;
	text-decoration: none;
	font-size: 120%;
	line-height: 29px;
}

/**	Layer turns on if table is loading **/
#metalTableLoading {
	display: none;
	min-width: 600px;
	height: 70px;
	background: #e6ebee url(/images/loadbar.gif) 50% 50% no-repeat;
}

/** Tabs have 3px space **/
#content .tab {
	margin-right: 3px;
}
#marginal {
	margin-top: 16px;
}

#content {

}

#metalTable {
	table-layout: fixed;
}
#metalTable tr.superhead td {
	background-color: #386a6a;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}
#metalTable td {
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 6px;
	color: windowtext;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	line-height: 18px;
	vertical-align: bottom;
	border: none;
}

#metalTable .x00 { 
	font-weight: normal; 
	text-align: left; 
	background: white; 
	padding-bottom: 8px;
}


.font8 {
	color: #336666; /* teal */
	font-size: 1.0em;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}
.font9 {
	color: #336666; /* teal */
	font-size: 1.0em;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}


/* +++++++++++++++++++++
	white background,
	black bold text
 */

#metalTable .x05 { 
	font-weight: bold; 
	text-align: left; 
	background: white; 
	padding-bottom: 8px;
}

/* +++++++++++++++++++++
	properties caption:
	light blue background,
	black bold text
 */

#metalTable .x10 { 
	text-align: left; 
	background: white; 
 	background: #d7e1e3; 
	border-left: solid 1px white;
	padding-bottom: 8px;
}

/* +++++++++++++++++++++
	properties subheadline:
	light blue background,
	black text
 */

#metalTable .x12 { 
	font-weight: normal; 
	text-align: left; 
	background: white; 
 	background: #d7e1e3; 
	border-left: solid 1px white;
	padding-bottom: 8px;
}


/* ++++++++++++++++++++++++
	property descriptions:
	light blue background,
	black text
 */
 
#metalTable .x20 { 
	height: 72px; 
	text-align: left;
	padding-bottom: 5px;
	background: #d7e1e3; 
	border-left: solid 1px white;
	white-space: normal; 
}

/* ++++++++++++++++++++++++
	property descriptions:
	light blue background,
	black text
 */
 
#metalTable .x25 { 
	height: 72px; 
	text-align: left; 
	background: white;
	white-space: normal; 
	padding-bottom: 5px;
}

/* ++++++++++++++++++++++++
	column caption:
	light blue background,
	darkgreen bold italic text
 */

#metalTable .x30 { 
	height: 24px; 
	color: #336666; /* teal */
	font-weight: 700; 
	background: white; 
	font-style: italic; 
	text-align: left; 
}

#metalTable .x35 { 
	height: 24px; 
	color: #336666; /* teal */
	font-weight: 700; 
	background: #d7e1e3; 
	border-left: solid 1px white;
	font-style: italic; 
	text-align: left; 
}

/* +++++++++++++++++++++++
	table header:
	darkgreen background,
	white bold text
 */

#metalTable .x40 { 
	color: white; 
	font-weight: 700; 
	text-align: left; 
	background: #336666; /* teal */
}

/* ++++++++++++++++++++
	even data cell:
	white background,
	black text
 */

#metalTable .x50 { 
	text-align: left; 
	background: white; 
}
#metalTable tr.odd td { 
	background: #cde6e5;
}